summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jiang <sam.andrew.jiang@gmail.com>2013-05-10 16:00:20 -0400
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-05-11 12:10:13 -0700
commitf62f514cab1b1acf295d96258ac25561370c154f (patch)
tree28d0fa3fb8e38984cebb7994f3f37e9dce81195e
parent936651d37e6ecfeb14bcf6c53ee8ff09a76e5237 (diff)
downloaddevice_samsung_i9300-f62f514cab1b1acf295d96258ac25561370c154f.zip
device_samsung_i9300-f62f514cab1b1acf295d96258ac25561370c154f.tar.gz
device_samsung_i9300-f62f514cab1b1acf295d96258ac25561370c154f.tar.bz2
I9300: Simplified Chinese Translations
Update translations, change app_name to read "Advanced Settings" and add copyright notices. Patch Set 3: Trigger Cid. Change-Id: Icf75f43d0c8127d47060c891cf5fba364e4ad5ec
-rw-r--r--DeviceSettings/res/values-zh-rCN/arrays.xml17
-rw-r--r--DeviceSettings/res/values-zh-rCN/strings.xml26
2 files changed, 39 insertions, 4 deletions
diff --git a/DeviceSettings/res/values-zh-rCN/arrays.xml b/DeviceSettings/res/values-zh-rCN/arrays.xml
index 3fe1780..6afb949 100644
--- a/DeviceSettings/res/values-zh-rCN/arrays.xml
+++ b/DeviceSettings/res/values-zh-rCN/arrays.xml
@@ -1,5 +1,20 @@
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The CyanogenMod Project
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="vibrator_intensity_entries">
<item>0%</item>
<item>25%</item>
diff --git a/DeviceSettings/res/values-zh-rCN/strings.xml b/DeviceSettings/res/values-zh-rCN/strings.xml
index 17451bd..b0cc29a 100644
--- a/DeviceSettings/res/values-zh-rCN/strings.xml
+++ b/DeviceSettings/res/values-zh-rCN/strings.xml
@@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="app_name">Galaxy S III 设置</string>
+<!-- Copyright (C) 2013 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">高级设置</string>
<string name="category_haptic_title">振动</string>
<string name="vibrator_subcat_title">振动器</string>
@@ -22,7 +37,7 @@
<string name="led_subcat_title">LED 指示灯</string>
<string name="led_fade_title_head">LED 淡出</string>
- <string name="led_fade_summary_head">启用后 LED 指示灯将会产生淡出效果而替代闪烁效果.</string>
+ <string name="led_fade_summary_head">启用后 LED 指示灯将会产生淡出效果而替代闪烁效果。</string>
<string name="touchkey_subcat_title">触摸键</string>
<string name="touchkey_light_title_head">背光灯</string>
@@ -30,4 +45,9 @@
<string name="touchkey_light_summary_on">禁用背光灯</string>
<string name="touchkey_timeout_title_head">背光灯超时</string>
<string name="touchkey_timeout_summary_head">设置背光灯超时时间</string>
+
+ <string name="category_dock_title">基座</string>
+ <string name="dockaudio_subcat_title">音频</string>
+ <string name="use_dock_audio_title_head">使用基座的 USB 音频</string>
+ <string name="use_dock_audio_summary_head">使用基座上的被动音频输出</string>
</resources>