aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlipisak <j.slivarich@gmail.com>2012-11-05 09:55:20 +0100
committerlipisak <j.slivarich@gmail.com>2012-11-05 10:04:43 +0100
commit41f502f3cc0f1c4be12517be2e678b0cd7e7fd88 (patch)
tree7eca223979a6b8c4b278a531a62751e8442b9efe
parentdca975d7493b2838ca0bf6849952fb5e81c54067 (diff)
downloadandroid_packages_apps_CMFileManager-41f502f3cc0f1c4be12517be2e678b0cd7e7fd88.tar.gz
android_packages_apps_CMFileManager-41f502f3cc0f1c4be12517be2e678b0cd7e7fd88.tar.bz2
android_packages_apps_CMFileManager-41f502f3cc0f1c4be12517be2e678b0cd7e7fd88.zip
CMFileManager: Corrections in Czech translation
Czech uses different pluralities for count 2-4 Solved by adding few attribute. Patchset 2: Typo fix Change-Id: Ib98a1f1009855d5fe9379e67c6cee14fdd71e5cb
-rw-r--r--res/values-cs/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index c5ed37ec..b0278cb0 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -268,12 +268,14 @@
<plurals name="fso_properties_dialog_folders">
<item quantity="zero">0 složek</item>
<item quantity="one">1 složka</item>
+ <item quantity="few"><xliff:g id="folders">%1$d</xliff:g> složky</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> složek</item>
</plurals>
<!-- Fso Properties Dialog * Files -->
<plurals name="fso_properties_dialog_files">
<item quantity="zero">0 souborů</item>
<item quantity="one">1 soubor</item>
+ <item quantity="few"><xliff:g id="files">%1$d</xliff:g> soubory</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> souborů</item>
</plurals>
@@ -298,6 +300,7 @@
<plurals name="search_found_items">
<item quantity="zero">Nic nenalezeno</item>
<item quantity="one">Nalezena 1 položka</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> položky nalezeny</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> položek nalezeno</item>
</plurals>
<!-- Search * Number of items found in directory -->