diff options
Diffstat (limited to 'res/values-zh-rCN/cm_arrays.xml')
-rw-r--r-- | res/values-zh-rCN/cm_arrays.xml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/res/values-zh-rCN/cm_arrays.xml b/res/values-zh-rCN/cm_arrays.xml new file mode 100644 index 0000000..18a7e90 --- /dev/null +++ b/res/values-zh-rCN/cm_arrays.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 2012-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="wifi_countrycode_entries"> + <item>美国</item> + <item>加拿大, 台湾</item> + <item>德国</item> + <item>欧洲</item> + <item>日本, 俄罗斯</item> + <item>澳大利亚</item> + <item>中国</item> + <item>韩国</item> + <item>土耳其</item> + <item>新加坡</item> + <item>巴西</item> + </string-array> + + <string-array name="volume_overlay_entries"> + <item>单行</item> + <item>可展开</item> + <item>完全展开</item> + <item>无</item> + </string-array> + + <string-array name="pref_zram_size_entries"> + <item>禁用</item> + <item>10%</item> + <item>18% (默认)</item> + <item>26%</item> + </string-array> + + <string-array name="profile_entries"> + <item>开启</item> + <item>关闭</item> + <item>不覆盖</item> + </string-array> + + <string-array name="profile_connection_entries"> + <item>禁用</item> + <item>启用</item> + </string-array> + + <string-array name="entries_screentimeout_widget"> + <item>15 秒 | 1 分钟 | 5 分钟</item> + <item>30 秒 | 2 分钟 | 5 分钟</item> + </string-array> + + <string-array name="entries_flash_widget"> + <item>正常</item> + <item>高</item> + </string-array> + + <string-array name="haptic_feedback_entries"> + <item>使用全局设置</item> + <item>开启</item> + <item>关闭</item> + </string-array> + + <string-array name="entries_status_bar_am_pm"> + <item>正常</item> + <item>小</item> + <item>无</item> + </string-array> + +</resources> |