summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorinky@build01 <jenkins@cyanogenmod.com>2016-06-01 12:02:37 -0700
committerinky@build01 <jenkins@cyanogenmod.com>2016-06-01 12:02:37 -0700
commit5538aea9e4f6e39c084836bd2c4e86145dba523e (patch)
treef1f51e70a6e41f8f604211439162b113b08f1312 /res
parentb4316ead709de9b17c03b8274cff04146e3a1e02 (diff)
downloadandroid_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.tar.gz
android_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.tar.bz2
android_packages_apps_Dialer-5538aea9e4f6e39c084836bd2c4e86145dba523e.zip
Automatic translation import
Change-Id: I651f35c0fc61ac586d40045728f066e07cba7cfb
Diffstat (limited to 'res')
-rw-r--r--res/values-be/cm_strings.xml3
-rw-r--r--res/values-da/cm_strings.xml3
-rw-r--r--res/values-fa/cm_plurals.xml4
-rw-r--r--res/values-iw/cm_plurals.xml8
-rw-r--r--res/values-ru/cm_strings.xml1
-rw-r--r--res/values-sv/cm_strings.xml1
6 files changed, 20 insertions, 0 deletions
diff --git a/res/values-be/cm_strings.xml b/res/values-be/cm_strings.xml
index 399696e1c..45cd3adb9 100644
--- a/res/values-be/cm_strings.xml
+++ b/res/values-be/cm_strings.xml
@@ -92,6 +92,9 @@
<string name="call_stats_title_average_duration">Сярэдняя працягласць</string>
<!-- Text displayed when there are no call log entries in the selected time range. -->
<string name="recent_calls_no_items_in_range">У журнале выклікаў нямае запісаў, адпавядаючых указанаму інтэрвалу.</string>
+ <string name="call_recording_category_title">Запіс гутаркі</string>
+ <string name="call_recording_format">Фармат аўдыя</string>
+ <string name="call_playback_no_app_found_toast">Не знойдзены дадатак, які можа прайграваць абраны запіс.</string>
<!-- T9 Search Text -->
<!-- InCall Plugin Settings -->
<!-- Search shortcut for "Call using PluginName" -->
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
index 14b46e136..724edd0e3 100644
--- a/res/values-da/cm_strings.xml
+++ b/res/values-da/cm_strings.xml
@@ -138,5 +138,8 @@
<!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
<string name="cm_permission_place_call">Slå telefontilladelser til, for at foretage opkald.</string>
<!-- Label of the button to view a note from a call log entry with associated DeepLink -->
+ <string name="search_shortcut_view_note">Se note</string>
<!-- Note DeepLink mod settings summary in Dialer -->
+ <string name="note_mod_settings_summary">Tag noter overalt</string>
+ <string name="callerinfo_provider_status_disabling">Deaktivering</string>
</resources>
diff --git a/res/values-fa/cm_plurals.xml b/res/values-fa/cm_plurals.xml
index 0ad1ef074..1e0466a69 100644
--- a/res/values-fa/cm_plurals.xml
+++ b/res/values-fa/cm_plurals.xml
@@ -17,15 +17,19 @@
-->
<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-iw/cm_plurals.xml b/res/values-iw/cm_plurals.xml
index d91187892..f102d2de9 100644
--- a/res/values-iw/cm_plurals.xml
+++ b/res/values-iw/cm_plurals.xml
@@ -18,18 +18,26 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="hour">
<item quantity="one">שע\' 1</item>
+ <item quantity="two">%d שע\'</item>
+ <item quantity="many">%d שע\'</item>
<item quantity="other">%d שע\'</item>
</plurals>
<plurals name="minute">
<item quantity="one">דק\' 1</item>
+ <item quantity="two">%d דק\'</item>
+ <item quantity="many">%d דק\'</item>
<item quantity="other">%d דק\'</item>
</plurals>
<plurals name="second">
<item quantity="one">שנ\' 1</item>
+ <item quantity="two">%d ש\'</item>
+ <item quantity="many">%d ש\'</item>
<item quantity="other">%d ש\'</item>
</plurals>
<plurals name="call">
<item quantity="one">שיחה אחת</item>
+ <item quantity="two">%d שיחות</item>
+ <item quantity="many">%d שיחות</item>
<item quantity="other">%d שיחות</item>
</plurals>
</resources>
diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml
index 467c6cb96..2e5d5709a 100644
--- a/res/values-ru/cm_strings.xml
+++ b/res/values-ru/cm_strings.xml
@@ -141,4 +141,5 @@
<string name="search_shortcut_view_note">Просмотреть заметку</string>
<!-- Note DeepLink mod settings summary in Dialer -->
<string name="note_mod_settings_summary">Делайте заметки из любого места</string>
+ <string name="callerinfo_provider_status_disabling">Отключение</string>
</resources>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index d7d77b021..21af9e8ae 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -105,6 +105,7 @@
<string name="callerinfo_provider_auth_yes">Ja</string>
<string name="callerinfo_provider_auth_no_short">Nej</string>
<string name="block_dialog_negative">Avbryt</string>
+ <string name="provider_disable_title">Inaktivera %1$s?</string>
<string name="provider_voice_call">"%1$s röstsamtal"</string>
<string name="provider_video_call">"%1$s videosamtal"</string>
<!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->