summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-02 07:32:03 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-02 19:55:12 +0200
commit2ac8f4f140a9e7c3d88420d5a3dc2cb8cb6181b9 (patch)
tree6d61e2592f6e60a30b55f646f8b635a4a3790bcd /res
parentd295878fccf3ecdd2c3b8b951543302f6354ff2e (diff)
downloadandroid_packages_providers_DownloadProvider-2ac8f4f140a9e7c3d88420d5a3dc2cb8cb6181b9.tar.gz
android_packages_providers_DownloadProvider-2ac8f4f140a9e7c3d88420d5a3dc2cb8cb6181b9.tar.bz2
android_packages_providers_DownloadProvider-2ac8f4f140a9e7c3d88420d5a3dc2cb8cb6181b9.zip
Automatic translation import
Change-Id: I80c23b62af36566e4fe6cf3efedc704e25e7bab8
Diffstat (limited to 'res')
-rw-r--r--res/values-be/cm_plurals.xml34
-rw-r--r--res/values-be/cm_strings.xml20
-rw-r--r--res/values-bg/cm_plurals.xml31
-rw-r--r--res/values-bg/cm_strings.xml20
4 files changed, 105 insertions, 0 deletions
diff --git a/res/values-be/cm_plurals.xml b/res/values-be/cm_plurals.xml
new file mode 100644
index 00000000..86df7457
--- /dev/null
+++ b/res/values-be/cm_plurals.xml
@@ -0,0 +1,34 @@
+<?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: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="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="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="other"><xliff:g id="count">%d</xliff:g> гадзінаў</item>
+ </plurals>
+</resources>
diff --git a/res/values-be/cm_strings.xml b/res/values-be/cm_strings.xml
new file mode 100644
index 00000000..c1bcc9bc
--- /dev/null
+++ b/res/values-be/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-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">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/сек</string>
+</resources>
diff --git a/res/values-bg/cm_plurals.xml b/res/values-bg/cm_plurals.xml
new file mode 100644
index 00000000..6b24ca0f
--- /dev/null
+++ b/res/values-bg/cm_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: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="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="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="other"><xliff:g id="count">%d </xliff:g> часа</item>
+ </plurals>
+</resources>
diff --git a/res/values-bg/cm_strings.xml b/res/values-bg/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-bg/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2013-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">
+ <string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
+</resources>