summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2015-03-17 13:43:50 -0700
committerMatt Garnes <matt@cyngn.com>2015-03-17 13:43:50 -0700
commitd8284f229dfa8d0e2aef3cac0828362e1e6632e1 (patch)
tree57b913502af687d5a27c3ce3a82b964802b5112c /res/values-zh-rCN
parent4c3b2364453fb21dc3f3f8a70e1bcc64e500d83d (diff)
parent06e3e072e0b70b01dd1d4e2d859d70832d16172c (diff)
downloadandroid_packages_apps_Trebuchet-d8284f229dfa8d0e2aef3cac0828362e1e6632e1.tar.gz
android_packages_apps_Trebuchet-d8284f229dfa8d0e2aef3cac0828362e1e6632e1.tar.bz2
android_packages_apps_Trebuchet-d8284f229dfa8d0e2aef3cac0828362e1e6632e1.zip
Merge branch 'github/staging/cm-12.1' into caf/cm-12.1.
Conflicts: WallpaperPicker/res/values-nodpi/wallpapers.xml res/layout/settings_pane.xml res/values-zh-rCN/cm_strings.xml res/values/preferences_defaults.xml src/com/android/launcher3/DynamicGrid.java Change-Id: I22eb2e38e8802985e0e0a8cb3e68d73189c2c1a4
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/cm_strings.xml7
-rw-r--r--res/values-zh-rCN/strings.xml3
2 files changed, 5 insertions, 5 deletions
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index 3ce89ea6e..6c7675cd8 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="home_screen_settings">主屏幕设置</string>
<string name="drawer_settings">抽屉设置</string>
<string name="app_settings">应用设置</string>
@@ -29,9 +29,12 @@
<string name="grid_size_comfortable">宽松</string>
<string name="grid_size_cozy">合适</string>
<string name="grid_size_condensed">紧凑</string>
- <string name="grid_size_custom">自定义 %1$d \u00d7 %2$d</string>
+ <string name="grid_size_custom">自定义(<xliff:g id="rows">%1$d</xliff:g>\u00d7<xliff:g id="columns">%2$d</xliff:g>)</string>
<string name="preferences_interface_homescreen_custom">选择自定义尺寸</string>
<string name="scroll_effect_text">滚动特效</string>
+ <string name="drawer_sorting_text">排序模式</string>
+ <string name="sort_mode_title">标题</string>
+ <string name="sort_mode_launch_count">启动次数</string>
<string name="sort_mode_install_time">安装时间</string>
<string name="home_screen_search_text">搜索栏</string>
<string name="larger_icons_text">大图标</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index a2f5e9ff3..6e3d85b11 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -123,7 +123,4 @@
<string name="abandoned_search" msgid="891119232568284442">"搜索"</string>
<string name="abandoned_promises_title" msgid="7096178467971716750">"未安装此应用"</string>
<string name="abandoned_promise_explanation" msgid="3990027586878167529">"未安装此图标对应的应用。您可以移除此图标,也可以尝试搜索相应的应用并手动安装。"</string>
- <string name="drawer_sorting_text">"排序"</string>
- <string name="sort_mode_title">"按字母顺序排序"</string>
- <string name="sort_mode_launch_count">"按喜爱程度排</string>
</resources>