merge in jb-release history after reset to jb-dev
diff --git a/res/menu-sw580dp-w720dp/people_options.xml b/res/menu-sw580dp-w720dp/people_options.xml
deleted file mode 100644
index cb65cc8..0000000
--- a/res/menu-sw580dp-w720dp/people_options.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/menu_search"
- android:icon="@drawable/ic_ab_search_holo_dark"
- android:title="@string/menu_search"
- android:showAsAction="always" />
-
- <item
- android:id="@+id/menu_add_contact"
- android:icon="@drawable/ic_add_contact_holo_dark"
- android:title="@string/menu_new_contact_action_bar"
- android:showAsAction="always" />
-
- <item
- android:id="@+id/menu_custom_add_group"
- android:icon="@drawable/ic_add_group_holo_dark"
- android:title="@string/menu_new_group_action_bar"
- android:showAsAction="always" />
-
- <item
- android:id="@+id/menu_contacts_filter"
- android:orderInCategory="1"
- android:title="@string/menu_contacts_filter" />
-
- <item
- android:id="@+id/menu_import_export"
- android:orderInCategory="2"
- android:title="@string/menu_import_export" />
-
- <item
- android:id="@+id/menu_clear_frequents"
- android:orderInCategory="3"
- android:title="@string/menu_clear_frequents" />
-
- <item
- android:id="@+id/menu_accounts"
- android:orderInCategory="4"
- android:title="@string/menu_accounts" />
-
- <item
- android:id="@+id/menu_settings"
- android:orderInCategory="5"
- android:title="@string/menu_settings" />
-
- <item
- android:id="@+id/menu_help"
- android:orderInCategory="6"
- android:title="@string/menu_help" />
-</menu>
diff --git a/res/menu-sw580dp-w720dp/view_contact.xml b/res/menu-sw580dp-w720dp/view_contact.xml
deleted file mode 100644
index ead176c..0000000
--- a/res/menu-sw580dp-w720dp/view_contact.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/menu_edit"
- android:icon="@drawable/ic_menu_compose_holo_dark"
- android:title="@string/menu_editContact"
- android:alphabeticShortcut="e"
- android:showAsAction="always" />
-
- <item
- android:id="@+id/menu_share"
- android:title="@string/menu_share"
- android:alphabeticShortcut="s" />
-
- <item
- android:id="@+id/menu_delete"
- android:title="@string/menu_deleteContact" />
-
- <item
- android:id="@+id/menu_create_contact_shortcut"
- android:title="@string/menu_create_contact_shortcut" />
-
-</menu>
diff --git a/res/menu-sw580dp-w720dp/view_group.xml b/res/menu-sw580dp-w720dp/view_group.xml
deleted file mode 100644
index 3836c0f..0000000
--- a/res/menu-sw580dp-w720dp/view_group.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/menu_edit_group"
- android:icon="@drawable/ic_menu_compose_holo_dark"
- android:title="@string/menu_editGroup"
- android:alphabeticShortcut="e"
- android:showAsAction="always" />
-
- <item
- android:id="@+id/menu_delete_group"
- android:title="@string/menu_deleteGroup" />
-</menu>
diff --git a/res/menu-sw580dp/people_options.xml b/res/menu-sw580dp/people_options.xml
index 42c4749..5d05752 100644
--- a/res/menu-sw580dp/people_options.xml
+++ b/res/menu-sw580dp/people_options.xml
@@ -23,12 +23,14 @@
<item
android:id="@+id/menu_add_contact"
android:icon="@drawable/ic_add_contact_holo_dark"
- android:title="@string/menu_new_contact_action_bar" />
+ android:title="@string/menu_new_contact_action_bar"
+ android:showAsAction="ifRoom" />
<item
android:id="@+id/menu_add_group"
android:icon="@drawable/ic_add_group_holo_dark"
- android:title="@string/menu_new_group_action_bar" />
+ android:title="@string/menu_new_group_action_bar"
+ android:showAsAction="ifRoom" />
<!-- Added orderInCategory to keep the following buttons at the end of the menu
Buttons will be added in the order added/inflated. Ordered buttons will be added
diff --git a/res/menu-sw580dp/view_contact.xml b/res/menu-sw580dp/view_contact.xml
index 516a2ae..a2ff00d 100644
--- a/res/menu-sw580dp/view_contact.xml
+++ b/res/menu-sw580dp/view_contact.xml
@@ -19,7 +19,8 @@
android:id="@+id/menu_edit"
android:icon="@drawable/ic_menu_compose_holo_dark"
android:title="@string/menu_editContact"
- android:alphabeticShortcut="e" />
+ android:alphabeticShortcut="e"
+ android:showAsAction="always"/>
<item
android:id="@+id/menu_share"
diff --git a/res/menu-sw580dp/view_group.xml b/res/menu-sw580dp/view_group.xml
index d01c167..3836c0f 100644
--- a/res/menu-sw580dp/view_group.xml
+++ b/res/menu-sw580dp/view_group.xml
@@ -19,7 +19,8 @@
android:id="@+id/menu_edit_group"
android:icon="@drawable/ic_menu_compose_holo_dark"
android:title="@string/menu_editGroup"
- android:alphabeticShortcut="e" />
+ android:alphabeticShortcut="e"
+ android:showAsAction="always" />
<item
android:id="@+id/menu_delete_group"
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 381b805..2c5135a 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> gevind"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Meer as <xliff:g id="COUNT">%d</xliff:g> gevind."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Geen kontakte nie"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 gevind"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> gevind"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Stemboodskap"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> stemboodskappe"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Speel"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nuwe stemboodskap van <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Kon nie stemboodskap speel nie."</string>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 9a70d34..d52e6ae 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Знойдзеныя: <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Знойдзена вынікаў: больш за <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Кантактаў няма"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"знойдзены 1"</item>
<item quantity="other" msgid="7988132539476575389">"Знойдзеныя: <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Галас. пошта"</item>
<item quantity="other" msgid="5513481419205061254">"Галасавых паведамленняў: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Прайграць"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Новае паведамл. ад <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Немагчыма прайгр. пав. галасавой пошты"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 154bc29..2e28e14 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Nalezeno: <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Nalezeno více kontaktů než <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Žádné kontakty"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"Nalezeno: 1"</item>
<item quantity="other" msgid="7988132539476575389">"Nalezeno: <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Hlasová schránka"</item>
<item quantity="other" msgid="5513481419205061254">"Hlasové zprávy: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Přehrát"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nová hlasová zpráva – <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Hlasovou zprávu nelze přehrát."</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 1eb9230..39099a7 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> fundet"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Der er fundet mere end <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Ingen kontaktpersoner"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 fundet"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> fundet"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Telefonsvarer"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> telefonsvarerbeskeder"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Spil"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nye besked fra <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Telefonbeskeden kunne ikke afspilles."</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 8c9b8b3..41431bd 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> gefunden"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Mehr als <xliff:g id="COUNT">%d</xliff:g> gefunden"</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Keine Kontakte"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 gefunden"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> gefunden"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Mailbox-Nachricht"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> Mailbox-Nachrichten"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Anhören"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Neue Mailbox-Nachricht von <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Abhören der Mailbox nicht möglich"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index e9d0532..33a3b36 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -76,7 +76,7 @@
<string name="label_notes" msgid="8337354953278341042">"Notas"</string>
<string name="label_sip_address" msgid="124073911714324974">"Llamada por Internet"</string>
<string name="ghostData_company" msgid="5414421120553765775">"Empresa"</string>
- <string name="ghostData_title" msgid="7496735200318496110">"Título"</string>
+ <string name="ghostData_title" msgid="7496735200318496110">"Cargo"</string>
<string name="invalidContactMessage" msgid="8215051456181842274">"Este contacto no existe."</string>
<string name="createContactShortcutSuccessful" msgid="7874133287558150877">"El widget de contactos se ha añadido al escritorio."</string>
<string name="pickerNewContactHeader" msgid="7750705279843568147">"Crear contacto nuevo"</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 3c04ec7..623de8f 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Löytyi <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Löytyi yli <xliff:g id="COUNT">%d</xliff:g> yhteystietoa."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Ei kontakteja"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"Löytyi 1"</item>
<item quantity="other" msgid="7988132539476575389">"Löytyi <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Vastaaja"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> vastaajaviestiä"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Toista"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Uusi vastaajaviesti: <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Vastaajaviestin toisto ei onnistu."</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 0a86507..c6191bd 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> contact(s) trouvé(s)"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Plus de <xliff:g id="COUNT">%d</xliff:g> résultats trouvés."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Aucun contact"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 contact trouvé"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> contact(s) trouvé(s)"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Messages vocaux"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> messages vocaux"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Lire"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nouveau message vocal de <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Impossible d\'écouter le message vocal."</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 25888e5..50dc01f 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> मिले"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"<xliff:g id="COUNT">%d</xliff:g> से अधिक मिले."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"कोई संपर्क नहीं"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 मिला"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> मिले"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"ध्वनिमेल"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> ध्वनिमेल"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"चलाएं"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"<xliff:g id="CALLER">%1$s</xliff:g> की ओर से नया ध्वनिमेल"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"ध्वनिमेल नहीं चलाया जा सका."</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 80f92fe..c8b2785 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Pronađeno kontakata: <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Pronađeno je više od ovoliko kontakata: <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Nema kontakata"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 pronađen"</item>
<item quantity="other" msgid="7988132539476575389">"Pronađeno kontakata: <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Govorna pošta"</item>
<item quantity="other" msgid="5513481419205061254">"Br. govornih pošta: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Reproduciraj"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nova govorna pošta od kontakta <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Reprodukcija govorne pošte nije uspjela"</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index 28a734b..11126b9 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> találat"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Több mint <xliff:g id="COUNT">%d</xliff:g> találat."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Nincsenek névjegyek"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 találat"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> találat"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Hangposta"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> hangüzenet"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Lejátszás"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Új hangüzenet tőle: <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Nem lehet lejátszani a hangpostát."</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 334904c..cd73640 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> trovati"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Ne sono stati trovati più di <xliff:g id="COUNT">%d</xliff:g>"</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Nessun contatto"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 trovato"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> trovati"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Segreteria"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> messaggi vocali"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Riproduci"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nuovo messaggio vocale da <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Riproduzione messaggio vocale non riuscita."</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index d645dbe..bd2185f 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g>件見つかりました"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"<xliff:g id="COUNT">%d</xliff:g>件以上見つかりました。"</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"連絡先はありません"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1件見つかりました"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g>件見つかりました"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"ボイスメール"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g>件のボイスメール"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"再生"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>、<xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"<xliff:g id="CALLER">%1$s</xliff:g>から新着ボイスメール"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"ボイスメールを再生できませんでした。"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index b42a2b8..b435f1f 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> funnet"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Fant over <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Ingen kontakter"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 funnet"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> funnet"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Talepostkasse"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> talemeldinger"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Spill av"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nye talemeldinger fra <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Kunne ikke spille av talemelding."</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 2769c50..8827837 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> gevonden"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Meer dan <xliff:g id="COUNT">%d</xliff:g> gevonden."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Geen contacten"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 gevonden"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> gevonden"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Voicemail"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> voicemails"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Afspelen"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nieuwe voicemail van <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Kan voicemail niet afspelen."</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 7d8c6e4..4cd53dc 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Au fost găsite <xliff:g id="COUNT">%d</xliff:g> (de) persoane din agendă"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"S-au găsit peste <xliff:g id="COUNT">%d</xliff:g> (de) persoane din agendă."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Nu există persoane în agendă"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"A fost găsită 1 persoană din agendă"</item>
<item quantity="other" msgid="7988132539476575389">"Au fost găsite <xliff:g id="COUNT">%d</xliff:g> (de) persoane din agendă"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Mesaj vocal"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> (de) mesaje vocale"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Redaţi"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Mesaj vocal nou de la <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Nu s-a putut reda mesajul vocal."</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 1d54b32..17dfb81 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Найдено: <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Найдено более <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Контактов нет"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"Найдено: 1"</item>
<item quantity="other" msgid="7988132539476575389">"Найдено: <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Голосовая почта"</item>
<item quantity="other" msgid="5513481419205061254">"Голосовые сообщения: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Воспроизведение"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Новое гол. сообщение: <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Не удалось воспроизвести сообщение."</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 70d2942..1707fb5 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"Počet nájdených položiek: <xliff:g id="COUNT">%d</xliff:g>"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Našlo sa viac ako <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Žiadne kontakty"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"Počet nájdených položiek: 1"</item>
<item quantity="other" msgid="7988132539476575389">"Počet nájdených položiek: <xliff:g id="COUNT">%d</xliff:g>"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Hlasová správa"</item>
<item quantity="other" msgid="5513481419205061254">"Počet hlasových správ: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Prehrať"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nová hlasová správa – <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Nepodarilo sa prehrať hlasovú správu."</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index 62de733..6ff2ed1 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> najdenih"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Najdenih je bilo več kot <xliff:g id="COUNT">%d</xliff:g> stikov."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Ni stikov"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 najden"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> najdenih"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Sporočila glasovne pošte"</item>
<item quantity="other" msgid="5513481419205061254">"Št. sporočil glasovne pošte: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Predvajaj"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g> , <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nova glasovna pošta od <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Sporočil odzivn. ni mogoče predvajati."</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 4b5010e..a290f82 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> пронађено"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Пронађено је више од <xliff:g id="COUNT">%d</xliff:g>."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Нема контаката"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 пронађен"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> пронађено"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Говорна пошта"</item>
<item quantity="other" msgid="5513481419205061254">"Говорних порука: <xliff:g id="COUNT">%1$d</xliff:g>"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Пусти"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Нова говорна порука од <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Није било могуће пустити говорну пошту."</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 5f40f52..18344da 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> hittades"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"Mer än <xliff:g id="COUNT">%d</xliff:g> hittades."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Inga kontakter"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 hittades"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> hittades"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Röstmeddelanden"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> röstmeddelanden"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Spela upp"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nytt röstmeddelande från <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Det gick inte att spela upp röstmeddelandet."</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index eac03b0..ee4723c 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"<xliff:g id="COUNT">%d</xliff:g> kişi bulundu"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"<xliff:g id="COUNT">%d</xliff:g> kişiden fazla bulundu."</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"Hiç kişi yok"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"1 kişi bulundu"</item>
<item quantity="other" msgid="7988132539476575389">"<xliff:g id="COUNT">%d</xliff:g> kişi bulundu"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"Sesli mesaj"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> Sesli mesaj"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Oynat"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Yeni sesli mesj gönderen: <xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"Sesli mesaj yürütülemedi."</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 7550432..e8798e4 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"找到 <xliff:g id="COUNT">%d</xliff:g> 个联系人"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"找到的联系人超过 <xliff:g id="COUNT">%d</xliff:g> 位。"</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"没有联系人"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"找到 1 个联系人"</item>
<item quantity="other" msgid="7988132539476575389">"找到 <xliff:g id="COUNT">%d</xliff:g> 个联系人"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"语音邮件"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> 封语音邮件"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"播放"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>,<xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"来自<xliff:g id="CALLER">%1$s</xliff:g>的新语音邮件"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"无法播放语音邮件。"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index aaec255..d24a7ec 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -129,8 +129,7 @@
<item quantity="other" msgid="3852668542926965042">"找到 <xliff:g id="COUNT">%d</xliff:g> 位聯絡人"</item>
</plurals>
<string name="foundTooManyContacts" msgid="5163335650920020220">"找到 <xliff:g id="COUNT">%d</xliff:g> 位以上的聯絡人。"</string>
- <!-- no translation found for listFoundAllContactsZero (922980883593159444) -->
- <skip />
+ <string name="listFoundAllContactsZero" msgid="922980883593159444">"沒有聯絡人"</string>
<plurals name="searchFoundContacts">
<item quantity="one" msgid="4826918429708286628">"找到 1 位聯絡人"</item>
<item quantity="other" msgid="7988132539476575389">"找到 <xliff:g id="COUNT">%d</xliff:g> 位聯絡人"</item>
@@ -502,8 +501,7 @@
<item quantity="one" msgid="1746619685488504230">"語音留言"</item>
<item quantity="other" msgid="5513481419205061254">"<xliff:g id="COUNT">%1$d</xliff:g> 則語音留言"</item>
</plurals>
- <!-- no translation found for notification_action_voicemail_play (6113133136977996863) -->
- <skip />
+ <string name="notification_action_voicemail_play" msgid="6113133136977996863">"播放"</string>
<string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>、<xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string>
<string name="notification_new_voicemail_ticker" msgid="895342132049452081">"最新語音留言者:<xliff:g id="CALLER">%1$s</xliff:g>"</string>
<string name="voicemail_playback_error" msgid="1811242131549854624">"無法播放語音留言。"</string>
diff --git a/src/com/android/contacts/activities/PeopleActivity.java b/src/com/android/contacts/activities/PeopleActivity.java
index 075c59f..d1b493f 100644
--- a/src/com/android/contacts/activities/PeopleActivity.java
+++ b/src/com/android/contacts/activities/PeopleActivity.java
@@ -50,19 +50,16 @@
import com.android.contacts.list.OnContactsUnavailableActionListener;
import com.android.contacts.list.ProviderStatusWatcher;
import com.android.contacts.list.ProviderStatusWatcher.ProviderStatusListener;
-import com.android.contacts.model.AccountTypeManager;
import com.android.contacts.model.AccountWithDataSet;
import com.android.contacts.preference.ContactsPreferenceActivity;
import com.android.contacts.preference.DisplayOptionsPreferenceFragment;
import com.android.contacts.util.AccountFilterUtil;
import com.android.contacts.util.AccountPromptUtils;
-import com.android.contacts.util.AccountsListAdapter;
-import com.android.contacts.util.HelpUtils;
-import com.android.contacts.util.UriUtils;
-import com.android.contacts.util.AccountsListAdapter.AccountListFilter;
import com.android.contacts.util.Constants;
import com.android.contacts.util.DialogManager;
+import com.android.contacts.util.HelpUtils;
import com.android.contacts.util.PhoneCapabilityTester;
+import com.android.contacts.util.UriUtils;
import com.android.contacts.widget.TransitionAnimationView;
import android.app.Fragment;
@@ -79,7 +76,6 @@
import android.preference.PreferenceActivity;
import android.provider.ContactsContract;
import android.provider.ContactsContract.Contacts;
-import android.provider.ContactsContract.Intents;
import android.provider.ContactsContract.ProviderStatus;
import android.provider.ContactsContract.QuickContact;
import android.provider.Settings;
@@ -94,15 +90,10 @@
import android.view.MenuItem;
import android.view.MenuItem.OnMenuItemClickListener;
import android.view.View;
-import android.view.View.OnClickListener;
import android.view.ViewGroup;
-import android.widget.AdapterView;
-import android.widget.AdapterView.OnItemClickListener;
-import android.widget.ListPopupWindow;
import android.widget.Toast;
import java.util.ArrayList;
-import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
/**
@@ -167,8 +158,6 @@
private TransitionAnimationView mContactDetailsView;
private TransitionAnimationView mGroupDetailsView;
- private View mAddGroupImageView;
-
/** ViewPager for swipe, used only on the phone (i.e. one-pane mode) */
private ViewPager mTabPager;
private TabPagerAdapter mTabPagerAdapter;
@@ -771,6 +760,21 @@
}
private class TabPagerListener implements ViewPager.OnPageChangeListener {
+
+ // This package-protected constructor is here because of a possible compiler bug.
+ // PeopleActivity$1.class should be generated due to the private outer/inner class access
+ // needed here. But for some reason, PeopleActivity$1.class is missing.
+ // Since $1 class is needed as a jvm work around to get access to the inner class,
+ // changing the constructor to package-protected or public will solve the problem.
+ // To verify whether $1 class is needed, javap PeopleActivity$TabPagerListener and look for
+ // references to PeopleActivity$1.
+ //
+ // When the constructor is private and PeopleActivity$1.class is missing, proguard will
+ // correctly catch this and throw warnings and error out the build on user/userdebug builds.
+ //
+ // All private inner classes below also need this fix.
+ TabPagerListener() {}
+
@Override
public void onPageScrollStateChanged(int state) {
}
@@ -1056,6 +1060,7 @@
}
private final class ContactBrowserActionListener implements OnContactBrowserActionListener {
+ ContactBrowserActionListener() {}
@Override
public void onSelectionChange() {
@@ -1149,6 +1154,8 @@
}
private class ContactDetailLoaderFragmentListener implements ContactLoaderFragmentListener {
+ ContactDetailLoaderFragmentListener() {}
+
@Override
public void onContactNotFound() {
// Nothing needs to be done here
@@ -1217,6 +1224,7 @@
private class ContactsUnavailableFragmentListener
implements OnContactsUnavailableActionListener {
+ ContactsUnavailableFragmentListener() {}
@Override
public void onCreateNewContactAction() {
@@ -1245,6 +1253,8 @@
private final class StrequentContactListFragmentListener
implements ContactTileListFragment.Listener {
+ StrequentContactListFragmentListener() {}
+
@Override
public void onContactSelected(Uri contactUri, Rect targetRect) {
if (PhoneCapabilityTester.isUsingTwoPanes(PeopleActivity.this)) {
@@ -1263,6 +1273,8 @@
private final class GroupBrowserActionListener implements OnGroupBrowserActionListener {
+ GroupBrowserActionListener() {}
+
@Override
public void onViewGroupAction(Uri groupUri) {
if (PhoneCapabilityTester.isUsingTwoPanes(PeopleActivity.this)) {
@@ -1276,6 +1288,9 @@
}
private class GroupDetailFragmentListener implements GroupDetailFragment.Listener {
+
+ GroupDetailFragmentListener() {}
+
@Override
public void onGroupSizeUpdated(String size) {
// Nothing needs to be done here because the size will be displayed in the detail
@@ -1332,22 +1347,6 @@
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.people_options, menu);
- // On narrow screens we specify a NEW group button in the {@link ActionBar}, so that
- // it can be in the overflow menu. On wide screens, we use a custom view because we need
- // its location for anchoring the account-selector popup.
- final MenuItem addGroup = menu.findItem(R.id.menu_custom_add_group);
- if (addGroup != null) {
- mAddGroupImageView = getLayoutInflater().inflate(
- R.layout.add_group_menu_item, null, false);
- mAddGroupImageView.setOnClickListener(new OnClickListener() {
- @Override
- public void onClick(View v) {
- createNewGroupWithAccountDisambiguation();
- }
- });
- addGroup.setActionView(mAddGroupImageView);
- }
-
if (DEBUG_TRANSITIONS && mContactDetailLoaderFragment != null) {
final MenuItem toggleSocial =
menu.add(mContactDetailLoaderFragment.getLoadStreamItems() ? "less" : "more");
@@ -1404,9 +1403,6 @@
final MenuItem contactsFilterMenu = menu.findItem(R.id.menu_contacts_filter);
MenuItem addGroupMenu = menu.findItem(R.id.menu_add_group);
- if (addGroupMenu == null) {
- addGroupMenu = menu.findItem(R.id.menu_custom_add_group);
- }
final MenuItem clearFrequentsMenu = menu.findItem(R.id.menu_clear_frequents);
final MenuItem helpMenu = menu.findItem(R.id.menu_help);
@@ -1518,7 +1514,8 @@
// to this activity to display the new contact.
if (PhoneCapabilityTester.isUsingTwoPanes(this)) {
intent.putExtra(
- ContactEditorActivity.INTENT_KEY_FINISH_ACTIVITY_ON_SAVE_COMPLETED, true);
+ ContactEditorActivity.INTENT_KEY_FINISH_ACTIVITY_ON_SAVE_COMPLETED,
+ true);
startActivityForResult(intent, SUBACTIVITY_NEW_CONTACT);
} else {
// Otherwise, on 1-pane UI, we need the editor to launch the view contact
@@ -1528,7 +1525,7 @@
return true;
}
case R.id.menu_add_group: {
- createNewGroupWithAccountDisambiguation();
+ createNewGroup();
return true;
}
case R.id.menu_import_export: {
@@ -1552,40 +1549,10 @@
return false;
}
- private void createNewGroupWithAccountDisambiguation() {
- final List<AccountWithDataSet> accounts =
- AccountTypeManager.getInstance(this).getAccounts(true);
- if (accounts.size() <= 1 || mAddGroupImageView == null) {
- // No account to choose or no control to anchor the popup-menu to
- // ==> just go straight to the editor which will disambig if necessary
- final Intent intent = new Intent(this, GroupEditorActivity.class);
- intent.setAction(Intent.ACTION_INSERT);
- startActivityForResult(intent, SUBACTIVITY_NEW_GROUP);
- return;
- }
-
- final ListPopupWindow popup = new ListPopupWindow(this, null);
- popup.setWidth(getResources().getDimensionPixelSize(R.dimen.account_selector_popup_width));
- popup.setAnchorView(mAddGroupImageView);
- // Create a list adapter with all writeable accounts (assume that the writeable accounts all
- // allow group creation).
- final AccountsListAdapter adapter = new AccountsListAdapter(this,
- AccountListFilter.ACCOUNTS_GROUP_WRITABLE);
- popup.setAdapter(adapter);
- popup.setOnItemClickListener(new OnItemClickListener() {
- @Override
- public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
- popup.dismiss();
- AccountWithDataSet account = adapter.getItem(position);
- final Intent intent = new Intent(PeopleActivity.this, GroupEditorActivity.class);
- intent.setAction(Intent.ACTION_INSERT);
- intent.putExtra(Intents.Insert.ACCOUNT, account);
- intent.putExtra(Intents.Insert.DATA_SET, account.dataSet);
- startActivityForResult(intent, SUBACTIVITY_NEW_GROUP);
- }
- });
- popup.setModal(true);
- popup.show();
+ private void createNewGroup() {
+ final Intent intent = new Intent(this, GroupEditorActivity.class);
+ intent.setAction(Intent.ACTION_INSERT);
+ startActivityForResult(intent, SUBACTIVITY_NEW_GROUP);
}
@Override