diff options
author | Baligh Uddin <baligh@google.com> | 2014-06-10 18:02:13 +0000 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2014-06-10 18:02:13 +0000 |
commit | cf9185c75b1c38a119fbbc0d051ce5633a9fe58f (patch) | |
tree | 2c78d399a70670a9bbd4a06510fef0cf6de528ba /res/values-zh-rCN/arrays.xml | |
parent | b2ceea95f29e383e512f916a66e03439f6cfcf54 (diff) | |
download | packages_apps_Settings-cf9185c75b1c38a119fbbc0d051ce5633a9fe58f.tar.gz packages_apps_Settings-cf9185c75b1c38a119fbbc0d051ce5633a9fe58f.tar.bz2 packages_apps_Settings-cf9185c75b1c38a119fbbc0d051ce5633a9fe58f.zip |
Fix Build break, will address in parallel.
Revert "Import translations. DO NOT MERGE"
This reverts commit b2ceea95f29e383e512f916a66e03439f6cfcf54.
Change-Id: Ie92030c9c3bdde0b7dffd1382e2393126688ce4e
Diffstat (limited to 'res/values-zh-rCN/arrays.xml')
-rw-r--r-- | res/values-zh-rCN/arrays.xml | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml index a8b0950ec..9810c4070 100644 --- a/res/values-zh-rCN/arrays.xml +++ b/res/values-zh-rCN/arrays.xml @@ -196,7 +196,11 @@ <string-array name="wifi_proxy_settings"> <item msgid="4473276491748503377">"无"</item> <item msgid="8673874894887358090">"手动"</item> - <item msgid="168893341855953140">"代理自动配置"</item> + </string-array> + <string-array name="emergency_tone_entries"> + <item msgid="5165439859689033665">"关闭"</item> + <item msgid="3165868966179561687">"警报"</item> + <item msgid="6038758039030476855">"振动"</item> </string-array> <string-array name="apn_auth_entries"> <item msgid="3856896061242872146">"无"</item> @@ -345,12 +349,11 @@ <item msgid="9044232017390975191">"超大"</item> </string-array> <string-array name="captioning_edge_type_selector_titles"> - <item msgid="4733815704128258753">"默认"</item> - <item msgid="3217099060748617005">"无"</item> - <item msgid="7467615139904599420">"轮廓"</item> - <item msgid="5623165557468608975">"阴影"</item> - <item msgid="8088451174058214588">"凸起"</item> - <item msgid="3821418743395480313">"凹陷"</item> + <item msgid="6022616153255438487">"无"</item> + <item msgid="1352974708028506778">"轮廓"</item> + <item msgid="5850876295428722675">"阴影"</item> + <item msgid="4620283365518546731">"凸起"</item> + <item msgid="6395808180998856466">"凹陷"</item> </string-array> <string-array name="captioning_opacity_selector_titles"> <item msgid="7622491218136667566">"25%"</item> @@ -359,12 +362,11 @@ <item msgid="8342334626783983353">"100%"</item> </string-array> <string-array name="captioning_preset_selector_titles"> - <item msgid="7009918361545506251">"使用应用默认样式"</item> - <item msgid="1770533843436933500">"黑底白字"</item> - <item msgid="758587126802411846">"白底黑字"</item> - <item msgid="1495307195241623402">"黑底黄字"</item> - <item msgid="6039700130994371612">"蓝底黄字"</item> - <item msgid="7169235156349580064">"自定义"</item> + <item msgid="1630625150404038035">"黑底白字"</item> + <item msgid="4589278788192525675">"白底黑字"</item> + <item msgid="1309255027325660115">"黑底黄字"</item> + <item msgid="2985943780939258562">"蓝底黄字"</item> + <item msgid="7520438652121629055">"自定义"</item> </string-array> <string-array name="select_runtime_titles"> <item msgid="3574453009229338122">"Dalvik"</item> @@ -437,7 +439,8 @@ <string-array name="track_frame_time_entries"> <item msgid="2193584639058893150">"关闭"</item> <item msgid="2751513398307949636">"在屏幕上显示为条形图"</item> - <item msgid="1851438178120770973">"在 adb shell dumpsys gfxinfo 中"</item> + <item msgid="8272260411216018353">"在屏幕上显示为线型图"</item> + <item msgid="120512413928262547">"在 adb shell dumpsys gfxinfo 中"</item> </string-array> <string-array name="debug_hw_overdraw_entries"> <item msgid="8190572633763871652">"关闭"</item> |