diff options
| author | Jorge Ruesga <jorge@ruesga.com> | 2012-11-12 14:09:34 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-11-12 14:09:34 -0800 |
| commit | 79d1b6ebba9af3cc83c627f5aeab6ddb9bd75fe0 (patch) | |
| tree | f61ffde267ebffa271012059452216fafb9852a0 /themes | |
| parent | 67531d4647e4953b4c48d870b6e3cde7d670bcc9 (diff) | |
| parent | 00e862bcf45bde1443b6e8ed64c85c66e3790469 (diff) | |
| download | android_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
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/res/values-zh-rCN/strings.xml | 29 |
1 files changed, 29 insertions, 0 deletions
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> |
