aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-sk/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-07-11 13:07:10 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-07-11 15:56:56 +0300
commitb7a84c691b373570be941113316d3c28c5a9d8d4 (patch)
treeac96f018cba145dd8f84448867b2a9f174fe168f /res/values-sk/plurals.xml
parent14d3f73e49dcd70e8466d56fde22160f751a0810 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-b7a84c691b373570be941113316d3c28c5a9d8d4.tar.gz
android_packages_wallpapers_PhotoPhase-b7a84c691b373570be941113316d3c28c5a9d8d4.tar.bz2
android_packages_wallpapers_PhotoPhase-b7a84c691b373570be941113316d3c28c5a9d8d4.zip
Automatic translation import
Change-Id: Ic2cdcc5422d045ba68860c403824b43ad5ff0fba
Diffstat (limited to 'res/values-sk/plurals.xml')
-rw-r--r--res/values-sk/plurals.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/values-sk/plurals.xml b/res/values-sk/plurals.xml
new file mode 100644
index 0000000..86e1359
--- /dev/null
+++ b/res/values-sk/plurals.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ Copyright (C) 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:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="album_number_of_pictures">
+ <item quantity="one">1 obrázok</item>
+ <item quantity="few"><xliff:g id="pictures" example="7">%d</xliff:g> obrázky</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> obrázkov</item>
+ </plurals>
+ <plurals name="msg_media_reload_complete">
+ <item quantity="one">Opätovné načítanie médii bolo dokončené. Našiel sa 1 obrázok.</item>
+ <item quantity="few">Media reload complete. Našli sa <xliff:g id="pictures" example="7">%d</xliff:g> obrázky.</item>
+ <item quantity="other">Media reload complete. Našlo sa <xliff:g id="pictures" example="7">%d</xliff:g> obrázkov.</item>
+ </plurals>
+</resources>