summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2015-02-12 17:55:40 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-02-17 03:12:54 -0700
commite2ae1d94b2ee7928c5cbd5b85d0fc61f7e1fa1b2 (patch)
tree85f35ce696682d2bbcec643e6084688f4d51ab6e
parent2ff419fe8f9befc5daccda0f788775352c4dd4da (diff)
downloadandroid_packages_apps_Dialer-e2ae1d94b2ee7928c5cbd5b85d0fc61f7e1fa1b2.tar.gz
android_packages_apps_Dialer-e2ae1d94b2ee7928c5cbd5b85d0fc61f7e1fa1b2.tar.bz2
android_packages_apps_Dialer-e2ae1d94b2ee7928c5cbd5b85d0fc61f7e1fa1b2.zip
Dialer: Translate some call log statistics feature's text into Chinese.
Call log statistics feature's text isn't translated into Chinese. Translate call log statistics feature's text into Chinese. Change-Id: I964782c5dfd09554ee1a2714e2cb16fae2383bfa CRs-Fixed: 794772 (cherry picked from commit 61a887d087aed8da20a0cc257aaaa44f102f9a81) Destination PS no: 3
-rw-r--r--res/values-zh-rCN/cm_strings.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index aea68f9c8..ecaf6facd 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -73,4 +73,21 @@
<string name="speed_dial_settings">快速拨号设置</string>
<string name="lookup_settings_description">未知号码查询</string>
<string name="call_stats_reset_filter">重置时间范围</string>
+ <plurals name="hour">
+ <item quantity="one">1 小时</item>
+ <item quantity="other">%d 小时</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 分钟</item>
+ <item quantity="other">%d 分钟</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 秒</item>
+ <item quantity="other">%d 秒</item>
+ </plurals>
+
+ <plurals name="call">
+ <item quantity="one">1 个电话</item>
+ <item quantity="other">%d 个电话</item>
+ </plurals>
</resources>