summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-27 21:59:36 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-10-27 21:59:36 +0200
commit9b1b9785a51f7ccddfabd168516fa761961b44c7 (patch)
tree1943cb194dcf11cfc9914514af4cafd7ce9e34b0
parent6327bb183a93a693ff8a5801236b9c8e83a01e0f (diff)
downloadandroid_packages_apps_Calendar-9b1b9785a51f7ccddfabd168516fa761961b44c7.tar.gz
android_packages_apps_Calendar-9b1b9785a51f7ccddfabd168516fa761961b44c7.tar.bz2
android_packages_apps_Calendar-9b1b9785a51f7ccddfabd168516fa761961b44c7.zip
Automatic translation import
Change-Id: I2a1ff8cb12e2f1a24228b056879d57feaf01f367
-rw-r--r--res/values-cy/arrays.xml23
-rw-r--r--res/values-lb/cm_plurals.xml23
-rw-r--r--res/values-sv/cm_strings.xml1
3 files changed, 47 insertions, 0 deletions
diff --git a/res/values-cy/arrays.xml b/res/values-cy/arrays.xml
new file mode 100644
index 00000000..8e3991aa
--- /dev/null
+++ b/res/values-cy/arrays.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2007 The Android Open Source 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>
+ <integer-array name="delete_repeating_values">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </integer-array>
+</resources>
diff --git a/res/values-lb/cm_plurals.xml b/res/values-lb/cm_plurals.xml
new file mode 100644
index 00000000..92330a2a
--- /dev/null
+++ b/res/values-lb/cm_plurals.xml
@@ -0,0 +1,23 @@
+<?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="events_selected">
+ <item quantity="one">%1$d ausgewielt</item>
+ <item quantity="other">%1$d ausgewielt</item>
+ </plurals>
+</resources>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index fbdde626..87d94056 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -24,4 +24,5 @@
<string name="preferences_default_snooze_delay_dialog">Standardsnoozelängd</string>
<string name="default_start_title">Standardvisning</string>
<string name="default_start_last">Tidigare använd visning</string>
+ <string name="action_select_all">Välj alla</string>
</resources>