summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-21 00:05:20 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-10-21 00:05:20 +0300
commitdc52b7e1ea7f6003cd227076664e56193808eb0b (patch)
tree3f665e50abf4d0da9f7bb29a7fb9648f4c9d3eae
parent1bf992daaf8a88b2b73431064b3b0b7a90048491 (diff)
downloadandroid_packages_providers_DownloadProvider-dc52b7e1ea7f6003cd227076664e56193808eb0b.tar.gz
android_packages_providers_DownloadProvider-dc52b7e1ea7f6003cd227076664e56193808eb0b.tar.bz2
android_packages_providers_DownloadProvider-dc52b7e1ea7f6003cd227076664e56193808eb0b.zip
Automatic translation import
Change-Id: I6bd9e60d824f746ba0f3d2f62b4e9c5037043769
-rw-r--r--res/values-gl/cm_plurals.xml27
-rw-r--r--res/values-gl/cm_strings.xml25
-rw-r--r--res/values-lv/cm_strings.xml25
3 files changed, 77 insertions, 0 deletions
diff --git a/res/values-gl/cm_plurals.xml b/res/values-gl/cm_plurals.xml
new file mode 100644
index 00000000..e25eaaf9
--- /dev/null
+++ b/res/values-gl/cm_plurals.xml
@@ -0,0 +1,27 @@
+<?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> seg</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> segs</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> min</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
+ </plurals>
+</resources>
diff --git a/res/values-gl/cm_strings.xml b/res/values-gl/cm_strings.xml
new file mode 100644
index 00000000..ee34776b
--- /dev/null
+++ b/res/values-gl/cm_strings.xml
@@ -0,0 +1,25 @@
+<?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="live_folder_drawer_label">Cartafol de descargas</string>
+ <string name="live_folder_label">Descargas</string>
+ <string name="download_paused">En pausa</string>
+ <string name="download_paused_percent">En pausa, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">En cola, <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-lv/cm_strings.xml b/res/values-lv/cm_strings.xml
new file mode 100644
index 00000000..004c644b
--- /dev/null
+++ b/res/values-lv/cm_strings.xml
@@ -0,0 +1,25 @@
+<?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="live_folder_drawer_label">Lejuplāžu mape</string>
+ <string name="live_folder_label">Lejuplādes</string>
+ <string name="download_paused">Apturēts</string>
+ <string name="download_paused_percent">Apturēts, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">Ierindots, <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>