summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-28 02:25:07 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-28 02:25:07 +0200
commit53bc7530af1a7f2c498699e2a1fa8d27f6feb8f0 (patch)
treede6b48705f63eb1b3ff64992822900539a09dc89
parentf16323cfb261f71737d6431f89564beaecda47b9 (diff)
downloadandroid_packages_providers_DownloadProvider-stable/cm-12.0-YNG1TA.tar.gz
android_packages_providers_DownloadProvider-stable/cm-12.0-YNG1TA.tar.bz2
android_packages_providers_DownloadProvider-stable/cm-12.0-YNG1TA.zip
Automatic translation importstable/cm-12.0-YNG1TA
Change-Id: If2c3e5eb6397c3c3b71899a66889626ffcb0d4e7
-rw-r--r--res/values-en-rAU/cm_strings.xml20
-rw-r--r--res/values-pl/cm_plurals.xml34
2 files changed, 54 insertions, 0 deletions
diff --git a/res/values-en-rAU/cm_strings.xml b/res/values-en-rAU/cm_strings.xml
new file mode 100644
index 00000000..9d6c3b84
--- /dev/null
+++ b/res/values-en-rAU/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>
diff --git a/res/values-pl/cm_plurals.xml b/res/values-pl/cm_plurals.xml
new file mode 100644
index 00000000..4a7cd482
--- /dev/null
+++ b/res/values-pl/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> sek</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> sek</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> sek</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> min</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> min</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> min</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> h</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> h</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> h</item>
+ </plurals>
+</resources>