summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-06-21 14:44:21 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-06-21 14:44:21 +0300
commita93c7201063aa132cea5b1f8595fff807b2f3cd8 (patch)
treeadee4b1b8f25d7e1524bdf4c2d1a4292e5b0dc30
parentffb5fff39e10af7c20ddb83a46a46a69b7f0bc14 (diff)
downloadandroid_packages_providers_DownloadProvider-a93c7201063aa132cea5b1f8595fff807b2f3cd8.tar.gz
android_packages_providers_DownloadProvider-a93c7201063aa132cea5b1f8595fff807b2f3cd8.tar.bz2
android_packages_providers_DownloadProvider-a93c7201063aa132cea5b1f8595fff807b2f3cd8.zip
Automatic translation import
Change-Id: I4bc106e6b58e6c9a7d535853a9b6982498db17a6
-rw-r--r--res/values-ro/cm_plurals.xml34
-rw-r--r--res/values-ro/cm_strings.xml25
2 files changed, 59 insertions, 0 deletions
diff --git a/res/values-ro/cm_plurals.xml b/res/values-ro/cm_plurals.xml
new file mode 100644
index 00000000..782b2d43
--- /dev/null
+++ b/res/values-ro/cm_plurals.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.net-->
+<!--
+ 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> secundă</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> secunde</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> de secunde</item>
+ </plurals>
+ <plurals name="duration_minutes">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> minut</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> minute</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> de minute</item>
+ </plurals>
+ <plurals name="duration_hours">
+ <item quantity="one"><xliff:g id="count">%d</xliff:g> oră</item>
+ <item quantity="few"><xliff:g id="count">%d</xliff:g> ore</item>
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> de ore</item>
+ </plurals>
+</resources>
diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml
new file mode 100644
index 00000000..4b33a1ac
--- /dev/null
+++ b/res/values-ro/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">Folder descărcări</string>
+ <string name="live_folder_label">Descărcări</string>
+ <string name="download_paused">Întrerupt</string>
+ <string name="download_paused_percent">Întrerupt, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">În așteptare, <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>