summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-07-11 13:04:09 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-07-11 15:46:18 +0300
commit6ca98b1f7fe18f53c7510e7c69f7b8e9d1785f6a (patch)
tree858d883371e9bafa0f33ed671f98890de0074110 /res
parent325cdfa5348e3a860c478482ba1e5fc5fd913238 (diff)
downloadandroid_packages_apps_Dialer-6ca98b1f7fe18f53c7510e7c69f7b8e9d1785f6a.tar.gz
android_packages_apps_Dialer-6ca98b1f7fe18f53c7510e7c69f7b8e9d1785f6a.tar.bz2
android_packages_apps_Dialer-6ca98b1f7fe18f53c7510e7c69f7b8e9d1785f6a.zip
Automatic translation import
Change-Id: Iba09c1deca534b0967743fe8185deff7c677d49d
Diffstat (limited to 'res')
-rw-r--r--res/values-et/cm_strings.xml20
-rw-r--r--res/values-ko/cm_plurals.xml31
-rw-r--r--res/values-ku/cm_arrays.xml28
-rw-r--r--res/values-ku/cm_plurals.xml35
-rw-r--r--res/values-ku/cm_strings.xml52
5 files changed, 166 insertions, 0 deletions
diff --git a/res/values-et/cm_strings.xml b/res/values-et/cm_strings.xml
new file mode 100644
index 000000000..940cdced0
--- /dev/null
+++ b/res/values-et/cm_strings.xml
@@ -0,0 +1,20 @@
+<?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="call_log_stats_title">Statistika</string>
+</resources>
diff --git a/res/values-ko/cm_plurals.xml b/res/values-ko/cm_plurals.xml
new file mode 100644
index 000000000..1d3fcd492
--- /dev/null
+++ b/res/values-ko/cm_plurals.xml
@@ -0,0 +1,31 @@
+<?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">
+ <plurals name="hour">
+ <item quantity="other">%d시간</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="other">%d분</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="other">%d초</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="other">%d건</item>
+ </plurals>
+</resources>
diff --git a/res/values-ku/cm_arrays.xml b/res/values-ku/cm_arrays.xml
new file mode 100644
index 000000000..ecb664a42
--- /dev/null
+++ b/res/values-ku/cm_arrays.xml
@@ -0,0 +1,28 @@
+<?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-array name="call_stats_duration">
+ <item><xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g></item>
+ <item><xliff:g id="hours" example="2 hrs">%1$s</xliff:g> <xliff:g id="minutes" example="2 mins">%2$s</xliff:g> <xliff:g id="seconds" example="2 secs">%3$s</xliff:g></item>
+ </string-array>
+</resources>
diff --git a/res/values-ku/cm_plurals.xml b/res/values-ku/cm_plurals.xml
new file mode 100644
index 000000000..75fcd5ac3
--- /dev/null
+++ b/res/values-ku/cm_plurals.xml
@@ -0,0 +1,35 @@
+<?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">
+ <plurals name="hour">
+ <item quantity="one">%d کاتژمێر</item>
+ <item quantity="other">%d کاتژمێر</item>
+ </plurals>
+ <plurals name="minute">
+ <item quantity="one">%d خولەک</item>
+ <item quantity="other">%d خولەک</item>
+ </plurals>
+ <plurals name="second">
+ <item quantity="one">%d چرکە</item>
+ <item quantity="other">%d چرکە</item>
+ </plurals>
+ <plurals name="call">
+ <item quantity="one">%d پەیوەندی</item>
+ <item quantity="other">%d پەیوەندی</item>
+ </plurals>
+</resources>
diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml
new file mode 100644
index 000000000..46dec955e
--- /dev/null
+++ b/res/values-ku/cm_strings.xml
@@ -0,0 +1,52 @@
+<?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="call_log_stats_title">سەرژمێرەیەکان</string>
+ <string name="callStatsDetailTitle">زانیاری پەیوەندی</string>
+ <string name="call_stats">سەرژمێریەکانی پەیوەندی</string>
+ <string name="call_stats_refresh">تازەکردنەوە</string>
+ <string name="activity_title_call_stats">سەرژمێریەکانی پەیوەندی</string>
+ <string name="call_stats_nav_all">هەمووی</string>
+ <string name="call_stats_nav_incoming">هاتوو</string>
+ <string name="call_stats_nav_outgoing">ڕۆیشتوو</string>
+ <string name="call_stats_nav_missed">وەڵام نەدرواە</string>
+ <string name="call_stats_incoming">هاتوو: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_outgoing">ڕۆیشتوو: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_missed">وەڵام نەدرواە</string>
+ <string name="call_stats_missed_percent">وەڵام نەدراوە: <xliff:g id="percent">%d</xliff:g>%%</string>
+ <string name="call_stats_header_total">سەرجەم: <xliff:g id="call_count">%s</xliff:g>, <xliff:g id="duration">%s</xliff:g></string>
+ <string name="call_stats_header_total_callsonly">سەرجەم: <xliff:g id="call_count">%s</xliff:g></string>
+ <string name="call_stats_filter_from">بەرواری دەستپێکردن</string>
+ <string name="call_stats_filter_to">بەرواری کۆتایهاتن</string>
+ <string name="call_stats_filter_picker_title">ڕێژەی ڕێگریکردن</string>
+ <string name="date_quick_selection">هەڵبژاردنی خێرا</string>
+ <string name="date_qs_currentquarter">چارەکی ئێستا</string>
+ <string name="date_qs_currentyear">ئەمساڵ</string>
+ <string name="date_qs_lastweek">هەمتەی پێشوو</string>
+ <string name="date_qs_lastmonth">مانگی پێشوو</string>
+ <string name="date_qs_lastquarter">دوایین چارەک</string>
+ <string name="date_qs_lastyear">ساڵی پێشوو</string>
+ <string name="call_stats_date_filter">ڕێکخستنی ڕێژەی کات</string>
+ <string name="call_stats_reset_filter">گێڕانەوەی ڕێژەی کات</string>
+ <string name="call_stats_sort_by_duration">ڕیزکردن بەپێی ماوەی پەیوەندی</string>
+ <string name="call_stats_sort_by_count">ڕیزکردن بەپێی ژمارەی پەیوەندی</string>
+ <string name="menu_add_to_blacklist">زیادکردن بۆ لیستی ڕەش</string>
+ <string name="toast_added_to_blacklist">%s زیادکرا بۆ لیستی ڕەش.</string>
+ <string name="nearby_places">شوێنە نزیەکاکان</string>
+ <string name="people">ناوەکان</string>
+</resources>