diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-05-09 17:21:11 -0400 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-05-11 09:43:50 -0700 |
commit | dc3d7a70bb4280debeb12b71b02205cb8882261b (patch) | |
tree | 642782810a93d0d5b090cc8215a452d160fc4d87 | |
parent | 3df793d251c737bee329d848acc846505e872cc9 (diff) | |
download | device_samsung_crespo-dc3d7a70bb4280debeb12b71b02205cb8882261b.zip device_samsung_crespo-dc3d7a70bb4280debeb12b71b02205cb8882261b.tar.gz device_samsung_crespo-dc3d7a70bb4280debeb12b71b02205cb8882261b.tar.bz2 |
CrespoParts: Chinese Translations
Update copyright and app name so that it reads "Advanced settings".
Patch Set 2: Corrections
Patch Set 3: Trigger Cid.
Change-Id: If964321d6d0426cc0bbe3c70635acaad6a7461e4
-rw-r--r-- | CrespoParts/res/values-zh-rCN/arrays.xml | 15 | ||||
-rw-r--r-- | CrespoParts/res/values-zh-rCN/strings.xml | 22 | ||||
-rw-r--r-- | CrespoParts/res/values-zh-rTW/arrays.xml | 22 | ||||
-rw-r--r-- | CrespoParts/res/values-zh-rTW/strings.xml | 18 |
4 files changed, 62 insertions, 15 deletions
diff --git a/CrespoParts/res/values-zh-rCN/arrays.xml b/CrespoParts/res/values-zh-rCN/arrays.xml index d479e0f..4a621bc 100644 --- a/CrespoParts/res/values-zh-rCN/arrays.xml +++ b/CrespoParts/res/values-zh-rCN/arrays.xml @@ -1,3 +1,18 @@ +<?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:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="backlight_timeout_entries"> <item>2 秒</item> diff --git a/CrespoParts/res/values-zh-rCN/strings.xml b/CrespoParts/res/values-zh-rCN/strings.xml index 1897601..82258cc 100644 --- a/CrespoParts/res/values-zh-rCN/strings.xml +++ b/CrespoParts/res/values-zh-rCN/strings.xml @@ -1,13 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Nexus S 设置</string> +<!-- Copyright (C) 2013 The CyanogenMod Project - <!-- Page Headers --> + 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:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">高级设置</string> <string name="general_title">常规</string> <string name="display_title">显示</string> <string name="sound_title">音效</string> - - <!-- skip 'category_cpu_title' translation --> <string name="cpu_deepidle_title_head">深度休眠</string> <string name="cpu_deepidle_summary_head">启用深度休眠</string> <string name="category_screen_title">WM8994 设置 (Voodoo)</string> @@ -36,7 +46,7 @@ <string name="preset4_default_title">暖色</string> <string name="preset5_default_title">暗冷色</string> <string name="preset6_default_title">交叉处理</string> - <string name="credits_presets">贡献者: ale.landra91 cpaixao provolinoo</string> + <string name="credits_presets">贡献者:ale.landra91 cpaixao provolinoo</string> <string name="category_touchkey_title">触控键</string> <string name="touchkey_notification_title_head">背光灯提醒</string> diff --git a/CrespoParts/res/values-zh-rTW/arrays.xml b/CrespoParts/res/values-zh-rTW/arrays.xml index e4b3886..c36f94b 100644 --- a/CrespoParts/res/values-zh-rTW/arrays.xml +++ b/CrespoParts/res/values-zh-rTW/arrays.xml @@ -1,3 +1,18 @@ +<?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:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="backlight_timeout_entries"> <item>2秒</item> @@ -9,8 +24,6 @@ <item>永不</item> </string-array> - <!-- skipping untranslatable /resources:0/string-array:name=backlight_timeout_entries_values --> - <string-array name="blink_timeout_entries"> <item>1分鐘</item> <item>2分鐘</item> @@ -21,14 +34,9 @@ <item>永不</item> </string-array> - <!-- skipping untranslatable /resources:0/string-array:name=blink_timeout_entries_values --> - <string-array name="hspa_entries"> <item>僅 UMTS</item> <item>僅 HSDPA</item> <item>HSDPA+HSUPA</item> </string-array> - - <!-- skipping untranslatable /resources:0/string-array:name=hspa_entries_values --> - </resources> diff --git a/CrespoParts/res/values-zh-rTW/strings.xml b/CrespoParts/res/values-zh-rTW/strings.xml index 2bea575..8dca2ef 100644 --- a/CrespoParts/res/values-zh-rTW/strings.xml +++ b/CrespoParts/res/values-zh-rTW/strings.xml @@ -1,6 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Nexus S 設定</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:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">高級設定</string> <string name="category_screen_title">WM8994 設定(Voodoo)</string> <string name="color_tuning_title_head">色彩增值</string> |