summaryrefslogtreecommitdiffstats
path: root/res/values-sr/cm_plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-08-09 13:37:08 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-08-09 13:37:08 +0300
commit42ce58eea827f05f90ea264b8016f9550b19ac09 (patch)
tree975d089ca4f7eb35b7710148b5d245d1e7cfee08 /res/values-sr/cm_plurals.xml
parent788d5b8786a61500b485126ca0af381cc3f82df4 (diff)
downloadandroid_packages_providers_DownloadProvider-42ce58eea827f05f90ea264b8016f9550b19ac09.tar.gz
android_packages_providers_DownloadProvider-42ce58eea827f05f90ea264b8016f9550b19ac09.tar.bz2
android_packages_providers_DownloadProvider-42ce58eea827f05f90ea264b8016f9550b19ac09.zip
Automatic translation import
Change-Id: Ieb2c9ccda329845dc2b3e50b83a261d84a7708df
Diffstat (limited to 'res/values-sr/cm_plurals.xml')
-rw-r--r--res/values-sr/cm_plurals.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/res/values-sr/cm_plurals.xml b/res/values-sr/cm_plurals.xml
new file mode 100644
index 00000000..762a8122
--- /dev/null
+++ b/res/values-sr/cm_plurals.xml
@@ -0,0 +1,37 @@
+<?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:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="duration_seconds">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> секунда</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> секунде</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> секунди</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> секунде</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> минут</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> минута</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> минута</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> минута</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> сат</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> сата</item>
+ <item quantity="many"><xliff:g id="count">%d</xliff:g> сати</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> сата</item>
+ </plurals>
+</resources>