Skip to content

Commit

Permalink
Merge "CMFileManager: Simplified Chinese Translations" into jellybean
Browse files Browse the repository at this point in the history
  • Loading branch information
jruesga authored and Gerrit Code Review committed Nov 12, 2012
2 parents 67531d4 + 00e862b commit 79d1b6e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
18 changes: 18 additions & 0 deletions res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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 -->
Expand Down Expand Up @@ -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
Expand Down
29 changes: 29 additions & 0 deletions themes/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 79d1b6e

Please sign in to comment.