summaryrefslogtreecommitdiffstats
path: root/FMRecord
diff options
context:
space:
mode:
authorVenkateshwarlu Domakonda <vdomak@codeaurora.org>2014-05-30 17:38:02 +0530
committerVenkateshwarlu Domakonda <vdomak@codeaurora.org>2014-05-30 17:58:34 +0530
commit12d67423a4b7c205801d723ff55dd80dbfaac376 (patch)
tree967871e3584c5e001ff9c9c9d7b3305e7322d115 /FMRecord
parent360a450969d45c3633d0d319945fd70d8985da10 (diff)
downloadandroid_hardware_qcom_fm-12d67423a4b7c205801d723ff55dd80dbfaac376.tar.gz
android_hardware_qcom_fm-12d67423a4b7c205801d723ff55dd80dbfaac376.tar.bz2
android_hardware_qcom_fm-12d67423a4b7c205801d723ff55dd80dbfaac376.zip
FMRecord: Add support for traditional Chinese
Add strings for traditional language. Change-Id: I8cdbbcaf7b5cf29e3fcc736a95ba1ed44111560c CRs-Fixed: 671848
Diffstat (limited to 'FMRecord')
-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>