summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-07-11 13:05:12 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-07-11 13:05:12 +0300
commit07a8c77e1f103609e5cf9f2b1d41b29843d6e271 (patch)
tree9a84c6cadc05cab976558d2c430578b7dc766d8b
parent0a4a5d1838dfde82cbbcc35c535dc111e92b8e07 (diff)
downloadandroid_packages_providers_DownloadProvider-07a8c77e1f103609e5cf9f2b1d41b29843d6e271.tar.gz
android_packages_providers_DownloadProvider-07a8c77e1f103609e5cf9f2b1d41b29843d6e271.tar.bz2
android_packages_providers_DownloadProvider-07a8c77e1f103609e5cf9f2b1d41b29843d6e271.zip
Automatic translation import
Change-Id: I027184cf201ef2b6d9fcb307d38f534ccdbc1ba9
-rw-r--r--res/values-ku/cm_strings.xml25
-rw-r--r--res/values-sk/cm_plurals.xml10
2 files changed, 35 insertions, 0 deletions
diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml
new file mode 100644
index 00000000..9b856fc7
--- /dev/null
+++ b/res/values-ku/cm_strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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="live_folder_drawer_label">داگرتنی خونچە</string>
+ <string name="live_folder_label">دابەزاندن</string>
+ <string name="download_paused">ڕاگرا</string>
+ <string name="download_paused_percent">ڕاگیرا, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">کواتکرا, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <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>
diff --git a/res/values-sk/cm_plurals.xml b/res/values-sk/cm_plurals.xml
index 6f7b11df..32bd5e08 100644
--- a/res/values-sk/cm_plurals.xml
+++ b/res/values-sk/cm_plurals.xml
@@ -16,6 +16,16 @@
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> sekunda</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> sekundy</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sekúnd</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> minúta</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> minúty</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> minút</item>
+ </plurals>
<plurals name="duration_hours">
<item quantity="one"><xliff:g id="count">%d</xliff:g> hodina</item>
<item quantity="few"><xliff:g id="count">%d</xliff:g> hodiny</item>