aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprescott66 <prescott66@gmail.com>2013-08-15 20:50:53 +0200
committerprescott66 <prescott66@gmail.com>2013-08-15 20:51:43 +0200
commit38476a9ad32af63702544c81d96edb3e3dd94b99 (patch)
tree51da79a40b1a7554b2734e52e718b32c6b97e593
parent87dbdd4421f9947ed1c7a9b5494f87096be92c2e (diff)
downloadandroid_packages_apps_CMFileManager-38476a9ad32af63702544c81d96edb3e3dd94b99.tar.gz
android_packages_apps_CMFileManager-38476a9ad32af63702544c81d96edb3e3dd94b99.tar.bz2
android_packages_apps_CMFileManager-38476a9ad32af63702544c81d96edb3e3dd94b99.zip
CMFileManager: SK translation
Change-Id: I64bdf6c539f80af3eea88be3e2940c469473c5f0
-rw-r--r--res/values-sk/plurals.xml22
-rw-r--r--res/values-sk/strings.xml2
2 files changed, 15 insertions, 9 deletions
diff --git a/res/values-sk/plurals.xml b/res/values-sk/plurals.xml
index 3c62ac09..7604969f 100644
--- a/res/values-sk/plurals.xml
+++ b/res/values-sk/plurals.xml
@@ -14,25 +14,31 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Fso Properties Dialog * Folders -->
<plurals name="n_folders">
- <item quantity="zero">0 priečinkov</item>
<item quantity="one">1 priečinok</item>
<item quantity="few"><xliff:g id="folders">%1$d</xliff:g> priečinky</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> priečinkov</item>
</plurals>
- <!-- Fso Properties Dialog * Files -->
<plurals name="n_files">
- <item quantity="zero">0 súborov</item>
<item quantity="one">1 súbor</item>
<item quantity="few"><xliff:g id="files">%1$d</xliff:g> súbory</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> súborov</item>
</plurals>
<!-- Search * Search found items -->
<plurals name="search_found_items">
- <item quantity="zero">Nenašli sa žiadne položky</item>
- <item quantity="one">Našla sa 1 položka</item>
- <item quantity="few">Našli sa <xliff:g id="count">%d</xliff:g> položky</item>
- <item quantity="other">Našlo sa <xliff:g id="count">%d</xliff:g> položiek</item>
+ <item quantity="one">1 nájdená položka</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> nájdené položky</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> nájdených položiek</item>
+ </plurals>
+ <!-- Statusbar text if there are selected folders or files -->
+ <plurals name="selection_folders">
+ <item quantity="one">1 vybraný priečinok.</item>
+ <item quantity="few"><xliff:g id="folders">%1$d</xliff:g> vybrané priečinky.</item>
+ <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> vybraných priečinkov.</item>
+ </plurals>
+ <plurals name="selection_files">
+ <item quantity="one">1 vybraný súbor.</item>
+ <item quantity="few"><xliff:g id="files">%1$d</xliff:g> vybrané súbory.</item>
+ <item quantity="other"><xliff:g id="files">%1$d</xliff:g> vybraných súborov.</item>
</plurals>
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 8bda7a5f..3625fb95 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -723,5 +723,5 @@
<!-- Welcome Dialog * Title -->
<string name="welcome_title">Vitajte</string>
<!-- Welcome Dialog * Message -->
- <string name="welcome_msg">Vitajte v správcovi súborov CyanogenMod.\n\nTáto aplikácia umožňuje prechádzať súborový systém a robiť operácie, ktoré môžu poškodiť vaše zariadenie. Na zabránenie škôd bude aplikácia spustená v Bezpečnom režime.\n\nMôžete zapnúť pokročilý režim s plným oprávnením v Nastaveniach. Tým preberiete zodpovednosťza operácie, ktoré budete s aplikáciou vykonávať.\n\nTým CyanogenMod.\n</string>
+ <string name="welcome_msg">Vitajte v správcovi súborov CyanogenMod.\n\nTáto aplikácia umožňuje prehliadať súborový systém a robiť operácie, ktoré môžu poškodiť vaše zariadenie. Na zabránenie škôd bude aplikácia spustená v Bezpečnom režime.\n\nV nastaveniach môžete zapnúť pokročilý režim s plnými oprávneniami. Tým preberiete zodpovednosť za operácie, ktoré budete s aplikáciou vykonávať.\n\nTím CyanogenMod.\n</string>
</resources>