summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-05-31 19:42:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-05-31 19:42:40 -0700
commitbdad6e9cd59033a694793ce0901eff931c27402d (patch)
tree967871e3584c5e001ff9c9c9d7b3305e7322d115
parent360a450969d45c3633d0d319945fd70d8985da10 (diff)
parent12d67423a4b7c205801d723ff55dd80dbfaac376 (diff)
downloadandroid_hardware_qcom_fm-bdad6e9cd59033a694793ce0901eff931c27402d.tar.gz
android_hardware_qcom_fm-bdad6e9cd59033a694793ce0901eff931c27402d.tar.bz2
android_hardware_qcom_fm-bdad6e9cd59033a694793ce0901eff931c27402d.zip
Merge "FMRecord: Add support for traditional Chinese"
-rw-r--r--FMRecord/res/values-zh-rTW/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/FMRecord/res/values-zh-rTW/strings.xml b/FMRecord/res/values-zh-rTW/strings.xml
index a92881c..8820deb 100644
--- a/FMRecord/res/values-zh-rTW/strings.xml
+++ b/FMRecord/res/values-zh-rTW/strings.xml
@@ -30,6 +30,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<string name="spaceIsLow_content">USB 存儲設備空間不足,請更改錄音時長設置,或刪除某些錄音或者其他檔案。</string>
<string name="sdcard_no_space_cannot_recording">SD卡空間不足,不能錄音</string>
<string name="recording_stop_no_space">SD卡空間不足,錄音停止</string>
+ <string name="audio_db_artist_name">我的FM錄音</string>
+ <!-- all recordings will show up in the media database with this 'album' name -->
+ <string name="audio_db_album_name">FM 錄音</string>
+ <!-- all recordings will show up in the media database in a playlist with this name -->
+ <string name="audio_db_playlist_name">FM 錄音</string>
+ <string name="fm_record_progress">FM 錄音進行中</string>
+ <string name="unable_to_store">無法保存已錄音頻</string>
+ <string name="FMRecording_reach_size_limit">已到達最長限制.</string>
<!-- prompt message for stopping record -->
<string name="save_record_file">錄音已保存至 "<xliff:g id="record_file">%1$s</xliff:g>"</string>
</resources>