aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-11-12 14:09:34 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-11-12 14:09:34 -0800
commit79d1b6ebba9af3cc83c627f5aeab6ddb9bd75fe0 (patch)
treef61ffde267ebffa271012059452216fafb9852a0
parent67531d4647e4953b4c48d870b6e3cde7d670bcc9 (diff)
parent00e862bcf45bde1443b6e8ed64c85c66e3790469 (diff)
downloadandroid_packages_apps_CMFileManager-jellybean-stable.tar.gz
android_packages_apps_CMFileManager-jellybean-stable.tar.bz2
android_packages_apps_CMFileManager-jellybean-stable.zip
Merge "CMFileManager: Simplified Chinese Translations" into jellybeanjellybean-stable
-rw-r--r--res/values-zh-rCN/strings.xml18
-rw-r--r--themes/res/values-zh-rCN/strings.xml29
2 files changed, 47 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 98a27281..23e322a0 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -13,6 +13,7 @@
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">
<!-- The name of the application -->
@@ -564,6 +565,8 @@
<string name="pref_general">常规设置</string>
<!-- Preferences * Search title -->
<string name="pref_search">搜索选项</string>
+ <!-- Preferences * Themes title -->
+ <string name="pref_themes">主题</string>
<!-- Preferences * About title -->
<string name="pref_about">关于</string>
<!-- Preferences * About summary -->
@@ -632,10 +635,25 @@
<string name="pref_remove_saved_search_terms_summary">点击此将会删除所有保存的搜索关键词</string>
<!-- Preferences * Search * Suggestions were truncated -->
<string name="pref_remove_saved_search_terms_msg">所有保存的搜索关键词已被删除.</string>
+ <!-- Preferences * Themes * Themes selection category -->
+ <string name="pref_themes_selection_category">主题</string>
+ <!-- Preferences * Themes * Set theme button -->
+ <string name="pref_themes_set_theme">设置主题</string>
+ <!-- Preferences * Themes * No preview -->
+ <string name="pref_themes_no_preview">无可用\n预览</string>
+ <!-- Preferences * Themes * Confirmation message -->
+ <string name="pref_themes_confirmation">主题已被成功应用.</string>
+ <!-- Preferences * Themes * Theme not found message -->
+ <string name="pref_themes_not_found">未找到主题.</string>
<!-- Preferences * Debug * Capture debug traces -->
<string name="pref_debug_traces">记录调试信息</string>
+ <!-- Themes * Default theme name -->
+ <string name="theme_default_name">淡色主题</string>
+ <!-- Themes * Default theme description -->
+ <string name="theme_default_description">用于 CyanogenMod 文件管理器的淡色主题.</string>
+
<!-- Security * Extract relative or absolute files -->
<string name="security_warning_extract">警告!\n\n
解压一个使用相对或绝对路径的压缩文件有可能覆盖并损坏系统文件.\n\n
diff --git a/themes/res/values-zh-rCN/strings.xml b/themes/res/values-zh-rCN/strings.xml
new file mode 100644
index 00000000..bc4a3590
--- /dev/null
+++ b/themes/res/values-zh-rCN/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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">
+
+ <!-- The name of the application -->
+ <string name="app_name">文件管理器主题</string>
+ <!-- The description of the application -->
+ <string name="app_description">用于 CyanogenMod 文件管理器的主题.</string>
+
+ <!-- The dark theme name -->
+ <string name="dark_theme_name">暗色主题</string>
+ <!-- The dark theme description -->
+ <string name="dark_theme_desc">用于 CyanogenMod 文件管理器的暗色主题.</string>
+
+</resources>