diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-05-10 16:02:53 -0400 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-05-11 12:10:00 -0700 |
commit | 7afb00f5c7bc6157351559e9c317108ecaab0e1e (patch) | |
tree | 1a276e05920d31091e307f01bd455e91f527ca46 | |
parent | 6ccd1534bcf5a7d53deeceed1f0407601df302c9 (diff) | |
download | device_samsung_i9305-7afb00f5c7bc6157351559e9c317108ecaab0e1e.zip device_samsung_i9305-7afb00f5c7bc6157351559e9c317108ecaab0e1e.tar.gz device_samsung_i9305-7afb00f5c7bc6157351559e9c317108ecaab0e1e.tar.bz2 |
I9305: Simplified Chinese Translations
Update translations, change app_name to read "Advanced Settings" and add
copyright notices.
Patch Set 3: Trigger Cid.
Change-Id: I0b8bf4c0e0bb82356766c6791a295ed4b610bae5
-rw-r--r-- | DeviceSettings/res/values-zh-rCN/arrays.xml | 17 | ||||
-rw-r--r-- | DeviceSettings/res/values-zh-rCN/strings.xml | 26 |
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> |