aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-zh-rHK/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-05-21 01:50:03 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-05-21 00:58:28 +0000
commit20961aec2eb31ee11397eee2f7bfcfac529acd1b (patch)
treeb9b7a7ee748b2a9d11bfef730b2ba95f4298b2e6 /res/values-zh-rHK/plurals.xml
parent4eb485aef584d27e2585e69c48400975fcc0d3e7 (diff)
downloadandroid_packages_apps_CMFileManager-20961aec2eb31ee11397eee2f7bfcfac529acd1b.tar.gz
android_packages_apps_CMFileManager-20961aec2eb31ee11397eee2f7bfcfac529acd1b.tar.bz2
android_packages_apps_CMFileManager-20961aec2eb31ee11397eee2f7bfcfac529acd1b.zip
Automatic translation import
Change-Id: Icd2f93c43ffb863b0f3334fafc8f8d91037e56d0
Diffstat (limited to 'res/values-zh-rHK/plurals.xml')
-rw-r--r--res/values-zh-rHK/plurals.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/values-zh-rHK/plurals.xml b/res/values-zh-rHK/plurals.xml
new file mode 100644
index 00000000..553a6255
--- /dev/null
+++ b/res/values-zh-rHK/plurals.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ Copyright (C) 2012-2014 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">
+ <plurals name="n_folders">
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> 個資料夾</item>
+ </plurals>
+ <plurals name="n_files">
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> 個檔案</item>
+ </plurals>
+ <plurals name="search_found_items">
+ <item quantity="other">找到 <xliff:g id="count">%d</xliff:g> 個項目</item>
+ </plurals>
+ <plurals name="selection_folders">
+ <item quantity="other">已選取 <xliff:g id="folders">%1$d</xliff:g> 個資料夾。</item>
+ </plurals>
+ <plurals name="selection_files">
+ <item quantity="other">已選取 <xliff:g id="files">%1$d</xliff:g> 個檔案。</item>
+ </plurals>
+</resources>