diff options
| author | David van Tonder <david.vantonder@gmail.com> | 2012-11-05 05:25:57 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-11-05 05:25:57 -0800 |
| commit | 9fe2cd7b099aaa8cf2c5eb5941af1f49797958eb (patch) | |
| tree | b81e81f2894f502bf432e98622ffc0e09603fdec | |
| parent | 7dfe5fb60435d6b6f0662fc3f8208418c5bdc1f7 (diff) | |
| parent | 41f502f3cc0f1c4be12517be2e678b0cd7e7fd88 (diff) | |
| download | android_packages_apps_CMFileManager-9fe2cd7b099aaa8cf2c5eb5941af1f49797958eb.tar.gz android_packages_apps_CMFileManager-9fe2cd7b099aaa8cf2c5eb5941af1f49797958eb.tar.bz2 android_packages_apps_CMFileManager-9fe2cd7b099aaa8cf2c5eb5941af1f49797958eb.zip | |
Merge "CMFileManager: Corrections in Czech translation" into jellybean
| -rw-r--r-- | res/values-cs/strings.xml | 3 |
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 --> |
