aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/plurals.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-05-05 13:51:24 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-05-05 13:51:24 +0200
commit626c4eebeec9fdffde7a613d3bd6298863d5ff0f (patch)
tree83a2f7fac253b96f1b86311ef7fe15fdc7046519 /res/values/plurals.xml
parentad6ef5a7a625f5a94f885c1e75b04917e8a43d34 (diff)
downloadandroid_packages_apps_CMFileManager-626c4eebeec9fdffde7a613d3bd6298863d5ff0f.tar.gz
android_packages_apps_CMFileManager-626c4eebeec9fdffde7a613d3bd6298863d5ff0f.tar.bz2
android_packages_apps_CMFileManager-626c4eebeec9fdffde7a613d3bd6298863d5ff0f.zip
CMFM: Styling fixes
Change-Id: I78769218aa523f2f7e389293343a1e4b1484ea39 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values/plurals.xml')
-rw-r--r--res/values/plurals.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/res/values/plurals.xml b/res/values/plurals.xml
new file mode 100644
index 00000000..04125aec
--- /dev/null
+++ b/res/values/plurals.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Fso Properties Dialog * Folders -->
+ <plurals name="fso_properties_dialog_folders">
+ <item quantity="zero">0 folders</item>
+ <item quantity="one">1 folder</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item>
+ </plurals>
+ <!-- Fso Properties Dialog * Files -->
+ <plurals name="fso_properties_dialog_files">
+ <item quantity="zero">0 files</item>
+ <item quantity="one">1 files</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item>
+ </plurals>
+ <!-- Search * Search found items -->
+ <plurals name="search_found_items">
+ <item quantity="zero">No items found</item>
+ <item quantity="one">1 item found</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item>
+ </plurals>
+</resources>