summaryrefslogtreecommitdiffstats
path: root/res/values-bg/cm_plurals.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-02 06:59:28 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-02 06:59:28 +0200
commit8f517b2c28cb29620fb32f1f8904b24528dde18d (patch)
treeadd8ae5b9a7ffb928344ea284bb52eaccbb345f6 /res/values-bg/cm_plurals.xml
parent4ca90e6ba31d1c38896cc8b4f4cfb8b12b2076e5 (diff)
downloadandroid_packages_apps_Dialer-8f517b2c28cb29620fb32f1f8904b24528dde18d.tar.gz
android_packages_apps_Dialer-8f517b2c28cb29620fb32f1f8904b24528dde18d.tar.bz2
android_packages_apps_Dialer-8f517b2c28cb29620fb32f1f8904b24528dde18d.zip
Automatic translation import
Change-Id: Id2ec9d9bbaf8815f7a1d681658898382b8495ac2
Diffstat (limited to 'res/values-bg/cm_plurals.xml')
-rw-r--r--res/values-bg/cm_plurals.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/values-bg/cm_plurals.xml b/res/values-bg/cm_plurals.xml
new file mode 100644
index 000000000..3333baf8f
--- /dev/null
+++ b/res/values-bg/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013 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="hour">
+ <item quantity="one">1 час</item>
+ <item quantity="other">%d часа</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">1 минута</item>
+ <item quantity="other">%d минути</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">1 секунда</item>
+ <item quantity="other">%d секунди</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">1 обаждане</item>
+ <item quantity="other">%d обаждания</item>
+ </plurals>
+</resources>