summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-06-09 20:34:52 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-06-09 20:34:52 +0300
commit8adcbe9e0484981baf74f374f4c497269a0cc08f (patch)
treeb6de1adabcc7e8088299a25f9c61085468a83034
parent16790ccdb8f93ea02f205a9ea7bb14b7e93b6a40 (diff)
downloadandroid_packages_apps_ContactsCommon-8adcbe9e0484981baf74f374f4c497269a0cc08f.tar.gz
android_packages_apps_ContactsCommon-8adcbe9e0484981baf74f374f4c497269a0cc08f.tar.bz2
android_packages_apps_ContactsCommon-8adcbe9e0484981baf74f374f4c497269a0cc08f.zip
Automatic translation import
Change-Id: Ice0aa9dd70c1ef0e3543b676e0d80306200f7e4e
-rw-r--r--res/values-eo/cm_strings.xml20
-rw-r--r--res/values-pl/cm_strings.xml5
2 files changed, 25 insertions, 0 deletions
diff --git a/res/values-eo/cm_strings.xml b/res/values-eo/cm_strings.xml
new file mode 100644
index 00000000..fc10e83e
--- /dev/null
+++ b/res/values-eo/cm_strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2014-2015 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="label_groups">Grupo</string>
+</resources>
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index ee771d5b..1361961b 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -31,6 +31,11 @@
<string name="export_finished">Eksport zakończony</string>
<string name="tag_too_long">Nazwa kontaktu jest zbyt długa</string>
<string name="sim_contacts_not_loaded">Nie można załadować kontaktów z SIM</string>
+ <plurals name="export_cancelled">
+ <item quantity="one">Eksportowanie zostało anulowane, %d element został eksportowany</item>
+ <item quantity="few">Eksportowanie zostało anulowane, %d elementy zostały eksportowane</item>
+ <item quantity="other">Eksportowanie zostało anulowane, %d elementów zostało eksportowane</item>
+ </plurals>
<string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> nie ma numeru telefonu ani adresu e-mail</string>
<string name="import_from_sim_select">Wybierz kartę do zimportowania</string>
<string name="no_sdcard_title" product="nosdcard">Pamięć niedostępna</string>