aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-sl/plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-07-27 20:52:19 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-07-27 20:52:19 +0300
commit6b88ce2a52adc03f0c21dadd91959ac459a6c933 (patch)
tree4088e9e464deb0a47be3d55fb7bd2b466eb1d95f /res/values-sl/plurals.xml
parentf65b74028d31c9f9aae83c7db5ebb3fc94c62215 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-6b88ce2a52adc03f0c21dadd91959ac459a6c933.tar.gz
android_packages_wallpapers_PhotoPhase-6b88ce2a52adc03f0c21dadd91959ac459a6c933.tar.bz2
android_packages_wallpapers_PhotoPhase-6b88ce2a52adc03f0c21dadd91959ac459a6c933.zip
Automatic translation import
Change-Id: Ifd04ee014523297b0f3ed4b7e6eed5018c641637
Diffstat (limited to 'res/values-sl/plurals.xml')
-rw-r--r--res/values-sl/plurals.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/res/values-sl/plurals.xml b/res/values-sl/plurals.xml
new file mode 100644
index 0000000..8228085
--- /dev/null
+++ b/res/values-sl/plurals.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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 slika</item>
+ <item quantity="two"><xliff:g id="pictures" example="7">%d</xliff:g> sliki</item>
+ <item quantity="few"><xliff:g id="pictures" example="7">%d</xliff:g> slike</item>
+ <item quantity="other"><xliff:g id="pictures" example="7">%d</xliff:g> slik</item>
+ </plurals>
+ <plurals name="msg_media_reload_complete">
+ <item quantity="one">Ponovno nalaganje predstavnosti končano. Najdena 1 slika.</item>
+ <item quantity="two">Ponovno nalaganje predstavnosti končano. Najdeni <xliff:g id="pictures" example="7">%d</xliff:g> sliki.</item>
+ <item quantity="few">Ponovno nalaganje predstavnosti končano. Najdene <xliff:g id="pictures" example="7">%d</xliff:g> slike.</item>
+ <item quantity="other">Ponovno nalaganje predstavnosti končano. Najdenih <xliff:g id="pictures" example="7">%d</xliff:g> slik.</item>
+ </plurals>
+</resources>