diff options
author | Dharmesh Mokani <mokani@google.com> | 2014-07-31 09:29:59 -0700 |
---|---|---|
committer | Dharmesh Mokani <mokani@google.com> | 2014-07-31 11:10:51 -0700 |
commit | fe7af4e897145c85564615c41083036616811939 (patch) | |
tree | 9cbe4fc7804515d2a0f52dd6f82de98729aad87b /current/support | |
parent | 1646fd2cdc37e1887f508eb4cfb92b4162fc9cdc (diff) | |
download | prebuilts_sdk-fe7af4e897145c85564615c41083036616811939.zip prebuilts_sdk-fe7af4e897145c85564615c41083036616811939.tar.gz prebuilts_sdk-fe7af4e897145c85564615c41083036616811939.tar.bz2 |
DO NOT MERGE - Update prebuild current SDK
Copied files from lmp-dev branch at #1319972
http://android-build/builds/git_lmp-dev-linux-sdk_x86_64-sdk/1319972
Followed the instruction given at : goto/updateprebuilts
Change-Id: I6c858037aed5026bb12d3a6ba4a9a4df588533d2
Diffstat (limited to 'current/support')
94 files changed, 160 insertions, 300 deletions
diff --git a/current/support/annotations/android-support-annotations.jar b/current/support/annotations/android-support-annotations.jar Binary files differindex af7bc3b..309fdf4 100644 --- a/current/support/annotations/android-support-annotations.jar +++ b/current/support/annotations/android-support-annotations.jar diff --git a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar Binary files differindex ac2c81c..40a00da 100644 --- a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar +++ b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar diff --git a/current/support/multidex/library/libs/android-support-multidex.jar b/current/support/multidex/library/libs/android-support-multidex.jar Binary files differindex 25f8111..787a33c 100644 --- a/current/support/multidex/library/libs/android-support-multidex.jar +++ b/current/support/multidex/library/libs/android-support-multidex.jar diff --git a/current/support/v13/android-support-v13.jar b/current/support/v13/android-support-v13.jar Binary files differindex d2a8993..ff39b36 100644 --- a/current/support/v13/android-support-v13.jar +++ b/current/support/v13/android-support-v13.jar diff --git a/current/support/v17/leanback/libs/android-support-v17-leanback.jar b/current/support/v17/leanback/libs/android-support-v17-leanback.jar Binary files differindex 951b3f5..fa9ff59 100644 --- a/current/support/v17/leanback/libs/android-support-v17-leanback.jar +++ b/current/support/v17/leanback/libs/android-support-v17-leanback.jar diff --git a/current/support/v17/leanback/res/layout/lb_playback_controls.xml b/current/support/v17/leanback/res/layout/lb_playback_controls.xml index bdc049c..386963a 100644 --- a/current/support/v17/leanback/res/layout/lb_playback_controls.xml +++ b/current/support/v17/leanback/res/layout/lb_playback_controls.xml @@ -34,7 +34,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" > - <LinearLayout + <android.support.v17.leanback.widget.ControlBar android:id="@+id/control_bar" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/current/support/v17/leanback/res/values/colors.xml b/current/support/v17/leanback/res/values/colors.xml index 60e30d8..922b3af 100644 --- a/current/support/v17/leanback/res/values/colors.xml +++ b/current/support/v17/leanback/res/values/colors.xml @@ -29,6 +29,7 @@ <color name="lb_details_overview_bg_color">#1B1B1B</color> <color name="lb_details_description_color">#EEEEEE</color> + <color name="lb_details_description_body_color">#B2EEEEEE</color> <color name="lb_error_background_color_opaque">#262626</color> <color name="lb_error_background_color_translucent">#E6000000</color> diff --git a/current/support/v17/leanback/res/values/styles.xml b/current/support/v17/leanback/res/values/styles.xml index 245d424..42c2c60 100644 --- a/current/support/v17/leanback/res/values/styles.xml +++ b/current/support/v17/leanback/res/values/styles.xml @@ -43,7 +43,7 @@ <style name="TextAppearance.Leanback.DetailsDescriptionTitle"> <item name="android:textSize">@dimen/lb_details_description_title_text_size</item> <item name="android:textColor">@color/lb_details_description_color</item> - <item name="android:fontFamily">sans-serif</item> + <item name="android:fontFamily">sans-serif-light</item> </style> <style name="TextAppearance.Leanback.DetailsDescriptionSubtitle"> @@ -54,7 +54,7 @@ <style name="TextAppearance.Leanback.DetailsDescriptionBody"> <item name="android:textSize">@dimen/lb_details_description_body_text_size</item> - <item name="android:textColor">@color/lb_details_description_color</item> + <item name="android:textColor">@color/lb_details_description_body_color</item> <item name="android:fontFamily">sans-serif</item> </style> diff --git a/current/support/v4/android-support-v4.jar b/current/support/v4/android-support-v4.jar Binary files differindex 10f60c0..52c48f3 100644 --- a/current/support/v4/android-support-v4.jar +++ b/current/support/v4/android-support-v4.jar diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar Binary files differindex 73c5382..aac01ea 100644 --- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar +++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar diff --git a/current/support/v7/appcompat/res/values-af/strings.xml b/current/support/v7/appcompat/res/values-af/strings.xml index 2479d42..474f3aa 100644 --- a/current/support/v7/appcompat/res/values-af/strings.xml +++ b/current/support/v7/appcompat/res/values-af/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigeer tuis"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigeer op"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Nog opsies"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Soek"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Soeknavraag"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Vee navraag uit"</string> diff --git a/current/support/v7/appcompat/res/values-am/strings.xml b/current/support/v7/appcompat/res/values-am/strings.xml index 7d69a1b..dbd53d6 100644 --- a/current/support/v7/appcompat/res/values-am/strings.xml +++ b/current/support/v7/appcompat/res/values-am/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ወደ መነሻ ይዳስሱ"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ወደ ላይ ይዳስሱ"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"ተጨማሪ አማራጮች"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s፣ %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s፣ %2$s፣ %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ፍለጋ"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"የፍለጋ ጥያቄ"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"መጠይቅ አጽዳ"</string> diff --git a/current/support/v7/appcompat/res/values-ar/strings.xml b/current/support/v7/appcompat/res/values-ar/strings.xml index ac36077..84d6fba 100644 --- a/current/support/v7/appcompat/res/values-ar/strings.xml +++ b/current/support/v7/appcompat/res/values-ar/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"التنقل إلى الشاشة الرئيسية"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"التنقل إلى أعلى"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"خيارات إضافية"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s، %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s، %2$s، %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"بحث"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"طلب البحث"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"محو طلب البحث"</string> diff --git a/current/support/v7/appcompat/res/values-bg/strings.xml b/current/support/v7/appcompat/res/values-bg/strings.xml index 7f17526..9d87ef7 100644 --- a/current/support/v7/appcompat/res/values-bg/strings.xml +++ b/current/support/v7/appcompat/res/values-bg/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Придвижване към „Начало“"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Придвижване нагоре"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Още опции"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"„%1$s“ – %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"„%1$s“, „%2$s“ – %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Търсене"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Заявка за търсене"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Изчистване на заявката"</string> diff --git a/current/support/v7/appcompat/res/values-bn-rBD/strings.xml b/current/support/v7/appcompat/res/values-bn-rBD/strings.xml index dfedb65..ee522c6 100644 --- a/current/support/v7/appcompat/res/values-bn-rBD/strings.xml +++ b/current/support/v7/appcompat/res/values-bn-rBD/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"হোম এ নেভিগেট করুন"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"উপরের দিকে নেভিগেট করুন"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"আরো বিকল্প"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"অনুসন্ধান করুন"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ক্যোয়ারী অনুসন্ধান করুন"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ক্যোয়ারী সাফ করুন"</string> diff --git a/current/support/v7/appcompat/res/values-ca/strings.xml b/current/support/v7/appcompat/res/values-ca/strings.xml index eeec33c..5fe4b0d 100644 --- a/current/support/v7/appcompat/res/values-ca/strings.xml +++ b/current/support/v7/appcompat/res/values-ca/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navega a la pàgina d\'inici"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navega cap a dalt"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Més opcions"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Cerca"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta de cerca"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Esborra la consulta"</string> diff --git a/current/support/v7/appcompat/res/values-cs/strings.xml b/current/support/v7/appcompat/res/values-cs/strings.xml index 1927d06..13c9ba8 100644 --- a/current/support/v7/appcompat/res/values-cs/strings.xml +++ b/current/support/v7/appcompat/res/values-cs/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Přejít na plochu"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Přejít nahoru"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Více možností"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s – %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s – %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Hledat"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Vyhledávací dotaz"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Smazat dotaz"</string> diff --git a/current/support/v7/appcompat/res/values-da/strings.xml b/current/support/v7/appcompat/res/values-da/strings.xml index ada417b..7a0b228 100644 --- a/current/support/v7/appcompat/res/values-da/strings.xml +++ b/current/support/v7/appcompat/res/values-da/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Naviger hjem"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Naviger op"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Flere muligheder"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Søg"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Søgeforespørgsel"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Ryd forespørgslen"</string> diff --git a/current/support/v7/appcompat/res/values-de/strings.xml b/current/support/v7/appcompat/res/values-de/strings.xml index 0b963b9..8a0224c 100644 --- a/current/support/v7/appcompat/res/values-de/strings.xml +++ b/current/support/v7/appcompat/res/values-de/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Zur Startseite"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Nach oben"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Weitere Optionen"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s: %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s: %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Suchen"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Suchanfrage"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Suchanfrage löschen"</string> diff --git a/current/support/v7/appcompat/res/values-el/strings.xml b/current/support/v7/appcompat/res/values-el/strings.xml index 96d9fb8..52d1b81 100644 --- a/current/support/v7/appcompat/res/values-el/strings.xml +++ b/current/support/v7/appcompat/res/values-el/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Πλοήγηση στην αρχική σελίδα"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Πλοήγηση προς τα επάνω"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Περισσότερες επιλογές"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Αναζήτηση"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Ερώτημα αναζήτησης"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Διαγραφή ερωτήματος"</string> diff --git a/current/support/v7/appcompat/res/values-en-rGB/strings.xml b/current/support/v7/appcompat/res/values-en-rGB/strings.xml index 82f6198..8a8a111 100644 --- a/current/support/v7/appcompat/res/values-en-rGB/strings.xml +++ b/current/support/v7/appcompat/res/values-en-rGB/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate home"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate up"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"More options"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Search"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Search query"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Clear query"</string> diff --git a/current/support/v7/appcompat/res/values-en-rIN/strings.xml b/current/support/v7/appcompat/res/values-en-rIN/strings.xml index 82f6198..8a8a111 100644 --- a/current/support/v7/appcompat/res/values-en-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-en-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate home"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate up"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"More options"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Search"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Search query"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Clear query"</string> diff --git a/current/support/v7/appcompat/res/values-es-rUS/strings.xml b/current/support/v7/appcompat/res/values-es-rUS/strings.xml index 52735d9..ea5004c 100644 --- a/current/support/v7/appcompat/res/values-es-rUS/strings.xml +++ b/current/support/v7/appcompat/res/values-es-rUS/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar a la página principal"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar hacia arriba"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Más opciones"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Búsqueda"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta de búsqueda"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Eliminar la consulta"</string> diff --git a/current/support/v7/appcompat/res/values-es/strings.xml b/current/support/v7/appcompat/res/values-es/strings.xml index 213bbf5..c50796e 100644 --- a/current/support/v7/appcompat/res/values-es/strings.xml +++ b/current/support/v7/appcompat/res/values-es/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ir a la pantalla de inicio"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Desplazarse hacia arriba"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Más opciones"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Buscar"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Borrar consulta"</string> diff --git a/current/support/v7/appcompat/res/values-et-rEE/strings.xml b/current/support/v7/appcompat/res/values-et-rEE/strings.xml index 9e50afa..139fcf9 100644 --- a/current/support/v7/appcompat/res/values-et-rEE/strings.xml +++ b/current/support/v7/appcompat/res/values-et-rEE/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigeerimine avaekraanile"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigeerimine üles"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Rohkem valikuid"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Otsing"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Otsingupäring"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Päringu tühistamine"</string> diff --git a/current/support/v7/appcompat/res/values-eu-rES/strings.xml b/current/support/v7/appcompat/res/values-eu-rES/strings.xml index 78d6eed..541c2ed 100644 --- a/current/support/v7/appcompat/res/values-eu-rES/strings.xml +++ b/current/support/v7/appcompat/res/values-eu-rES/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Joan orri nagusira"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Joan gora"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Aukera gehiago"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Bilatu"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Bilaketa-kontsulta"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Garbitu kontsulta"</string> diff --git a/current/support/v7/appcompat/res/values-fa/strings.xml b/current/support/v7/appcompat/res/values-fa/strings.xml index 79d9651..c317bda 100644 --- a/current/support/v7/appcompat/res/values-fa/strings.xml +++ b/current/support/v7/appcompat/res/values-fa/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"پیمایش به صفحه اصلی"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"پیمایش به بالا"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"گزینههای بیشتر"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s، %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s، %2$s، %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"جستجو"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"عبارت جستجو"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"پاک کردن عبارت جستجو"</string> diff --git a/current/support/v7/appcompat/res/values-fi/strings.xml b/current/support/v7/appcompat/res/values-fi/strings.xml index 996c8df..218229b 100644 --- a/current/support/v7/appcompat/res/values-fi/strings.xml +++ b/current/support/v7/appcompat/res/values-fi/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Siirry etusivulle"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Siirry ylös"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Lisää"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Haku"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Hakulauseke"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Tyhjennä kysely"</string> diff --git a/current/support/v7/appcompat/res/values-fr-rCA/strings.xml b/current/support/v7/appcompat/res/values-fr-rCA/strings.xml index 1b1d901..571ff9a 100644 --- a/current/support/v7/appcompat/res/values-fr-rCA/strings.xml +++ b/current/support/v7/appcompat/res/values-fr-rCA/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Revenir à l\'accueil"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Revenir en haut de la page"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Plus d\'options"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Rechercher"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Requête de recherche"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Effacer la requête"</string> diff --git a/current/support/v7/appcompat/res/values-fr/strings.xml b/current/support/v7/appcompat/res/values-fr/strings.xml index 7bbef83..353665a 100644 --- a/current/support/v7/appcompat/res/values-fr/strings.xml +++ b/current/support/v7/appcompat/res/values-fr/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Revenir à l\'accueil"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Revenir en haut de la page"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Plus d\'options"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Rechercher"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Requête de recherche"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Effacer la requête"</string> diff --git a/current/support/v7/appcompat/res/values-gl-rES/strings.xml b/current/support/v7/appcompat/res/values-gl-rES/strings.xml index 290d3b5..3f665ed 100644 --- a/current/support/v7/appcompat/res/values-gl-rES/strings.xml +++ b/current/support/v7/appcompat/res/values-gl-rES/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ir á páxina de inicio"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Desprazarse cara arriba"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Máis opcións"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Buscar"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta de busca"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Borrar consulta"</string> diff --git a/current/support/v7/appcompat/res/values-hi/strings.xml b/current/support/v7/appcompat/res/values-hi/strings.xml index ef6a9b2..23cfaca 100644 --- a/current/support/v7/appcompat/res/values-hi/strings.xml +++ b/current/support/v7/appcompat/res/values-hi/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"मुखपृष्ठ पर नेविगेट करें"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ऊपर नेविगेट करें"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"अधिक विकल्प"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"खोजें"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"खोज क्वेरी"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"क्वेरी साफ़ करें"</string> diff --git a/current/support/v7/appcompat/res/values-hr/strings.xml b/current/support/v7/appcompat/res/values-hr/strings.xml index 45b9fcd..0348596 100644 --- a/current/support/v7/appcompat/res/values-hr/strings.xml +++ b/current/support/v7/appcompat/res/values-hr/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Idi na početnu"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Idi gore"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Dodatne opcije"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Pretraživanje"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Upit za pretraživanje"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Izbriši upit"</string> diff --git a/current/support/v7/appcompat/res/values-hu/strings.xml b/current/support/v7/appcompat/res/values-hu/strings.xml index ef2dac7..fc67f00 100644 --- a/current/support/v7/appcompat/res/values-hu/strings.xml +++ b/current/support/v7/appcompat/res/values-hu/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ugrás a főoldalra"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Felfelé mozgatás"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"További lehetőségek"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Keresés"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Keresési lekérdezés"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Lekérdezés törlése"</string> diff --git a/current/support/v7/appcompat/res/values-hy-rAM/strings.xml b/current/support/v7/appcompat/res/values-hy-rAM/strings.xml index 0efa218..da67fe4 100644 --- a/current/support/v7/appcompat/res/values-hy-rAM/strings.xml +++ b/current/support/v7/appcompat/res/values-hy-rAM/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ուղղվել տուն"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Ուղղվել վերև"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Այլ ընտրանքներ"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Որոնել"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Որոնման հարցում"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Մաքրել հարցումը"</string> diff --git a/current/support/v7/appcompat/res/values-in/strings.xml b/current/support/v7/appcompat/res/values-in/strings.xml index 3061e7f..3c31755 100644 --- a/current/support/v7/appcompat/res/values-in/strings.xml +++ b/current/support/v7/appcompat/res/values-in/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigasi ke beranda"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigasi naik"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Opsi lain"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Telusuri"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Kueri penelusuran"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Hapus kueri"</string> diff --git a/current/support/v7/appcompat/res/values-is-rIS/strings.xml b/current/support/v7/appcompat/res/values-is-rIS/strings.xml index 60f04e9..7846b51 100644 --- a/current/support/v7/appcompat/res/values-is-rIS/strings.xml +++ b/current/support/v7/appcompat/res/values-is-rIS/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Fara heim"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Fara upp"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Fleiri valkostir"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Leita"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Leitarfyrirspurn"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Hreinsa fyrirspurn"</string> diff --git a/current/support/v7/appcompat/res/values-it/strings.xml b/current/support/v7/appcompat/res/values-it/strings.xml index c2ec819..6ed52be 100644 --- a/current/support/v7/appcompat/res/values-it/strings.xml +++ b/current/support/v7/appcompat/res/values-it/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Vai alla home page"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Vai in alto"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Altre opzioni"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Cerca"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Query di ricerca"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Cancella query"</string> diff --git a/current/support/v7/appcompat/res/values-iw/strings.xml b/current/support/v7/appcompat/res/values-iw/strings.xml index 0e09eac..fec0e62 100644 --- a/current/support/v7/appcompat/res/values-iw/strings.xml +++ b/current/support/v7/appcompat/res/values-iw/strings.xml @@ -20,17 +20,15 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"נווט לדף הבית"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"נווט למעלה"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"עוד אפשרויות"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"חפש"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"שאילתת חיפוש"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"מחק שאילתה"</string> <string name="abc_searchview_description_submit" msgid="8928215447528550784">"שלח שאילתה"</string> <string name="abc_searchview_description_voice" msgid="893419373245838918">"חיפוש קולי"</string> <string name="abc_activitychooserview_choose_application" msgid="2031811694353399454">"בחר אפליקציה"</string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"ראה הכול"</string> + <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"ראה הכל"</string> <string name="abc_shareactionprovider_share_with_application" msgid="7165123711973476752">"שתף עם %s"</string> <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"שתף עם"</string> </resources> diff --git a/current/support/v7/appcompat/res/values-ja/strings.xml b/current/support/v7/appcompat/res/values-ja/strings.xml index e23375b..181dd5e 100644 --- a/current/support/v7/appcompat/res/values-ja/strings.xml +++ b/current/support/v7/appcompat/res/values-ja/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ホームへ移動"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"上へ移動"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"その他のオプション"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s、%2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s、%2$s、%3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"検索"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"検索キーワード"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"検索キーワードを削除"</string> diff --git a/current/support/v7/appcompat/res/values-ka-rGE/strings.xml b/current/support/v7/appcompat/res/values-ka-rGE/strings.xml index 15ec81b..a96f26c 100644 --- a/current/support/v7/appcompat/res/values-ka-rGE/strings.xml +++ b/current/support/v7/appcompat/res/values-ka-rGE/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"მთავარზე ნავიგაცია"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ზემოთ ნავიგაცია"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"მეტი ვარიანტები"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ძიება"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ძიების მოთხოვნა"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"მოთხოვნის გასუფთავება"</string> diff --git a/current/support/v7/appcompat/res/values-kk-rKZ/strings.xml b/current/support/v7/appcompat/res/values-kk-rKZ/strings.xml index bea8c37..fb20a00 100644 --- a/current/support/v7/appcompat/res/values-kk-rKZ/strings.xml +++ b/current/support/v7/appcompat/res/values-kk-rKZ/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Негізгі бетте қозғалу"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Жоғары қозғалу"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Басқа опциялар"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Іздеу"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Сұрақты іздеу"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Сұрақты жою"</string> diff --git a/current/support/v7/appcompat/res/values-km-rKH/strings.xml b/current/support/v7/appcompat/res/values-km-rKH/strings.xml index 1f1147c..0114755 100644 --- a/current/support/v7/appcompat/res/values-km-rKH/strings.xml +++ b/current/support/v7/appcompat/res/values-km-rKH/strings.xml @@ -20,16 +20,14 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"រកមើលទៅដើម"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"រកមើលឡើងលើ"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"ជម្រើសច្រើនទៀត"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ស្វែងរក"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ស្វែងរកសំណួរ"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"សម្អាតសំណួរ"</string> <string name="abc_searchview_description_submit" msgid="8928215447528550784">"ដាក់ស្នើសំណួរ"</string> <string name="abc_searchview_description_voice" msgid="893419373245838918">"ការស្វែងរកសំឡេង"</string> - <string name="abc_activitychooserview_choose_application" msgid="2031811694353399454">"ជ្រើសកម្មវិធី"</string> + <string name="abc_activitychooserview_choose_application" msgid="2031811694353399454">"ជ្រើសកម្មវិធី"</string> <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"មើលទាំងអស់"</string> <string name="abc_shareactionprovider_share_with_application" msgid="7165123711973476752">"ចែករំលែកជាមួយ %s"</string> <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"ចែករំលែកជាមួយ"</string> diff --git a/current/support/v7/appcompat/res/values-kn-rIN/strings.xml b/current/support/v7/appcompat/res/values-kn-rIN/strings.xml index d16461c..d472ff3 100644 --- a/current/support/v7/appcompat/res/values-kn-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-kn-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ಹುಡುಕು"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"</string> diff --git a/current/support/v7/appcompat/res/values-ko/strings.xml b/current/support/v7/appcompat/res/values-ko/strings.xml index b920673..0a92a83 100644 --- a/current/support/v7/appcompat/res/values-ko/strings.xml +++ b/current/support/v7/appcompat/res/values-ko/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"홈 탐색"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"위로 탐색"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"옵션 더보기"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"검색"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"검색어"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"검색어 삭제"</string> diff --git a/current/support/v7/appcompat/res/values-ky-rKG/strings.xml b/current/support/v7/appcompat/res/values-ky-rKG/strings.xml index 7df1cac..b091f60 100644 --- a/current/support/v7/appcompat/res/values-ky-rKG/strings.xml +++ b/current/support/v7/appcompat/res/values-ky-rKG/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Үйгө багыттоо"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Жогору"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Көбүрөөк мүмкүнчүлүктөр"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Издөө"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Издөө талаптары"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Талаптарды тазалоо"</string> diff --git a/current/support/v7/appcompat/res/values-lt/strings.xml b/current/support/v7/appcompat/res/values-lt/strings.xml index aa9f3e1..3c992a7 100644 --- a/current/support/v7/appcompat/res/values-lt/strings.xml +++ b/current/support/v7/appcompat/res/values-lt/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Eiti į pagrindinį puslapį"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Eiti į viršų"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Daugiau parinkčių"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Paieška"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Paieškos užklausa"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Išvalyti užklausą"</string> diff --git a/current/support/v7/appcompat/res/values-lv/strings.xml b/current/support/v7/appcompat/res/values-lv/strings.xml index 7aefef9..3bd7259 100644 --- a/current/support/v7/appcompat/res/values-lv/strings.xml +++ b/current/support/v7/appcompat/res/values-lv/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Pārvietoties uz sākuma ekrānu"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Pārvietoties augšup"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Vairāk opciju"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s: %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s: %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Meklēt"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Meklēšanas vaicājums"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Notīrīt vaicājumu"</string> diff --git a/current/support/v7/appcompat/res/values-mk-rMK/strings.xml b/current/support/v7/appcompat/res/values-mk-rMK/strings.xml index 02ab0a9..b1abf10 100644 --- a/current/support/v7/appcompat/res/values-mk-rMK/strings.xml +++ b/current/support/v7/appcompat/res/values-mk-rMK/strings.xml @@ -20,10 +20,10 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Движи се кон дома"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Движи се нагоре"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Повеќе опции"</string> + <!-- String.format failed for translation --> <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Пребарај"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Пребарај барање"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Исчисти барање"</string> diff --git a/current/support/v7/appcompat/res/values-ml-rIN/strings.xml b/current/support/v7/appcompat/res/values-ml-rIN/strings.xml index 78b79a5..f7512ad 100644 --- a/current/support/v7/appcompat/res/values-ml-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-ml-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"കൂടുതല് ഓപ്ഷനുകള്"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"തിരയൽ"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"തിരയൽ അന്വേഷണം"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"അന്വേഷണം മായ്ക്കുക"</string> diff --git a/current/support/v7/appcompat/res/values-mr-rIN/strings.xml b/current/support/v7/appcompat/res/values-mr-rIN/strings.xml index ad55e72..3d0e718 100644 --- a/current/support/v7/appcompat/res/values-mr-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-mr-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"मुख्यपृष्ठ नेव्हिगेट करा"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"वर नेव्हिगेट करा"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"अधिक पर्याय"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"शोध"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"शोध क्वेरी"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"क्वेरी स्पष्ट करा"</string> diff --git a/current/support/v7/appcompat/res/values-ms-rMY/strings.xml b/current/support/v7/appcompat/res/values-ms-rMY/strings.xml index db070dd..d2886a1 100644 --- a/current/support/v7/appcompat/res/values-ms-rMY/strings.xml +++ b/current/support/v7/appcompat/res/values-ms-rMY/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigasi skrin utama"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigasi ke atas"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Lagi pilihan"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Cari"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Pertanyaan carian"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Kosongkan pertanyaan"</string> diff --git a/current/support/v7/appcompat/res/values-my-rMM/strings.xml b/current/support/v7/appcompat/res/values-my-rMM/strings.xml index c431545..3ac8472 100644 --- a/current/support/v7/appcompat/res/values-my-rMM/strings.xml +++ b/current/support/v7/appcompat/res/values-my-rMM/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"မူလနေရာကို သွားရန်"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"အပေါ်သို့သွားရန်"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"ပိုမိုရွေးချယ်စရာများ"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s၊ %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s ၊ %2$s ၊ %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ရှာဖွေရန်"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ရှာစရာ အချက်အလက်နေရာ"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"</string> diff --git a/current/support/v7/appcompat/res/values-nb/strings.xml b/current/support/v7/appcompat/res/values-nb/strings.xml index 7c5722c..3dbd071 100644 --- a/current/support/v7/appcompat/res/values-nb/strings.xml +++ b/current/support/v7/appcompat/res/values-nb/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Gå til startsiden"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Gå opp"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Flere alternativer"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s – %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s – %2$s – %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Søk"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Søkeord"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Slett søket"</string> diff --git a/current/support/v7/appcompat/res/values-ne-rNP/strings.xml b/current/support/v7/appcompat/res/values-ne-rNP/strings.xml index 8525315..0154662 100644 --- a/current/support/v7/appcompat/res/values-ne-rNP/strings.xml +++ b/current/support/v7/appcompat/res/values-ne-rNP/strings.xml @@ -20,12 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"गृह खोज्नुहोस्"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"माथि खोज्नुहोस्"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"थप विकल्पहरू"</string> - <!-- String.format failed for translation --> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- String.format failed for translation --> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"खोज्नुहोस्"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"जिज्ञासाको खोज गर्नुहोस्"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"प्रश्न हटाउनुहोस्"</string> diff --git a/current/support/v7/appcompat/res/values-nl/strings.xml b/current/support/v7/appcompat/res/values-nl/strings.xml index b41cca1..330de8d 100644 --- a/current/support/v7/appcompat/res/values-nl/strings.xml +++ b/current/support/v7/appcompat/res/values-nl/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigeren naar startpositie"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Omhoog navigeren"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Meer opties"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Zoeken"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Zoekopdracht"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Zoekopdracht wissen"</string> diff --git a/current/support/v7/appcompat/res/values-pl/strings.xml b/current/support/v7/appcompat/res/values-pl/strings.xml index 9905521..8e32155 100644 --- a/current/support/v7/appcompat/res/values-pl/strings.xml +++ b/current/support/v7/appcompat/res/values-pl/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Przejdź do strony głównej"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Przejdź wyżej"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Więcej opcji"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Szukaj"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Wyszukiwane hasło"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Wyczyść zapytanie"</string> diff --git a/current/support/v7/appcompat/res/values-pt-rPT/strings.xml b/current/support/v7/appcompat/res/values-pt-rPT/strings.xml index cc72c21..e1c622e 100644 --- a/current/support/v7/appcompat/res/values-pt-rPT/strings.xml +++ b/current/support/v7/appcompat/res/values-pt-rPT/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar para a página inicial"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar para cima"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Mais opções"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Pesquisar"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta de pesquisa"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Limpar consulta"</string> diff --git a/current/support/v7/appcompat/res/values-pt/strings.xml b/current/support/v7/appcompat/res/values-pt/strings.xml index 10bc3b4..a4b86df 100644 --- a/current/support/v7/appcompat/res/values-pt/strings.xml +++ b/current/support/v7/appcompat/res/values-pt/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar para a página inicial"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar para cima"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Mais opções"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Pesquisar"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Consulta de pesquisa"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Limpar consulta"</string> diff --git a/current/support/v7/appcompat/res/values-ro/strings.xml b/current/support/v7/appcompat/res/values-ro/strings.xml index ab6fc7e..6dd2b67 100644 --- a/current/support/v7/appcompat/res/values-ro/strings.xml +++ b/current/support/v7/appcompat/res/values-ro/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigați la ecranul de pornire"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigați în sus"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Mai multe opțiuni"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Căutați"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Interogare de căutare"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Ștergeți interogarea"</string> diff --git a/current/support/v7/appcompat/res/values-ru/strings.xml b/current/support/v7/appcompat/res/values-ru/strings.xml index cebca04..9c5ed89 100644 --- a/current/support/v7/appcompat/res/values-ru/strings.xml +++ b/current/support/v7/appcompat/res/values-ru/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Перейти на главный экран"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Перейти вверх"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Другие параметры"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Поиск"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Поисковый запрос"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Удалить запрос"</string> diff --git a/current/support/v7/appcompat/res/values-si-rLK/strings.xml b/current/support/v7/appcompat/res/values-si-rLK/strings.xml index 2758f4b..22809d6 100644 --- a/current/support/v7/appcompat/res/values-si-rLK/strings.xml +++ b/current/support/v7/appcompat/res/values-si-rLK/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ගෙදරට සංචාලනය කරන්න"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ඉහලට සංචාලනය කරන්න"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"තවත් විකල්ප"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"සෙවීම"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"සෙවුම් විමසුම"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"විමසුම හිස් කරන්න"</string> diff --git a/current/support/v7/appcompat/res/values-sk/strings.xml b/current/support/v7/appcompat/res/values-sk/strings.xml index c811c96..2b09cce 100644 --- a/current/support/v7/appcompat/res/values-sk/strings.xml +++ b/current/support/v7/appcompat/res/values-sk/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Prejsť na plochu"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Prejsť hore"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Ďalšie možnosti"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Hľadať"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Vyhľadávací dopyt"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Vymazať dopyt"</string> diff --git a/current/support/v7/appcompat/res/values-sl/strings.xml b/current/support/v7/appcompat/res/values-sl/strings.xml index 2cbee63..a522de2 100644 --- a/current/support/v7/appcompat/res/values-sl/strings.xml +++ b/current/support/v7/appcompat/res/values-sl/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Krmarjenje domov"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Krmarjenje navzgor"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Več možnosti"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Iskanje"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Iskalna poizvedba"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Izbris poizvedbe"</string> diff --git a/current/support/v7/appcompat/res/values-sr/strings.xml b/current/support/v7/appcompat/res/values-sr/strings.xml index 7598e2a..c26945b 100644 --- a/current/support/v7/appcompat/res/values-sr/strings.xml +++ b/current/support/v7/appcompat/res/values-sr/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Одлазак на Почетну"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Кретање нагоре"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Још опција"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Претрага"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Упит за претрагу"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Брисање упита"</string> diff --git a/current/support/v7/appcompat/res/values-sv/strings.xml b/current/support/v7/appcompat/res/values-sv/strings.xml index ec0fd0c..3120ad8 100644 --- a/current/support/v7/appcompat/res/values-sv/strings.xml +++ b/current/support/v7/appcompat/res/values-sv/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Visa startsidan"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigera uppåt"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Fler alternativ"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Sök"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Sökfråga"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Ta bort frågan"</string> diff --git a/current/support/v7/appcompat/res/values-sw/strings.xml b/current/support/v7/appcompat/res/values-sw/strings.xml index 25e495f..afe54f6 100644 --- a/current/support/v7/appcompat/res/values-sw/strings.xml +++ b/current/support/v7/appcompat/res/values-sw/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Nenda mwanzo"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Nenda juu"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Chaguo zaidi"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Tafuta"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Hoja ya utafutaji"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Futa hoja"</string> diff --git a/current/support/v7/appcompat/res/values-ta-rIN/strings.xml b/current/support/v7/appcompat/res/values-ta-rIN/strings.xml index b86b854..542fd34 100644 --- a/current/support/v7/appcompat/res/values-ta-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-ta-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"முகப்பிற்கு வழிசெலுத்து"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"மேலே வழிசெலுத்து"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"மேலும் விருப்பங்கள்"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"தேடு"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"தேடல் வினவல்"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"வினவலை அழி"</string> diff --git a/current/support/v7/appcompat/res/values-te-rIN/strings.xml b/current/support/v7/appcompat/res/values-te-rIN/strings.xml index 095a71a..5f36cc5 100644 --- a/current/support/v7/appcompat/res/values-te-rIN/strings.xml +++ b/current/support/v7/appcompat/res/values-te-rIN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"హోమ్కు నావిగేట్ చేయండి"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"పైకి నావిగేట్ చేయండి"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"మరిన్ని ఎంపికలు"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"శోధించు"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ప్రశ్న శోధించండి"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ప్రశ్నను క్లియర్ చేయి"</string> diff --git a/current/support/v7/appcompat/res/values-th/strings.xml b/current/support/v7/appcompat/res/values-th/strings.xml index 6f7bf98..d8c04c4 100644 --- a/current/support/v7/appcompat/res/values-th/strings.xml +++ b/current/support/v7/appcompat/res/values-th/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"นำทางไปหน้าแรก"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"นำทางขึ้น"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"ตัวเลือกอื่น"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"ค้นหา"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"ข้อความค้นหา"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ล้างข้อความค้นหา"</string> diff --git a/current/support/v7/appcompat/res/values-tl/strings.xml b/current/support/v7/appcompat/res/values-tl/strings.xml index 9c1839b..0384435 100644 --- a/current/support/v7/appcompat/res/values-tl/strings.xml +++ b/current/support/v7/appcompat/res/values-tl/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Mag-navigate patungo sa home"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Mag-navigate pataas"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Higit pang mga opsyon"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Maghanap"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Query sa paghahanap"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"I-clear ang query"</string> diff --git a/current/support/v7/appcompat/res/values-tr/strings.xml b/current/support/v7/appcompat/res/values-tr/strings.xml index 1fb4e01..c06069c 100644 --- a/current/support/v7/appcompat/res/values-tr/strings.xml +++ b/current/support/v7/appcompat/res/values-tr/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ana ekrana git"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Yukarı git"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Diğer seçenekler"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Ara"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Arama sorgusu"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Sorguyu temizle"</string> diff --git a/current/support/v7/appcompat/res/values-uk/strings.xml b/current/support/v7/appcompat/res/values-uk/strings.xml index 34cc8f0..d07404b 100644 --- a/current/support/v7/appcompat/res/values-uk/strings.xml +++ b/current/support/v7/appcompat/res/values-uk/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Перейти на головний"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Перейти вгору"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Інші опції"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Пошук"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Пошуковий запит"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Очистити запит"</string> diff --git a/current/support/v7/appcompat/res/values-ur-rPK/strings.xml b/current/support/v7/appcompat/res/values-ur-rPK/strings.xml index 7d9bf37..89c0ea6 100644 --- a/current/support/v7/appcompat/res/values-ur-rPK/strings.xml +++ b/current/support/v7/appcompat/res/values-ur-rPK/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ہوم پر نیویگیٹ کریں"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"اوپر نیویگیٹ کریں"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"مزید اختیارات"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"تلاش کریں"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"استفسار تلاش کریں"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"استفسار صاف کریں"</string> diff --git a/current/support/v7/appcompat/res/values-uz-rUZ/strings.xml b/current/support/v7/appcompat/res/values-uz-rUZ/strings.xml index 298a76d..537afa1 100644 --- a/current/support/v7/appcompat/res/values-uz-rUZ/strings.xml +++ b/current/support/v7/appcompat/res/values-uz-rUZ/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Boshiga o‘tish"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Yuqoriga o‘tish"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Qo‘shimcha sozlamalar"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Izlash"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"So‘rovni izlash"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"So‘rovni tozalash"</string> diff --git a/current/support/v7/appcompat/res/values-vi/strings.xml b/current/support/v7/appcompat/res/values-vi/strings.xml index bf769a0..21dd883 100644 --- a/current/support/v7/appcompat/res/values-vi/strings.xml +++ b/current/support/v7/appcompat/res/values-vi/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Điều hướng về trang chủ"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Điều hướng lên trên"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Thêm tùy chọn"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Tìm kiếm"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Tìm kiếm truy vấn"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Xóa truy vấn"</string> diff --git a/current/support/v7/appcompat/res/values-zh-rCN/strings.xml b/current/support/v7/appcompat/res/values-zh-rCN/strings.xml index 3013d39..54e2c86 100644 --- a/current/support/v7/appcompat/res/values-zh-rCN/strings.xml +++ b/current/support/v7/appcompat/res/values-zh-rCN/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"转到主屏幕"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"转到上一层级"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"更多选项"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s:%2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s - %2$s:%3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜索"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜索查询"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查询"</string> diff --git a/current/support/v7/appcompat/res/values-zh-rHK/strings.xml b/current/support/v7/appcompat/res/values-zh-rHK/strings.xml index 1cfdd74..e35d465 100644 --- a/current/support/v7/appcompat/res/values-zh-rHK/strings.xml +++ b/current/support/v7/appcompat/res/values-zh-rHK/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"瀏覽主頁"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"向上瀏覽"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"更多選項"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s:%2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s (%2$s):%3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜尋"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜尋查詢"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查詢"</string> diff --git a/current/support/v7/appcompat/res/values-zh-rTW/strings.xml b/current/support/v7/appcompat/res/values-zh-rTW/strings.xml index b796333..24d530c 100644 --- a/current/support/v7/appcompat/res/values-zh-rTW/strings.xml +++ b/current/support/v7/appcompat/res/values-zh-rTW/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"瀏覽首頁"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"向上瀏覽"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"更多選項"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s:%2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s - %2$s:%3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜尋"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜尋查詢"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查詢"</string> diff --git a/current/support/v7/appcompat/res/values-zu/strings.xml b/current/support/v7/appcompat/res/values-zu/strings.xml index df7a8ef..a6a06ab 100644 --- a/current/support/v7/appcompat/res/values-zu/strings.xml +++ b/current/support/v7/appcompat/res/values-zu/strings.xml @@ -20,10 +20,8 @@ <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Zulazulela ekhaya"</string> <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Zulazulela phezulu"</string> <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Izinketho eziningi"</string> - <!-- no translation found for abc_action_bar_home_description_format (1397052879051804371) --> - <skip /> - <!-- no translation found for abc_action_bar_home_subtitle_description_format (6623331958280229229) --> - <skip /> + <string name="abc_action_bar_home_description_format" msgid="1397052879051804371">"%1$s, %2$s"</string> + <string name="abc_action_bar_home_subtitle_description_format" msgid="6623331958280229229">"%1$s, %2$s, %3$s"</string> <string name="abc_searchview_description_search" msgid="8264924765203268293">"Sesha"</string> <string name="abc_searchview_description_query" msgid="2550479030709304392">"Umbuzo wosesho"</string> <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Sula inkinga"</string> diff --git a/current/support/v7/cardview/libs/android-support-v7-cardview.jar b/current/support/v7/cardview/libs/android-support-v7-cardview.jar Binary files differindex 2ac8684..4e5fef3 100644 --- a/current/support/v7/cardview/libs/android-support-v7-cardview.jar +++ b/current/support/v7/cardview/libs/android-support-v7-cardview.jar diff --git a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar Binary files differindex eae07bb..73456db 100644 --- a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar +++ b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar diff --git a/current/support/v7/gridlayout/res/values/attrs.xml b/current/support/v7/gridlayout/res/values/attrs.xml index ab3bc23..90dc702 100644 --- a/current/support/v7/gridlayout/res/values/attrs.xml +++ b/current/support/v7/gridlayout/res/values/attrs.xml @@ -124,6 +124,9 @@ See {@link android.widget.GridLayout.Spec}. --> <attr name="layout_rowSpan" format="integer" min="1" /> + <!-- The relative proportion of horizontal space that should be allocated to this view + during excess space distribution. --> + <attr name="layout_rowWeight" format="float" /> <!-- The column boundary delimiting the left of the group of cells occupied by this view. @@ -136,6 +139,9 @@ See {@link android.widget.GridLayout.Spec}. --> <attr name="layout_columnSpan" format="integer" min="1" /> + <!-- The relative proportion of vertical space that should be allocated to this view + during excess space distribution. --> + <attr name="layout_columnWeight" format="float" /> <!-- Gravity specifies how a component should be placed in its group of cells. The default is LEFT | BASELINE. diff --git a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar Binary files differindex f8aa7a1..e6626b8 100644 --- a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar +++ b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar diff --git a/current/support/v7/mediarouter/res/values-fi/strings.xml b/current/support/v7/mediarouter/res/values-fi/strings.xml index f46631c..86a79b1 100644 --- a/current/support/v7/mediarouter/res/values-fi/strings.xml +++ b/current/support/v7/mediarouter/res/values-fi/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"Järjestelmä"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"Laitteet"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"Lähetä"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"Yhdistä laitteeseen"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Etsitään laitteita…"</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"Katkaise yhteys"</string> diff --git a/current/support/v7/mediarouter/res/values-ka-rGE/strings.xml b/current/support/v7/mediarouter/res/values-ka-rGE/strings.xml index 82a5332..f43e31e 100644 --- a/current/support/v7/mediarouter/res/values-ka-rGE/strings.xml +++ b/current/support/v7/mediarouter/res/values-ka-rGE/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"სისტემა"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"მოწყობილობები"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"მსახიობები"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"მოწყობილობასთან დაკავშირება"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"მოწყობილობების ძიება…"</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"კავშირის გაწყვეტა"</string> diff --git a/current/support/v7/mediarouter/res/values-ms-rMY/strings.xml b/current/support/v7/mediarouter/res/values-ms-rMY/strings.xml index 3f662bf..3e82660 100644 --- a/current/support/v7/mediarouter/res/values-ms-rMY/strings.xml +++ b/current/support/v7/mediarouter/res/values-ms-rMY/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"Sistem"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"Peranti"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"Barisan pelakon"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"Sambung kepada peranti"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Mencari peranti..."</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"Putuskan sambungan"</string> diff --git a/current/support/v7/mediarouter/res/values-ne-rNP/strings.xml b/current/support/v7/mediarouter/res/values-ne-rNP/strings.xml index 4baa74b..0d521b9 100644 --- a/current/support/v7/mediarouter/res/values-ne-rNP/strings.xml +++ b/current/support/v7/mediarouter/res/values-ne-rNP/strings.xml @@ -18,7 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"प्रणाली"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"उपकरणहरू"</string> - <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"सुरूआत"</string> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"कास्ट"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"उपकरणसँग जडान गर्नुहोस्"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"उपकरणहरूका लागि खोजी गरिँदै..."</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"विच्छेदन गर्नुहोस्"</string> diff --git a/current/support/v7/mediarouter/res/values-pt/strings.xml b/current/support/v7/mediarouter/res/values-pt/strings.xml index 1ba4054..31f2f27 100644 --- a/current/support/v7/mediarouter/res/values-pt/strings.xml +++ b/current/support/v7/mediarouter/res/values-pt/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"Sistema"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"Dispositivos"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"Transmitir"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"Conectar ao dispositivo"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Procurando dispositivos…"</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"Desconectar"</string> diff --git a/current/support/v7/mediarouter/res/values-ro/strings.xml b/current/support/v7/mediarouter/res/values-ro/strings.xml index 3d53163..e34f7ec 100644 --- a/current/support/v7/mediarouter/res/values-ro/strings.xml +++ b/current/support/v7/mediarouter/res/values-ro/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"Sistem"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"Dispozitive"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"Trimiteți"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"Conectați-vă la dispozitiv"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"Se caută dispozitive..."</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"Deconectați-vă"</string> diff --git a/current/support/v7/mediarouter/res/values-si-rLK/strings.xml b/current/support/v7/mediarouter/res/values-si-rLK/strings.xml index e6fa78b..c22f92f 100644 --- a/current/support/v7/mediarouter/res/values-si-rLK/strings.xml +++ b/current/support/v7/mediarouter/res/values-si-rLK/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"පද්ධතිය"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"උපාංග"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"Cast"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"උපාංගයට සම්බන්ධ වන්න"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"උපාංග සඳහා සොයමින්…"</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"විසන්ධි කරන්න"</string> diff --git a/current/support/v7/mediarouter/res/values-zh-rCN/strings.xml b/current/support/v7/mediarouter/res/values-zh-rCN/strings.xml index 63450e5..9750e6c 100644 --- a/current/support/v7/mediarouter/res/values-zh-rCN/strings.xml +++ b/current/support/v7/mediarouter/res/values-zh-rCN/strings.xml @@ -18,8 +18,7 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mr_system_route_name" msgid="5441529851481176817">"系统"</string> <string name="mr_user_route_category_name" msgid="7498112907524977311">"设备"</string> - <!-- no translation found for mr_media_route_button_content_description (8327680881775995150) --> - <skip /> + <string name="mr_media_route_button_content_description" msgid="8327680881775995150">"投射"</string> <string name="mr_media_route_chooser_title" msgid="7106830097177242655">"连接到设备"</string> <string name="mr_media_route_chooser_searching" msgid="7553005460920830010">"正在搜索设备…"</string> <string name="mr_media_route_controller_disconnect" msgid="109793632378378069">"断开连接"</string> diff --git a/current/support/v7/palette/libs/android-support-v7-palette.jar b/current/support/v7/palette/libs/android-support-v7-palette.jar Binary files differindex ede819d..2b94c96 100644 --- a/current/support/v7/palette/libs/android-support-v7-palette.jar +++ b/current/support/v7/palette/libs/android-support-v7-palette.jar diff --git a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar Binary files differindex a55fe29..a9afd40 100644 --- a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar +++ b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar |