summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/values-zh-rCN/arrays.xml
diff options
context:
space:
mode:
authorAyaz Ahmad <aahmad@codeaurora.org>2013-09-02 12:41:28 +0530
committerAyaz Ahmad <aahmad@codeaurora.org>2013-09-02 13:05:51 +0530
commite456c4ed4f30c0724a5e321e08a2f48a6c6891cc (patch)
tree185367b55ec5d382ca886d5155bbf3f9beed072f /fmapp2/res/values-zh-rCN/arrays.xml
parent15ddfeb22142016dceee6c71386e261902b545b7 (diff)
downloadandroid_hardware_qcom_fm-e456c4ed4f30c0724a5e321e08a2f48a6c6891cc.tar.gz
android_hardware_qcom_fm-e456c4ed4f30c0724a5e321e08a2f48a6c6891cc.tar.bz2
android_hardware_qcom_fm-e456c4ed4f30c0724a5e321e08a2f48a6c6891cc.zip
fmapp2: Add chinese entries for user defined band
FM app crashes when user selects user defined band in setting and switch the system language to Chinese.Since there are no entries corresponding to user defined band in chinese language it throws out of index exception.Add chinese entries for user defined band Change-Id: I10b51d2dcfc83f3c33147452b2bea65d4f69ef3a CRs-Fixed: 535253
Diffstat (limited to 'fmapp2/res/values-zh-rCN/arrays.xml')
-rw-r--r--fmapp2/res/values-zh-rCN/arrays.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fmapp2/res/values-zh-rCN/arrays.xml b/fmapp2/res/values-zh-rCN/arrays.xml
index d0a95a0..773dd45 100644
--- a/fmapp2/res/values-zh-rCN/arrays.xml
+++ b/fmapp2/res/values-zh-rCN/arrays.xml
@@ -160,6 +160,7 @@
<item>土耳其</item>
<item>英国</item>
<item>美国</item>
+ <item>用户定义的乐队</item>
</string-array>
<string-array name="regional_band_summary">
@@ -199,5 +200,6 @@
<item>土耳其 (87.5MHz - 108.0MHz ,步长 100 Khz)</item>
<item>英国 (87.5MHz - 108.0MHz ,步长 100 Khz)</item>
<item>美国 (88.1MHz - 107.9MHz ,步长 200 Khz)</item>
+ <item>用户定义的乐队</item>
</string-array>
</resources>