am 8c1d9468: (-s ours) am 8c2a02de: (-s ours) am e0e845fe: DO NOT MERGE Do not allow shortcut for "4G Settings"
* commit '8c1d9468ee63734365184d5d7517df54ba6e4cb1':
DO NOT MERGE Do not allow shortcut for "4G Settings"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7879d0c..23dc6a7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -71,6 +71,12 @@
</intent-filter>
</activity>
+ <activity android:name=".SubSettings"
+ android:taskAffinity="com.android.settings"
+ android:theme="@android:style/Theme.Holo"
+ >
+ </activity>
+
<activity android:name="CreateShortcut" android:label="@string/settings_shortcut"
android:theme="@style/Theme.CreateShortCut">
<intent-filter>
diff --git a/res/drawable-hdpi/ic_preferences_collapsed.png b/res/drawable-hdpi/ic_preferences_collapsed.png
deleted file mode 100644
index bc250d8..0000000
--- a/res/drawable-hdpi/ic_preferences_collapsed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_preferences_expanded.png b/res/drawable-hdpi/ic_preferences_expanded.png
deleted file mode 100644
index 08c877d..0000000
--- a/res/drawable-hdpi/ic_preferences_expanded.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/preview.png b/res/drawable-hdpi/preview.png
new file mode 100644
index 0000000..d8f1880
--- /dev/null
+++ b/res/drawable-hdpi/preview.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_preferences_collapsed.png b/res/drawable-mdpi/ic_preferences_collapsed.png
deleted file mode 100644
index bc250d8..0000000
--- a/res/drawable-mdpi/ic_preferences_collapsed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_preferences_expanded.png b/res/drawable-mdpi/ic_preferences_expanded.png
deleted file mode 100644
index 08c877d..0000000
--- a/res/drawable-mdpi/ic_preferences_expanded.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/preview.png b/res/drawable-mdpi/preview.png
similarity index 100%
rename from res/drawable/preview.png
rename to res/drawable-mdpi/preview.png
Binary files differ
diff --git a/res/drawable-xlarge-hdpi/encroid_complete.png b/res/drawable-xlarge-hdpi/encroid_complete.png
deleted file mode 100644
index 6c905d4..0000000
--- a/res/drawable-xlarge-hdpi/encroid_complete.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xlarge-mdpi/encroid_complete.png b/res/drawable-xlarge-mdpi/encroid_complete.png
deleted file mode 100644
index a550212..0000000
--- a/res/drawable-xlarge-mdpi/encroid_complete.png
+++ /dev/null
Binary files differ
diff --git a/res/layout-xlarge/date_time_settings_setupwizard.xml b/res/layout-xlarge/date_time_settings_setupwizard.xml
index ee425eb..cbef18b 100644
--- a/res/layout-xlarge/date_time_settings_setupwizard.xml
+++ b/res/layout-xlarge/date_time_settings_setupwizard.xml
@@ -75,6 +75,34 @@
android:layout_marginLeft="32dip"
android:layout_alignParentRight="true">
+ <RelativeLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_toRightOf="@id/time_zone_button"
+ android:layout_alignParentRight="true">
+
+ <TextView
+ android:id="@+id/date_time_auto_text"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:layout_marginLeft="16dip"
+ android:text="@string/date_time_auto"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20dip"
+ android:layout_alignParentLeft="true"
+ android:layout_toLeftOf="@+id/date_time_auto_button"
+ android:gravity="left|center_vertical" />
+
+ <CheckBox
+ android:id="@+id/date_time_auto_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_alignParentRight="true" />
+ </RelativeLayout>
+
+ <!--
<Switch
android:id="@+id/date_time_auto_button"
android:layout_width="match_parent"
@@ -83,7 +111,7 @@
android:layout_marginLeft="16dip"
android:text="@string/date_time_auto"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20dip" />
+ android:textSize="20dip" /> -->
<!-- Divider -->
<View
diff --git a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml b/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml
index f755563..f57d3e4 100644
--- a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml
+++ b/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml
@@ -101,7 +101,7 @@
<FrameLayout
android:id="@+id/wifi_settings_fragment_layout"
android:layout_width="716dip"
- android:layout_height="370dip">
+ android:layout_height="377dip">
<fragment
class="com.android.settings.wifi.WifiSettings"
android:id="@+id/wifi_setup_fragment"
diff --git a/res/layout/wifi_config_ui_for_setup_wizard.xml b/res/layout/wifi_config_ui_for_setup_wizard.xml
index b0f0bb2..138458b 100644
--- a/res/layout/wifi_config_ui_for_setup_wizard.xml
+++ b/res/layout/wifi_config_ui_for_setup_wizard.xml
@@ -14,146 +14,180 @@
limitations under the License.
-->
<!-- All ids in this layout must be in wifi_dialog.xml -->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<!-- UI components that should be shown appropriately -->
- <FrameLayout android:id="@+id/eap_not_supported"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="360dip"
- android:orientation="vertical"
- android:visibility="gone">
- <TextView android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="12dip"
- android:text="@string/wifi_setup_eap_not_supported"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
+ <FrameLayout
+ android:id="@+id/eap_not_supported"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="360dip"
+ android:orientation="vertical"
+ android:visibility="gone">
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:lineSpacingExtra="12dip"
+ android:text="@string/wifi_setup_eap_not_supported"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
</FrameLayout>
<!-- In "add network" flow, we have security type field (@id/security below) below
this View, so need a bit different layout than the other flow, in which we'll use
@id/eap_not_supported. -->
- <FrameLayout android:id="@+id/eap_not_supported_for_add_network"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:visibility="gone">
- <TextView android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:lineSpacingExtra="12dip"
- android:text="@string/wifi_setup_eap_not_supported"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
+ <FrameLayout
+ android:id="@+id/eap_not_supported_for_add_network"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:visibility="gone">
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:lineSpacingExtra="12dip"
+ android:text="@string/wifi_setup_eap_not_supported"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
</FrameLayout>
- <LinearLayout android:id="@+id/wps_fields"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:visibility="gone">
- <TextView android:layout_width="match_parent"
- android:minWidth="128dip"
- android:layout_height="wrap_content"
- android:text="@string/wifi_wps_pin"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp"
- android:gravity="bottom" />
+ <LinearLayout
+ android:id="@+id/wps_fields"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:visibility="gone">
+ <TextView
+ android:layout_width="match_parent"
+ android:minWidth="128dip"
+ android:layout_height="wrap_content"
+ android:text="@string/wifi_wps_pin"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp"
+ android:gravity="bottom" />
- <EditText android:id="@+id/wps_pin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:inputType="textPassword"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
+ <EditText
+ android:id="@+id/wps_pin"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:inputType="textPassword"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
</LinearLayout>
- <TableLayout android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="16dip">
+ <TableLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="16dip">
<!-- To accomodate @id/type into TableLayout, we splitted the layout into two:
@id/type_ssid and @id/type_security. -->
- <TableRow android:id="@+id/type_ssid"
- android:visibility="gone">
- <TextView android:id="@+id/ssid_text"
- android:layout_width="wrap_content"
- android:minWidth="128dip"
- android:layout_height="wrap_content"
- android:minHeight="48dip"
- android:layout_alignParentLeft="true"
- android:text="@string/wifi_ssid"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp"
- android:gravity="bottom"/>
+ <TableRow
+ android:id="@+id/type_ssid"
+ android:minHeight="56dip"
+ android:visibility="gone">
+ <TextView
+ android:id="@+id/ssid_text"
+ android:layout_width="wrap_content"
+ android:minWidth="128dip"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:paddingRight="16dip"
+ android:layout_alignParentLeft="true"
+ android:text="@string/wifi_ssid"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp"
+ android:gravity="left|center_vertical" />
- <FrameLayout android:id="@+id/ssid_layout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@id/ssid_text"
- android:layout_toRightOf="@id/ssid_text">
- <EditText android:id="@+id/ssid"
- android:layout_width="368dip"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:inputType="textNoSuggestions"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
+ <FrameLayout
+ android:id="@+id/ssid_layout"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBottom="@id/ssid_text"
+ android:layout_toRightOf="@id/ssid_text">
+ <EditText
+ android:id="@+id/ssid"
+ android:layout_width="368dip"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:inputType="textNoSuggestions"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
</FrameLayout>
</TableRow>
- <TableRow android:id="@+id/security_fields"
- android:visibility="gone">
- <TextView android:id="@+id/password_text"
- android:layout_width="wrap_content"
- android:minWidth="128dip"
- android:layout_height="wrap_content"
- android:minHeight="48dip"
- android:text="@string/wifi_password"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp"
- android:gravity="bottom" />
+ <TableRow
+ android:id="@+id/security_fields"
+ android:minHeight="56dip"
+ android:visibility="gone">
+ <TextView
+ android:id="@+id/password_text"
+ android:layout_width="wrap_content"
+ android:minWidth="128dip"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:text="@string/wifi_password"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp"
+ android:gravity="left|center_vertical" />
- <FrameLayout android:id="@+id/password_layout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:minHeight="48dip">
- <EditText android:id="@+id/password"
- android:layout_width="368dip"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:password="true"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
+ <LinearLayout
+ android:id="@+id/password_layout"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="bottom">
+ <EditText
+ android:id="@+id/password"
+ android:layout_width="368dip"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:singleLine="true"
+ android:password="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
+ </LinearLayout>
+
+ <!-- It looks CheckBox isn't aligned well with TableRow -->
+ <FrameLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+ <CheckBox
+ android:id="@+id/show_password"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:text="@string/wifi_show_password"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp" />
</FrameLayout>
-
- <CheckBox android:id="@+id/show_password"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/wifi_show_password"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp" />
</TableRow>
- <TableRow android:id="@+id/type_security"
- android:visibility="gone">
- <TextView android:id="@+id/security_text"
- android:layout_width="wrap_content"
- android:minWidth="128dip"
- android:layout_height="wrap_content"
- android:minHeight="48dip"
- android:text="@string/wifi_security"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp"
- android:gravity="bottom"/>
+ <TableRow
+ android:id="@+id/type_security"
+ android:minHeight="56dip"
+ android:visibility="gone">
+ <TextView
+ android:id="@+id/security_text"
+ android:layout_width="wrap_content"
+ android:minWidth="128dip"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:text="@string/wifi_security"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="20sp"
+ android:gravity="bottom"/>
- <Spinner android:id="@+id/security"
- android:layout_width="368dip"
- android:layout_height="wrap_content"
- android:minHeight="48dip"
- android:paddingLeft="4dip"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="20sp"
- android:gravity="left|center_vertical"/>
+ <FrameLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="bottom">
+ <Spinner
+ android:id="@+id/security"
+ android:layout_width="368dip"
+ android:layout_height="wrap_content"
+ android:minHeight="56dip"
+ android:paddingLeft="4dip"/>
+ </FrameLayout>
</TableRow>
</TableLayout>
diff --git a/res/layout/wifi_setup_custom_list_item_1.xml b/res/layout/wifi_setup_custom_list_item_1.xml
index 355490e..9d329ea 100644
--- a/res/layout/wifi_setup_custom_list_item_1.xml
+++ b/res/layout/wifi_setup_custom_list_item_1.xml
@@ -22,6 +22,6 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textSize="20sp"
android:gravity="center_vertical"
- android:paddingLeft="10dip"
+ android:paddingLeft="16dip"
android:minHeight="48dip"
/>
diff --git a/res/values-ar/arrays.xml b/res/values-ar/arrays.xml
index 1579161..fb71323 100644
--- a/res/values-ar/arrays.xml
+++ b/res/values-ar/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 دقائق"</item>
<item msgid="4322676235684793329">"30 دقيقة"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"بطيء للغاية"</item>
<item msgid="2361722960903353554">"بطيء"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"عدم تنفيذ ذلك مطلقًا أثناء التوصيل"</item>
<item msgid="6592896328877671197">"مطلقًا (استخدام المزيد من طاقة البطارية)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"عند إيقاف الشاشة"</item>
- <item msgid="8137861573803398334">"عدم تنفيذ ذلك مطلقًا أثناء التوصيل"</item>
- <item msgid="5996547094658157629">"مطلقًا (استخدام المزيد من طاقة البطارية)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"تلقائي"</item>
<item msgid="6670588712989942178">"5 غيغاهيرتز فقط"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"فقط في الوضع صامت"</item>
<item msgid="8418930333779132418">"فقط في الوضع صامت"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"قصيرة"</item>
- <item msgid="2560532955514699713">"متوسطة"</item>
- <item msgid="2372711992605524591">"طويلة"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 2a352bd..ba2902f 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"تعيين خادم HTTP الوكيل وقوائم الاستبعاد"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"محو"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"منفذ الخادم الوكيل"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"لا خادم وكيل لـ"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"تجاوز الخادم الوكيل لـ"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"استعادة الإعدادات الافتراضية"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"تم"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"اسم المضيف للخادم الوكيل"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"تنبيه"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"موافق"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"اسم المضيف الذي كتبته غير صحيح."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"هل تريد تشفير الجهاز اللوحي؟ يتعذر التراجع عن هذه العملية، وفي حالة مقاطعتها، ستفقد البيانات. تستغرق عملية التشفير ساعة أو أكثر، وسيتم خلالها إعادة تشغيل الجهاز اللوحي عدة مرات."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"هل تريد تشفير الهاتف؟ يتعذر التراجع عن هذه العملية، وفي حالة مقاطعتها، ستفقد البيانات. تستغرق عملية التشفير ساعة أو أكثر، وسيتم خلالها إعادة تشغيل الهاتف عدة مرات."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"التشفير"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"الرجاء الانتظار حتى يتم تشفير جهازك اللوحي. اكتمل <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"الرجاء الانتظار حتى يتم تشفير هاتفك. اكتمل <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"حاول مرة أخرى خلال <xliff:g id="DELAY">^1</xliff:g> ثانية."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"أعد المحاولة خلال ^1 ثانية."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"أدخل كلمة المرور"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"أخفق التشفير"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"تمت مقاطعة عملية التشفير ولا يمكن إكمالها. يجب إجراء إعادة الضبط بحسب بيانات المصنع (مسح جميع البيانات) قبل أن تتمكن من استئناف استخدام الجهاز اللوحي. يمكنك محاولة تشفير الجهاز اللوحي مرة أخرى بعد إكمال عملية إعادة الضبط."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"اختيار طريقة لتأمين الشاشة"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"إيقاف"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"عدم تأمين الشاشة مطلقًا"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"بدون تأمين"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"لا شيء"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"لا يتطلب نقشًا أو رقم تعريف شخصي أو كلمة مرور لإلغاء تأمين الشاشة"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"نقش"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"طلب نقش لإلغاء تأمين الشاشة"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"طلب كلمة مرور لإلغاء تأمين الشاشة"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"معطل بواسطة المشرف أو سياسة التشفير"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"إيقاف"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"بدون تأمين"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"إلغاء الحماية"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"محمي باستخدام نقش"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"محمي برقم التعريف الشخصي"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"محمي باستخدام كلمة مرور"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"سماعة بدون استخدام اليدين"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"نقل"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"جهاز الإرسال"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"الدخول إلى الإنترنت"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"ربط"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"سيتم إلغاء توصيل <xliff:g id="DEVICE_NAME">%1$s</xliff:g> من صوت الوسائط."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"سيتم إلغاء توصيل <xliff:g id="DEVICE_NAME">%1$s</xliff:g> من صوت السماعة بدون استخدام اليدين."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"سيتم إلغاء توصيل <xliff:g id="DEVICE_NAME">%1$s</xliff:g> من جهاز الإرسال."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"سيتم قطع الدخول إلى الإنترنت عبر <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"سيتم قطع اتصال <xliff:g id="DEVICE_NAME">%1$s</xliff:g> من مشاركة الاتصال بالإنترنت لهذا الجهاز اللوحي."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"سيتم قطع اتصال <xliff:g id="DEVICE_NAME">%1$s</xliff:g> من مشاركة الاتصال بالإنترنت لهذا الجهاز."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"خيارات <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"إجراءات الجهاز"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"اتصال"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"متصل بخادم نقل الملف"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"غير متصل بخادم نقل الملفات"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"متصل بجهاز الإدخال"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"متصل بالجهاز لدخول الإنترنت"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"مشاركة الاتصال المحلي بالإنترنت مع الجهاز"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"الاستخدام للإعدادات الصوتية للوسائط"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"الاستخدام لإعدادات الهاتف الصوتية"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"استخدامه لنقل الملفات"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"تنبيهي عند توفر شبكة مفتوحة"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"سياسة قطع اتصال Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"تحديد وقت التبديل من Wi-Fi إلى بيانات الجوال"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"تحديد وقت الفصل من Wi-Fi."</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"حدثت مشكلة أثناء تغيير الإعدادات"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"إضافة شبكة Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"شبكات Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"الحالة"</string>
<string name="wifi_speed" msgid="3526198708812322037">"سرعة الربط"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"عنوان IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"طريقة EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"مصادقة المرحلة الثانية"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"شهادة CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"الرجاء كتابة عنوان نظام أسماء نطاقات صالح."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"الرجاء كتابة بادئة شبكة يترواح طولها بين 0 و32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"نظام أسماء النطاقات 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"نظام أسماء النطاقات 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"البوابة"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"طول بادئة الشبكة"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"نقطة اتصال Wi-Fi المحمولة"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"نقطة الاتصال المحمولة <xliff:g id="NETWORK_SSID">%1$s</xliff:g> نشطة"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"خطأ في نقطة اتصال Wi-Fi المتنقلة"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"المهلة"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"يتم إغلاق الشاشة تلقائيًا بعد <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"سطوع تلقائي"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"إعدادات تأمين بطاقة SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"إعداد تأمين بطاقة SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"تأمين بطاقة SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"الشبكة"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"عنوان Mac لـ Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"عنوان البلوتوث"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"الرقم المسلسل"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"غير متاح"</string>
<string name="status_up_time" msgid="7294859476816760399">"وقت التشغيل"</string>
<string name="status_awake_time" msgid="2393949909051183652">"وقت الوضع النشط"</string>
@@ -748,12 +753,12 @@
<string name="master_clear_title" msgid="5907939616087039756">"إعادة الضبط بحسب بيانات المصنع"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"محو كل البيانات على الجهاز اللوحي"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"مسح جميع بيانات الهاتف"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"سيؤدي هذا إلى مسح كل البيانات من "<b>"وحدة التخزين الداخلية"</b>" للجهاز اللوحي، بما في ذلك:"\n\n<li>"حسابك في Google"</li>\n<li>"إعدادات وبيانات النظام والتطبيق"</li>\n<li>"التطبيقات التي تم تنزيلها"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"سيؤدي ذلك إلى مسح كل البيانات من "<b>"وحدة التخزين الداخلية"</b>" للهاتف، بما في ذلك:"\n\n<li>"حسابك في Google"</li>\n<li>"إعدادات وبيانات النظام والتطبيق"</li>\n<li>"التطبيقات التي تم تنزيلها"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"سيؤدي ذلك إلى محو كل البيانات من "<b>"وحدة التخزين الداخلية للجهاز اللوحي"</b>"، بما في ذلك:"\n\n<li>"حسابك على Google"</li>\n<li>"إعدادات وبيانات النظام والتطبيق"</li>\n<li>"التطبيقات التي تم تنزيلها"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"سيؤدي ذلك إلى محو كل البيانات من "<b>"وحدة التخزين الداخلية للجهاز اللوحي"</b>"، بما في ذلك:"\n\n<li>"حسابك على Google"</li>\n<li>"إعدادات وبيانات النظام والتطبيق"</li>\n<li>"التطبيقات التي تم تنزيلها"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"تم تسجيل دخولك حاليًا في الحسابات التالية:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"الموسيقى"</li>\n<li>"الصور"</li>\n<li>"بيانات المستخدم الأخرى"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"لمسح الموسيقى والصور وبيانات المستخدم الأخرى أيضًا، يلزم محو "<b>"وحدة تخزين USB"</b>"."</string>
- <!-- syntax error in translation for master_clear_desc_erase_external_storage (7339100478676372901) org.xmlpull.v1.XmlPullParserException: expected: /string read: b (position:END_TAG </b>@1:177 in java.io.StringReader@22ba6c83) -->
+ <!-- syntax error in translation for master_clear_desc_erase_external_storage (7339100478676372901) org.xmlpull.v1.XmlPullParserException: expected: /string read: b (position:END_TAG </b>@1:177 in java.io.StringReader@35a8767) -->
<string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"محو وحدة تخزين USB"</string>
<string name="erase_external_storage" product="default" msgid="1397239046334307625">"محو بطاقة SD"</string>
<string name="erase_external_storage_description" product="nosdcard" msgid="444834593696342279">"محو كل البيانات على وحدة تخزين USB الداخلية، مثل الموسيقى والصور."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB غير متصل"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"خطأ في تقييد USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"ربط البلوتوث"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"مشاركة الاتصال بالإنترنت لهذا الجهاز اللوحي"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"مشاركة الاتصال بالإنترنت لهذا الهاتف"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"مشاركة الاتصال بالإنترنت لهذا الجهاز اللوحي مع جهاز واحد"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"مشاركة الاتصال بالإنترنت لهذا الهاتف مع جهاز واحد"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"مشاركة الاتصال بالإنترنت لهذا الجهاز اللوحي مع <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> من الأجهزة"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"مشاركة الاتصال بالإنترنت لهذا الهاتف مع <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> من الأجهزة"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"عدم مشاركة الاتصال بالإنترنت لهذا الجهاز اللوحي"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"عدم مشاركة الاتصال بالإنترنت لهذا الهاتف"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"تم تشغيل ربط البلوتوث، ولكنه غير متصل"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"تم تشغيل ربط البلوتوث، ولكنه غير متصل"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"إيقاف ربط البلوتوث"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"إيقاف ربط البلوتوث"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"خطأ في ربط البلوتوث"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"لا يمكن ربط أكثر من <xliff:g id="MAXCONNECTION">%1$d</xliff:g> من الأجهزة."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"سيتم إلغاء ربط <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"تعديل كلمة"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"تعديل"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"حذف"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"ليس لديك أي كلمات في قاموس المستخدم. يمكنك إضافة كلمة من خلال لمس الزر \"إضافة\" ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"ليس لديك أي كلمات في قاموس المستخدم. يمكنك إضافة كلمة من خلال القائمة."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"ليست لديك أي كلمات في قاموس المستخدم. يمكنك إضافة كلمة من خلال القائمة."</string>
<string name="testing" msgid="6584352735303604146">"الاختبار"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"معلومات الجهاز اللوحي"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"زر الطاقة"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"زر الطاقة ينهي الاتصال"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"أثناء الاتصال، سيؤدي الضغط على زر الطاقة إلى إنهاء الاتصال بدلاً من إيقاف الشاشة"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"إيماءات الشاشة التي تعمل باللمس"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"مهلة اللمس مع الاستمرار"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"مهلة إلى أن يتم تفسير اللمس كلمس مع الاستمرار"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"استخدام البطارية"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"ما الذي كان يستخدم البطارية"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"بيانات استخدام البطارية غير متاحة"</string>
@@ -1417,7 +1429,7 @@
<string name="sync_one_time_sync" msgid="6766593624598183090">"المس للمزامنة الآن<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
<string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"التقويم"</string>
+ <string name="sync_calendar" msgid="9056527206714733735">"تقويم"</string>
<string name="sync_contacts" msgid="9174914394377828043">"جهات الاتصال"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"مرحبًا بك في مزامنة Google!"</font>" "\n"وهي الطريقة التي تتبعها Google لمزامنة البيانات للسماح بالدخول إلى جهات الاتصال والمواعيد والمزيد من أي مكان تتواجد فيه."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"إعدادات مزامنة التطبيق"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"الخدمة مشغولة، أعد المحاولة"</string>
<string name="delete" msgid="4219243412325163003">"حذف"</string>
<string name="misc_files" msgid="6298643430106707497">"ملفات متنوعة"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"تم تحديد <xliff:g id="NUMBER">%1$d</xliff:g> من إجمالي <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"تحديد الكل"</string>
</resources>
diff --git a/res/values-bg/arrays.xml b/res/values-bg/arrays.xml
index 8c6510b..a7e3419 100644
--- a/res/values-bg/arrays.xml
+++ b/res/values-bg/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 минути"</item>
<item msgid="4322676235684793329">"30 минути"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Много бавна"</item>
<item msgid="2361722960903353554">"Бавна"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Никога при включено захранване"</item>
<item msgid="6592896328877671197">"Никога (консумира повече енергия от батерията)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Когато екранът се изключи"</item>
- <item msgid="8137861573803398334">"Никога при включено захранване"</item>
- <item msgid="5996547094658157629">"Никога (хаби повече батерията)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Автоматично"</item>
<item msgid="6670588712989942178">"Само на 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Само в тих режим"</item>
<item msgid="8418930333779132418">"Само извън тих режим"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Кратко"</item>
- <item msgid="2560532955514699713">"Средно"</item>
- <item msgid="2372711992605524591">"Продължително"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index df0ff8b..ba56513 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Задаване на общия HTTP прокси сървър и списъците за изключване"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Изчистване"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Порт на прокси сървъра"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Няма прокси сървър за"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Заобикаляне на прокси сървъра за"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Възстановяване на стандартните"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Готово"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Име на хост за прокси сървъра"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Внимание"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Въведеното от вас име на хост е невалидно."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Да се шифрова ли таблетът? Тази операция е необратима и ако я прекъснете, ще загубите данни. Процесът отнема най-малко един час и през това време таблетът ще се рестартира няколко пъти."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Да се шифрова ли телефонът? Тази операция е необратима и ако я прекъснете, ще загубите данни. Процесът отнема най-малко един час и през това време телефонът ще се рестартира няколко пъти."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Шифроване"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Моля, изчакайте, докато таблетът ви се шифрова. Завършено <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Моля, изчакайте, докато телефонът ви се шифрова. Завършено <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Опитайте отново след <xliff:g id="DELAY">^1</xliff:g> секунди."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Опитайте отново след ^1 секунди."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Въведете паролата си"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Шифроването не бе успешно"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Шифроването бе прекъснато и не може да завърши. Трябва да възстановите фабричните настройки (което ще изтрие всичките ви данни), преди да продължите да използвате таблета си. Можете да опитате да го шифровате отново, след като възстановяването на настройките приключи."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Изберете начин за заключване на екрана"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Изключване"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Без заключване на екрана"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Без защита"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Няма"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Откл. на екрана без парола, фигура или PIN"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Фигура"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Изисква се фигура за отключване на екрана"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Изисква се парола за отключване на екрана"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Деактивирано от админ. или правилата за шифроване"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Изкл."</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Без защита"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Незащитено"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Защитено с фигура"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Защитено с PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Защитено с парола"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"„Свободни ръце“"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Прехвърляне"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Устройство за въвеждане"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Достъп до интернет"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Тетъринг"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Връзката между <xliff:g id="DEVICE_NAME">%1$s</xliff:g> и мултимедийното аудио ще бъде прекъсната."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Връзката между <xliff:g id="DEVICE_NAME">%1$s</xliff:g> и аудиото от „свободни ръце“ ще бъде прекъсната."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Връзката между <xliff:g id="DEVICE_NAME">%1$s</xliff:g> и устройството за въвеждане ще бъде прекъсната."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Достъпът до интернет през <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ще бъде прекъснат."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Споделянето на връзката с интернет на този таблет ще бъде прекъснато за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Споделянето на връзката с интернет на този телефон ще бъде прекъснато за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Опции за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Действия на устройството"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Свързване"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Установена е връзка със сървър за трансфер на файлове"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Няма връзка със сървър за трансфер на файлове"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Има връзка с устройството за въвеждане"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Има връзка с у-во за достъп до интернет"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Лок. връзка с интернет се споделя с у-вото"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Употреба за медийно аудио"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Използване на телефон за аудио"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Използване на за пренос на файлове"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Известие при налична отворена мрежа"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Правила за изключване на Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Посочване на времето за превключване от Wi-Fi към мобилни данни"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Посочване на времето за прекратяване на връзката с Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Възникна проблем при промяна на настройката"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Добавете Wi-Fi мрежа"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi мрежи"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Състояние"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Скорост на връзка"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP адрес"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Метод за редактиране на точка за достъп"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Фаза 2 на удостоверяване"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"сертификат от сертифициращ орган"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Моля, въведете валиден адрес за DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Въведете дължина на мрежовия префикс между 0 и 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Шлюз"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Дължина на мрежов префикс"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Преносима гореща точка за Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Активна преносима гореща точка <xliff:g id="NETWORK_SSID">%1$s</xliff:g>"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Грешка на преносимата гореща точка за Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Време за изчакване"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Екранът се изключва автоматично след <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Автоматична яркост"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Настройки за заключването на SIM картата"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Настройване на заключването на SIM картата"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Заключване на SIM картата"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Мрежа"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"MAC адрес на Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Адрес на Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Сериен номер"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Няма данни"</string>
<string name="status_up_time" msgid="7294859476816760399">"Време на дейност"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Време на активност"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Възстановяване на фабричните настройки"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Изтрива всички данни на таблета"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Изтрива всички данни на телефона"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Това ще изтрие всички данни от "<b>"вътрешното хранилище"</b>" на таблета ви, включително:"\n\n<li>"профила ви в Google;"</li>\n<li>"данни и настройки от системата и приложенията;"</li>\n<li>"изтеглени приложения."</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Това ще изтрие всички данни от "<b>"вътрешното хранилище"</b>" на телефона ви, включително:"\n\n<li>"профила ви в Google;"</li>\n<li>"данни и настройки от системата и приложенията;"</li>\n<li>"изтеглени приложения."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Това ще изтрие всички данни от "<b>"вътрешното хранилище"</b>" на таблета ви, включително:"\n\n<li>"профила ви в Google;"</li>\n<li>"данни и настройки от системата и приложенията;"</li>\n<li>"изтеглени приложения."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Това ще изтрие всички данни от "<b>"вътрешното хранилище"</b>" на таблета ви, включително:"\n\n<li>"профила ви в Google;"</li>\n<li>"данни и настройки от системата и приложенията;"</li>\n<li>"изтеглени приложения."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Понастоящем сте влезли в следните профили:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Музика"</li>\n<li>"Снимки"</li>\n<li>"Други потребителски данни"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"За да изчистите и музиката, снимките и другите потребителски данни, трябва да се изтрие "<b>"USB хранилището"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB не е свързано"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Грешка в тетъринг през USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Тетъринг през Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Връзката с интернет на този таблет се споделя"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Връзката с интернет на този телефон се споделя"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Връзката с интернет на този таблет се споделя с 1 устройство"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Връзката с интернет на този тел. се споделя с 1 устройство"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Връзката с интернет на този таблет се споделя с/ъс <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> у-ва"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Връзката с интернет на този тел. се споделя с/ъс <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> у-ва"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Връзката с интернет на този таблет не се споделя"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Връзката с интернет на този телефон не се споделя"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Тетърингът през Bluetooth е включен, но без връзка"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Тетърингът през Bluetooth е включен, но без връзка"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Тетърингът през Bluetooth е изключен"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Тетърингът през Bluetooth е изключен"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Грешка в тетъринга през Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Не може да се извърши тетъринг с над <xliff:g id="MAXCONNECTION">%1$d</xliff:g> у-ва"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Тетърингът на <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ще бъде прекъснат."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Редактиране на дума"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Редактиране"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Изтриване"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Нямате думи в потребителския речник. Можете да добавите, като докоснете бутона за добавяне (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Нямате думи в потребителския речник. Можете да добавите от менюто."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Нямате думи в потребителския речник. Можете да добавите от менюто."</string>
<string name="testing" msgid="6584352735303604146">"Тестване"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Информация за таблета"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Бутон за захранване"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Бутонът за захранване приключва обаждането"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"По време на обаждане, натискането на „Захранване“ го приключва вместо да изключва екрана"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Жестове за сензорния екран"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Забавяне при докосване и задържане"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Забавяне, докато докосването се тълкува като докосване и задържане"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Използване на батерията"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Какво е използвало батерията"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Няма данни за батерията"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Приложенията да синхр., пращат и получават данни винаги"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Внимание"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Деактивирането на данните на заден план удължава живота на батерията и намалява употребата на данни. Някои приложения могат пак да ползват връзката за данни на заден план."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Автоматично синхронизиране"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Автоматично синхронизиране"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Автосинхронизиране на данни от приложения"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Управление на профилите"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Синхр. е ВКЛЮЧЕНО"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Грешка при синхр."</string>
<string name="settings_backup" msgid="2274732978260797031">"Създаване на резервно копие на настройките"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Създаване на резервно копие на настройките ми"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхрон сега"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Анулиране на синхронизирането"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхрон сега"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Отказ на синхронизиране"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Докоснете, за да синхронизирате сега<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Добре дошли в Google Синхронизиране!"</font>" "\n"Подходът на Google към синхронизирането на данни, за да ви осигурим достъп до контактите ви, срещите ви и много други неща, където и да сте."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Настройки за синхронизиране на приложения"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Данни и синхронизиране"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Услугата е заета, опитайте отново"</string>
<string name="delete" msgid="4219243412325163003">"Изтриване"</string>
<string name="misc_files" msgid="6298643430106707497">"Разни файлове"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"избрани са <xliff:g id="NUMBER">%1$d</xliff:g> от <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Избиране на всички"</string>
</resources>
diff --git a/res/values-ca/arrays.xml b/res/values-ca/arrays.xml
index 57c1713..c111dc8 100644
--- a/res/values-ca/arrays.xml
+++ b/res/values-ca/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuts"</item>
<item msgid="4322676235684793329">"30 minuts"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Molt lenta"</item>
<item msgid="2361722960903353554">"Lenta"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Mai mentre estigui connectada"</item>
<item msgid="6592896328877671197">"Mai (utilitza més bateria)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Quan s\'apagui la pantalla"</item>
- <item msgid="8137861573803398334">"Mai mentre estigui connectada"</item>
- <item msgid="5996547094658157629">"Mai (utilitza més bateria)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automàtic"</item>
<item msgid="6670588712989942178">"Només 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Només en mode silenciós"</item>
<item msgid="8418930333779132418">"Només quan no és en mode silenciós"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Curt"</item>
- <item msgid="2560532955514699713">"Mitjana"</item>
- <item msgid="2372711992605524591">"Llarg"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index e346972..c88acac 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Defineix el servidor intermediari HTTP i les llistes d\'exclusió"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Esborra"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port del servidor intermediari"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"No hi ha servidor intermediari per a"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Servidor intermediari de derivació de"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restauració del valors predeterminats"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Fet"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nom d\'amfitrió del servidor intermediari:"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atenció"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"D\'acord"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"El nom d\'amfitrió que heu escrit no és vàlid."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Vols encriptar la tauleta? Aquesta operació és irreversible i, si l\'interromps, perdràs les dades. L\'encriptació necessita una hora com a mínim, durant la qual la tauleta es reiniciarà diverses vegades."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Vols encriptar el telèfon? Aquesta operació és irreversible i, si l\'interromps, perdràs les dades. L\'encriptació necessita una hora com a mínim, durant la qual el telèfon es reiniciarà diverses vegades."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Encriptació"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Espera mentre s\'encripta la tauleta. <xliff:g id="PERCENT">^1</xliff:g>% completat."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Espera mentre s\'encripta el telèfon. <xliff:g id="PERCENT">^1</xliff:g>% completat."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Torna-ho a provar d\'aquí a <xliff:g id="DELAY">^1</xliff:g> segons."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Torna-ho a provar d\'aquí a ^1 segon."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Introdueix la contrasenya"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Error d\'encriptació"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"S\'ha interromput l\'encriptació i no es pot completar. Has de dur a terme un restabliment de les dades de fàbrica (que esborrarà totes les teves dades) per poder tornar a utilitzar la tauleta. Pots tornar a provar d\'encriptar-la quan hagis finalitzat el restabliment."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Trieu un mètode per bloquejar la pantalla"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Desactivat"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"No bloquegis mai la pantalla"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Sense seguretat"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Cap"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Desbloqueig sense patró, PIN ni contrasenya"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Patró"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Patró per desbloquejar la pantalla"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Contrasenya per desbloquejar la pantalla"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Desactivada per l\'administrador o la política d\'encriptació"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Desactivat"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"No hi ha seguretat"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sense protecció"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Assegurada mitjançant patró"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Assegurada mitjançant PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Protegida amb contrasenya"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Mans lliures"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transferència"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositiu d\'entrada"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Accés a Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Connexió compartida"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà de l\'àudio del mitjà."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà de l\'àudio de mans lliures."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà del dispositiu d\'entrada."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"L\'accés a Internet mitjançant <xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà de la compartició de la connexió a Internet de la tauleta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> es desconnectarà de la compartició de la connexió a Internet del telèfon."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opcions de: <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Accions de dispositiu"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Connecta"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Connectat al servidor de transferència de fitxers"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"No està connectat al servidor de transferència de fitxers"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Connectat a dispositiu d\'entrada"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Connectat al dispositiu per a accés a Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Compartint la connexió local a Internet amb el dispositiu"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utilitza-ho per a l\'àudio dels fitxers multimèdia"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utilitza-ho per a l\'àudio del telèfon"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Utilitza per a la transferència de fitxers"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Notifica\'m quan hi hagi una xarxa oberta disponible"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Política de desconnexió de Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Especifiqueu quan canviar de Wi-fi a dades mòbils"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Especifica quan desconnectar de la Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"S\'ha produït un problema en canviar la configuració"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Afegeix una xarxa Wi-fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Xarxes Wi-fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Estat"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocitat d\'enllaç"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adreça IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Mètode EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticació de fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificat de CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Escriu una adreça DNS vàlida."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Escriu una longitud de prefix de xarxa entre 0 i 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Passarel·la"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Longitud de prefix de xarxa"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Punt de connexió Wi-fi portàtil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Punt de connexió portàtil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> actiu"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Error de punt de connexió Wi-fi portàtil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Temps d\'espera esgotat"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"La pantalla es desactiva automàticament després de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Brillantor automàtica"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Configuració de bloqueig de targeta SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Configura el bloqueig de la targeta SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloqueig de targeta SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Xarxa"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adreça MAC de Wi-fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adreça de Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Número de sèrie"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"No disponible"</string>
<string name="status_up_time" msgid="7294859476816760399">"Temps actiu"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Temps d\'activació"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Restabliment de dades de fàbrica"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Esborra totes les dades de la tauleta"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Esborra totes les dades del telèfon"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Això esborrarà totes les dades de l\'"<b>"emmagatzematge intern"</b>" de la tauleta, entre les quals s\'inclouen:"\n\n<li>"el teu compte de Google"</li>\n<li>"Dades i configuració del sistema i d\'aplicacions"</li>\n<li>"Aplicacions baixades"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Això esborrarà totes les dades de l\'"<b>"emmagatzematge intern"</b>" del telèfon, inclosos:"\n\n<li>"El compte de Google"</li>\n<li>"Dades i configuració del sistema i d\'aplicacions"</li>\n<li>"Aplicacions baixades"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Això esborrarà totes les dades de l\'"<b>"emmagatzematge intern"</b>" de la tauleta, entre les quals s\'inclouen:"\n\n<li>"El teu Compte de Google"</li>\n<li>"Dades i configuració del sistema i d\'aplicacions"</li>\n<li>"Aplicacions baixades"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Això esborrarà totes les dades de l\'"<b>"emmagatzematge intern"</b>" de la tauleta, entre les quals s\'inclouen:"\n\n<li>"El teu Compte de Google"</li>\n<li>"Dades i configuració del sistema i d\'aplicacions"</li>\n<li>"Aplicacions baixades"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Actualment has iniciat la sessió als comptes següents:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Música"</li>\n<li>"Fotos"</li>\n<li>"Altres dades de l\'usuari"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Per esborrar també música, imatges i altres dades d\'usuari, cal esborrar l\'"<b>"emmagatzematge USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB no connectat"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Error d\'ancoratge a la xarxa USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Connex. compar. Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"S\'està compartint la connexió a Internet"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Compartint la connexió a Internet del telèfon"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Compartint la connexió a Internet de la tauleta amb 1 disp."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Compartint la connexió a Internet del telèfon amb 1 disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Compartint la connexió a Internet amb <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositius"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Compartint la connexió a Internet amb <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositius"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"No s\'està compartint la connexió a Internet"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"No s\'està compartint la connexió a Internet"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Connexió compartida per Bluetooth activada, però no connectada"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Connexió compartida per Bluetooth activada, però no connectada"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Connexió compartida per Bluetooth desactivada"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Connexió compartida per Bluetooth desactivada"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Error de connexió compartida per Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"No es pot compar. connex. amb més de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispos."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> no compartirà connexió."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Edició de la paraula"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Edita"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Suprimeix"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"No tens cap paraula al diccionari de l\'usuari. Pots afegir una paraula si toques el botó Afegeix ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"No tens cap paraula al diccionari de l\'usuari. Pots afegir una paraula mitjançant el menú."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"No teniu cap paraula al diccionari de l\'usuari. Podeu afegir una paraula mitjançant el menú."</string>
<string name="testing" msgid="6584352735303604146">"Proves"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informació de la tauleta"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Botó d\'engegada"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"El botó d\'engegada finalitza la trucada"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Durant una trucada, si es prem el botó d\'engegada, es finalitza la trucada en comptes d\'apagar-se la pantalla"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestos de la pantalla tàctil"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Retard de Toca i mantén premut"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Retard fins que un toc s\'interpreta com a Toca i mantén premut"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Ús de la bateria"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Elements que han utilitzat la bateria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Dades ús bateria no disp."</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Les aplicacions poden sincronitzar, enviar i rebre dades en qualsevol moment"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Atenció"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Desactivar les dades de fons augmenta la durada de la bateria i disminueix l\'ús de dades. És possible que algunes aplicacions encara utilitzin la connexió de dades de fons."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Sincronització automàtica"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Sincronització automàtica"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Les aplicacions sincronitzen dades automàticament"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Gestiona comptes"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sincronització ACTIVADA"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Error sincron."</string>
<string name="settings_backup" msgid="2274732978260797031">"Còpia de seguretat de la configuració"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Fes una còpia de seguretat de la configuració"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sincronitza ara"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Cancel·la la sincronització"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sincronitza ara"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Cancel·la la sincronització"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Toca per sincronitzar ara <xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Calendari"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Contactes"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Calendari"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Contactes"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Benvingut a Google Sync!"</font>" "\n"La sincronització de dades que ha ideat Google per permetre l\'accés als contactes, a les cites i a molts més elements des de qualsevol lloc."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Configuració de la sincronització d\'aplicacions"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Dades i sincronització"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Servei ocupat; torna-ho a provar."</string>
<string name="delete" msgid="4219243412325163003">"Suprimeix"</string>
<string name="misc_files" msgid="6298643430106707497">"Fitxers varis"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"s\'han seleccionat <xliff:g id="NUMBER">%1$d</xliff:g> de <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Selecciona-ho tot"</string>
</resources>
diff --git a/res/values-cs/arrays.xml b/res/values-cs/arrays.xml
index 45b1651..e41a55e 100644
--- a/res/values-cs/arrays.xml
+++ b/res/values-cs/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minut"</item>
<item msgid="4322676235684793329">"30 minut"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Velmi pomalá"</item>
<item msgid="2361722960903353554">"Pomalá"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nikdy, je-li zapnuto napájení"</item>
<item msgid="6592896328877671197">"Nikdy (spotřebuje se více energie baterie)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Při vypnutí obrazovky"</item>
- <item msgid="8137861573803398334">"Nikdy, je-li zapnuto napájení"</item>
- <item msgid="5996547094658157629">"Nikdy (spotřebuje se více energie baterie)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automaticky"</item>
<item msgid="6670588712989942178">"Pouze 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Pouze v tichém režimu"</item>
<item msgid="8418930333779132418">"Pouze pokud není v tichém režimu"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Krátké"</item>
- <item msgid="2560532955514699713">"Střední"</item>
- <item msgid="2372711992605524591">"Dlouhé"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index f38d848..7b85a77 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Nastavení globálního proxy serveru protokolu HTTP a seznamu vyloučení"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Vymazat"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nepoužívat proxy server pro"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nepoužívat server proxy pro"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Obnovit výchozí nastavení"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Hotovo"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Název hostitele serveru proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Upozornění"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Zadaný název hostitele není platný."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Šifrovat tablet? Tato operace se nedá vrátit, a pokud ji přerušíte, budou data ztracena. Šifrování může trvat více než hodinu. Během této doby se tablet několikrát restartuje."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Šifrovat telefon? Tato operace se nedá vrátit, a pokud ji přerušíte, budou vaše data ztracena. Šifrování může trvat více než hodinu. Během této doby se telefon několikrát restartuje."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Šifrování"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Počkejte prosím, než bude tablet zašifrován. Dokončeno: <xliff:g id="PERCENT">^1</xliff:g> %"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Počkejte prosím, než bude telefon zašifrován. Dokončeno: <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Sekundy zbývající do dalšího pokusu: <xliff:g id="DELAY">^1</xliff:g>."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Sekundy zbývající do dalšího pokusu: ^1."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Zadejte heslo"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Šifrování se nezdařilo"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Šifrování bylo přerušeno a nelze jej dokončit. Před dalším použitím tabletu musíte obnovit tovární nastavení (vymažou se veškerá data). Po obnovení nastavení můžete tablet zašifrovat znovu."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Vyberte způsob uzamknutí obrazovky"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Vypnuto"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nikdy nezamykat obrazovku"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nezabezpečeno"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Žádné"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Odemknutí obr. nevyžaduje gesto, kód PIN ani heslo"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Gesto"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Odemknutí obrazovky vyžaduje gesto"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Odemknutí obrazovky vyžaduje heslo"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Zakázáno správcem nebo zásadou šifrování"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Vypnuto"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Žádné zabezpečení"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nezabezpečeno"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Zabezpečeno pomocí gesta"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Zabezpečeno pomocí kódu PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Zabezpečeno pomocí hesla"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Sada handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Přenos"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Vstupní zařízení"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Přístup k internetu"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno od zvuku médií."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno od zvuku sady handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno od vstupního zařízení."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internetové připojení pomocí zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno od sdíleného internetového připojení tohoto tabletu."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojeno od sdíleného internetového připojení telefonu."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Možnosti zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Akce zařízení"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Připojit"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Připojeno k serveru pro přenos dat"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nepřipojeno k serveru pro přenos souborů"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Připojeno ke vstupnímu zařízení"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Připojeno k zařízení za účelem přístupu k internetu"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Místní internetové připojení je sdíleno se zařízením"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Umožňuje připojení zvukového média"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Umožňuje připojení náhlavní soupravy"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Použít pro přenos souborů"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Oznamovat dostupné nezabezpečené sítě"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Zásady odpojování sítě Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Určit, kdy přepnout ze sítě Wi-Fi na mobilní datový přenos"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Určete, kdy se má zařízení odpojit ze sítě Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Při změně nastavení se vyskytl problém"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Přidat síť WiFi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Sítě WiFi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stav"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Rychlost připojení"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adresa IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metoda EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Ověření Phase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certifikát CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Zadejte platnou adresu DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Zadejte prosím délku síťové předpony v rozsahu 0 až 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"Server DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"Server DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Brána"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Délka síťové předpony"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Přenosný hotspot Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Přenosný hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g> je aktivní"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Chyba přenosného hotspotu Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Časový limit"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Obrazovka se automaticky vypne po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>."</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatický jas"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Nastavení zámku karty SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Nastavení zámku karty SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Zámek karty SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Síť"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adresa MAC sítě WiFi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adresa zařízení Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Sériové číslo"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nedostupný údaj"</string>
<string name="status_up_time" msgid="7294859476816760399">"Doba provozu"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Doba provozu"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Obnovení továrních dat"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Vymaže všechna data v tabletu"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Vymaže všechna data v telefonu"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Tato operace vymaže všechna data v "<b>"interním úložišti"</b>" tabletu, včetně:"\n\n<li>"účtu Google,"</li>\n<li>"dat a nastavení aplikací a systému,"</li>\n<li>"stažených aplikací"</li>"."</string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Tato operace vymaže všechna data v "<b>"interním úložišti"</b>" telefonu, včetně:"\n\n<li>"účtu Google,"</li>\n<li>"dat a nastavení systému a aplikací,"</li>\n<li>"stažených aplikací"</li>"."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Tato operace vymaže všechna data v "<b>"interním úložišti"</b>" tabletu, včetně:"\n\n<li>"účtu Google,"</li>\n<li>"dat a nastavení aplikací a systému,"</li>\n<li>"stažených aplikací."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Tato operace vymaže všechna data v "<b>"interním úložišti"</b>" tabletu, včetně:"\n\n<li>"účtu Google,"</li>\n<li>"dat a nastavení aplikací a systému,"</li>\n<li>"stažených aplikací."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Aktuálně jste přihlášeni do následujících účtů:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Hudba"</li>\n<li>"Fotky"</li>\n<li>"Další uživatelské údaje"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Chcete-li smazat také hudbu, obrázky a další uživatelská data, je potřeba vymazat "<b>"úložiště USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Připojení USB není k dispozici"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Chyba sdílení datového připojení prostřednictvím USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Tethering přes Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internetové připojení tabletu je sdíleno."</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internetové připojení tohoto telefonu je sdíleno."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetové připojení tabletu je sdíleno s 1 zařízením."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetové připojení telefonu je sdíleno s 1 zařízením."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Internet. připojení tabletu je sdíleno. Poč. zařízení: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Internet. připojení telefonu je sdíleno. Poč. zařízení: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internetové připojení tabletu není sdíleno."</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internetové připojení tohoto telefonu není sdíleno."</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Tethering přes Bluetooth je zapnut, ale nepřipojen"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Tethering přes Bluetooth je zapnut, ale nepřipojen"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tethering přes Bluetooth deaktivován"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Tethering přes Bluetooth deaktivován"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Chyba při tetheringu přes Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Maximální počet zařízení pro tethering: <xliff:g id="MAXCONNECTION">%1$d</xliff:g>"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"U zařízení <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude ukončeno sdílené připojení."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Upravit slovo"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Upravit"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Smazat"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V uživatelském slovníku nejsou žádná slova. Slovo můžete přidat stisknutím tlačítka Přidat (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V uživatelském slovníku nejsou žádná slova. Slovo můžete přidat pomocí nabídky."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"V uživatelském slovníku nejsou žádná slova. Slovo můžete přidat pomocí nabídky."</string>
<string name="testing" msgid="6584352735303604146">"Testování"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informace o tabletu"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Tlačítko Napájení"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Tlačítko Napájení ukončuje hovor"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Stisknutí tlačítka Napájení během hovoru ukončí hovor místo vypnutí obrazovky"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gesta dotykové obrazovky"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Prodleva dotyku a podržení"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Prodleva, po které je dotyk považován za podržení"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Využití baterie"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Co využívá baterii"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Údaje o spotřebě nejsou známy."</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Služba je zaneprázdněna, zkuste to znovu"</string>
<string name="delete" msgid="4219243412325163003">"Smazat"</string>
<string name="misc_files" msgid="6298643430106707497">"Různé soubory"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"vybráno: <xliff:g id="NUMBER">%1$d</xliff:g> z <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Vybrat vše"</string>
</resources>
diff --git a/res/values-da/arrays.xml b/res/values-da/arrays.xml
index e427854..07eb616 100644
--- a/res/values-da/arrays.xml
+++ b/res/values-da/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutter"</item>
<item msgid="4322676235684793329">"30 minutter"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Meget langsom"</item>
<item msgid="2361722960903353554">"Langsom"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Aldrig når tilsluttet"</item>
<item msgid="6592896328877671197">"Aldrig (bruger mere batterikapacitet)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Når skærmen slukker"</item>
- <item msgid="8137861573803398334">"Aldrig når tilsluttet"</item>
- <item msgid="5996547094658157629">"Aldrig (bruger mere batteri)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatisk"</item>
<item msgid="6670588712989942178">"Kun 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Kun, når lydløs er slået til"</item>
<item msgid="8418930333779132418">"Kun, når lydløs er slået fra"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kort"</item>
- <item msgid="2560532955514699713">"Mellemlangt"</item>
- <item msgid="2372711992605524591">"Lang"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index d4b07aa..50b80d8 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Angiv den globale HTTP-proxy og udeladelseslister"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Ryd"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy-port"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ingen proxy for"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Brug ikke proxy til"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Gendan standarder"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Udført"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxyens værtsnavn"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Bemærk"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Det indtastede værtsnavn er ikke gyldigt."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Vil du kryptere tabletten? Denne handling kan ikke laves om og kan ikke afbrydes uden tab af data til følge. Krypteringen kan tage en time eller mere, og i den tid vil tabletten genstartes flere gange."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Vil du kryptere telefonen? Denne handling kan ikke laves om og kan ikke afbrydes uden tab af data til følge. Krypteringen kan tage én time eller mere, og i den tid vil tabletten genstartes flere gange."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Kryptering"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Vent, mens din telefon krypteres. <xliff:g id="PERCENT">^1</xliff:g> % fuldført."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Vent, mens din telefon krypteres. <xliff:g id="PERCENT">^1</xliff:g> % fuldført."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Prøv igen om <xliff:g id="DELAY">^1</xliff:g> sekunder."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Prøv igen om ^1 sekunder."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Angiv din adgangskode"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Kryptering mislykkedes"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Kryptering blev afbrudt og kan ikke gennemføres. Du skal udføre en nulstilling af fabriksdata (derved slettes alle dine data), før du kan fortsætte med at bruge din tablet. Du kan prøve at kryptere din tablet igen, når nulstillingen er gennemført."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Vælg en metode til låsning af skærmen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Fra"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Lås aldrig skærmen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ikke sikret"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ingen"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Mønster, PIN eller adgangskode kræves ikke for at låse skærmen op"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Mønster"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Kræv et mønster for at låse skærmen op"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Kræv en adgangskode for at låse skærmen op"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Deaktiveret af administrator/krypteringspolitik"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Fra"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Ingen sikkerhed"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Ikke sikret"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Sikret med mønster"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Sikret med PIN-kode"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Sikret med adgangskode"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Håndfri"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Overfør"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Inputenhed"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetadgang"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> afbrydes fra medielyd."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> afbrydes fra håndfri lyd."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> afbrydes fra inputenheden."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internetadgang via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra deling af tablettens internetforbindelse."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra deling af telefonens internetforbindelse."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Valgmuligheder for <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Enhedshandlinger"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Forbind"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Forbundet til filoverførselsserver"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Ikke forbundet til filoverførselsserver"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Forbundet til inputenhed"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Tilsluttet enhed/internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Deler lokal internetforbindelse med enhed"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Brug til medielyd"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Brug til telefonlyd"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Brug til filoverførsel"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Fortæl mig, når der er et tilgængeligt åbent netværk"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Politik for frakobling af Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Angiv, hvornår der skal skiftes fra Wi-Fi til mobile data"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Angiv, hvornår forbindelsen til Wi-Fi skal afbrydes"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Der opstod et problem ved ændring af indstillingen"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Tilføj Wi-Fi-netværk"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi-netværk"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Linkhastighed"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-adresse"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-metode"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Fase 2-godkendelse"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-certifikat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Indtast en gyldig DNS-adresse."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Angiv et gyldigt netværkspræfiks fra 0 til 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Længde på netværkspræfiks"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Bærbart Wi-Fi-hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Det bærbare hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g> er aktivt"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Fejl ved bærbart Wi-Fi-hotspot"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timeout"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Skærmen slukker automatisk efter <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatisk lysstyrke"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Indstillinger for lås af SIM-kort"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Konfigurer låsning af SIM-kort"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-kortlås"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Netværk"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"MAC-adresse for Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-adresse"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serienummer"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Utilgængelig"</string>
<string name="status_up_time" msgid="7294859476816760399">"Oppetid"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Opvågningstid"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Gendannelse af fabriksdata"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Sletter alle data på tabletcomputeren"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Sletter alle data på telefonen"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Dette sletter alle data fra din tablets "<b>"interne lager"</b>", herunder:"\n\n<li>"din Google-konto"</li>\n<li>"data og indstillinger i systemer og programmer"</li>\n<li>"downloadede programmer"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Dette sletter alle data fra din telefons "<b>"interne lager"</b>", herunder:"\n\n<li>"din Google-konto"</li>\n<li>"data og indstillinger i systemer og programmer"</li>\n<li>"downloadede programmer"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Dette sletter alle data fra din tablets "<b>"interne lager"</b>", bl.a.:"\n\n<li>"din Google-konto"</li>\n<li>"system- og programdata og -indstillinger"</li>\n<li>"downloadede programmer"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Dette sletter alle data fra din tablets "<b>"interne lager"</b>", bl.a.:"\n\n<li>"din Google-konto"</li>\n<li>"system- og programdata og -indstillinger"</li>\n<li>"downloadede programmer"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Du er i øjeblikket logget ind på disse konti:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musik"</li>\n<li>"Billeder"</li>\n<li>"Andre brugerdata"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Ryd også musik, billeder og andre brugerdata ved også at slette "<b>"USB-lager"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB ikke tilsluttet"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Fejl ved USB-tethering"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth-tethering"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Deler tablettens internetforbindelse"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Deler telefonens internetforbindelse"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Deler tablettens internetforbindelse med 1 enhed"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Deler telefonens internetforbindelse med 1 enhed"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Deler tablettens internetforbindelse med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheder"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Deler telefonens internetforbindelse med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheder"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Deler ikke tablettens internetforbindelse"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Deler ikke telefonens internetforbindelse"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-tethering er slået til, men ikke forbundet"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-tethering er slået til, men ikke forbundet"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-tethering slået fra"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-tethering slået fra"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Fejl ved Bluetooth-tethering"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Tethering kan ikke bruges til mere end <xliff:g id="MAXCONNECTION">%1$d</xliff:g> enheder"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Tethering til <xliff:g id="DEVICE_NAME">%1$s</xliff:g> vil blive afbrudt."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Rediger ord"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Rediger"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Slet"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Du har ikke nogen ord i brugerordbogen. Du kan tilføje et ord ved at trykke på Tilføj (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Du har ikke nogen ord i brugerordbogen. Du kan tilføje et ord gennem menuen."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Du har ikke nogen ord i brugerordbogen. Du kan tilføje et ord gennem menuen."</string>
<string name="testing" msgid="6584352735303604146">"Tester"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Oplysninger om tabletcomputer"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Afbryderknap"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Afbryderknappen afslutter opkaldet"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Hvis du trykker på Sluk under et opkald, afsluttes opkaldet i stedet for at slukke skærmen"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Berøringsskærmbevægelser"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Tryk og hold udsættelse nede"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Udsæt, indtil et tryk tolkes som et tryk, og hold nede"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Batteriforbrug"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Hvad der har brugt batteriet"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Batteribrugsdata utilgængeligt"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Tjeneste optaget, prøv igen."</string>
<string name="delete" msgid="4219243412325163003">"Slet"</string>
<string name="misc_files" msgid="6298643430106707497">"Diverse filer"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> valgte ud af <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Vælg alle"</string>
</resources>
diff --git a/res/values-de/arrays.xml b/res/values-de/arrays.xml
index 2a141bb..d3d4430 100644
--- a/res/values-de/arrays.xml
+++ b/res/values-de/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 Minuten"</item>
<item msgid="4322676235684793329">"30 Minuten"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Sehr langsam"</item>
<item msgid="2361722960903353554">"Langsam"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Niemals, wenn im Netzbetrieb"</item>
<item msgid="6592896328877671197">"Nie (erfordert mehr Akkuleistung)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Wenn Bildschirm sich abschaltet"</item>
- <item msgid="8137861573803398334">"Niemals, wenn im Netzbetrieb"</item>
- <item msgid="5996547094658157629">"Nie (erfordert mehr Akkuleistung)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatisch"</item>
<item msgid="6670588712989942178">"Nur 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Nur im Lautlosmodus"</item>
<item msgid="8418930333779132418">"Außer im Lautlosmodus"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kurz"</item>
- <item msgid="2560532955514699713">"Mittel"</item>
- <item msgid="2372711992605524591">"Lang"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 2f144d7..1158f57 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Globalen HTTP-Proxy und Ausschlusslisten festlegen"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Löschen"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy-Port"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Kein Proxy für"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Umgehung des Proxys für"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Standard wiederherstellen"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Fertigstellen"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxy-Hostname"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Achtung"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Der eingegebene Hostname ist ungültig."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Tablet verschlüsseln? Dieser Vorgang ist nicht umkehrbar und jede Unterbrechung ist mit einem Datenverlust verbunden. Die Verschlüsselung dauert mindestens eine Stunde. In dieser Zeit wird das Tablet mehrfach neu gestartet."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Telefon verschlüsseln? Dieser Vorgang ist nicht umkehrbar und jede Unterbrechung ist mit einem Datenverlust verbunden. Die Verschlüsselung dauert mindestens eine Stunde. In dieser Zeit wird das Telefon mehrfach neu gestartet."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Verschlüsselung"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Bitte warten Sie, während Ihr Tablet verschlüsselt wird. Zu <xliff:g id="PERCENT">^1</xliff:g> % abgeschlossen."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Bitte warten Sie, während Ihr Telefon verschlüsselt wird. Zu <xliff:g id="PERCENT">^1</xliff:g> % abgeschlossen."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Versuchen Sie es in <xliff:g id="DELAY">^1</xliff:g> Sekunden erneut."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"In ^1 Sekunden erneut versuchen"</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Passwort eingeben"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Verschlüsselung fehlgeschlagen"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Die Verschlüsselung wurde unterbrochen und kann nicht abgeschlossen werden. Damit Sie Ihr Tablet wieder verwenden können, müssen Sie es auf die Werkseinstellungen zurücksetzen, wobei alle Ihre Daten gelöscht werden. Nachdem das Tablet zurückgesetzt wurde, können Sie es erneut verschlüsseln."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Methode zum Sperren des Bildschirms wählen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Aus"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Niemals den Bildschirm sperren"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nicht gesichert"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Keine"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Kein Muster, Passwort oder PIN zum Entsp. v. Bildschirm nötig"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Muster"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Muster zur Bildschirmentsperrung nötig"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Passwort zur Bildschirmentsperrung nötig"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Vom Admin./per Verschlüsselungsrichtlinie deaktiviert"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Aus"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Keine Sicherheit"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Unsicher"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Durch Muster geschützt"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Durch PIN geschützt"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Geschützt durch Passwort"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Freisprechfunktion"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Übertragung"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Eingabegerät"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetzugriff"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wird vom Medien-Audiosystem getrennt."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wird von der Freisprechfunktion getrennt."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wird vom Eingabegerät getrennt."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Der Internetzugriff über <xliff:g id="DEVICE_NAME">%1$s</xliff:g> wird deaktiviert."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Die Freigabe der Internetverbindung dieses Tablets wird für <xliff:g id="DEVICE_NAME">%1$s</xliff:g> deaktiviert."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Die Freigabe der Internetverbindung dieses Telefons wird für <xliff:g id="DEVICE_NAME">%1$s</xliff:g> deaktiviert."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Optionen von <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Geräteaktionen"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Verbinden"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Mit Dateiübertragungsserver verbunden"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nicht mit Dateiübertragungsserver verbunden"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Mit einem Eingabegerät verbunden"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Für Internetzugriff an Gerät angeschlossen"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Lokale Internetverbindung für Gerät freigegeben"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Für Audiosystem von Medien verwenden"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Für Audiosystem des Telefons verwenden"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Für Dateiübertragung verwenden"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Benachrichtigen, wenn ein offenes Netzwerk verfügbar ist"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"WLAN-Standby-Richtlinie"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Festlegen, wann von WLAN auf mobile Daten umgeschaltet werden soll"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Geben Sie an, wann die WLAN-Verbindung getrennt werden soll."</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Beim Ändern der Einstellung ist ein Problem aufgetreten."</string>
<string name="wifi_add_network" msgid="1671334951296205616">"WLAN-Netzwerk hinzufügen"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"WLAN-Netzwerke"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Verbindungsgeschwindigkeit"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-Adresse"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-Methode"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Phase 2-Authentifizierung"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-Zertifikat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Geben Sie eine gültige DNS-Adresse ein."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Netzwerkpräfix darf max. 32 Zeichen enthalten."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Länge Netzwerkpräfix"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Mobiler WLAN-Hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Mobiler Hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g> aktiv"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Fehler beim mobilen WLAN-Hotspot"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timeout"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Bildschirm wird nach <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> automatisch abgeschaltet."</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatische Helligkeit"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Einstellungen für SIM-Karten-Sperre"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM-Sperre einrichten"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-Kartensperre"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Netzwerk"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"WLAN-MAC-Adresse"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-Adresse"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Seriennummer"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nicht verfügbar"</string>
<string name="status_up_time" msgid="7294859476816760399">"Betriebszeit"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Aktivzeit"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Auf Werkszustand zurück"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Löscht alle Daten auf dem Tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Löscht alle Daten auf dem Telefon"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Hierdurch werden alle Daten aus dem "<b>"internen Speicher"</b>" Ihres Tablets gelöscht, u. a."\n\n<li>"Ihr Google-Konto,"</li>\n<li>"die System- und Anwendungsdaten und -einstellungen"</li>\n<li>"und heruntergeladene Anwendungen"</li>"."</string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Hierdurch werden alle Daten aus dem "<b>"internen Speicher"</b>" Ihres Telefons gelöscht, u. a."\n\n<li>"Ihr Google-Konto,"</li>\n<li>"die System- und Anwendungsdaten und -einstellungen"</li>\n<li>"und heruntergeladene Anwendungen"</li>"."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Hierdurch werden alle Daten aus dem "<b>"internen Speicher"</b>" Ihres Tablet-Geräts gelöscht, u. a."\n\n<li>"Ihr Google-Konto,"</li>\n<li>"die System- und Anwendungsdaten und -einstellungen"</li>\n<li>"und heruntergeladene Anwendungen"</li>"."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Hierdurch werden alle Daten aus dem "<b>"internen Speicher"</b>" Ihres Tablet-Geräts gelöscht, u. a."\n\n<li>"Ihr Google-Konto,"</li>\n<li>"die System- und Anwendungsdaten und -einstellungen"</li>\n<li>"und heruntergeladene Anwendungen"</li>"."</string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Sie sind derzeit in folgenden Konten angemeldet:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musik"</li>\n<li>"Fotos"</li>\n<li>"Sonstige Nutzerdaten"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Um auch Musik, Bilder und sonstige Nutzerdaten zu löschen, muss der "<b>"USB-Speicher"</b>" geleert werden."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Keine USB-Verbindung"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB-Tethering-Fehler"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth-Tethering"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internetverbindung des Tablets freigegeben"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internetverbindung dieses Telefons freigegeben"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetverbindung des Tablets für ein Gerät freigegeben"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetverbindung des Telefons für ein Gerät freigegeben"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Internetverbindung des Tablets für <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> Geräte freigegeben"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Internetverbindung d. Telefons für <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> Geräte freigegeben"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internetverbindung d. Tablets nicht freigegeben"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internetverbindung d. Telefons nicht freigegeben"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-Tethering ein, aber nicht verbunden"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-Tethering ein, aber nicht verbunden"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-Tethering aus"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-Tethering aus"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth-Tethering-Fehler"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Tethering nur für maximal <xliff:g id="MAXCONNECTION">%1$d</xliff:g> Geräte möglich"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Tethering für <xliff:g id="DEVICE_NAME">%1$s</xliff:g> wird deaktiviert."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Wort bearbeiten"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Bearbeiten"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Löschen"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Es sind keine Wörter in Ihrem Wörterbuch vorhanden. Sie können durch Berühren der Schaltfläche \"+\" ein Wort hinzufügen."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Keine Wörter im Ihrem Wörterbuch vorhanden. Sie können über das Menü ein Wort hinzufügen."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Keine Wörter im Ihrem Wörterbuch vorhanden. Sie können über das Menü ein Wort hinzufügen."</string>
<string name="testing" msgid="6584352735303604146">"Test"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tablet-Informationen"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Ein-/Austaste"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Ein-/Austaste beendet Anruf"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Das Drücken der Ein-/Austaste während eines Anrufs beendet den Anruf (statt den Bildschirm auszuschalten)"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Touchscreen-Gesten"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Berühren und Halten-Reaktionszeit"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Dauer, bis eine Berührung als Berühren und Halten interpretiert wird"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Akkuverbrauch"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Was zum Akkuverbrauch beiträgt"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Keine Akku-Nutzungsdaten"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Dienst nicht verfügbar. Bitte versuchen Sie es erneut."</string>
<string name="delete" msgid="4219243412325163003">"Löschen"</string>
<string name="misc_files" msgid="6298643430106707497">"Sonstige Dateien"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> von <xliff:g id="TOTAL">%2$d</xliff:g> ausgewählt"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Alle auswählen"</string>
</resources>
diff --git a/res/values-el/arrays.xml b/res/values-el/arrays.xml
index 93e40c6..2646a04 100644
--- a/res/values-el/arrays.xml
+++ b/res/values-el/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 λεπτά"</item>
<item msgid="4322676235684793329">"30 λεπτά"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Πολύ αργός"</item>
<item msgid="2361722960903353554">"Αργός"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Ποτέ όταν είναι συνδεδεμένο"</item>
<item msgid="6592896328877671197">"Ποτέ (κάνει χρήση μεγαλύτερης ισχύος της μπαταρίας)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Όταν η οθόνη απενεργοποιείται"</item>
- <item msgid="8137861573803398334">"Ποτέ όταν είναι στο ρεύμα"</item>
- <item msgid="5996547094658157629">"Ποτέ (κάνει χρήση μεγαλύτερης ισχύος της μπαταρίας)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Αυτόματο"</item>
<item msgid="6670588712989942178">"Μόνο 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Μόνο στην αθόρυβη λειτουργία"</item>
<item msgid="8418930333779132418">"Μόνο όταν δεν είναι ενεργή η αθόρυβη λειτουργία"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Σύντομο"</item>
- <item msgid="2560532955514699713">"Μεσαία"</item>
- <item msgid="2372711992605524591">"Παρατεταμένο"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index 65bac13..7e83df3 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Ορίστε το γενικό διακομιστή μεσολάβησης HTTP και τις λίστες εξαιρέσεων"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Εκκαθάριση"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Θύρα διακομιστή μεσολάβησης"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Δεν υπάρχει διακομιστής μεσολάβησης για"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Διακομιστής μεσολάβησης παράκαμψης για"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Επαναφορά προεπιλογών"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Ολοκληρώθηκε"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Όνομα κεντρικού υπολογιστή διακομιστή μεσολάβησης"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Προσοχή"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Το όνομα κεντρικού υπολογιστή που πληκτρολογήσατε δεν είναι έγκυρο."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Κρυπτογράφηση tablet; Αυτή η λειτουργία είναι μη αναστρέψιμη και αν τη διακόψετε θα χαθούν δεδομένα. Η κρυπτογράφηση διαρκεί μία ώρα και περισσότερο, κατά τη διάρκεια της οποία το tablet θα κάνει επανεκκίνηση πολλές φορές."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Κρυπτογράφηση τηλεφώνου; Αυτή η λειτουργία είναι μη αναστρέψιμη και αν τη διακόψετε θα χαθούν δεδομένα. Η κρυπτογράφηση διαρκεί μία ώρα και περισσότερο, κατά τη διάρκεια της οποία το τηλέφωνο θα κάνει επανεκκίνηση πολλές φορές."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Κρυπτογράφηση"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Περιμένετε μέχρι να γίνει κρυπτογράφηση του Tablet. <xliff:g id="PERCENT">^1</xliff:g>% ολοκληρώθηκε."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Περιμένετε μέχρι να γίνει κρυπτογράφηση του τηλεφώνου σας. <xliff:g id="PERCENT">^1</xliff:g>% ολοκληρώθηκε."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Προσπαθήστε ξανά σε <xliff:g id="DELAY">^1</xliff:g> δευτερόλεπτα."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Προσπαθήστε ξανά σε ^1 δευτερόλεπτα."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Εισάγετε τον κωδικό πρόσβασής σας"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Η κρυπτογράφηση απέτυχε"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Η κρυπτογράφηση έχει διακοπεί και δεν είναι δυνατή η ολοκλήρωσή της. Πρέπει να κάνετε επαναφορά των εργοστασιακών σας ρυθμίσεων (διαγράφοντας όλα σας τα δεδομένα) προτού συνεχίσετε να χρησιμοποιείτε το tablet σας. Μπορείτε να δοκιμάσετε ξανά να κάνετε κρυπτογράφηση του tablet σας μετά την ολοκλήρωση της επαναφοράς."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Επιλέξτε μια μέθοδο για κλείδωμα της οθόνης"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Απενεργοποίηση"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Να μην κλειδώνεται ποτέ η οθόνη"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Μη ασφαλισμένο"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Κανένας"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Δε χρειάζεται μοτίβο, PIN ή κωδικό για ξεκλείδωμα της οθόνης"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Μοτίβο"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Για ξεκλείδωμα της οθόνης απαιτείται μοτίβο"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Για ξεκλείδαμα της οθόνης απαιτείται κωδικός"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Απενεργ. από το διαχειρ. ή την πολιτική κρυπτογρ."</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Απενεργοποίηση"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Χωρίς ασφάλεια"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Δεν έχει ασφαλιστεί"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Έχει ασφαλιστεί με μοτίβο"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Έχει ασφαλιστεί με PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Έχει ασφαλιστεί με κωδικό πρόσβασης"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Μεταφορά"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Συσκευή εισόδου"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Πρόσβαση στο Διαδίκτυο"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Σύνδεση μέσω τηλεφώνου"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Η συσκευή <xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί από τον ήχο μέσων."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Η συσκευή <xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί από τον ήχο handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Η συσκευή <xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί από τη συσκευή εισόδου."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Θα γίνει αποσύνδεση της πρόσβασης στο Διαδίκτυο μέσω του <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Η συσκευή <xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί από την κοινή χρήση σύνδεσης tablet στο Διαδίκτυο."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Η συσκευή <xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί από κοινή χρήση σύνδεσης τηλεφώνου στο Διαδίκτυο."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> επιλογές"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Ενέργειες συσκευής"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Σύνδεση"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Συνδεδεμένο σε διακομιστή μεταφοράς αρχείων"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Δεν έχει συνδεθεί σε διακομιστή μεταφοράς αρχείων"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Συνδέθηκε σε συσκευή εισόδου"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Σύνδεση με συσκευές για σύνδεση στο Διαδίκτυο"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Κοινή χρήση σύνδεσης στο Διαδίκτυο με συσκευή"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Χρήση για ήχο πολυμέσων"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Χρήση για ήχο τηλεφώνου"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Χρήση για τη μεταφορά αρχείων"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Να ειδοποιούμαι όταν υπάρχει διαθέσιμο ανοικτό δίκτυο"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Πολιτική αποσύνδεσης Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Ορισμός εναλλαγής από δεδομένα Wi-Fi σε δεδομένα κινητού"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Καθορίστε πότε θα γίνει αποσύνδεση από το Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Προέκυψε κάποιο πρόβλημα κατά την αλλαγή της ρύθμισης"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Προσθήκη δικτύου Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Δίκτυα Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Κατάσταση"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Ταχύτητα σύνδεσης"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Διεύθυνση IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Μέθοδος EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"2η φάση ελέγχου ταυτότητας"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Πιστοποιητικό CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Πληκτρολογήστε μια έγκυρη διεύθυνση DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Εισαγάγετε μήκος προθέματος δικτύου από 0 έως 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Πύλη"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Μήκος προθέματος δικτύου"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Φορητό σημείο πρόσβασης Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Το φορητό σημείο πρόσβασης <xliff:g id="NETWORK_SSID">%1$s</xliff:g> είναι ενεργό"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Σφάλμα φορητού σημείου πρόσβασης Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Λήξη ορίου χρόνου"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Η οθόνη απενεργοποιείται αυτόματα μετά από <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Αυτόματη φωτεινότητα"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Ρυθμίσεις κλειδώματος κάρτας SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Ορισμός κλειδώματος κάρτας SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Κλείδωμα κάρτας SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Δίκτυο"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Διεύθυνση MAC Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Διεύθυνση Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Σειριακός αριθμός"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Μη διαθέσιμο"</string>
<string name="status_up_time" msgid="7294859476816760399">"Χρόνος από την τελευταία εκκίνηση"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Χρόνος αφύπνισης"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Επαναφορά εργοστασιακών δεδομένων"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Διαγραφή όλων των δεδομένων στο tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Διαγραφή όλων των δεδομένων στο τηλέφωνο"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Αυτή η ενέργεια θα διαγράψει όλα τα δεδομένα από τον "<b>"εσωτερικό χώρο αποθήκευσης"</b>" του tablet, συμπεριλαμβανομένων των εξής:"\n\n<li>"Ο Λογαριασμός σας Google"</li>\n<li>"Δεδομένα και ρυθμίσεις συστήματος και εφαρμογών"</li>\n<li>"Ληφθείσες εφαρμογές"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Αυτή η ενέργεια θα διαγράψει όλα τα δεδομένα από τον "<b>"εσωτερικό χώρο αποθήκευσης"</b>" του τηλεφώνου σας, συμπεριλαμβανομένων των εξής:"\n\n<li>"Ο Λογαριασμός σας Google"</li>\n<li>"Δεδομένα και ρυθμίσεις συστήματος και εφαρμογών"</li>\n<li>"Ληφθείσες εφαρμογές"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Αυτή η ενέργεια θα διαγράψει όλα τα δεδομένα από τον "<b>"εσωτερικό χώρο αποθήκευσης"</b>" του υπολογιστή σας tablet, συμπεριλαμβανομένων των εξής:"\n\n<li>"Λογαριασμός Google"</li>\n<li>"Ρυθμίσεις δεδομένων συστήματος και εφαρμογών"</li>\n<li>"Εφαρμογές από λήψη"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Αυτή η ενέργεια θα διαγράψει όλα τα δεδομένα από τον "<b>"εσωτερικό χώρο αποθήκευσης"</b>" του υπολογιστή σας tablet, συμπεριλαμβανομένων των εξής:"\n\n<li>"Λογαριασμός Google"</li>\n<li>"Ρυθμίσεις δεδομένων συστήματος και εφαρμογών"</li>\n<li>"Εφαρμογές από λήψη"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Αυτήν τη στιγμή είστε συνδεδεμένοι στους παρακάτω λογαριασμούς:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Μουσική"</li>\n<li>"Φωτογραφίες"</li>\n<li>"Άλλα δεδομένα χρήστη"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Πρέπει να γίνει διαγραφή του "<b>"χώρου αποθήκευσης USB"</b>" για να γίνει, επίσης, εκκαθάριση της μουσικής, των εικόνων και άλλων δεδομένων."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Το USB δεν συνδέθηκε"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Σφάλμα της σύνδεσης μέσω κινητής συσκευής με USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth tethering"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Κοινή χρήση της σύνδεσης του tablet στο Διαδίκτυο"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Κοινή χρήση της σύνδεσης τηλεφώνου στο Διαδίκτυο"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Κοινή χρήση σύνδεσης tablet στο Διαδίκτυο με 1 συσκευή"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Κοινή χρήση σύνδεσης τηλεφώνου στο Διαδίκτυο με 1 συσκευή"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Κοινή χρήση σύνδεσης tablet στο Διαδίκτυο με <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> συσκευές"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Κοινή χρήση σύνδεσης τηλεφώνου στο Διαδίκτυο με <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> συσκευές"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Χωρίς κοινή χρήση σύνδεσης tablet στο Διαδίκτυο"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Χωρίς κοινή χρήση σύνδεσης τηλεφώνου στο Διαδίκτυο"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Το Bluetooth μέσω τηλεφώνου είναι ενεργό, αλλά όχι συνδεδεμένο"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Το Bluetooth μέσω τηλεφώνου είναι ενεργό, αλλά όχι συνδεδεμένο"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Η σύνδεση Bluetooth μέσω τηλεφώνου είναι απενεργοποιημένη"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Η σύνδεση Bluetooth μέσω τηλεφώνου είναι απενεργοποιημένη"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Σφάλμα Bluetooth tethering"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Δεν γίνεται σύνδ. σε περισσότερες από <xliff:g id="MAXCONNECTION">%1$d</xliff:g> συσκευές"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> θα αποσυνδεθεί."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Επεξεργασία λέξης"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Επεξεργασία"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Διαγραφή"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Δεν υπάρχουν λέξεις καταχωρισμένες στο λεξικό χρήστη. Μπορείτε να προσθέσετε μια λέξη πατώντας το κουμπί Προσθήκη ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Δεν υπάρχουν λέξεις καταχωρημένες στο λεξικό χρήστη. Μπορείτε να προσθέσετε μια λέξη μέσω του μενού."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Δεν υπάρχουν λέξεις καταχωρημένες στο λεξικό χρήστη. Μπορείτε να προσθέσετε μια λέξη μέσω του μενού."</string>
<string name="testing" msgid="6584352735303604146">"Δοκιμή"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Πληροφορίες tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Κουμπί λειτουργίας"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Το κουμπί λειτουργίας τερματίζει τις κλήσεις"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Κατά τη διάρκεια μιας κλήσης, το πάτημα του κουμπιού λειτουργίας τερματίζει τις κλήσεις αντί να απενεργοποιεί την οθόνη"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Κινήσεις δαχτύλων στην οθόνη αφής"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Καθυστέρηση παρατεταμένου αγγίγματος"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Καθυστέρηση μέχρι ένα άγγιγμα να ερμηνευθεί ως παρατεταμένο άγγιγμα"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Χρήση μπαταρίας"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Τι χρησιμοποιούσε την μπαταρία"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Δεν υπάρχουν δεδομένα χρήσης"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Η υπηρεσία είναι απασχολημένη, προσπαθήστε αργότερα"</string>
<string name="delete" msgid="4219243412325163003">"Διαγραφή"</string>
<string name="misc_files" msgid="6298643430106707497">"Διάφορα αρχεία"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"Επιλέχθηκαν <xliff:g id="NUMBER">%1$d</xliff:g> από <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Επιλογή όλων"</string>
</resources>
diff --git a/res/values-en-rGB/arrays.xml b/res/values-en-rGB/arrays.xml
index 8d3c42f..d7173a1 100644
--- a/res/values-en-rGB/arrays.xml
+++ b/res/values-en-rGB/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutes"</item>
<item msgid="4322676235684793329">"30 minutes"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Very slow"</item>
<item msgid="2361722960903353554">"Slow"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Never when plugged in"</item>
<item msgid="6592896328877671197">"Never (uses more battery power)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"When screen is turned off"</item>
- <item msgid="8137861573803398334">"Never when plugged in"</item>
- <item msgid="5996547094658157629">"Never (uses more battery power)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Auto"</item>
<item msgid="6670588712989942178">"5 GHz only"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Only in Silent mode"</item>
<item msgid="8418930333779132418">"Only when not in Silent mode"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Short"</item>
- <item msgid="2560532955514699713">"Medium"</item>
- <item msgid="2372711992605524591">"Long"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 67d1f9a..c4fe1f4 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Set the global HTTP proxy and exclusion lists"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Clear"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy port"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"No Proxy for"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Bypass proxy for"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restore defaults"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Done"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxy hostname"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Attention"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"The host name that you typed is not valid."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Encrypt tablet? This operation is irreversible and if you interrupt it, you will lose data. Encryption takes an hour or more, during which time the tablet will restart several times."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Encrypt phone? This operation is irreversible and if you interrupt it, you will lose data. Encryption takes an hour or more, during which time the phone will restart several times."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Encrypting"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Please wait while your tablet is being encrypted. <xliff:g id="PERCENT">^1</xliff:g>% complete."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Please wait while your phone is being encrypted. <xliff:g id="PERCENT">^1</xliff:g>% complete."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Try again in <xliff:g id="DELAY">^1</xliff:g> seconds."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Try again in ^1 seconds."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Enter your password"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Encryption failed"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Encryption was interrupted and can\'t be completed. You must perform a factory data reset (erasing all your data) before you can resume using your tablet. You can try encrypting your tablet again after the reset is complete."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Choose a method to lock the screen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Off"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Never lock the screen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Not secured"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"None"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Don\'t require a pattern, PIN or password to unlock the screen"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Pattern"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Require a pattern to unlock the screen"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Require a password to unlock the screen"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Disabled by administrator or encryption policy"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Off"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"No security"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Unsecure"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Secured with pattern"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Secured with PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Secured with password"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Hands-free"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transfer"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Input Device"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internet access"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from media audio."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from hands-free audio."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from input device."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internet access via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from sharing this tablet\'s Internet connection."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from sharing this phone\'s Internet connection."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> options"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Device actions"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Connect"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Connected to file-transfer server"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Not connected to file-transfer server"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Connected to input device"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Connected to device for Internet access"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Sharing local Internet connection with device"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Use for media audio"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Use for phone audio"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Use for file transfer"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Notify me when an open network is available"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi disconnection policy"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Specify when to switch from Wi-Fi to mobile data"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Specify when to disconnect from Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"There was a problem while changing the setting"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Add WiFi network"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi networks"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Link speed"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP address"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP method"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Phase-2 authentication"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA certificate"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Please type a valid DNS address."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Please type a network prefix length of between 0 and 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Network prefix length"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Portable Wi-Fi hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Portable hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g> active"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Portable Wi-Fi hotspot error"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timeout"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Screen turns off automatically after <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatic brightness"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM card lock settings"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Set up SIM card lock"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM card lock"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Network"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC address"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth address"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serial number"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Unavailable"</string>
<string name="status_up_time" msgid="7294859476816760399">"Uptime"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Awake time"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Factory data reset"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Erases all data on tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Erases all data on phone"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"This will erase all data from your tablet\'s "<b>"internal storage"</b>", including:"\n\n<li>"Your Google Account"</li>\n<li>"System and application data and settings"</li>\n<li>"Downloaded applications"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"This will erase all data from your phone\'s "<b>"internal storage"</b>", including:"\n\n<li>"Your Google Account"</li>\n<li>"System and application data and settings"</li>\n<li>"Downloaded applications"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"This will erase all data from your tablet\'s "<b>"internal storage"</b>", including:"\n\n<li>"Your Google account"</li>\n<li>"System and application data and settings"</li>\n<li>"Downloaded applications"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"This will erase all data from your tablet\'s "<b>"internal storage"</b>", including:"\n\n<li>"Your Google account"</li>\n<li>"System and application data and settings"</li>\n<li>"Downloaded applications"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"You are currently signed in to the following accounts:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Music"</li>\n<li>"Photos"</li>\n<li>"Other user data"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"To clear music, pictures and other user data as well, the "<b>"USB storage"</b>" needs to be erased."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB not connected"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB tethering error"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth tethering"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Sharing this tablet\'s Internet connection"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Sharing this phone\'s Internet connection"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Sharing this tablet\'s Internet connection to 1 device"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Sharing this phone\'s Internet connection to 1 device"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Sharing this tablet\'s Internet connection to <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> devices"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Sharing this phone\'s Internet connection to <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> devices"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Not sharing this tablet\'s Internet connection"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Not sharing this phone\'s Internet connection"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth tethering on, but not connected"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth tethering on, but not connected"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth tethering off"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth tethering off"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth tethering error"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Cannot tether to more than <xliff:g id="MAXCONNECTION">%1$d</xliff:g> devices"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be untethered."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Edit word"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Edit"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Delete"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"You do not have any words in the user dictionary. You can add a word through the menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"You do not have any words in the user dictionary. You can add a word through the menu."</string>
<string name="testing" msgid="6584352735303604146">"Testing"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tablet information"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Power button"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Power button ends call"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"During a call, pressing Power ends call instead of turning off screen"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Touch-screen gestures"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Touch & hold delay"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Delay until a touch is interpreted as a touch & hold"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Battery use"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"What has been using the battery"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Battery usage data not available"</string>
@@ -1416,7 +1428,7 @@
<string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Cancel sync"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Touch to sync now<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <string name="sync_gmail" msgid="714886122098006477">"Google Mail"</string>
<string name="sync_calendar" msgid="9056527206714733735">"Calendar"</string>
<string name="sync_contacts" msgid="9174914394377828043">"Contacts"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Welcome to Google Sync!"</font>" "\n"A Google approach to synchronising data to allow access to your contacts, appointments and more, wherever you are."</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Service busy, try again"</string>
<string name="delete" msgid="4219243412325163003">"Delete"</string>
<string name="misc_files" msgid="6298643430106707497">"Misc. Files"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"selected <xliff:g id="NUMBER">%1$d</xliff:g> out of <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Select All"</string>
</resources>
diff --git a/res/values-es-rUS/arrays.xml b/res/values-es-rUS/arrays.xml
index b64ce4a..d06ca51 100644
--- a/res/values-es-rUS/arrays.xml
+++ b/res/values-es-rUS/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutos"</item>
<item msgid="4322676235684793329">"30 minutos"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Muy lento"</item>
<item msgid="2361722960903353554">"Lento"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nunca cuando está conectado"</item>
<item msgid="6592896328877671197">"Nunca (consume más batería)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Cuando se apaga la pantalla"</item>
- <item msgid="8137861573803398334">"Nunca cuando está conectado"</item>
- <item msgid="5996547094658157629">"Nunca (consume más batería)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automáticamente"</item>
<item msgid="6670588712989942178">"Sólo 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Sólo en modo silencioso"</item>
<item msgid="8418930333779132418">"Sólo cuando no esté en modo silencioso."</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Corto"</item>
- <item msgid="2560532955514699713">"Medio"</item>
- <item msgid="2372711992605524591">"Largo"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index cb6af42..06837dd 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Establece el proxy HTTP global y las listas de exclusión"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Borrar"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Puerto proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"No hay proxy para"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Saltar proxy para"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restaurar configuraciones predeterminadas"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Finalizado"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nombre de host proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atención"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Aceptar"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"El nombre del servidor que has escrito no es válido."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"¿Encriptar la tableta? Esta operación es irreversible y perderás información si la interrumpes. La encriptación demora una hora o más y durante este lapso la tableta se encenderá varias veces."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"¿Encriptar el teléfono? Esta operación es irreversible y perderás información si la interrumpes. La encriptación demora una hora o más y durante este lapso el teléfono se encenderá varias veces."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Encriptando"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Espera mientras se encripta tu tableta. <xliff:g id="PERCENT">^1</xliff:g>% completado."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Espera mientras se encripta tu teléfono. <xliff:g id="PERCENT">^1</xliff:g>% completado."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Vuelve a intentarlo en <xliff:g id="DELAY">^1</xliff:g> segundos."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 7643836775481835787 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Vuelve a intentarlo en ^1 segundo."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Ingresar la contraseña"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"La encriptación falló"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"La encriptación se interrumpió y no se puede completar. Debes restablecer la configuración de fábrica (a través del borrado de tus datos) para poder usar tu tableta de nuevo. Puedes intentar encriptar tu tableta otra vez luego de que la configuración de fábrica se restablezca por completo."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Elige un método para bloquear la pantalla."</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Apagado"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nunca bloquear la pantalla"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Sin seguridad"</string>
+ <!-- outdated translation 8302920869082326280 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Sin asegurar"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Desbloqueo sin patrón, PIN ni contraseña"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Patrón"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Patrón para desbloquear la pantalla requerido."</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Solicitar una contraseña para desbloquear la pantalla"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Desactivado por administrador o política de encriptación"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Desactivado"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sin seguridad"</string>
+ <!-- outdated translation 2265502443989071295 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sin asegurar"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Asegurado con el patrón"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Asegurado con PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Asegurado con contraseña"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Manos libres"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transferir"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositivo de entrada"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Acceso a Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Anclaje a red"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del audio de medios."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del audio de manos libres."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del dispositivo de entrada."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Se desconectará el acceso a Internet a través de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> dejará de compartir la conexión a Internet de esta tableta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> dejará de compartir la conexión a Internet de este teléfono."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"opciones de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Acciones del dispositivo"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Conectar"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Conectado al servidor de transferencia de archivo"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"No conectado al servidor de transferencia de archivo"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Conectado a dispositivo de entrada"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Conectado a un dispositivo para acceder a Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Conexión a Internet local compartida con dispositivo"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utilizar para el audio de medios"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utilizar para el audio del teléfono"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Utilizar para la transferencia de archivos"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Notificarme cuando se encuentre disponible una red abierta"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Política de desconexión de Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Especificar cuándo se debe cambiar de Wi-Fi a datos de celular"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Especificar cuándo desconectar de Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Hubo un problema mientras se cambiaba la configuración"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Agregar red Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Redes Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Estado"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocidad del vínculo"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Dirección IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Método EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticación de fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificado de CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Escribe una dirección DNS válida."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Escribe una longitud de prefijo de red entre 0 y 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Acceso"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Longitud de prefijo de red"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Zona activa Wi-Fi portátil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Zona activa portátil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> conectada"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Error en la zona activa Wi-Fi portátil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tiempo de espera"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"La pantalla se apaga automáticamente después de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Brillo automático"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Configuración de bloqueo de la tarjeta SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Conf. bloqueo de tarj. SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloqueo de la tarjeta SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Red"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Dirección MAC de Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Dirección de Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Número de serie"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"No disponible"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tiempo de actividad"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Hora de actividad"</string>
@@ -685,7 +690,7 @@
<string name="sd_eject" product="default" msgid="6915293408836853020">"Desmontar la tarjeta SD"</string>
<string name="sd_eject_summary" product="nosdcard" msgid="5009296896648072891">"Desmontar el almacenamiento USB interno"</string>
<string name="sd_eject_summary" product="default" msgid="3300599435073550246">"Desmonta la tarjeta SD para que puedas extraerla de forma segura"</string>
- <string name="sd_insert_summary" product="nosdcard" msgid="5264016886409577313">"Inserta USB"</string>
+ <string name="sd_insert_summary" product="nosdcard" msgid="5264016886409577313">"Insertar almacenamiento USB para el montaje"</string>
<string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Insertar una tarjeta SD para el montaje"</string>
<string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Activar el almacenamiento USB"</string>
<string name="sd_mount" product="default" msgid="5940523765187704135">"Montar tarjeta SD"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Restabl. datos de fábrica"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Borra todos los datos del tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Borra todos los datos del teléfono"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Esto borrará todos los datos del "<b>"almacenamiento interno"</b>" de tu tablet, incluidos "\n\n<li>"Tu cuenta de Google"</li>\n<li>"Datos del sistema y aplicaciones y configuración"</li>\n<li>"Aplicaciones descargadas"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Esto borrará todos los datos del "<b>"almacenamiento interno"</b>" del teléfono, incluidos "\n\n<li>"Tu cuenta de Google"</li>\n<li>"Datos del sistema y aplicaciones y configuración"</li>\n<li>"Aplicaciones descargadas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Esto borrará todos los datos del "<b>"almacenamiento interno"</b>" de tu tableta, incluidos "\n\n<li>"Tu cuenta de Google"</li>\n<li>"Datos del sistema y aplicaciones y configuración"</li>\n<li>"Aplicaciones descargadas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Esto borrará todos los datos del "<b>"almacenamiento interno"</b>" de tu tableta, incluidos "\n\n<li>"Tu cuenta de Google"</li>\n<li>"Datos del sistema y aplicaciones y configuración"</li>\n<li>"Aplicaciones descargadas"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Actualmente has accedido a las siguientes cuentas:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Música"</li>\n<li>"Fotos"</li>\n<li>"Otros datos de usuario"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Para borrar la música, las imágenes y otros datos del usuario, debes borrar el "<b>"almacenamiento USB"</b>"."</string>
@@ -786,7 +791,7 @@
<string name="tether_settings_title_wifi" msgid="3277144155960302049">"Zona activa portátil"</string>
<string name="tether_settings_title_bluetooth" msgid="355855408317564420">"Anclaje a red Bluetooth"</string>
<string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"Anclaje a red"</string>
- <string name="tether_settings_title_all" msgid="8356136101061143841">"Anclaje a red y zona activa portátil"</string>
+ <string name="tether_settings_title_all" msgid="8356136101061143841">"Anclaje a red & y zona activa portátil"</string>
<string name="tether_settings_summary_usb" product="tablet" msgid="785883365108362248">"Comparte la conexión de datos para celulares de tu tablet a través de USB"</string>
<string name="tether_settings_summary_usb" product="default" msgid="3562431455625637370">"Comparte la conexión de datos para celulares de tu teléfono a través de USB"</string>
<string name="tether_settings_summary_wifi" msgid="5474383125137372164">"Comparte la conexión para celulares como una zona activa Wi-Fi portátil"</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB no conectado"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Error de anclaje a red USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Anclaje a red Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Conexión a Internet de esta tableta compartida"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Conexión a Internet del teléfono compartida"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Conexión a Internet de la tableta compartida con 1 disp."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Conexión a Internet del teléfono compartida con 1 disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Conexión a Internet de la tableta compartida con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Conexión a Internet del teléfono compartida con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"No comparte la conexión a Internet de esta tableta"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"No comparte la conex. a Internet de este teléfono"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth está realizando un anclaje a red, pero no está conectado"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth está realizando un anclaje a red, pero no está conectado"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Anclaje a red Bluetooth desconectado"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Anclaje a red Bluetooth desconectado"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Error en el anclaje a red Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"No se puede realizar el anclaje a red con más de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispositivos"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ya no se anclará a red."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Modificar palabra"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Editar"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Eliminar"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"El diccionario del usuario no contiene ninguna palabra. Puedes agregar una palabra tocando el botón Agregar( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"El diccionario del usuario no contiene ninguna palabra. Puedes agregar una palabra a través del menú."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"El diccionario del usuario no contiene ninguna palabra. Puedes agregar una palabra a través del menú."</string>
<string name="testing" msgid="6584352735303604146">"Probando"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Información del tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Botón de encendido"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"El botón de encendido finaliza la llamada."</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Durante una llamada, presionar Power (encender) finaliza la llamada, en lugar de apagar la pantalla."</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestos de pantalla táctil"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Retraso entre tocar y mantener presionado"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Retraso al interpretar un toque como tocar y mantener presionado"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Uso de la batería"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Lo que ha utilizado la batería"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"No hay datos disponibles del uso de la batería"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Servicio ocupado, inténtalo nuevamente"</string>
<string name="delete" msgid="4219243412325163003">"Eliminar"</string>
<string name="misc_files" msgid="6298643430106707497">"Archivos misceláneos"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"Se seleccionaron <xliff:g id="NUMBER">%1$d</xliff:g> de entre <xliff:g id="TOTAL">%2$d</xliff:g>."</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Seleccionar todo"</string>
</resources>
diff --git a/res/values-es/arrays.xml b/res/values-es/arrays.xml
index 654f9182..f39603e 100644
--- a/res/values-es/arrays.xml
+++ b/res/values-es/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutos"</item>
<item msgid="4322676235684793329">"30 minutos"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Muy lenta"</item>
<item msgid="2361722960903353554">"Lenta"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nunca si se está cargando la batería"</item>
<item msgid="6592896328877671197">"Nunca (utiliza más batería)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Cuando la pantalla se apague"</item>
- <item msgid="8137861573803398334">"Nunca durante la carga de la batería"</item>
- <item msgid="5996547094658157629">"Nunca (utiliza más batería)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automático"</item>
<item msgid="6670588712989942178">"Solo 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Solo en modo silencio"</item>
<item msgid="8418930333779132418">"Si no está en modo silencio"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Corto"</item>
- <item msgid="2560532955514699713">"Medio"</item>
- <item msgid="2372711992605524591">"Largo"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index b39c399..327101c 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Definir el proxy HTTP global y las listas de exclusión"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Borrar"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Puerto proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Sin proxy para"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Omitir proxy para"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restaurar valores predeterminados"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Listo"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nombre de host de proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atención"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Aceptar"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"El nombre de host introducido no es válido."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"¿Quieres encriptar el tablet? Esta operación no se puede deshacer y, si la interrumpes, perderás datos. La encriptación tarda una hora aproximadamente y el tablet se reinicia varias veces durante este proceso."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"¿Quieres encriptar el teléfono? Esta operación no se puede deshacer y, si la interrumpes, perderás datos. La encriptación tarda una hora aproximadamente y el teléfono se reinicia varias veces durante este proceso."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Encriptando"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Espera mientras se encripta el tablet. <xliff:g id="PERCENT">^1</xliff:g>% completado..."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Espera mientras se encripta el teléfono. <xliff:g id="PERCENT">^1</xliff:g>% completado..."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Espera <xliff:g id="DELAY">^1</xliff:g> segundos y vuelve a intentarlo."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Espera ^1 segundos y vuelve a intentarlo."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Introduce tu contraseña."</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Error al realizar encriptación"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"El proceso de encriptación se ha interrumpido y no se puede completar. Debes restablecer los datos de fábrica (borrar todos tus datos) para poder seguir utilizando el tablet. Cuando hayas restablecido los datos de fábrica del tablet, puedes intentar realizar de nuevo la encriptación."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Elige un método para bloquear la pantalla."</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Desactivar"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nunca bloquear la pantalla"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Sin seguridad"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ninguno"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Desbloqueo sin patrón, PIN ni contraseña"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Patrón"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Patrón para desbloquear la pantalla"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Contraseña para desbloquear la pantalla"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Inhabilitado por administrador/política encriptación"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Desactivado"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sin seguridad"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sin protección"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Protección con patrón"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Protegida con PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Protegida con contraseña"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Manos libres"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transferencia"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositivo de entrada"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Acceso a Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Anclaje a red"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del perfil de audio A2DP."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del audio manos libres."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará del dispositivo de entrada."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Se desconectará el acceso a Internet a través de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará y no compartirá la conexión a Internet de este tablet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> se desconectará y no compartirá la conexión a Internet de este teléfono."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opciones de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Acciones del dispositivo"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Establecer conexión"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Conectado con el servidor de transferencia de archivos"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Sin conexión con el servidor de transferencia de archivos"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Conectado a dispositivo de entrada"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Conectado para acceso a Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Compartiendo conexión a Internet con el dispositivo"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utilizar para audio de medio"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utilizar para audio del teléfono"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Uso de la transferencia de archivos"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Informarme cuando haya una red abierta disponible"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Política de desconexión de Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Especificar cuándo cambiar de Wi-Fi a datos móviles"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Especificar cuándo desconectarse de una red Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Error al cambiar la configuración"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Añadir red Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Redes Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Estado"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocidad de enlace"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Dirección IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Método EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticación de fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificado de CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Introduce una dirección DNS válida."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Introduce longitud de prefijo de red entre 0 y 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Puerta de enlace"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Longitud prefijo de red"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Zona Wi-Fi portátil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> de zona Wi-Fi portátil activa"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Error de zona Wi-Fi portátil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tiempo de espera"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"La pantalla se apaga automáticamente después de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>."</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Brillo automático"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Ajustes de bloqueo de tarjeta SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Bloqueo de tarjeta SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloqueo de tarjeta SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Red"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Dirección MAC de Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Dirección de Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Número de serie"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"No disponible"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tiempo de actividad"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Tiempo de actividad"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Restablecer datos de fábrica"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Borra todos los datos del tablet."</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Borrar todos los datos del teléfono"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Se borrará toda la información del "<b>"almacenamiento interno"</b>" del tablet, incluidos:"\n\n<li>"los datos de tu cuenta de Google,"</li>\n<li>"los datos de configuración e información de aplicaciones y del sistema,"</li>\n<li>"los datos de aplicaciones descargadas"</li>"."</string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Se borrará toda la información del "<b>"almacenamiento interno"</b>" del teléfono, incluidos:"\n\n<li>"los datos de tu cuenta de Google,"</li>\n<li>"los datos de configuración e información de aplicaciones y del sistema,"</li>\n<li>"los datos de aplicaciones descargadas"</li>"."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Se borrará toda la información del "<b>"almacenamiento interno"</b>" de la tableta, incluidos:"\n\n<li>"los datos de tu cuenta de Google,"</li>\n<li>"los datos de configuración e información de aplicaciones y del sistema,"</li>\n<li>"los datos de aplicaciones descargadas"</li>"."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Se borrará toda la información del "<b>"almacenamiento interno"</b>" de la tableta, incluidos:"\n\n<li>"los datos de tu cuenta de Google,"</li>\n<li>"los datos de configuración e información de aplicaciones y del sistema,"</li>\n<li>"los datos de aplicaciones descargadas"</li>"."</string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Has accedido a las cuentas que se indican a continuación:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Música"</li>\n<li>"Fotos"</li>\n<li>"Otros datos de usuario"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Si también quieres borrar la música, las imágenes y otros datos de usuario, debes borrar el "<b>"almacenamiento USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB no conectado"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Error de anclaje de USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Anclaje de Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Compartiendo conexión a Internet del tablet"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Compartiendo conexión a Internet de este teléfono"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Compartiendo conexión a Internet del tablet con 1 dispositivo"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Compartiendo conexión a Internet del teléfono con 1 dispositivo"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Compartiendo conexión a Internet del tablet con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositivos"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Compartiendo conexión a Internet con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositivos"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Sin compartir conexión a Internet de este tablet"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Sin compartir conexión a Internet de este teléfono"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Anclaje de Bluetooth activado, pero no conectado"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Anclaje de Bluetooth activado, pero no conectado"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Anclaje de Bluetooth desconectado"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Anclaje de Bluetooth desconectado"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Error de anclaje de Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"No se puede anclar a más de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispositivos"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Se desactivará el anclaje a red de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Editar palabra"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Editar"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Eliminar"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"No tienes ninguna palabra en el diccionario del usuario. Toca el botón Añadir (+) para añadir una palabra."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"No tienes ninguna palabra en el diccionario del usuario. Puedes añadir una palabra a través del menú."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"No tienes ninguna palabra en el diccionario del usuario. Puedes añadir una palabra a través del menú."</string>
<string name="testing" msgid="6584352735303604146">"Prueba"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Información del tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Botón de encendido"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Colgar"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"La llamada finalizará al pulsar el botón de encendido."</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestos de la pantalla táctil"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Retraso de pulsación prolongada"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Retrasar hasta que se realice una pulsación prolongada"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Uso de la batería"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Consumo de la batería"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Datos uso batería no disponibles"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Servicio VPN ocupado. Inténtalo de nuevo."</string>
<string name="delete" msgid="4219243412325163003">"Eliminar"</string>
<string name="misc_files" msgid="6298643430106707497">"Archivos variados"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"Has seleccionado <xliff:g id="NUMBER">%1$d</xliff:g> de <xliff:g id="TOTAL">%2$d</xliff:g>."</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Seleccionar todo"</string>
</resources>
diff --git a/res/values-fa/arrays.xml b/res/values-fa/arrays.xml
index 41a2080..21aadf5 100644
--- a/res/values-fa/arrays.xml
+++ b/res/values-fa/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 دقیقه"</item>
<item msgid="4322676235684793329">"30 دقیقه"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"بسیار آهسته"</item>
<item msgid="2361722960903353554">"آهسته"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"هرگز در هنگام اتصال"</item>
<item msgid="6592896328877671197">"هیچوقت (از میزان بیشتری انرژی باتری استفاده می کند)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"هنگامی که صفحه خاموش می شود"</item>
- <item msgid="8137861573803398334">"هنگام اتصال هرگز"</item>
- <item msgid="5996547094658157629">"هیچوقت (از میزان بیشتری نیروی باتری استفاده می کند)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"خودکار"</item>
<item msgid="6670588712989942178">"فقط 5 گیگاهرتز"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"فقط در حالت ساکت"</item>
<item msgid="8418930333779132418">"فقط زمانی که در حالت ساکت نباشد"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"کوتاه"</item>
- <item msgid="2560532955514699713">"متوسط"</item>
- <item msgid="2372711992605524591">"طولانی"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index c6b585a..ab6cf9b 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"تنظیم پروکسی HTTP جهانی و لیست های استثنا"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"پاک کردن"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"درگاه پروکسی"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"فاقد پروکسی برای"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"پروکسی Bypass برای"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"بازیابی موارد پیش فرض"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"انجام شد"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"نام میزبان پروکسی"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"توجه"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"تأیید"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"نام میزبانی که وارد کرده اید معتبر نیست."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"رایانه لوحی رمزگذاری شود؟ این عملیات غیر قابل بازگشت است و در صورت ایجاد وقفه در آن، داده های خود را از دست خواهید داد. رمزگذاری یک ساعت یا بیشتر طول می کشد که در طول آن، رایانه لوحی چندین بار راه اندازی مجدد می شود."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"تلفن رمزگذاری شود؟ این عملیات غیر قابل بازگشت است و در صورت ایجاد وقفه در آن، داده های خود را از دست خواهید داد. رمزگذاری یک ساعت یا بیشتر طول می کشد که در طول آن، تلفن چندین بار راه اندازی مجدد می شود."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"رمزگذاری"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"لطفاً هنگام رمزگذاری رایانه لوحی خود، منتظر بمانید. <xliff:g id="PERCENT">^1</xliff:g>% کامل شد."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"لطفاً هنگام رمزگذاری گوشی خود، منتظر بمانید. <xliff:g id="PERCENT">^1</xliff:g>% کامل شد."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"پس از <xliff:g id="DELAY">^1</xliff:g> ثانیه دوباره امتحان کنید."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"بعد از ^1 ثانیه دوباره امتحان کنید."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"رمز ورود خود را وارد کنید"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"رمزگذاری انجام نشد"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"رمزگذاری متوقف شده و امکان تکمیل آن وجود ندارد. قبل از ادامه استفاده از رایانه لوحی باید یک عملیات بازنشانی به داده های کارخانه انجام دهید (کلیه داده های شما حذف می شود). پس از اینکه بازنشانی کامل شد می توانید رایانه لوحی خود را دوباره رمزگذاری کنید."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"روشی برای قفل کردن صفحه نمایش انتخاب کنید"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"خاموش"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"هرگز صفحه قفل نشود"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"بدون امنیت"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"هیچکدام"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"برای باز کردن صفحه به الگو، پین یا رمز عبور نیازی نیست"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"الگو"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"برای باز کردن قفل صفحه یک الگو لازم است"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"برای باز کردن قفل صفحه یک رمز ورود لازم است"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"توسط سرپرست سیستم یا خط مشی رمزگذاری غیر فعال شده است"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"خاموش"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"عدم وجود امنیت"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"ناامن"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"ایمن شده با الگو"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"محافظت شده با پین"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"ایمن شده با رمز ورود"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"هندزفری"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"انتقال"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"دستگاه ورودی"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"دسترسی به اینترنت"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"اتصال به اینترنت با تلفن همراه"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"اتصال <xliff:g id="DEVICE_NAME">%1$s</xliff:g> از صدای رسانه قطع می شود."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"اتصال <xliff:g id="DEVICE_NAME">%1$s</xliff:g> از صدای هندزفری قطع می شود."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"اتصال <xliff:g id="DEVICE_NAME">%1$s</xliff:g> از دستگاه ورودی قطع می شود."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"دسترسی به اینترنت از طریق <xliff:g id="DEVICE_NAME">%1$s</xliff:g> قطع خواهد شد."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> از اشتراک گذاری اتصال اینترنتی این رایانه لوحی قطع خواهد شد."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> از اشتراک گذاری اتصال اینترنتی این تلفن قطع خواهد شد."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"گزینه های <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"عملکردهای دستگاه"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"اتصال"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"به سرور انتقال فایل متصل شد"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"به سرور انتقال فایل متصل نیست"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"به دستگاه ورودی متصل شد"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"برای دسترسی به اینترنت، به دستگاه متصل شد"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"اشتراک گذاری اتصال اینترنت محلی با دستگاه"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"استفاده برای رسانه صوتی"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"استفاده برای تلفن صوتی"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"استفاده برای انتقال فایل"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"هنگام در دسترس بودن یک شبکه باز، به من اعلام شود"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"خط مشی قطع اتصال Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"زمان جابجایی Wi-Fi به داده تلفن همراه را مشخص کنید"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"تعیین زمان قطع اتصال از Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"هنگام تغییر تنظیمات مشکلی رخ داد"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"افزودن شبکه Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"شبکه های Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"وضعیت"</string>
<string name="wifi_speed" msgid="3526198708812322037">"سرعت پیوند"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"آدرس IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"روش EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"تأیید اعتبار مرحله 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"گواهی CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"لطفاً یک آدرس dns معتبر بنویسید."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"لطفاً یک پیشوند شبکه با طول بین 0 تا 32 نویسه تایپ کنید."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"دروازه"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"طول پیشوند شبکه"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"نقطه اتصال Wi-Fi قابل حمل"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"نقطه اتصال قابل حمل <xliff:g id="NETWORK_SSID">%1$s</xliff:g> فعال"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"خطای نقطه اتصال Wi-Fi قابل حمل"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"وقفه زمانی"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"صفحه بعد از <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> به صورت خودکار خاموش می شود"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"روشنایی خودکار"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"تنظیمات قفل سیم کارت"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"تنظیم قفل سیم کارت"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"قفل سیم کارت"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"شبکه"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"آدرس Wi-Fi MAC"</string>
<string name="status_bt_address" msgid="4195174192087439720">"آدرس بلوتوث"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"شماره سریال"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"در دسترس نیست"</string>
<string name="status_up_time" msgid="7294859476816760399">"زمان فعالیت"</string>
<string name="status_awake_time" msgid="2393949909051183652">"زمان بیداری"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"بازنشانی به داده های کارخانه"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"پاک کردن تمام داده های موجود در رایانه لوحی"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"پاک کردن تمام داده های موجود در گوشی"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"با این کار همه داده های "<b>"حافظه داخلی"</b>" رایانه لوحی شما پاک می شود، از جمله:"\n\n<li>"حساب Google شما"</li>\n<li>"تنظیمات و داده های سیستم و برنامه"</li>\n<li>"برنامه های دانلود شده"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"با این کار همه داده های "<b>"حافظه داخلی"</b>" گوشی شما پاک می شود، از جمله:"\n\n<li>"حساب Google شما"</li>\n<li>"تنظیمات و داده های سیستم و برنامه"</li>\n<li>"برنامه های دانلود شده"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"با این کار همه اطلاعات "<b>"حافظه داخلی"</b>" رایانه لوحی شما پاک می شود، از جمله:"\n\n<li>"حساب Google شما"</li>\n<li>"سیستم و داده های برنامه و تنظیمات"</li>\n<li>"برنامه های دانلود شده"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"با این کار همه اطلاعات "<b>"حافظه داخلی"</b>" رایانه لوحی شما پاک می شود، از جمله:"\n\n<li>"حساب Google شما"</li>\n<li>"سیستم و داده های برنامه و تنظیمات"</li>\n<li>"برنامه های دانلود شده"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"شما در حال حاضر به حساب های زیر وارد شده اید:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"موسیقی"</li>\n<li>"عکس ها"</li>\n<li>"سایر اطلاعات کاربر"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"برای پاک کردن موسیقی، عکس ها و سایر داده های کاربر، "<b>"حافظه USB"</b>" باید پاک شود."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB متصل نیست"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"خطای اتصال داده با سیم USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"اتصال اینترنت با تلفن همراه بلوتوث"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"اشتراک گذاری اتصال اینترنتی این رایانه لوحی"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"اشتراک گذاری اتصال اینترنتی این تلفن"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"اشتراک گذاری اتصال اینترنتی این رایانه لوحی با 1 دستگاه"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"اشتراک گذاری اتصال اینترنتی این تلفن با 1 دستگاه"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"اشتراک گذاری اتصال اینترنتی این رایانه لوحی با <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> دستگاه"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"اشتراک گذاری اتصال اینترنتی این تلفن با <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> دستگاه"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"اتصال اینترنتی این رایانه لوحی پشتیبانی نمی شود"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"اتصال اینترنتی این تلفن اشتراک گذاری نمی شود"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"اتصال اینترنت با بلوتوث تلفن همراه روشن است اما متصل نیست"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"اتصال اینترنت با بلوتوث تلفن همراه روشن است اما متصل نیست"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"اتصال اینترنت با بلوتوث تلفن همراه خاموش"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"اتصال اینترنت با بلوتوث تلفن همراه خاموش"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"خطای اتصال اینترنت با تلفن همراه بلوتوث"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"اتصال اینترنتی با تلفن همراه به بیش از <xliff:g id="MAXCONNECTION">%1$d</xliff:g> دستگاه امکان پذیر نیست"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> از اتصال اینترنتی با تلفن همراه قطع می شود."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"ویرایش کلمه"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"ویرایش"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"حذف"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"کلمه ای در فرهنگ لغت کاربر شما موجود نیست. می توانید با لمس کردن دکمه افزودن ( + ) یک کلمه را اضافه کنید."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"هیچ کلمه ای را در فرهنگ لغت کاربر ندارید. از طریق منو می توانید یک کلمه را اضافه کنید."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"هیچ کلمه ای را در فرهنگ لغت کاربر ندارید. از طریق منو می توانید یک کلمه را اضافه کنید."</string>
<string name="testing" msgid="6584352735303604146">"تست کردن"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"اطلاعات رایانه لوحی"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"دکمه روشن/خاموش"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"دکمه روشن/خاموش به تماس پایان می دهد"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"در حین تماس، بجای خاموش کردن صفحه، با فشار دادن دکمه روشن/خاموش، به تماس پایان داده می شود"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"حرکات صفحه لمسی"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"تأخیر لمس کردن و نگه داشتن"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"تأخیر تا زمانی که یک لمس به عنوان لمس تفسیر شود و نگه داشتن"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"استفاده از باتری"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"چه چیزی باتری را مصرف کرده است"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"اطلاعات مصرف باتری موجود نیست"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"برنامه ها در هر زمان می توانند داده ها را همگام کرده، ارسال و دریافت کنند"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"توجه"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"غیرفعال کردن داده های پس زمینه طول عمر باتری را بیشتر کرده و مصرف داده ها را کاهش می دهد. برخی از برنامه ها ممکن است همچنان از اتصال داده در پس زمینه استفاده کنند."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"همگام سازی خودکار"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"همگام سازی خودکار"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"همگام سازی خودکار داده ها توسط برنامه ها"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"مدیریت حساب ها"</string>
<string name="sync_enabled" msgid="4551148952179416813">"همگام سازی روشن است"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"خطای همگام سازی"</string>
<string name="settings_backup" msgid="2274732978260797031">"تهیه پشتیبان از تنظیمات"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"تهیه نسخه پشتیبان از تنظیمات من"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"هم اکنون همگام سازی کنید"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"لغو همگام سازی"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"همگام سازی اکنون"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"لغو همگام سازی"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"لمس کنید تا اکنون همگام سازی شود<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"تقویم"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"مخاطبین"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"تقویم"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"مخاطبین"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"به همگام ساز Google خوش آمدید!"</font>" "\n"این رویکردی از Google است برای همگام سازی داده ها و ایجاد امکان دسترسی به مخاطبین، قرارها و موارد بیشتر از هر کجا که هستید."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"تنظیمات همگام سازی برنامه کاربردی"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"داده و همگام سازی"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"سرویس مشغول است، دوباره امتحان کنید"</string>
<string name="delete" msgid="4219243412325163003">"حذف"</string>
<string name="misc_files" msgid="6298643430106707497">"فایل های متفرقه"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> مورد انتخاب شده از <xliff:g id="TOTAL">%2$d</xliff:g> مورد"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"انتخاب همه"</string>
</resources>
diff --git a/res/values-fi/arrays.xml b/res/values-fi/arrays.xml
index 26dd318..f5a50db 100644
--- a/res/values-fi/arrays.xml
+++ b/res/values-fi/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuuttia"</item>
<item msgid="4322676235684793329">"30 minuuttia"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Hyvin hidas"</item>
<item msgid="2361722960903353554">"Hidas"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Ei koskaan, kun laturi on kytketty"</item>
<item msgid="6592896328877671197">"Ei koskaan (käyttää enemmän akkua)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Kun näyttö sammuu"</item>
- <item msgid="8137861573803398334">"Ei koskaan, kun laturi on kytketty"</item>
- <item msgid="5996547094658157629">"Ei koskaan (käyttää enemmän akkua)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automaattinen"</item>
<item msgid="6670588712989942178">"Vain 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Vain äänettömässä tilassa"</item>
<item msgid="8418930333779132418">"Vain, kun puhelin ei ole äänettömässä tilassa"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Lyhytelokuva"</item>
- <item msgid="2560532955514699713">"Keskipitkä"</item>
- <item msgid="2372711992605524591">"Pitkä"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 58a0f59..16d55cc 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Aseta yleinen HTTP-välityspalvelin ja poissulkemisluettelot"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Tyhjennä"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Välityspalvelimen portti"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ei välityspalvelinta kohteille:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ohita välityspalvelin seuraavasti:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Palauta oletukset"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Valmis"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Välityspalvelimen isäntänimi"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Huomio"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Antamasi palvelimen nimi on virheellinen."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Salataanko tablet-laite? Tätä toimintoa ei voi peruuttaa, ja jos keskeytät sen, menetät tietoja. Salaus kestää vähintään tunnin, ja sen aikana tablet-laite käynnistyy uudelleen useita kertoja."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Salataanko puhelin? Tätä toimintoa ei voi peruuttaa, ja jos keskeytät sen, menetät tietoja. Salaus kestää vähintään tunnin, ja sen aikana puhelin käynnistyy uudelleen useita kertoja."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Salaus käynnissä"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Odota, tablet-laitetta salataan. <xliff:g id="PERCENT">^1</xliff:g> % valmiina."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Odota, puhelinta salataan. <xliff:g id="PERCENT">^1</xliff:g> % valmiina."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Yritä uudelleen <xliff:g id="DELAY">^1</xliff:g> sekunnin kuluttua."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Yritä uudelleen ^1 sekunnin kuluttua."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Kirjoita salasanasi"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Salaus epäonnistui"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Salaus keskeytettiin eikä sitä voida suorittaa loppuun. Tablet-laitteeseesi on palautettava tehdasasetukset (tämä poistaa kaikki tietosi) ennen kuin voit jatkaa sen käyttöä. Voit yrittää salata tablet-laitteen uudelleen tehdasasetuksien palauttamisen jälkeen."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Valitse ruudunlukitustapa"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Pois käytöstä"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Älä lukitse ruutua"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ei suojausta"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ei mitään"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Ei kuviota, PIN-koodia tai salasanaa ruudun avaamiseen"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Kuvio"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Vaadi kuvio ruudun avaamiseen"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Vaadi salasana ruudun avaamiseen"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Järjestelmänvalvojan tai salauskäytännön käytöstä poistama"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Ei käytössä"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Ei suojausta"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Suojaamaton"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Suojattu kuviolla"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PIN-suojattu"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Suojattu salasanalla"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Siirrä"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Syöttölaite"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetyhteys"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Jaettu yhteys"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> irrotetaan median äänentoistosta."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> irrotetaan handsfree-äänentoistosta."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> irrotetaan syöttölaitteesta."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Laitteen <xliff:g id="DEVICE_NAME">%1$s</xliff:g> kautta muodostettu internetyhteys katkaistaan."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Laitteelta <xliff:g id="DEVICE_NAME">%1$s</xliff:g> katkaistaan tämän tablet-laitteen kautta muodostettu internetyhteys."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Laitteelta <xliff:g id="DEVICE_NAME">%1$s</xliff:g> katkaistaan tämän puhelimen kautta muodostettu internetyhteys."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>-asetukset"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Laitteen toiminnot"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Yhdistä"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Yhdistetty tiedostonsiirtopalvelimeen"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Ei yhdistetty tiedostonsiirtopalvelimeen"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Yhdistetty syöttölaitteeseen"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Yhdistetty laitteen internetyhteyteen"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Paikallinen internetyhteys jaetaan laitteen kanssa"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Käytä median äänille"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Käytä puhelimen äänille"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Käytä tiedostojen siirtoon"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Ilmoita, kun avoin verkko on käytettävissä"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wifi-yhteyden katkaisukäytäntö"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Määritä, milloin vaihdetaan wifi-yhteydestä mobiiliverkkoyhteyteen"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Määritä, milloin wifi-yhteys katkaistaan"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Asetuksen vaihtaminen epäonnistui"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Lisää wifi-verkko"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wifi-verkot"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Tila"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Yhteyden nopeus"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-osoite"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-tapa"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Todennus: vaihe 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-varmenne"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Anna kelvollinen dns-osoite."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Anna verkon etuliite, jonka pituus on välillä 0–32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Yhdyskäytävä"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Verkon etuliitteen pituus"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Kannettava wifi-yhteyspiste"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Kannettava yhteyspiste <xliff:g id="NETWORK_SSID">%1$s</xliff:g> käytössä"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Kannettavan wifi-yhteyspisteen virhe"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Aikaraja"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Ruutu sammuu automaattisesti <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> kuluttua"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automaattinen kirkkaus"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM-kortin lukitusasetukset"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Ota SIM-kortin lukitus käyttöön"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-kortin lukitus"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Verkko"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wifi-yhteyden MAC-osoite"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-osoite"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Sarjanumero"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Ei käytettävissä"</string>
<string name="status_up_time" msgid="7294859476816760399">"Käynnissäoloaika"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Käytössäoloaika"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Tehdasasetuksien palauttaminen"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Poistaa kaikki tablet-laitteen tiedot"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Poistaa kaikki puhelimen tiedot"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Kaikki tablet-laitteesi "<b>"sisäisen tallennustilan"</b>" tiedot poistetaan. Näihin kuuluvat "\n\n<li>"Google-tilisi"</li>\n<li>"järjestelmä- ja sovellustiedot ja -asetukset"</li>\n<li>"ladatut sovellukset"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Kaikki puhelimesi "<b>"sisäisen tallennustilan"</b>" tiedot poistetaan. Näihin kuuluvat "\n\n<li>"Google-tilisi"</li>\n<li>"järjestelmä- ja sovellustiedot ja -asetukset"</li>\n<li>"ladatut sovellukset"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Kaikki tablet-laitteesi "<b>"sisäisen tallennustilan"</b>" tiedot poistetaan. Näihin kuuluvat "\n\n<li>"Google-tilisi"</li>\n<li>"järjestelmä- ja sovellustiedot ja -asetukset"</li>\n<li>"ladatut sovellukset"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Kaikki tablet-laitteesi "<b>"sisäisen tallennustilan"</b>" tiedot poistetaan. Näihin kuuluvat "\n\n<li>"Google-tilisi"</li>\n<li>"järjestelmä- ja sovellustiedot ja -asetukset"</li>\n<li>"ladatut sovellukset"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Olet kirjautunut sisään seuraaviin tileihin:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musiikki"</li>\n<li>"Valokuvat"</li>\n<li>"Muut käyttäjän tiedot"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Jos haluat poistaa myös musiikin, kuvat ja muuta käyttäjän tiedot, "<b>"USB-tallennustila"</b>" tulee tyhjentää."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB ei yhdistetty"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Virhe internetyhteyden jakamisessa USB:n kautta"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Jaettu Bluetooth-yhteys"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Tablet-laitteen internetyhteys jaetaan"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Puhelimen internetyhteys jaetaan"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Tablet-laitteen internetyhteys jaettu 1 laitteelle"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Puhelimen internetyhteys jaettu 1 laitteelle"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Tablet-laitteen internetyhteys jaettu <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> laitteelle"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Puhelimen internetyhteys jaettu <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> laitteelle"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tablet-laitteen internetyhteyttä ei jaeta"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Puhelimen internetyhteyttä ei jaeta"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internetyhteyden jakaminen Bluetoothin kautta päällä, mutta ei yhdistetty"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internetyhteyden jakaminen Bluetoothin kautta päällä, mutta ei yhdistetty"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internetyhteyden jakaminen Bluetoothin kautta pois"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internetyhteyden jakaminen Bluetoothin kautta pois"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth-yhteyden jakamisvirhe"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Voidaan yhdistää korkeintaan <xliff:g id="MAXCONNECTION">%1$d</xliff:g> laitteeseen"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Jaettu internetyhteys katkaistaan laitteesta <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Muokkaa sanaa"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Muokkaa"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Poista"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Käyttäjäsanakirjassa ei ole yhtään sanaa. Voit lisätä sanan koskettamalla Lisää (+)-painiketta."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Käyttäjäsanakirjassa ei ole yhtään sanaa. Voit lisätä sanan valikon kautta."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Käyttäjäsanakirjassa ei ole yhtään sanaa. Voit lisätä sanan valikon kautta."</string>
<string name="testing" msgid="6584352735303604146">"Testaus"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tablet-laitteen tiedot"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Virtapainike"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Virtapainike katkaisee puhelun"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Virtanäppäimen painaminen puhelun aikana lopettaa puhelun mutta ei sammuta näyttöä"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Kosketusnäytön eleet"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Pitkäkestoinen kosketus: viive"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Viivytä, kunnes kosketus tulkitaan pitkäkestoiseksi."</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Akun käyttö"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Mikä on käyttänyt akkua"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Akun käyttötietoja ei saatavilla"</string>
@@ -1418,7 +1430,7 @@
%1$s</xliff:g>"</string>
<string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
<string name="sync_calendar" msgid="9056527206714733735">"Kalenteri"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Yhteystiedot"</string>
+ <string name="sync_contacts" msgid="9174914394377828043">"Yhteyshenkilöt"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Tervetuloa käyttämään Google Sync -palvelua!"</font>" "\n"Se on Googlen tapa synkronoida tietoja, ja sen avulla voit käyttää yhteystietojasi, tapaamisiasi ynnä muuta mistä tahansa."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Sovelluksen synkronointiasetukset"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Tiedot ja synkronointi"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Palvelu varattu, yritä uudelleen"</string>
<string name="delete" msgid="4219243412325163003">"Poista"</string>
<string name="misc_files" msgid="6298643430106707497">"Muut tiedostot"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"valittu <xliff:g id="NUMBER">%1$d</xliff:g>/<xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Valitse kaikki"</string>
</resources>
diff --git a/res/values-fr/arrays.xml b/res/values-fr/arrays.xml
index 70eb8e1..2c77411 100644
--- a/res/values-fr/arrays.xml
+++ b/res/values-fr/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutes"</item>
<item msgid="4322676235684793329">"30 minutes"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Très lente"</item>
<item msgid="2361722960903353554">"Lente"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Jamais si branché"</item>
<item msgid="6592896328877671197">"Jamais (utilise davantage de batterie)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Lorsque l\'écran s\'éteint"</item>
- <item msgid="8137861573803398334">"Jamais lorsque appareil branché"</item>
- <item msgid="5996547094658157629">"Jamais (utilise plus de batterie)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatique"</item>
<item msgid="6670588712989942178">"5 GHz uniquement"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"En mode silencieux"</item>
<item msgid="8418930333779132418">"Hors mode silencieux"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Court"</item>
- <item msgid="2560532955514699713">"Moyen"</item>
- <item msgid="2372711992605524591">"Long"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index e6d0dd3..ea3d130 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Définir le proxy HTTP global et les listes d\'exclusion"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Effacer"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port du proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Aucun proxy pour"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ignorer le proxy pour"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Rétablir les paramètres par défaut"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"OK"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nom d\'hôte du proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Avertissement"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Le nom d\'hôte saisi n\'est pas valide."</string>
@@ -296,21 +296,23 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Crypter la tablette ? Cette opération est irréversible et toute interruption du processus peut entraîner la perte de données. Le cryptage peut prendre une heure au minimum, au cours de laquelle la tablette sera redémarrée à plusieurs reprises."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Crypter le téléphone ? Cette opération est irréversible et toute interruption du processus peut entraîner la perte de données. Le cryptage peut prendre une heure au minimum, au cours de laquelle le téléphone sera redémarré à plusieurs reprises."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Cryptage en cours"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Veuillez patienter pendant le cryptage de votre tablette. <xliff:g id="PERCENT">^1</xliff:g> % effectué(s)"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Veuillez patienter pendant le cryptage de votre téléphone. <xliff:g id="PERCENT">^1</xliff:g> % effectué(s)"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Réessayez dans <xliff:g id="DELAY">^1</xliff:g> secondes."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Réessayez dans ^1 secondes."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Saisissez votre mot de passe"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Échec du cryptage"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Le cryptage a été interrompu et l\'opération ne peut être terminée. Vous devez réinitialiser la configuration usine (ce qui effacera l\'ensemble de vos données) avant de réutiliser votre tablette. Vous pouvez essayer de crypter à nouveau votre tablette, une fois la réinitialisation terminée."</string>
<string name="crypt_keeper_failed_summary" product="default" msgid="3394708817932222518">"Le cryptage a été interrompu et l\'opération ne peut être terminée. Vous devez réinitialiser la configuration usine (ce qui effacera l\'ensemble de vos données) avant de réutiliser votre téléphone. Vous pouvez essayer de crypter à nouveau votre téléphone, une fois la réinitialisation terminée."</string>
<string name="lock_settings_picker_title" msgid="8665454308380158195">"Configurer verr. écran"</string>
- <string name="unlock_set_unlock_launch_picker_title" msgid="4461562893699328786">"Configurer verr. écran"</string>
+ <string name="unlock_set_unlock_launch_picker_title" msgid="4461562893699328786">"Configurer verrouillage"</string>
<string name="unlock_set_unlock_launch_picker_change_title" msgid="6987228635944678726">"Modifier le verrouillage de l\'écran"</string>
<string name="unlock_set_unlock_launch_picker_change_summary" msgid="2790960639554590668">"Modifier ou désactiver la sécurité : schéma, code PIN ou mot de passe"</string>
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Choisir une méthode pour verrouiller l\'écran"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Désactiver"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Ne jamais verrouiller l\'écran"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Non sécurisé"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Aucune"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Déverrouiller l\'écran sans schéma, code PIN ni mot de passe"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Schéma"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Exiger un schéma pour déverrouiller l\'écran"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Exiger mot de passe pour déverrouiller écran"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Désactivé par administrateur ou règles de cryptage"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Désactiver"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Aucune sécurité"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Non sécurisé"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Sécurisé par un schéma"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Sécurisé par un code PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Sécurisé par mot de passe"</string>
@@ -411,27 +413,32 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Mains libres"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transfert"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Périphérique d\'entrée"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Accès Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Partage de connexion"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sera déconnecté de l\'audio du support."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sera déconnecté de l\'audio en mains libres."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sera déconnecté du périphérique d\'entrée."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"L\'accès à Internet via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> va être déconnecté."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sera déconnecté et ne partagera plus la connexion Internet de la tablette."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sera déconnecté et ne partagera plus la connexion Internet du téléphone."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Options de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Commandes de l\'appareil"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Se connecter"</string>
<string name="bluetooth_device_advanced_online_mode_summary" msgid="1204424107263248336">"Connecter à un appareil Bluetooth"</string>
<string name="bluetooth_device_advanced_profile_header_title" msgid="3764437426089639639">"Profils"</string>
<string name="bluetooth_device_advanced_rename_device" msgid="350508394033808532">"Renommer de l\'appareil"</string>
- <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"Autoriser les fichiers entrants"</string>
+ <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"Autoriser le transfert en entrée"</string>
<string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"Connecté aux paramètres audio du média"</string>
<string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"Connecté aux paramètres audio du téléphone"</string>
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Connexion au serveur de transfert de fichiers"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Connexion au serveur de transfert de fichiers non établie"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Connecté au périphérique d\'entrée"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Connecté à l\'appareil pour accès Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Connexion Internet locale partagée"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utiliser pour les paramètres audio du média"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utiliser pour les paramètres audio du téléphone"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Utiliser pour le transfert de fichiers"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Me notifier lorsqu\'un réseau ouvert est disponible"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Règles de déconnexion du Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Indiquer quand basculer du Wi-Fi sur le réseau de données mobile"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Indiquer quand déconnecter du Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Un problème est survenu lors de la modification des paramètres."</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Ajouter un réseau Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Réseaux Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"État"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Vitesse de connexion"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adresse IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Méthode EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Authentification phase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificat CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Saisissez une adresse DNS valide."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Le préfixe réseau doit être compris entre 0 et 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Passerelle"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Longueur du préfixe réseau"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Point d\'accès Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Point d\'accès Wi-Fi mobile <xliff:g id="NETWORK_SSID">%1$s</xliff:g> actif"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Erreur liée au point d\'accès Wi-Fi mobile"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Délai"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"L\'écran s\'éteint automatiquement au bout de <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>."</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Ajuster automatiquement la luminosité"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Paramètres de verrouillage de la SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Configurer verrouillage carte SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Verrouillage de la SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Réseau"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adresse MAC Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adresse Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Numéro de série"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Non disponible"</string>
<string name="status_up_time" msgid="7294859476816760399">"Durée d\'activité"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Temps en activité"</string>
@@ -681,7 +686,7 @@
<string name="memory_dcim_usage" msgid="6679615808140067136">"Images, vidéos"</string>
<string name="memory_music_usage" msgid="4040027367622874108">"Audio (musique, sonneries, podcasts, etc.)"</string>
<string name="memory_media_misc_usage" msgid="235452944021647124">"Divers"</string>
- <string name="sd_eject" product="nosdcard" msgid="4988563376492400073">"Désinstal. mémoire partagée"</string>
+ <string name="sd_eject" product="nosdcard" msgid="4988563376492400073">"Désinstaller stockage partagé"</string>
<string name="sd_eject" product="default" msgid="6915293408836853020">"Désinstaller la carte SD"</string>
<string name="sd_eject_summary" product="nosdcard" msgid="5009296896648072891">"Désinstaller mémoire USB interne"</string>
<string name="sd_eject_summary" product="default" msgid="3300599435073550246">"Désinstaller la carte SD pour la retirer en toute sécurité"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Restaurer valeurs d\'usine"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Effacer toutes les données de la tablette"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Effacer toutes les données du téléphone"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Cette action effacera toutes les données de la "<b>"mémoire de stockage interne"</b>" de votre tablette, y compris :"\n\n<li>"Votre compte Google"</li>\n<li>"Les données et les paramètres des applications et du système"</li>\n<li>"Les applications téléchargées"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Cette action effacera toutes les données de la "<b>"mémoire de stockage interne"</b>" de votre téléphone, y compris :"\n\n<li>"Votre compte Google"</li>\n<li>"Les données et les paramètres des applications et du système"</li>\n<li>"Les applications téléchargées"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Cette action effacera toutes les données de la "<b>"mémoire de stockage interne"</b>" de votre tablette, y compris :"\n\n<li>"Votre compte Google"</li>\n<li>"Les données et les paramètres des applications et du système"</li>\n<li>"Les applications téléchargées"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Cette action effacera toutes les données de la "<b>"mémoire de stockage interne"</b>" de votre tablette, y compris :"\n\n<li>"Votre compte Google"</li>\n<li>"Les données et les paramètres des applications et du système"</li>\n<li>"Les applications téléchargées"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Vous êtes actuellement connecté aux comptes suivants :"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musique"</li>\n<li>"Photos"</li>\n<li>"Autres données utilisateur"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Pour supprimer également la musique, les photos et les autres données utilisateur, vous devez effacer la "<b>"mémoire de stockage USB"</b>"."</string>
@@ -786,7 +791,7 @@
<string name="tether_settings_title_wifi" msgid="3277144155960302049">"Point d\'accès Wi-Fi mobile"</string>
<string name="tether_settings_title_bluetooth" msgid="355855408317564420">"Partage connexion Bluetooth"</string>
<string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"Partage de connexion"</string>
- <string name="tether_settings_title_all" msgid="8356136101061143841">"Partage de connexion"</string>
+ <string name="tether_settings_title_all" msgid="8356136101061143841">"Partage connexion/point accès mobile"</string>
<string name="tether_settings_summary_usb" product="tablet" msgid="785883365108362248">"Partager la connexion de données de la tablette via un câble USB"</string>
<string name="tether_settings_summary_usb" product="default" msgid="3562431455625637370">"Partager la connexion de données de votre mobile via un câble USB"</string>
<string name="tether_settings_summary_wifi" msgid="5474383125137372164">"Transformer sa connexion de données en point d\'accès Wi-Fi mobile"</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB non connecté"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Erreur liée au partage de connexion via USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Partage connexion Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Connexion Internet de la tablette partagée"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Connexion Internet du téléphone partagée"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Connexion Internet de la tablette partagée avec un appareil"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Connexion Internet du téléphone partagée avec un appareil"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Connexion Internet de la tablette partagée avec <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> appareils"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Connexion Internet du téléphone partagée avec <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> appareils"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Connexion Internet de la tablette non partagée"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Connexion Internet du téléphone non partagée"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Partage de connexion Bluetooth activé, mais non connecté"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Partage de connexion Bluetooth activé, mais non connecté"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Partage de connexion Bluetooth désactivé"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Partage de connexion Bluetooth désactivé"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Erreur de partage de connexion Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Partage connexion impossible au-delà de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> mobiles"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Le partage connexion avec <xliff:g id="DEVICE_NAME">%1$s</xliff:g> va être annulé."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Modifier le mot"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Modifier"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Supprimer"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Votre dictionnaire personnel ne contient aucun mot. Vous pouvez ajouter un mot en appuyant sur le bouton Ajouter ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Votre dictionnaire personnel ne contient aucun mot. Vous pouvez ajouter un mot via le menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Votre dictionnaire personnel ne contient aucun mot. Vous pouvez ajouter un mot via le menu."</string>
<string name="testing" msgid="6584352735303604146">"Test"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informations sur la tablette"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Bouton MARCHE-ARRÊT"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Raccrocher pdt un appel"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Lors d\'un appel, utiliser le bouton MARCHE-ARRÊT pour raccrocher, sans désactiver l\'écran"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestes écran tactile"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Délai de pression prolongée"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Délai avant qu\'une pression soit considérée comme une pression prolongée"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Utilisation de la batterie"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Répartition de l\'utilisation de la batterie"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Données batterie non disponibles"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Service indisponible, réessayez."</string>
<string name="delete" msgid="4219243412325163003">"Supprimer"</string>
<string name="misc_files" msgid="6298643430106707497">"Fichiers divers"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> fichiers sélectionnés sur <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Tout sélectionner"</string>
</resources>
diff --git a/res/values-hr/arrays.xml b/res/values-hr/arrays.xml
index 0d6f3fa..ddf5dca 100644
--- a/res/values-hr/arrays.xml
+++ b/res/values-hr/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuta"</item>
<item msgid="4322676235684793329">"30 minuta"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Jako sporo"</item>
<item msgid="2361722960903353554">"Sporo"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nikad ako je priključeno"</item>
<item msgid="6592896328877671197">"Nikada (veća potrošnja baterije)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Kad se zaslon isključi"</item>
- <item msgid="8137861573803398334">"Nikad ako je priključeno"</item>
- <item msgid="5996547094658157629">"Nikad (troši više baterije)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatski"</item>
<item msgid="6670588712989942178">"Samo 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Samo u bešumnom načinu"</item>
<item msgid="8418930333779132418">"Samo ako nije bešumni način"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kratko"</item>
- <item msgid="2560532955514699713">"Srednje"</item>
- <item msgid="2372711992605524591">"Dugo"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 3ed6b6d..7412106 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Postavi globalni HTTP proxy i popise za isključivanje"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Očisti"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Priključak proxy poslužitelja"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nema proxy postavki za"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Zaobiđi proxy za"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Vrati zadano"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Gotovo"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Naziv hosta proxy poslužitelja"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Pažnja"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"U redu"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Naziv hosta nije valjan."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Kriptirati tablet računalo? Ta je operacija nepovratna i izgubit ćete podatke ako je prekinete. Kriptiranje traje sat vremena ili dulje, a za to vrijeme tablet računalo nekoliko će se puta ponovno pokrenuti."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Kriptirati telefon? Ta je operacija nepovratna i izgubit ćete podatke ako je prekinete. Kriptiranje traje sat vremena, a i dulje, tijekom kojih će se telefon nekoliko puta ponovno pokrenuti."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Kriptiranje"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Pričekajte dok ne završi kriptiranje vašeg tablet računala. <xliff:g id="PERCENT">^1</xliff:g>% dovršeno."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Pričekajte dok ne završi kriptiranje vašeg telefona. <xliff:g id="PERCENT">^1</xliff:g>% dovršeno."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Pokušajte ponovo za <xliff:g id="DELAY">^1</xliff:g> s."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Pokušajte ponovo za 1 s."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Unesite zaporku"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Enkripcija nije uspjela"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Enkripcija je prekinuta i ne može se dovršiti. Morate izvršiti vraćanje na tvorničko stanje (izbrisati sve svoje podatke) prije nego što nastavite upotrebljavati tablet računalo. Kada se vraćanje na tvorničko stanje završi, možete ga ponovno pokušati kriptirati."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Odaberite metodu za zaključavanje zaslona"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Isključeno"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nikada ne zaključavaj zaslon"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nije zaštićeno"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ništa"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Bez uzorka, PIN-a ili zap. za otklj. zaslona"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Uzorak"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Potreban je uzorak za otključavanje zaslona"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Potrebna je zaporka za otključavanje zaslona"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Onemogućio administrator ili pravila enkripcije"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Isključeno"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nema zaštite"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nesigurno"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Osigurano uzorkom"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Osigurano PIN-om"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Osigurano zaporkom"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Prijenos"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Ulazni uređaj"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Pristup internetu"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Ograničavanje"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Uređaj <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će isključen sa zvuka medija."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Handsfree zvuk za uređaj <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će isključen."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Uređaj <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će isključen s ulaznog uređaja."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Pristup internetu putem uređaja <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će prekinut."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Uređaj <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će isključen iz dijeljenja internetske veze ovog tableta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Uređaj <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bit će isključen iz dijeljenja internetske veze ovog telefona."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> opcije"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Radnje uređaja"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Poveži"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Povezano s poslužiteljem za prijenos datoteka"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Niste povezani s poslužiteljem za prijenos datoteka"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Povezano s ulaznim uređajem"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Povezano s uređajem za pristup internetu"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Dijeljenje lokalne internetske veze s uređajem"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Koristi za medijski zvuk"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Koristi za telefonski zvuk"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Koristi za prijenos datoteke"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Obavijesti me ako postoji otvorena mreža"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Pravila isključivanja za Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Navedite trenutak za prebacivanje sa značajke Wi-Fi na mobilne podatke"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Odredite kada uređaj treba isključiti s Wi-Fi mreže"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Pojavio se problem s promjenom postavke"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Dodaj Wi-Fi mrežu"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi mreže"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Brzina veze"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP adresa"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP metoda"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"2. faza provjere autentičnosti"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA certifikat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Upišite važeću dns adresu."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Upišite prefiks mreže duljine između 0 i 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Pristupnik"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Duljina mrežnog prefiksa"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Prijenosni Wi-Fi hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Aktivan je prijenosni hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g>"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Pogreška prijenosnog Wi-Fi hotspota"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Privremeni prekid"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Zaslon se isključuje automatski nakon <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatska svjetlina"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Postavke zaključavanja SIM kartice"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Postavite zaključavanje SIM kartice"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM kartica je zaključana"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Mreža"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC adresa"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth adresa"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serijski broj"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nije dostupno"</string>
<string name="status_up_time" msgid="7294859476816760399">"Vrijeme aktivnosti"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Vrijeme bez mirovanja"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Vraćanje na tvorničko stanje"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Briše sve podatke na tabletnom uređaju"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Izbriši sve podatke na telefonu"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"To će izbrisati sve podatke iz "<b>"interne pohrane"</b>" vašeg tabletnog uređaja, uključujući:"\n\n<li>"Vaš Google Račun"</li>\n<li>"Sistemske i aplikacijske podatke i postavke"</li>\n<li>"Preuzete aplikacije"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"To će izbrisati sve podatke iz "<b>"interne pohrane"</b>", uključujući:"\n\n<li>"Vaš Google Račun"</li>\n<li>"Sistemske i aplikacijske podatke i postavke"</li>\n<li>"Preuzete aplikacije"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"To će izbrisati sve podatke iz "<b>"unutarnje pohrane"</b>" vašeg tabletnog računala, uključujući:"\n\n<li>"Vaš Google Račun"</li>\n<li>"Sistemske podatke i podatke aplikacije i postavke"</li>\n<li>"Preuzete aplikacije"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"To će izbrisati sve podatke iz "<b>"unutarnje pohrane"</b>" vašeg tabletnog računala, uključujući:"\n\n<li>"Vaš Google Račun"</li>\n<li>"Sistemske podatke i podatke aplikacije i postavke"</li>\n<li>"Preuzete aplikacije"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Trenutačno ste prijavljeni na sljedeće račune:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Glazba"</li>\n<li>"Fotografije"</li>\n<li>"Ostali korisnički podaci"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Da biste također izbrisali glazbu, slike i ostale korisničke podatke, "<b>"memorija USB"</b>" treba biti izbrisana."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB nije priključen"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Pogreška ograničenja USB-a"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Dijeljenje veze Bluetoothom"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Dijeljenje internetske veze ovog tableta"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Dijeljenje internetske veze ovog uređaja"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetska veza tableta dijeli se s 1 uređajem"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetska veza telefona dijeli se s 1 uređajem"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Broj uređaja s kojima se dijeli int. veza tableta: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Broj uređaja s kojima se dijeli int. veza telefona: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Ne dijeli se internetska veza ovog tableta"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Ne dijeli se internetska veza ovog telefona"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Uključeno je dijeljenje veze Bluetoothom, ali veza nije uspostavljena"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Uključeno je dijeljenje veze Bluetoothom, ali veza nije uspostavljena"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Ograničavanje Bluetootha je isključeno"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Ograničavanje Bluetootha je isključeno"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Pogreška u dijeljenju veze Bluetoothom"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Ne može se dijeliti veza za više od <xliff:g id="MAXCONNECTION">%1$d</xliff:g> uređaja"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> će biti oslobođen."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Uredi riječ"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Uređivanje"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Izbriši"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nemate nijednu riječ u korisničkom rječniku. Riječ možete dodati dodirom na gumb Dodaj (+).."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nemate nijednu riječ u korisničkom rječniku. Riječ možete dodati putem izbornika."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Nemate nijednu riječ u korisničkom rječniku. Riječ možete dodati putem izbornika."</string>
<string name="testing" msgid="6584352735303604146">"Testiranje"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informacije o tabletnom uređaju"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Tipka za uključivanje/isključivanje"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Tipka za uključivanje/isključivanje/poziv"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Tijekom poziva pritisnite Napajanje sa završetkom poziva umjesto isključivanja zaslona"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Geste za dodirni zaslon"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Dodirnite i držite odgodu"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Odgoda dok se dodir ne protumači kao dodir i držanje"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Iskorištenost baterije"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Što troši bateriju"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Pod. o potroš. bat. nedostupni"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Aplikacije mogu sink., slati i primati podatke bilo kada"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Pažnja"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Onemogućavanje pozadinskih podataka produljuje trajanje baterije i smanjuje upotrebu podataka. Neke aplikacije još uvijek mogu upotrebljavati pozadinsku podatkovnu mrežu."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Automatska sinkronizacija"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Automatska sinkronizacija"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Aplikacije podatke sinkroniziraju automatski"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Upravljaj računima"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sink. uključena"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Pogreška sink."</string>
<string name="settings_backup" msgid="2274732978260797031">"Postavke sigurnosne kopije"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Stvori sigurnosnu kopiju postavki"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinkroniziraj sada"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Otkaži sinkronizaciju"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinkroniziraj sada"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Otkaži sinkronizaciju"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Dodirnite da biste odmah sinkronizirali<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalendar"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Kontakti"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalendar"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Kontakti"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Dobro došli u Google sinkronizaciju!"</font>" "\n"Googleov pristup sinkronizaciji podataka za mogućnost pristupa kontaktima, sastancima i drugim stavkama s bilo kojeg mjesta."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Postavke sinkronizacije aplikacije"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Podaci i sinkronizacija"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Usluga je zauzeta, pokušajte ponovo"</string>
<string name="delete" msgid="4219243412325163003">"Izbriši"</string>
<string name="misc_files" msgid="6298643430106707497">"Razne datoteke"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"odabrano <xliff:g id="NUMBER">%1$d</xliff:g> od <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Odaberi sve"</string>
</resources>
diff --git a/res/values-hu/arrays.xml b/res/values-hu/arrays.xml
index 5a2443b..d837cc2 100644
--- a/res/values-hu/arrays.xml
+++ b/res/values-hu/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 perc"</item>
<item msgid="4322676235684793329">"30 perc"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Nagyon lassú"</item>
<item msgid="2361722960903353554">"Lassú"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Soha, ha töltőn van"</item>
<item msgid="6592896328877671197">"Soha (több akkumulátortöltést használ)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Amikor a képernyő kikapcsol"</item>
- <item msgid="8137861573803398334">"Soha, ha töltőn van"</item>
- <item msgid="5996547094658157629">"Soha (több akkutöltést használ)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatikus"</item>
<item msgid="6670588712989942178">"Csak 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Csak Néma üzemmódban"</item>
<item msgid="8418930333779132418">"Csak akkor, ha nem Néma üzemmódban van"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Rövid"</item>
- <item msgid="2560532955514699713">"Közepes"</item>
- <item msgid="2372711992605524591">"Hosszú"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index a9baf71..38249a0 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"A globális HTTP proxy- és kivétellisták beállítása"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Törlés"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy portja:"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nincs proxy a következőkhöz"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Megkerülési proxy ehhez:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"pelda.com,szgepem.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Alapértelmezés visszaállítása"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Kész"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxy gazdagépnév:"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.pelda.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Figyelem"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"A megadott gazdagépnév nem érvényes."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Titkosítja a táblagépet? Ez a művelet visszafordíthatatlan, és ha megszakítja, adatai elvesznek. A titkosítás legalább egy órát vesz igénybe, mialatt a táblagép többször újra fog indulni."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Titkosítja a telefont? Ez a művelet visszafordíthatatlan, és ha megszakítja, adatai elvesznek. A titkosítás legalább egy órát vesz igénybe, mialatt a telefon többször újra fog indulni."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Titkosítás"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Kérjük, várjon, amíg a táblagép titkosítása befejeződik. <xliff:g id="PERCENT">^1</xliff:g>% kész."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Kérjük, várjon a telefonja titkosításáig. <xliff:g id="PERCENT">^1</xliff:g>% kész."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Próbálja újra <xliff:g id="DELAY">^1</xliff:g> másodperc múlva."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Próbálja újra ^1 másodperc múlva."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Adja meg a jelszavát"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"A titkosítás sikertelen"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"A titkosítás megszakadt, és nem lehet befejezni. El kell végeznie a gyári adatok visszaállítását (és ezzel törölnie összes adatát), mielőtt tovább használhatná táblagépét. A visszaállítás után megkísérelheti újra táblagépe titkosítását."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Válasszon módszert a képernyő lezárásához"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Ki"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Soha ne zárja le a képernyőt"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nincs biztosítva"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nincs"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Nem kell minta, PIN vagy jelszó a képernyő feloldásához"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Minta"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Minta kell a képernyő feloldásához"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Jelszó kell a képernyő feloldásához"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Rendszergazda vagy titkosítási irányelv letiltotta"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Ki"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nincs védelem"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nem biztosított"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Mintával biztosítva"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PIN kóddal biztosítva"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Jelszóval biztosítva"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Kihangosító"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Átvitel"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Beviteli eszköz"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetelérés"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Megosztás"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> leválasztásra kerül a hordozóeszköz hangkimenetéről."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> leválasztásra kerül a kihangosító hangkimenetéről."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> leválasztásra kerül a beviteli eszközről."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"A(z) <xliff:g id="DEVICE_NAME">%1$s</xliff:g> eszközön keresztül működő internetkapcsolat szétkapcsol."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> le lesz kapcsolva a táblagép internetkapcsolatának megosztásából."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> le lesz kapcsolva a telefon internetkapcsolatának megosztásából."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> beállításai"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Eszközműveletek"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Csatlakozáskor"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Csatlakozva a fájlküldő szerverhez"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nincs csatlakozva a fájlküldő szerverhez"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Beviteli eszköz csatlakoztatva"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Eszk.-höz csatl. int.-hez"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Helyi int.kapcs. megosztva az eszk.-el"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Felhasználás az eszköz hangjához"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Felhasználás a telefon hangjához"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Felhasználás fájlátvitelre"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Értesítést kérek az elérhető nyitott hálózatokról"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi leválasztási irányelv"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Adja meg, mikor legyen váltás Wi-Fi-ről mobil adatokra"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Adja meg, mikor kapcsolódjon le a Wi-Firől"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Probléma adódott a beállítás megváltoztatásakor"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Wi-Fi hálózat hozzáadása"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi hálózatok"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Állapot"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Vonalsebesség"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-cím"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP módszer"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Hitelesítés 2. fázisa"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA tanúsítvány"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Adjon meg érvényes DNS címet."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"0 és 32 közti hosszt adjon meg a hálózati előtaghoz."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Átjáró"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Hálózati előtag hossza"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Hordozható Wi-Fi hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"A(z) <xliff:g id="NETWORK_SSID">%1$s</xliff:g> hordozható hotspot aktív"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"A hordozható Wi-Fi hotspot hibája"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Időtúllépés"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"A képernyő <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> után automatikusan kikapcsol"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatikus fényerő"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM-kártya lezárási beállításai"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM-kártya zárolásának beállítása"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-kártya zárolása"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Hálózat"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi eszköz MAC-címe"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-cím"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Sorozatszám"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nem érhető el"</string>
<string name="status_up_time" msgid="7294859476816760399">"Futásidő"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Készenléti idő"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Gyári adatok visszaállítása"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Törli az összes adatot a táblagépről"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Minden adat törlése a telefonról"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Ez törli az összes adatot táblagépe "<b>"belső tárhelyéről"</b>", ideértve:"\n\n<li>"az Ön Google Fiókját"</li>\n<li>"a rendszer- és alkalmazásadatokat és -beállításokat"</li>\n<li>"a letöltött alkalmazásokat"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Ez törli az összes adatot telefonja "<b>"belső tárhelyéről"</b>", ideértve:"\n\n<li>"az Ön Google Fiókját"</li>\n<li>"a rendszer- és alkalmazásadatokat és -beállításokat"</li>\n<li>"a letöltött alkalmazásokat"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Ez törli az összes adatot táblagépe "<b>"belső tárhelyéről"</b>", ideértve:"\n\n<li>"az Ön Google Fiókját"</li>\n<li>"a rendszer- és alkalmazásadatokat és -beállításokat"</li>\n<li>"a letöltött alkalmazásokat"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Ez törli az összes adatot táblagépe "<b>"belső tárhelyéről"</b>", ideértve:"\n\n<li>"az Ön Google Fiókját"</li>\n<li>"a rendszer- és alkalmazásadatokat és -beállításokat"</li>\n<li>"a letöltött alkalmazásokat"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Jelenleg a következő fiókokba van bejelentkezve:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Zene"</li>\n<li>"Fotók"</li>\n<li>"Más felhasználói adatok"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"A zenék, képek és más felhasználói adatok törléséhez az "<b>"USB-tárat"</b>" is törölnie kell."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Nincs USB-kapcsolat"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB-megosztási hiba"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth megosztása"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"A táblagép internetkapcsolata megosztva"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"A telefon internetkapcsolatának megosztása"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"A táblagép internetkapcsolata megosztva 1 eszközzel"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"A telefon internetkapcsolata megosztva 1 eszközzel"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"A táblagép internetkapcsolatának megosztása <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> eszközzel"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"A telefon internetkapcsolatának megosztása <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> eszközzel"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"A táblagép internetkapcsolata nincs megosztva"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"A telefon internetkapcsolata nincs megosztva"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-megosztás bekapcsolva, de nincs csatl."</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-megosztás bekapcsolva, de nincs csatl."</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-megosztás kikapcsolva"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-megosztás kikapcsolva"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth-megosztási hiba"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Nem osztható meg több mint <xliff:g id="MAXCONNECTION">%1$d</xliff:g> eszköznek"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> megosztása meg lesz szüntetve."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Szó szerkesztése"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Szerkesztés"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Törlés"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nincsenek szavak a felhasználói szótárban. Új szavakat a Hozzáadás ( + ) gomb megérintésével vehet fel."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nincsenek szavak a felhasználói szótárban. Új szavakat a menüből adhat hozzá."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Nincsenek szavak a felhasználói szótárban. Új szavakat a menüből adhat hozzá."</string>
<string name="testing" msgid="6584352735303604146">"Tesztelés"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Táblagép adatai"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Bekapcsoló gomb"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"A bekapcsoló gomb megszakítja a hívást"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Hívás során a Kikapcsoló gomb megnyomása a képernyő kikapcsolása helyett a hívásnak vet véget"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Érintőképernyős kézmozdulatok"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Érintés és tartási késleltetés"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"A késleltetés, amivel egy érintés úgy kerül értelmezésre, mint egy érintés és tartás"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Akkumulátorhasználat"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Mi használta az akkumulátort"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Nincs elérhető akkuhaszn. adat"</string>
@@ -1413,12 +1425,12 @@
<string name="settings_backup" msgid="2274732978260797031">"Biztonsági mentés beállításai"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Biztonsági másolat készítése a beállításaimról"</string>
<string name="sync_menu_sync_now" msgid="6154608350395805683">"Szinkronizálás most"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Szinkronizálás megszakítása"</string>
+ <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Szinkronizálás felfüggesztése"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Érintse meg az azonnali szinkronizáláshoz<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
<string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
<string name="sync_calendar" msgid="9056527206714733735">"Naptár"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Névjegyek"</string>
+ <string name="sync_contacts" msgid="9174914394377828043">"Partnerek"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Üdvözli a Google Sync!"</font>" "\n"Az adatok Google-féle szinkronizálása lehetővé teszi, hogy bárhonnan hozzáférjen címtárához, találkozóihoz stb."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Alkalmazásszinkronizálási beállítások"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Adatok és szinkronizálás"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"A szolgáltatás elfoglalt, próbálja újra"</string>
<string name="delete" msgid="4219243412325163003">"Törlés"</string>
<string name="misc_files" msgid="6298643430106707497">"Egyéb fájlok"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"kiválasztva: <xliff:g id="NUMBER">%1$d</xliff:g>, összesen: <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Összes kijelölése"</string>
</resources>
diff --git a/res/values-in/arrays.xml b/res/values-in/arrays.xml
index c82003d..3746293 100644
--- a/res/values-in/arrays.xml
+++ b/res/values-in/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 menit"</item>
<item msgid="4322676235684793329">"30 menit"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Sangat lambat"</item>
<item msgid="2361722960903353554">"Lambat"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Tidak pernah ketika tersambung"</item>
<item msgid="6592896328877671197">"Tidak pernah (menggunakan lebih banyak daya baterai)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Ketika layar mati"</item>
- <item msgid="8137861573803398334">"Tidak pernah ketika tersambung"</item>
- <item msgid="5996547094658157629">"Tidak pernah (lebih menguras daya)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Otomatis"</item>
<item msgid="6670588712989942178">"Hanya 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Hanya dalam mode senyap"</item>
<item msgid="8418930333779132418">"Hanya ketika tidak dalam mode Senyap"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Singkat"</item>
- <item msgid="2560532955514699713">"Sedang"</item>
- <item msgid="2372711992605524591">"Lama"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 298942f..8b8fa51 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Setel proxy HTTP global dan daftar pengecualian"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Bersihkan"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Porta proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Tidak ada Proxy untuk"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Abaikan proxy untuk"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Pulihkan bawaan"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Selesai"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nama inang proksi"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Perhatian"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Nama inang yang Anda ketikkan tidak valid."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Enkripsi tablet? Operasi ini tidak dapat dibatalkan dan jika Anda menghentikannya, data akan hilang. Enkripsi membutuhkan waktu satu jam atau lebih, saat itu tablet akan dimulai ulang beberapa kali."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Enkripsi ponsel? Operasi ini tidak dapat dibatalkan dan jika Anda menghentikannya, data akan hilang. Enkripsi membutuhkan waktu satu jam atau lebih, saat itu ponsel akan dimulai ulang beberapa kali."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Mengenkripsi"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Tunggu sampai tablet selesai dienkripsi. <xliff:g id="PERCENT">^1</xliff:g>% selesai."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Tunggu sampai ponsel selesai dienkripsi. <xliff:g id="PERCENT">^1</xliff:g>% selesai."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Coba lagi dalam <xliff:g id="DELAY">^1</xliff:g> detik."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Coba lagi dalam ^1 detik."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Masukkan sandi"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Enkripsi gagal"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Enkripsi terhenti dan tidak dapat diselesaikan. Anda harus mengembalikan ke setelan pabrik (menghapus semua data) sebelum dapat melanjutkan penggunaan tablet. Anda dapat mencoba mengenkripsi tablet lagi setelah penyetelan ulang selesai."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Pilih metode untuk mengunci layar"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Mati"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Jangan mengunci layar"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Tidak diamankan"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Tak Satu Pun"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Tidak memerlukan pola, PIN, atau sandi untuk membuka kunci layar"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Pola"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Membutuhkan pola untuk membuka kunci layar"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Membutuhkan sandi untuk membuka kunci layar"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Dinonaktifkan oleh administrator atau kebijakan enkripsi"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Mati"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Tanpa pengamanan"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Tidak diamankan"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Diamankan dengan pola"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Diamankan dengan PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Diamankan dengan sandi"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transfer"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Perangkat Masukan"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Akses Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Menambatkan"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan dilepas sambungannya dari audio media."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan dilepas sambungannya dari audio handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan dilepas sambungannya dari perangkat masukan."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Akses Internet melalui <xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan diputus."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan diputus dari berbagi sambungan Internet ponsel ini."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan diputus dari berbagi sambungan Internet ponsel ini."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> opsi"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Tindakan perangkat"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Sambungkan"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Sambungkan ke server transfer berkas"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Tidak tersambung kepada server transfer berkas"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Terhubung ke perangkat masukan"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Tersambung ke perangkat untuk akses Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Berbagi sambungan Internet lokal dengan perangkat"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Gunakan untuk audio media"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Gunakan untuk audio ponsel"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Gunakan untuk transfer berkas"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Beri tahu saya ketika ada jaringan yang tersedia"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Kebijakan pemutusan sambungan Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Tentukan saat beralih dari Wi-Fi ke data seluler"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Tentukan saat untuk memutus sambungan Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Ada masalah saat mengubah setelan"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Tambahkan jaringan Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Jaringan Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Kecepatan tautan"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"alamat IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metode EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autentikasi tahap 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Sertifikat CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Ketikkan alamat dns yang valid."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Ketikkan panjang awalan jaringan antara 0 dan 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Panjang awalan jaringan"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Hotspot Wi-Fi portabel"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> hotspot portabel aktif"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Galat hotspot Wi-Fi portabel"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Waktu tunggu"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Layar mati secara otomatis setelah <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Kecerahan otomatis"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Setelan kunci kartu SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Siapkan kunci kartu SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Kunci kartu SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Jaringan"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Alamat MAC Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Alamat bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Nomor seri"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Tidak Tersedia"</string>
<string name="status_up_time" msgid="7294859476816760399">"Waktu aktif"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Waktu bangun"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Kembalikan ke setelan pabrik"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Hapus semua data di tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Hapus semua data pada ponsel"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Hal ini akan menghapus semua data dari "<b>"penyimpanan internal"</b>" tablet Anda, termasuk:"\n\n<li>"Akun Google"</li>\n<li>"Data dan setelan sistem dan aplikasi"</li>\n<li>"Aplikasi yang diunduh"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Hal ini akan menghapus semua data dari "<b>"penyimpanan internal"</b>" ponsel Anda, termasuk:"\n\n<li>"Akun Google"</li>\n<li>"Data dan setelan sistem dan aplikasi"</li>\n<li>"Aplikasi yang diunduh"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Ini akan menghapus semua data dari "<b>"penyimpanan internal"</b>" tablet Anda, termasuk:"\n\n<li>"Akun Google Anda"</li>\n<li>"Data dan setelan sistem dan aplikasi"</li>\n<li>"Aplikasi yang diunduh"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Ini akan menghapus semua data dari "<b>"penyimpanan internal"</b>" tablet Anda, termasuk:"\n\n<li>"Akun Google Anda"</li>\n<li>"Data dan setelan sistem dan aplikasi"</li>\n<li>"Aplikasi yang diunduh"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Saat ini Anda telah masuk ke akun berikut ini:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musik"</li>\n<li>"Foto"</li>\n<li>"Data pengguna lainnya"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Untuk menghapus musik, gambar, dan data pengguna lainnya, "<b>"penyimpanan USB"</b>" perlu dihapus."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB tidak tersambung"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Galat penambatan USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Penambatan bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Berbagi sambungan Internet tablet ini"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Berbagi sambungan Internet ponsel ini"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Berbagi sambungan Internet tablet ini dengan 1 perangkat"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Berbagi sambungan Internet ponsel ini dengan 1 perangkat"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Berbagi sambungan Internet tablet ini dengan <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> perangkat"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Berbagi sambungan Internet ponsel ini dengan <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> perangkat"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tidak berbagi sambungan Internet tablet ini"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Tidak berbagi sambungan Internet ponsel ini"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Penambatan bluetooth aktif, tapi tidak terhubung"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Penambatan bluetooth aktif, tapi tidak terhubung"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Penambatan bluetooth nonaktif"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Penambatan bluetooth nonaktif"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Galat penambatan bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Tidak dapat menambatkan ke lebih dari <xliff:g id="MAXCONNECTION">%1$d</xliff:g> perangkat"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> akan dilepas dari penambatan."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Edit kata"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Edit"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Hapus"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Anda tidak menyimpan satu kata pun dalam kamus. Anda dapat menambahkan kata dengan menyentuh tombol Tambahkan ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Anda tidak memiliki kata apa pun dalam kamus. Anda dapat menambahkan kata tertentu melalui menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Anda tidak memiliki kata apa pun dalam kamus. Anda dapat menambahkan kata tertentu melalui menu."</string>
<string name="testing" msgid="6584352735303604146">"Menguji"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informasi tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Tombol daya"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Tombol daya mengakhiri panggilan"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Selama panggilan, menekan tombol daya mengakhiri panggilan dan bukan mematikan layar"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestur layar sentuh"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Tundaan sentuh & tahan"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Tunda hingga sentuhan ditafsirkan sebagai sentuh & tahan"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Penggunaan baterai"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Apa yang menggunakan daya baterai"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Data penggunaan baterai tidak tersedia"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Aplikasi dapat menyinkronkan, mengirimkan, dan menerima data kapan pun"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Perhatian"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Menonaktifkan data latar belakang memperpanjang masa pakai baterai dan menurunkan penggunaan data. Beberapa aplikasi masih dapat menggunakan sambungan data latar belakang."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Sinkronisasi otomatis"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Sinkronisasi otomatis"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Aplikasi menyinkronkan data secara otomatis"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Mengelola akun"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sinkronisasi AKTIF"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Galat sinkronisasi"</string>
<string name="settings_backup" msgid="2274732978260797031">"Setelan cadangan"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Cadangkan setelan saya"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinkronkan sekarang"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Batalkan sinkronisasi"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinkronisasi sekarang"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Batalkan sinkronisasi"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Sentuh untuk menyinkronkan sekarang<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalender"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Kenalan"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalender"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Kenalan"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Selamat datang di Google sync!"</font>\n" Pendekatan Google untuk menyinkronkan data guna membolehkan akses ke kenalan, janji temu, dan lain-lain dari mana saja."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Setelan sinkronisasi aplikasi"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Data & sinkronisasi"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Layanan sibuk, coba lagi"</string>
<string name="delete" msgid="4219243412325163003">"Hapus"</string>
<string name="misc_files" msgid="6298643430106707497">"Berkas Serbaneka"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"Terpilih <xliff:g id="NUMBER">%1$d</xliff:g> dari <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Pilih Semua"</string>
</resources>
diff --git a/res/values-it/arrays.xml b/res/values-it/arrays.xml
index 5ae9018..db91364 100644
--- a/res/values-it/arrays.xml
+++ b/res/values-it/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuti"</item>
<item msgid="4322676235684793329">"30 minuti"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Molto lenta"</item>
<item msgid="2361722960903353554">"Lenta"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Mai quando collegato"</item>
<item msgid="6592896328877671197">"Mai (consuma più batteria)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Quando lo schermo si disattiva"</item>
- <item msgid="8137861573803398334">"Mai quando collegato"</item>
- <item msgid="5996547094658157629">"Mai (consuma più batteria)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatica"</item>
<item msgid="6670588712989942178">"Solo 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Solo in mod. silenziosa"</item>
<item msgid="8418930333779132418">"Solo se mod. silenziosa non attiva"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Breve"</item>
- <item msgid="2560532955514699713">"Media"</item>
- <item msgid="2372711992605524591">"Lunga"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index d2b57a0..806743a 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Imposta il proxy HTTP globale e gli elenchi di esclusioni"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Cancella"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Porta proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nessun proxy per"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ignora proxy per"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Ripristina predefinite"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Fine"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Hostname proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Attenzione"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Il nome host specificato non è valido."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Eseguire la crittografia del tablet? Questa operazione non è reversibile e la sua interruzione causerà la perdita di dati. La crittografia richiede almeno un\'ora, durante la quale il tablet verrà riavviato diverse volte."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Eseguire la crittografia del telefono? Questa operazione non è reversibile e la sua interruzione causerà la perdita di dati. La crittografia richiede almeno un\'ora, durante la quale il telefono verrà riavviato diverse volte."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Crittografia"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Attendi mentre il tablet viene crittografato. <xliff:g id="PERCENT">^1</xliff:g>% completato."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Attendi mentre il telefono viene crittografato. <xliff:g id="PERCENT">^1</xliff:g>% completato."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Riprova tra <xliff:g id="DELAY">^1</xliff:g> secondi."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Riprova fra ^1 secondi."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Inserisci la password"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Crittografia non riuscita"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"La crittografia è stata interrotta e non è possibile completarla. Devi eseguire un ripristino dati di fabbrica (cancellando tutti i tuoi dati) per poter riprendere a utilizzare il tablet. Puoi provare a crittografare di nuovo il tablet al termine del ripristino."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Scegli un metodo per bloccare lo schermo"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Non attivo"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Non bloccare mai lo schermo"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Non protetto"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nessuno"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Non occorrono sequenza, PIN o password per sbloccare lo schermo"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Sequenza"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Richiedi una sequenza per sbloccare lo schermo"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Richiedi password per sbloccare lo schermo"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Disattivata da ammin. o da norma di crittografia"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Off"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nessuna protezione"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Non protetto"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Protetto con sequenza"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Protetto con PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Protetto con password"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Vivavoce"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Trasferisci"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositivo di input"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Accesso Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso dall\'audio multimediale."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso dall\'audio vivavoce."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso dal dispositivo di input."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"L\'accesso Internet tramite <xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso dalla condivisione della connessione Internet del tablet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> verrà disconnesso dalla condivisione della connessione Internet del telefono."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opzioni <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Azioni dispositivo"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Connetti"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Collegato al server di trasferimento file"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Non collegato al server di trasferimento file"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Connesso a dispositivo di input"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Connesso a dispositivo per accesso Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Condivisione connessione Internet locale con dispositivo"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Usa per audio media"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Usa per audio telefono"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Usa per trasferimento file"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Avvisa quando è disponibile una rete aperta"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Norma di scollegamento Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Specifica quando passare da Wi-Fi a dati cellulare"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Specifica quando eseguire la disconnessione dalla rete Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Si è verificato un problema durante la modifica dell\'impostazione"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Aggiungi rete Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Reti Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stato"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocità di collegamento"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Indirizzo IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metodo EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticazione fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificato CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Digita un indirizzo DNS valido."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Digita lunghezza prefisso rete tra 0 e 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Lunghezza prefisso rete"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Hotspot Wi-Fi portatile"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Hotspot portatile <xliff:g id="NETWORK_SSID">%1$s</xliff:g> attivo"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Errore hotspot Wi-Fi portatile"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timeout"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Lo schermo si spegne automaticamente dopo <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Luminosità automatica"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Impostazioni blocco SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Impostazioni blocco SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Blocco della SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Rete"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Indirizzo MAC Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Indirizzo Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Numero di serie"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Non disponibile"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tempo di attività"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Tempo di attività"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Ripristino dati di fabbrica"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Cancella tutti i dati sul tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Cancella tutti i dati sul telefono"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Questa operazione cancellerà tutti i dati dall\'"<b>"archivio interno"</b>" del tablet, compresi:"\n\n<li>"L\'account Google"</li>\n<li>"I dati e le impostazioni di sistema e delle applicazioni"</li>\n<li>"Le applicazioni scaricate"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Questa operazione cancellerà tutti i dati dall\'"<b>"archivio interno"</b>" del telefono, compresi:"\n\n<li>"L\'account Google"</li>\n<li>"I dati e le impostazioni di sistema e delle applicazioni"</li>\n<li>"Le applicazioni scaricate"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Questa operazione cancellerà tutti i dati dall\'"<b>"archivio interno"</b>" del tablet, compresi:"\n\n<li>"L\'account Google"</li>\n<li>"I dati e le impostazioni di sistema e delle applicazioni"</li>\n<li>"Le applicazioni scaricate"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Questa operazione cancellerà tutti i dati dall\'"<b>"archivio interno"</b>" del tablet, compresi:"\n\n<li>"L\'account Google"</li>\n<li>"I dati e le impostazioni di sistema e delle applicazioni"</li>\n<li>"Le applicazioni scaricate"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Al momento sei collegato ai seguenti account:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musica"</li>\n<li>"Foto"</li>\n<li>"Altri dati utente"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Per cancellare anche musica, foto e altri dati dell\'utente, è necessario cancellare i dati dell\'"<b>"archivio USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB non connessa"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Errore tethering USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Tethering Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Condivisione connessione Internet di questo tablet"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Condivisione connessione Internet di questo telefono"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Condivisione connessione Internet tablet con 1 dispositivo"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Condivisione connessione Internet telefono con 1 dispositivo"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Condivisione connessione Internet tablet con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositivi"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Condivisione connessione Internet telefono con <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> dispositivi"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Connessione Internet del tablet non condivisa"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Connessione Internet del telefono non condivisa"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Tethering Bluetooth attivo ma non connesso"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Tethering Bluetooth attivo ma non connesso"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tethering Bluetooth non attivo"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Tethering Bluetooth non attivo"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Errore tethering Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Tethering impossibile con più di <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispositivi"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Sarà annullato il tethering per <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Modifica parola"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Modifica"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Elimina"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Non sono presenti parole nel dizionario utente. Puoi aggiungere una parola toccando il pulsante Aggiungi (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Non sono presenti parole nel dizionario utente. Puoi aggiungere una parola mediante il menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Non sono presenti parole nel dizionario utente. Puoi aggiungere una parola mediante il menu."</string>
<string name="testing" msgid="6584352735303604146">"Verifica in corso"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informazioni sul tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Pulsante di accensione"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Termina chiamata"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Durante una chiamata, la pressione del pulsante di accensione termina la chiamata invece di spegnere lo schermo"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gesti touchscreen"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Ritardo tocco e pressione prolungata"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Ritardo per interpretare il tocco come tocco e pressione prolungata"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Utilizzo batteria"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Consumo batteria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Dati uso batteria non dispon."</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Servizio occupato, riprova"</string>
<string name="delete" msgid="4219243412325163003">"Elimina"</string>
<string name="misc_files" msgid="6298643430106707497">"File vari"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"selezionati <xliff:g id="NUMBER">%1$d</xliff:g> di <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Seleziona tutto"</string>
</resources>
diff --git a/res/values-iw/arrays.xml b/res/values-iw/arrays.xml
index 57ac5ce..1953829 100644
--- a/res/values-iw/arrays.xml
+++ b/res/values-iw/arrays.xml
@@ -41,7 +41,7 @@
</string-array>
<string-array name="screen_timeout_entries">
<item msgid="3342301044271143016">"15 שניות"</item>
- <item msgid="8881760709354815449">"30 שניות"</item>
+ <item msgid="8881760709354815449">"שניות"</item>
<item msgid="7589406073232279088">"דקה אחת"</item>
<item msgid="7001195990902244174">"2 דקות"</item>
<item msgid="7489864775127957179">"5 דקות"</item>
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 דקות"</item>
<item msgid="4322676235684793329">"30 דקות"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"איטי מאוד"</item>
<item msgid="2361722960903353554">"לאט"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"לעולם לא כאשר מחובר"</item>
<item msgid="6592896328877671197">"לעולם לא (שימוש ביותר צריכת סוללה)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"כאשר המסך נכבה"</item>
- <item msgid="8137861573803398334">"לעולם לא כאשר מחובר"</item>
- <item msgid="5996547094658157629">"לעולם לא (משתמש בצריכת סוללה רבה יותר)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"רכב"</item>
<item msgid="6670588712989942178">"5 GHz בלבד"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"במצב \'שקט\' בלבד"</item>
<item msgid="8418930333779132418">"רק כאשר אינו במצב \'שקט\'"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"קצר"</item>
- <item msgid="2560532955514699713">"בינוני"</item>
- <item msgid="2372711992605524591">"ארוך"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index e627c2b..bfd416b 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"הגדר את שרת proxy הגלובלי של HTTP ורשימות אי הכללה"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"נקה"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"יציאת שרת proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"ללא שרת Proxy עבור"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"עקוף שרת proxy עבור"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"שחזר ברירות מחדל"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"בוצע"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"שם מארח של שרת proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"לידיעתך"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"אישור"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"שם המארח שהקלדת אינו חוקי."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"להצפין טבלט? פעולה זו היא בלתי הפיכה והפסקתה תגרום לאבדן נתונים. ההצפנה אורכת שעה או יותר, ובמהלך זמן זה הטבלט יופעל מחדש מספר פעמים."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"להצפין טלפון? פעולה זו היא בלתי הפיכה והפסקתה תגרום לאבדן נתונים. ההצפנה אורכת שעה או יותר, ובמהלך זמן זה הטלפון יופעל מחדש מספר פעמים."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"מצפין"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"המתן בזמן הצפנת הטבלט. <xliff:g id="PERCENT">^1</xliff:g>% הושלמו."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"המתן בזמן הצפנת הטלפון. <xliff:g id="PERCENT">^1</xliff:g>% הושלמו."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"נסה שוב בעוד <xliff:g id="DELAY">^1</xliff:g> שניות."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"נסה שוב בעוד ^1 שניות."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"הזן את הסיסמה"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"ההצפנה נכשלה"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"ההצפנה הופסקה ולא ניתן להשלימה. עליך לבצע איפוס נתוני יצרן (שיביא למחיקת כל הנתונים שלך) לפני שתוכל לשוב ולהשתמש בטבלט. תוכל לנסות להצפין שוב את הטבלט לאחר השלמת האיפוס."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"בחר שיטה לנעילת המסך"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"כבוי"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"לעולם אל תנעל את המסך"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"לא מאובטח"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"ללא"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"אל תדרוש קו, PIN או סיסמה לביטול נעילת המסך"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"דפוס"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"דרוש דפוס לביטול נעילת המסך"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"דרושה סיסמה לביטול נעילת המסך"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"מושבת על ידי מנהל המערכת או מדיניות ההצפנה"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"כבוי"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"אין אבטחה"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"לא מאובטח"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"מאובטח עם קו"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"מאובטח עם PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"מאובטח עם סיסמה"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"דיבורית"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"העבר"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"התקן קלט"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"גישה לאינטרנט"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"קשירה"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ינותק מהאודיו של המדיה."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ינותק מהאודיו של הדיבורית."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ינותק מהתקן הקלט."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"הגישה לאינטרנט דרך <xliff:g id="DEVICE_NAME">%1$s</xliff:g> תנותק."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ינותק משיתוף החיבור לאינטרנט של טבלט זה."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ינותק משיתוף החיבור לאינטרנט של טלפון זה."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> אפשרויות"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"פעולות בהתקן"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"התחבר"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"מחובר לשרת להעברת קבצים"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"לא מחובר לשרת להעברת קבצים"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"מחובר להתקן קלט"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"מחובר להתקן לצורך גישה לאינטרנט"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"משתף חיבור אינטרנט מקומי עם התקן"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"השתמש עבור אודיו של מדיה"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"השתמש עבור אודיו של הטלפון"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"השתמש להעברת קבצים"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"הודע לי כשיש רשת פתוחה זמינה"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"מדיניות ניתוק Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"ציין מתי לעבור מ-Wi-Fi לנתונים להתקנים ניידים"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"ציין מתי להתנתק מה-Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"אירעה בעיה בשינוי ההגדרה"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"הוסף רשת Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"רשתות Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"מצב"</string>
<string name="wifi_speed" msgid="3526198708812322037">"מהירות קישור"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"כתובת IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"שיטת EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"אימות שלב 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"אישור CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"הקלד כתובת dns חוקית."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"הקלד אורך של קידומת רשת בין 0 ו-32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"שער"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"אורך קידומת של רשת"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">" נקודה חמה ניידת של Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> פעיל של נקודה חמה ניידת"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"שגיאת נקודה חמה ניידת של Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"זמן קצוב לתפוגה"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"המסך נכבה אוטומטית לאחר <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"בהירות אוטומטית"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"הגדרות נעילת כרטיס SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"הגדרת נעילת כרטיס SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"נעילת כרטיס SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"רשת"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"כתובת ה-MAC של Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"כתובת Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"מספר סידורי"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"לא זמין"</string>
<string name="status_up_time" msgid="7294859476816760399">"זמן פעולה"</string>
<string name="status_awake_time" msgid="2393949909051183652">"זמן התעוררות"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"איפוס נתוני יצרן"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"מוחק את כל הנתונים בטבלט"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"מחק את כל הנתונים בטלפון"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"פעולה זו תמחק את כל הנתונים מ"<b>"האחסון הפנימי"</b>" של הטבלט, כולל:"\n\n<li>"חשבון Google שלך"</li>\n<li>"נתונים והגדרות של מערכת ויישומים"</li>\n<li>"יישומים שהורדו"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"פעולה זו תמחק את כל הנתונים מ"<b>"האחסון הפנימי"</b>" של הטלפון, כולל:"\n\n<li>"חשבון Google שלך"</li>\n<li>"נתונים והגדרות של מערכת ויישומים"</li>\n<li>"יישומים שהורדו"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"פעולה זו תמחק את כל הנתונים מ"<b>"האחסון הפנימי"</b>" של הטבלט, כולל:"\n\n<li>"חשבון Google שברשותך"</li>\n<li>"נתונים והגדרות של המערכת והיישומים"</li>\n<li>"יישומים שהורדו"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"פעולה זו תמחק את כל הנתונים מ"<b>"האחסון הפנימי"</b>" של הטבלט, כולל:"\n\n<li>"חשבון Google שברשותך"</li>\n<li>"נתונים והגדרות של המערכת והיישומים"</li>\n<li>"יישומים שהורדו"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"אתה מחובר כעת לחשבונות הבאים:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"מוסיקה"</li>\n<li>"תמונות"</li>\n<li>"נתוני משתמש אחרים"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"כדי לנקות גם מוסיקה, תמונות ונתונים אחרים, יש למחוק את "<b>"אמצעי האחסון מסוג USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB מנותק"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"שגיאת קשירה של USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"קשירת Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"משתף את החיבור לאינטרנט של טבלט זה"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"משתף את החיבור לאינטרנט של טלפון זה"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"משתף את החיבור לאינטרנט של טבלט זה עם התקן אחד"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"משתף את החיבור לאינטרנט של טלפון זה עם התקן אחד"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"משתף את החיבור לאינטרנט של טבלט זה עם <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> התקנים"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"משתף את החיבור לאינטרנט של טלפון זה עם <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> התקנים"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"לא משתף את החיבור לאינטרנט של טבלט זה"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"לא משתף את החיבור לאינטרנט של טלפון זה"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"קשירת Bluetooth מופעלת, אך לא מחוברת"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"קשירת Bluetooth מופעלת, אך לא מחוברת"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"קשירת Bluetooth כבויה"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"קשירת Bluetooth כבויה"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"שגיאה של קשירת Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"אין אפשרות לקשור ליותר מ-<xliff:g id="MAXCONNECTION">%1$d</xliff:g> התקנים"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"תבוטל הקשירה של <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"ערוך מילה"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"ערוך"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"מחק"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"אין לך מילים במילון המשתמש. תוכל להוסיף מילה על ידי נגיעה בלחצן \'הוסף\' (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"אין מילים במילון המשתמש. תוכל להוסיף מילה באמצעות התפריט."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"אין לך מילים במילון המשתמש. תוכל להוסיף מילה באמצעות התפריט."</string>
<string name="testing" msgid="6584352735303604146">"בדיקה"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"פרטי טבלט"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"לחצן הפעלה"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"לחצן ההפעלה מסיים את השיחה"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"במהלך שיחה, לחיצה על לחצן ההפעלה תסיים את השיחה במקום לכבות את המסך"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"מחוות של מסך מגע"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"עיכוב של \'גע והחזק\'"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"עיכוב עד שנגיעה תזוהה כפעולת \'גע והחזק\'"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"צריכת סוללה"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"מה השתמש בסוללה"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"נתונים על שימוש בסוללה אינם זמינים"</string>
@@ -1412,7 +1424,7 @@
<string name="sync_error" msgid="5060969083117872149">"שגיאת סנכרון"</string>
<string name="settings_backup" msgid="2274732978260797031">"הגדרות גיבוי"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"גבה את ההגדרות שלי"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"סנכרן עכשיו"</string>
+ <string name="sync_menu_sync_now" msgid="6154608350395805683">"סנכרן כעת"</string>
<string name="sync_menu_sync_cancel" msgid="8292379009626966949">"בטל סינכרון"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"גע כדי לסנכרן כעת<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"השירות לא פנוי, נסה שוב"</string>
<string name="delete" msgid="4219243412325163003">"מחק"</string>
<string name="misc_files" msgid="6298643430106707497">"קובצי \'שונות\'"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"נבחרו <xliff:g id="NUMBER">%1$d</xliff:g> מתוך <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"בחר הכל"</string>
</resources>
diff --git a/res/values-ja/arrays.xml b/res/values-ja/arrays.xml
index 02836b7..ac49a56 100644
--- a/res/values-ja/arrays.xml
+++ b/res/values-ja/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10分"</item>
<item msgid="4322676235684793329">"30分"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"非常に遅い"</item>
<item msgid="2361722960903353554">"遅い"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"電源接続時はスリープにしない"</item>
<item msgid="6592896328877671197">"切断しない(電池使用量が多くなります)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"画面がOFFになったとき"</item>
- <item msgid="8137861573803398334">"電源接続時はスリープしない"</item>
- <item msgid="5996547094658157629">"スリープしない(電池使用量増)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"自動"</item>
<item msgid="6670588712989942178">"5 GHzのみ"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"マナーモードがONのときのみ"</item>
<item msgid="8418930333779132418">"マナーモードがOFFのときのみ"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"短め"</item>
- <item msgid="2560532955514699713">"中"</item>
- <item msgid="2372711992605524591">"長め"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 0b4aea0..db640cc 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"グローバルHTTPプロキシと除外リストを設定する"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"消去"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"プロキシポート"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"プロキシ不使用"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"プロキシを不使用"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"初期設定に戻す"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"終了"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"プロキシのホスト名"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"注意"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"入力したホスト名は無効です。"</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"タブレットを暗号化しますか?この操作は元に戻すことができず、途中で中断するとデータが失われます。暗号化には1時間以上かかり、途中でタブレットが何度か再起動されます。"</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"端末を暗号化しますか?この操作は元に戻すことができず、途中で中断するとデータが失われます。暗号化には1時間以上かかり、途中で端末が何度か再起動されます。"</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"暗号化しています"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"タブレットを暗号化しています。しばらくお待ちください。<xliff:g id="PERCENT">^1</xliff:g>%完了。"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"携帯端末を暗号化しています。しばらくお待ちください。<xliff:g id="PERCENT">^1</xliff:g>%完了。"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g>秒後にやり直してください。"</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"^1秒後にやり直してください。"</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"パスワードを入力"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"暗号化に失敗しました"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"暗号化が中断されたため完了できませんでした。タブレットの暗号化を再開するにはデータを初期化する必要があります(ユーザーデータはすべて消去されます)。リセットが完了したら、もう一度タブレットの暗号化をお試しください。"</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"画面をロックする方法を選択する"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"OFF"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"画面をロックしない"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"保護されていません"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"なし"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"解除にパターン、PIN、パスワードを必要としない"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"パターン"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"画面ロックをパターンで解除する"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"画面ロックをパスワードで解除する"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"管理者または暗号化ポリシーにより無効化"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"OFF"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"セキュリティなし"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"保護されていません"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"パターンで保護されています"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PINで保護されています"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"パスワードで保護されています"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"ハンズフリー"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"転送"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"入力デバイス"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"インターネットアクセス"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"テザリング"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>はメディアの音声から切断されます。"</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>はハンズフリー音声デバイスから切断されます。"</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>は入力デバイスから切断されます。"</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>経由のインターネットアクセスを切断します。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"このタブレットのインターネット接続の共有から<xliff:g id="DEVICE_NAME">%1$s</xliff:g>を切断します。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"この携帯端末のインターネット接続の共有から<xliff:g id="DEVICE_NAME">%1$s</xliff:g>を切断します。"</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>オプション"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"デバイスの動作"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"接続"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"ファイル転送サーバーに接続"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"ファイル転送サーバーに接続しない"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"入力デバイスに接続されています"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"インターネットアクセス用に接続"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"ローカルインターネット接続をデバイスと共有"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"メディアの音声に使用"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"携帯電話の音声に使用"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"ファイル転送に使用"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"オープンネットワークが利用可能なときに通知する"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fiの切断ポリシー"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Wi-Fiをスリープに切り替えるタイミング"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Wi-Fiから切断するタイミングを指定する"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"設定の変更中に問題が発生しました"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Wi-Fiネットワークを追加"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fiネットワーク"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"接続状況"</string>
<string name="wifi_speed" msgid="3526198708812322037">"リンク速度"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IPアドレス"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP方式"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"フェーズ2認証"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA証明書"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"有効なDNSアドレスを入力してください。"</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"ネットワークプレフィックス長は0~32で指定してください"</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"ゲートウェイ"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"ネットワークプレフィックス長"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"ポータブルWi-Fiアクセスポイント"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"ポータブルアクセスポイント<xliff:g id="NETWORK_SSID">%1$s</xliff:g>が有効です"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"ポータブルWi-Fiアクセスポイントエラー"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"タイムアウト"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"画面を<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>後に自動的にOFFにする"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"明るさを自動調整"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIMカードロック設定"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIMカードロック設定"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIMカードロック"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"ネットワーク"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MACアドレス"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetoothアドレス"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"シリアル番号"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"不明"</string>
<string name="status_up_time" msgid="7294859476816760399">"稼働時間"</string>
<string name="status_awake_time" msgid="2393949909051183652">"端末使用時間"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"データの初期化"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"タブレット内のすべてのデータを消去する"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"携帯端末内のすべてのデータを消去する"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"この操作を行うと、タブレットの以下のデータを含む"<b>"内部ストレージ"</b>"の全データが消去されます:"\n\n<li>"Googleアカウント"</li>\n<li>"システムやアプリケーションのデータと設定"</li>\n<li>"ダウンロードしたアプリケーション"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"この操作を行うと、携帯端末の以下のデータを含む"<b>"内部ストレージ"</b>"の全データが消去されます:"\n\n<li>"Googleアカウント"</li>\n<li>"システムやアプリケーションのデータと設定"</li>\n<li>"ダウンロードしたアプリケーション"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"この操作を行うと、以下のデータを含む"<b>"内部ストレージ"</b>"の全データが消去されます:"\n\n<li>"Googleアカウント"</li>\n<li>"システムやアプリケーションのデータと設定"</li>\n<li>"ダウンロードしたアプリケーション"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"この操作を行うと、以下のデータを含む"<b>"内部ストレージ"</b>"の全データが消去されます:"\n\n<li>"Googleアカウント"</li>\n<li>"システムやアプリケーションのデータと設定"</li>\n<li>"ダウンロードしたアプリケーション"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"以下のアカウントにログインしています:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"音楽"</li>\n<li>"画像"</li>\n<li>"他のユーザーデータ"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"音楽、写真、その他のユーザーデータも消去する場合は"<b>"USBストレージ"</b>"を消去する必要があります。"</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USBが接続されていません"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USBテザリングエラー"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetoothテザリング"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"このタブレットのインターネット接続を共有"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"この携帯端末のインターネット接続を共有"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"このタブレットのインターネット接続を1台のデバイスと共有"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"この携帯端末のインターネット接続を1台のデバイスと共有"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"このタブレットのインターネット接続を<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>台のデバイスと共有"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"この携帯端末のインターネット接続を<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>台のデバイスと共有"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"このタブレットのインターネット接続を共有しない"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"この携帯端末のインターネット接続を共有しない"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"BluetoothテザリングはONですが、接続されていません"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"BluetoothテザリングはONですが、接続されていません"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"BluetoothテザリングはOFFです"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"BluetoothテザリングはOFFです"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetoothテザリングのエラー"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"テザリングできるデバイスは<xliff:g id="MAXCONNECTION">%1$d</xliff:g>個までです"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>のテザリングを解除します。"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"語句の編集"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"編集"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"削除"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"単語リストに登録がありません。追加ボタン[+]をタップすると単語を追加できます。"</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"単語リストに登録がありません。MENUから単語を登録してください。"</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"単語リストに登録がありません。MENUから単語を登録してください。"</string>
<string name="testing" msgid="6584352735303604146">"テスト中"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"タブレット情報"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"電源ボタン"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"電源ボタンで通話を終了する"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"画面をOFFにするのではなく電源ボタンを押して通話を終了する"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"タッチスクリーンジェスチャー"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"長押しの時間"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"タップして長押しと判断されるまでの時間"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"電池使用量"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"電池の使用状況"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"電池使用量データなし"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"サービスはビジーです。もう一度お試しください。"</string>
<string name="delete" msgid="4219243412325163003">"削除"</string>
<string name="misc_files" msgid="6298643430106707497">"その他のファイル"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g>件選択(<xliff:g id="TOTAL">%2$d</xliff:g>件中)"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"すべて選択"</string>
</resources>
diff --git a/res/values-ko/arrays.xml b/res/values-ko/arrays.xml
index 2db4409..fdbcca9 100644
--- a/res/values-ko/arrays.xml
+++ b/res/values-ko/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10분"</item>
<item msgid="4322676235684793329">"30분"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"매우 느림"</item>
<item msgid="2361722960903353554">"느림"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"전원에 연결되었을 때는 절전 모드로 전환되지 않음"</item>
<item msgid="6592896328877671197">"절전 모드로 전환 안함(배터리 전원이 더 많이 소모됨)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"화면이 꺼질 때"</item>
- <item msgid="8137861573803398334">"전원 연결 시 사용 안함"</item>
- <item msgid="5996547094658157629">"사용 안함(배터리 소모 큼)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"자동"</item>
<item msgid="6670588712989942178">"5GHz 전용"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"무음 모드일 때만"</item>
<item msgid="8418930333779132418">"무음 모드가 아닐 때만"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"짧게"</item>
- <item msgid="2560532955514699713">"보통"</item>
- <item msgid="2372711992605524591">"길게"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 0a86f59..8f42d60 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -25,7 +25,7 @@
<string name="radioInfo_menu_viewFDN" msgid="7934301566925610318">"발신 허용 번호 보기"</string>
<string name="radioInfo_menu_viewSDN" msgid="7130280686244955669">"SDN(Service Dialing Numbers) 보기"</string>
<string name="radioInfo_menu_getPDP" msgid="560610293888406317">"PDP 목록 가져오기"</string>
- <string name="radioInfo_service_in" msgid="1915416319177520020">"서비스 중"</string>
+ <string name="radioInfo_service_in" msgid="1915416319177520020">"서비스 상태"</string>
<string name="radioInfo_service_out" msgid="5238736759641916278">"서비스 지역 벗어남"</string>
<string name="radioInfo_service_emergency" msgid="2485604591272668370">"긴급 통화만"</string>
<string name="radioInfo_service_off" msgid="1434084741785525415">"무선 연결 끊김"</string>
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"전체 HTTP 프록시 및 제외목록 설정"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"지우기"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"프록시 포트"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"프록시 없음"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"프록시 우회 대상:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"기본값 복원"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"완료"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"프록시 호스트 이름"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"주의"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"확인"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"입력한 호스트 이름이 잘못되었습니다."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"태블릿 암호화 작업은 되돌릴 수 없으며 중단하면 데이터를 잃게 됩니다. 암호화는 한 시간 이상이 걸리며 그 동안 태블릿은 몇 번 다시 시작됩니다."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"휴대전화 암호화 작업은 되돌릴 수 없으며 중단하면 데이터를 잃게 됩니다. 암호화는 한 시간 이상이 걸리며 그 동안 휴대전화는 몇 번 다시 시작됩니다."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"암호화 중"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"태블릿을 암호화하는 동안 잠시 기다려 주세요. <xliff:g id="PERCENT">^1</xliff:g>% 완료되었습니다."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"전화를 암호화하는 동안 잠시 기다려 주세요. <xliff:g id="PERCENT">^1</xliff:g>% 완료되었습니다."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g>초 후에 다시 시도하세요."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"^1초 후에 다시 시도하세요."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"비밀번호 입력"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"암호화 실패"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"암호화가 중단되어 완료할 수 없습니다. 초기화를 수행해야(모든 데이터가 삭제됨) 태블릿을 다시 사용할 수 있습니다. 재설정이 완료된 후 태블릿을 다시 암호화할 수 있습니다."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"화면을 잠그는 방법을 선택합니다."</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"사용 안함"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"화면 잠금 안함"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"보안되지 않음"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"없음"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"화면을 잠금해제할 때 패턴, PIN 또는 비밀번호 요구 안함"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"패턴"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"화면 잠금을 해제하려면 패턴이 필요합니다."</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"화면 잠금을 해제하려면 비밀번호가 필요합니다."</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"관리자 또는 암호화 정책에 따라 사용 중지됨"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"사용 안함"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"보안 사용 안함"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"화면 잠금 안함"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"패턴으로 보안"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PIN으로 보안"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"비밀번호로 보안"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"핸즈프리"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"전송"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"입력 장치"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"인터넷 액세스"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"테더링"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>와(과) 미디어 오디오의 연결이 끊어집니다."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>와(과) 핸즈프리 오디오의 연결이 끊어집니다."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>와(과) 입력 장치의 연결이 끊어집니다."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>을(를) 통한 인터넷 액세스 연결이 해제됩니다."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>이(가) 이 태블릿의 인터넷 연결 공유에서 해제됩니다."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>이(가) 이 휴대전화의 인터넷 연결 공유에서 해제됩니다."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> 옵션"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"기기 작동"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"연결"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"파일 전송 서버에 연결됨"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"파일 전송 서버에 연결되지 않았습니다."</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"입력 장치에 연결됨"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"인터넷 액세스를 위해 기기에 연결됨"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"로컬 인터넷 연결을 기기와 공유 중"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"미디어 오디오에 사용"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"휴대전화 오디오에 사용"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"파일 전송에 사용"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"개방형 네트워크를 사용할 수 있을 때 알림"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi 연결 해제 정책"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Wi-Fi에서 모바일 데이터로 전환될 때 표시"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Wi-Fi에서 연결을 끊을 때 표시"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"설정을 변경하는 중 문제가 발생했습니다."</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Wi-Fi 네트워크 추가"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi 네트워크"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"상태"</string>
<string name="wifi_speed" msgid="3526198708812322037">"링크 속도"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP 주소"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP 방식"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"단계 2 인증"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA 인증서"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"올바른 DNS 주소를 입력하세요."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"0에서 32 사이의 네트워크 접두비트 길이를 입력해 주세요."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"게이트웨이"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"네트워크 접두어 길이"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"휴대용 Wi-Fi 핫스팟"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"휴대용 핫스팟 <xliff:g id="NETWORK_SSID">%1$s</xliff:g> 사용"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"휴대용 Wi-Fi 핫스팟 오류"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"시간제한"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> 후에 화면이 자동으로 꺼짐"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"자동 밝기"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM 카드 잠금 설정"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM 카드 잠금 설정"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM 카드 잠금"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"네트워크"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC 주소"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth 주소"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"일련번호"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"사용할 수 없음"</string>
<string name="status_up_time" msgid="7294859476816760399">"가동 시간"</string>
<string name="status_awake_time" msgid="2393949909051183652">"무중단 가동 시간"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"공장 초기화"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"태블릿의 모든 데이터 지우기"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"휴대전화의 모든 데이터 지우기"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"이렇게 하면 태블릿의 "<b>"내부 저장소"</b>"에서 모든 데이터("\n\n<li>"Google 계정"</li>\n<li>"시스템과 애플리케이션 데이터 및 설정"</li>\n<li>"다운로드된 애플리케이션"</li>" 포함)가 삭제됩니다."</string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"이렇게 하면 휴대전화의 "<b>"내부 저장소"</b>"에서 모든 데이터("\n\n<li>"Google 계정"</li>\n<li>"시스템과 애플리케이션 데이터 및 설정"</li>\n<li>"다운로드된 애플리케이션"</li>" 포함)가 삭제됩니다."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"이렇게 하면 태블릿의 "<b>"내부 저장소"</b>"("\n\n<li>"Google 계정"</li>\n<li>"시스템과 애플리케이션 데이터 및 설정"</li>\n<li>"다운로드된 애플리케이션"</li>" 포함)에서 모든 데이터가 삭제됩니다."</string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"이렇게 하면 태블릿의 "<b>"내부 저장소"</b>"("\n\n<li>"Google 계정"</li>\n<li>"시스템과 애플리케이션 데이터 및 설정"</li>\n<li>"다운로드된 애플리케이션"</li>" 포함)에서 모든 데이터가 삭제됩니다."</string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"현재 다음 계정에 로그인함:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"음악"</li>\n<li>"사진"</li>\n<li>"기타 사용자 데이터"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"음악이나 사진, 기타 사용자 데이터도 지우려면 "<b>"USB 저장소"</b>"를 삭제해야 합니다."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB가 연결되어 있지 않음"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB 테더링 오류"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"블루투스 테더링"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"이 태블릿의 인터넷 연결 공유 중"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"이 휴대전화의 인터넷 연결 공유"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"1개 기기에 대해 이 태블릿의 인터넷 연결 공유 중"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"1 기기에 대해 이 휴대전화의 인터넷 연결 공유 중"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>개 기기에 대해 이 태블릿의 인터넷 연결 공유 중"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>개 기기에 대해 이 휴대전화의 인터넷 연결 공유 중"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"이 태블릿의 인터넷 연결 공유 상태 아님"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"이 휴대전화의 인터넷 연결 공유 상태 아님"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"블루투스 테더링 켜짐/연결되지 않음"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"블루투스 테더링 켜짐/연결되지 않음"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"블루투스 테더링 꺼짐"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"블루투스 테더링 꺼짐"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"블루투스 테더링 오류"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"<xliff:g id="MAXCONNECTION">%1$d</xliff:g>개의 기기까지만 테더링 사용 가능"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> 기기의 테더링이 끊깁니다."</string>
@@ -828,7 +837,7 @@
<string name="location_neighborhood_level_wifi" msgid="7457348712272184793">"Wi-Fi에서 측정된 위치"</string>
<string name="location_gps" msgid="6296125378829097831">"GPS 위성 사용"</string>
<string name="location_street_level" msgid="7456259025474443314">"도로 수준으로 정확하게 탐색"</string>
- <string name="location_gps_disabled" msgid="6632537158777308128">"도로 수준으로 위치 탐색(배터리 소모가 증가되며 실내에서는 정확도가 떨어질 수 있음)"</string>
+ <string name="location_gps_disabled" msgid="6632537158777308128">"도로 수준으로 탐색(항공사진이 더해져 배터리 추가로 필요)"</string>
<string name="assisted_gps" msgid="4649317129586736885">"GPS 도우미 사용"</string>
<string name="assisted_gps_enabled" msgid="8751899609589792803">"서버를 사용하여 GPS 보조(네트워크 사용량을 줄이려면 선택 취소)"</string>
<string name="assisted_gps_disabled" msgid="6982698333968010748">"서버를 사용하여 GPS 보조(GPS 성능을 개선하려면 선택 취소)"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"단어 수정"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"수정"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"삭제"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"사용자 사전에 단어가 없습니다. 추가( + ) 버튼을 터치하여 단어를 추가할 수 있습니다."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"사용자 사전에 단어가 없습니다. 메뉴를 통해 단어를 추가할 수 있습니다."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"사용자 사전에 단어가 없습니다. 메뉴를 통해 단어를 추가할 수 있습니다."</string>
<string name="testing" msgid="6584352735303604146">"테스트 중"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"태블릿 정보"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"전원 버튼"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"전원 버튼으로 통화 종료"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"전화를 거는 동안 전원 버튼을 누르면 화면이 꺼지지 않고 통화가 종료"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"터치스크린 동작"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"길게 누르기 지연"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"터치가 길게 누르기로 해석될 때까지 지연"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"배터리 사용"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"배터리 사용 세부정보"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"배터리 사용 데이터가 없습니다."</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"서비스를 사용할 수 없습니다. 다시 시도해 주세요."</string>
<string name="delete" msgid="4219243412325163003">"삭제"</string>
<string name="misc_files" msgid="6298643430106707497">"기타 파일"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="TOTAL">%2$d</xliff:g>개 중 <xliff:g id="NUMBER">%1$d</xliff:g>개가 선택됨"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"모두 선택"</string>
</resources>
diff --git a/res/values-lt/arrays.xml b/res/values-lt/arrays.xml
index 68bfc66..b641cb9 100644
--- a/res/values-lt/arrays.xml
+++ b/res/values-lt/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 min."</item>
<item msgid="4322676235684793329">"30 min."</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Labai lėtas"</item>
<item msgid="2361722960903353554">"Lėtas"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Niekada, kai įjungtas į lizdą"</item>
<item msgid="6592896328877671197">"Niekada (naudojama daugiau baterijos energijos)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Kai išsijungia ekranas"</item>
- <item msgid="8137861573803398334">"Niekada, kai įjungtas į lizdą"</item>
- <item msgid="5996547094658157629">"Niekada (naudojama daugiau baterijos energijos)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automobiliai"</item>
<item msgid="6670588712989942178">"Tik 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Tik tyliu režimu"</item>
<item msgid="8418930333779132418">"Tik kai veikia ne tyliu režimu"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Trumpas"</item>
- <item msgid="2560532955514699713">"Vidutinis"</item>
- <item msgid="2372711992605524591">"Ilgas"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index 1594182..53414cb 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Nustatyti bendrąjį HTTP tarpinį serverį ir išimčių sąrašus"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Išvalyti"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Tarpinio serverio prievadas"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nėra tarpinio serverio"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Išjungti įgaliotąjį serverį, skirtą"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com, mycomp.test.com, localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Atkurti numatytuosius nustatymus"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Atlikta"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Tarpinio serverio prieglobos pavadinimas"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Dėmesio"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Gerai"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Įvestas prieglobos pavadinimas neteisingas."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Šifruoti planšetinį kompiuterį? Šios operacijos anuliuoti negalima ir, jei ją pertrauksite, prarasite duomenis. Šifravimas trunka valandą ar ilgiau; jam vykstant planšetinis kompiuteris kelis kartus bus paleidžiamas iš naujo."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Šifruoti telefoną? Šios operacijos anuliuoti negalima ir, jei ją pertrauksite, prarasite duomenis. Šifravimas trunka valandą ar ilgiau; jam vykstant telefonas kelis kartus bus paleidžiamas iš naujo."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Šifruojama"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Palaukite, kol šifruojamas planšetinis kompiuteris. Baigta: <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Palaukite, kol šifruojamas telefonas. Baigta: <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Bandyti dar kartą po <xliff:g id="DELAY">^1</xliff:g> sek."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Bandyti dar kartą po ^1 sek."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Įveskite slaptažodį"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Šifravimas nepavyko"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Šifravimas buvo nutrauktas ir jo negalima užbaigti. Reikia atlikti gamyklinių duomenų nustatymą iš naujo (bus ištrinti visi duomenys), kad naudodami planšetinį kompiuterį galėtumėte atnaujinti šifravimą. Kai nustatymas iš naujo bus baigtas, galėsite dar kartą bandyti šifruoti planšetinį kompiuterį."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Pasirinkite ekrano užrakinimo metodą"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Išjungta"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Niekada neužrakinti ekrano"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Neapsaugota"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nėra"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Ekr. atrak. nereik. model., PIN k. ar slapt."</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Modelis"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Ekranui atrakinti reikia modelio"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Ekranui atrakinti reikia slaptažodžio"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Neleidž. administratoriaus arba pagal šifr. polit."</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Išjungta"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nesaugoma"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Neapsaugoti"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Apsaugota taikant modelį"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Apsaugota taikant PIN kodą"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Apsaugota taikant slaptažodį"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Laisvų rankų įranga"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Persiuntimas"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Įvesties įrenginys"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Prieiga prie interneto"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Susiejimas"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus atjungtas nuo medijos garso."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus atjungtas nuo laisvų rankų įrangos garso."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus atjungtas nuo įvesties įrenginio."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Prieiga prie interneto naudojant „<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus išjungta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus išjungtas šio planšetinio kompiuterio interneto ryšio bendrinimas."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus išjungtas šio telefono interneto ryšio bendrinimas."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> parinktys"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Įrenginio veiksmai"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Prijungti"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Prijungta prie failų perkėlimo serverio"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Neprijungta prie failų perkėlimo serverio"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Prisijungta prie įvesties įrenginio."</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Pr. prie įr., kad gaut. pr. prie int."</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Bendr. vt. int. ryš. su įr."</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Naudoti medijos garsui"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Naudoti telefono garso įrašui"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Naudoti failų perkėlimui"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Pranešti, kai bus galimas atviras tinklas"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"„Wi-Fi“ atjungimo politika"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Nurodyti, kada perjungti iš „Wi-Fi“ į mobilius duomenis"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Nurodykite, kada atjungti nuo „Wi-Fi“"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Keičiant nustatymą kilo problemų"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Pridėti „Wi-Fi“ tinklą"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"„Wi-Fi“ tinklai"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Būsena"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Susiejimo greitis"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP adresas"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP būdas"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"2 tapatybės nustatymo fazė"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA sertifikatas"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Įveskite galiojantį DNS adresą."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Įveskite 0–32 simbolių tinklo kodą."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Tinklų sietuvas"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Tinklo kodo ilgis"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Perkeliama „Wi-Fi“ aktyvioji sritis"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Perkeliama aktyvioji sritis <xliff:g id="NETWORK_SSID">%1$s</xliff:g> aktyvi"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Perkeliamos „Wi-Fi“ aktyviosios srities klaida"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Baigėsi laikas"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Ekranas automatiškai išsijungia po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatinis ryškumas"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM kortelės užrakto nustatymai"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Nustatyti SIM kortelės užraktą"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM kortelės užraktas"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Tinklas"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"„Wi-Fi“ „MAC“ adresas"</string>
<string name="status_bt_address" msgid="4195174192087439720">"„Bluetooth“ adresas"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serijos numeris"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Užimtas (-a)"</string>
<string name="status_up_time" msgid="7294859476816760399">"Veikimo laikas"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Veikimo laikas"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Gamyklos duomenų nustatymas iš naujo"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Ištrinami visi planšetinio kompiuterio duomenys"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Ištrina visus telefono duomenis"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Taip bus ištrinti visi duomenys iš planšetinio kompiuterio "<b>"vidinės atmintinės"</b>", įskaitant:"\n\n<li>"„Google“ paskyrą"</li>\n<li>"Sistemos ir programos duomenis bei nustatymus"</li>\n<li>"Atsisiųstas programas"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Taip bus ištrinti visi duomenys iš telefono "<b>"vidinės atmintinės"</b>", įskaitant:"\n\n<li>"„Google“ paskyrą"</li>\n<li>"Sistemos ir programos duomenis bei nustatymus"</li>\n<li>"Atsisiųstas programas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Taip bus ištrinti visi duomenys iš planšetinio kompiuterio "<b>"vidinės atmintinės"</b>", įskaitant:"\n\n<li>"„Google“ paskyrą"</li>\n<li>"Sistemos ir programos duomenis bei nustatymus"</li>\n<li>"Atsisiųstas programas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Taip bus ištrinti visi duomenys iš planšetinio kompiuterio "<b>"vidinės atmintinės"</b>", įskaitant:"\n\n<li>"„Google“ paskyrą"</li>\n<li>"Sistemos ir programos duomenis bei nustatymus"</li>\n<li>"Atsisiųstas programas"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Šiuo metu esate prisijungę prie šių paskyrų:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Muzika"</li>\n<li>"Nuotraukos"</li>\n<li>"Kiti naudotojo duomenys"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Norint išvalyti ir muzikos failus, paveikslėlius bei kitus naudotojo duomenis, reikia ištrinti "<b>"USB atmintinę"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB neprijungtas"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB susiejimo klaida"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"„Bluetooth“ susiejimas"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bendrinamas šio planšetinio komp. interneto ryšys"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bendrinamas šio telefono interneto ryšys"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Bendrinamas šio planš. komp. interneto ryšys su 1 įrenginiu"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Bendrinamas šio telefono interneto ryšys su 1 įrenginiu"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Bendrinamas šio planš. komp. interneto ryšys su <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> įreng."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Bendrinamas šio tel. intern. ryšys su <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> įrenginiais (-ių)"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Nebendrinamas šio planš. komp. interneto ryšys"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Nebendrinamas šio telefono interneto ryšys"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"„Bluetooth“ susiejimas įjungtas, bet neprisijungta"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"„Bluetooth“ susiejimas įjungtas, bet neprisijungta"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"„Bluetooth“ susiejimas išjungtas"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"„Bluetooth“ susiejimas išjungtas"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"„Bluetooth“ susiejimo klaida"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Negalima susieti su daugiau nei <xliff:g id="MAXCONNECTION">%1$d</xliff:g> įreng."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"„<xliff:g id="DEVICE_NAME">%1$s</xliff:g>“ bus atsietas."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Redaguoti žodį"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Redaguoti"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Ištrinti"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Neturite jokių žodžių naudotojo žodyne. Žodį galite pridėti paliesdami mygtuką „Pridėti“ (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Neturite jokių žodžių naudotojo žodyne. Žodį galite pridėti naudodami meniu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Neturite jokių žodžių naudotojo žodyne. Žodį galite pridėti naudodami meniu."</string>
<string name="testing" msgid="6584352735303604146">"Bandymas"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Planšetinio kompiuterio informacija"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Maitinimo mygtukas"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Maitinimo mygtukas baigia skambutį"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Skambinant paspaudus mygtuką „Maitinimas“, vietoj to, kad būtų išjungiamas ekranas, baigiamas skambutis"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Jutiklinio ekrano gestai"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"„Paliesti ir laikyti“ delsa"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Atidėti, kol palietimas interpretuojamas kaip „Paliesti ir laikyti“"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Akumuliatoriaus naudojimas"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Kas naudojo akumuliatorių"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Akum. naudojimo duom. nepas."</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Programos gali bet kada sinchron., siųsti ir gauti duomenis"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Dėmesio"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Neleidžiant foninių duomenų pailgėja akumuliatoriaus naudojimo trukmė ir sumažėja duomenų naudojimas. Kai kurios programos vis tiek gali naudoti foninių duomenų perdavimą."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Automatinis sinchronizavimas"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Automatinis sinchronizavimas"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Programų duomenys sinchronizuojami automatiškai"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Valdyti paskyras"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sinchroniz. įjungtas"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Sinchronizav. klaida"</string>
<string name="settings_backup" msgid="2274732978260797031">"Atsarginės kopijos kūrimo nustatymai"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Kurti atsarginę nustatymų kopiją"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinchronizuoti dabar"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Atšaukti sinchronizavimą"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinchronizuoti dabar"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Atšaukti sinchronizavimą"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Palieskite, kad būtų dabar sinchronizuojama<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalendorius"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Kontaktai"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalendorius"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Kontaktai"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Sveiki! Tai – „Google“ sinchronizavimas!"</font>" "\n"Tai „Google“ duomenų sinchronizavimo metodas, leidžiantis jums pasiekti kontaktus, susitikimus ir dar daugiau nesvarbu, kur būtumėte."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Programos sinchronizavimo nustatymai"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Duomenys ir sinchronizavimas"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Paslauga užimta, bandykite dar kartą"</string>
<string name="delete" msgid="4219243412325163003">"Ištrinti"</string>
<string name="misc_files" msgid="6298643430106707497">"Įvairūs failai"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"pasirinkti (-a) <xliff:g id="NUMBER">%1$d</xliff:g> iš <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Pasirinkti viską"</string>
</resources>
diff --git a/res/values-lv/arrays.xml b/res/values-lv/arrays.xml
index 5e30b06..ef13939 100644
--- a/res/values-lv/arrays.xml
+++ b/res/values-lv/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minūtes"</item>
<item msgid="4322676235684793329">"30 minūtes"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Ļoti lēni"</item>
<item msgid="2361722960903353554">"Lēni"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nekad, ja ir pievienots"</item>
<item msgid="6592896328877671197">"Nekad (izmanto vairāk akumulatora jaudas)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Kad ekrāns izslēdzas"</item>
- <item msgid="8137861573803398334">"Nekad, ja ir pievienots"</item>
- <item msgid="5996547094658157629">"Nekad (izm. vairāk ak. jaudas)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automātiski"</item>
<item msgid="6670588712989942178">"Tikai 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Tikai klusuma režīmā"</item>
<item msgid="8418930333779132418">"Tikai, kad nav aktīvs Klusuma režīms"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Īss"</item>
- <item msgid="2560532955514699713">"Vidējs"</item>
- <item msgid="2372711992605524591">"Ilgs"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index d1ed7fb..84bf2b2 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Iestatiet globālo HTTP starpniekserveri un izslēgšanas sarakstus"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Notīrīt"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Starpniekservera ports"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nav starpniekservera:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Apiet starpniekserveri:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Atjaunot noklusējuma iestatījumus"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Gatavs"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Starpniekservera saimniekdatora nosaukums"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Uzmanību!"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Labi"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Jūsu ievadītais saimniekdatora nosaukums nav derīgs."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Vai šifrēt planšetdatoru? Šī darbība nav atgriezeniska; to pārtraucot, dati tiks zaudēti. Šifrēšana ilgst vienu stundu vai ilgāk, tās laikā planšetdators vairākas reizes tiks restartēts."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Vai šifrēt tālruni? Šī darbība nav atgriezeniska; to pārtraucot, dati tiks zaudēti. Šifrēšana ilgst vienu stundu vai ilgāk, tās laikā tālrunis vairākas reizes tiks restartēts."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Šifrēšana"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Lūdzu, uzgaidiet: notiek planšetdatora šifrēšana. Pabeigti <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Lūdzu, uzgaidiet: notiek tālruņa šifrēšana. Pabeigti <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Mēģiniet vēlreiz pēc <xliff:g id="DELAY">^1</xliff:g> sekundēm."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Mēģiniet vēlreiz pēc ^1 sekundes(-ēm)."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Ievadiet paroli"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Šifrēšana neizdevās"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Šifrēšana tika pārtraukta, un to nevar pabeigt. Lai atsāktu lietot planšetdatoru, ir jāveic rūpnīcas datu atiestatīšana (tiks dzēsti visi dati). Kad ir veikta atiestatīšana, varat mēģināt atkārtoti šifrēt planšetdatoru."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Izvēlieties ekrāna bloķēšanas veidu"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Izslēgt"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nekad nebloķēt ekrānu"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nav drošības"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Neviens"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Nepiepr.kombin.,PIN vai paroli,lai atbl. ekr."</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Kombinācija"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Pieprasīt kombināciju, lai atbloķētu ekrānu"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Pieprasīt paroli, lai atbloķētu ekrānu"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Atspējoja administrators vai šifrēšanas politika."</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Izslēgts"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Drošība nav iespējota"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nedrošs"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Aizsargāts ar kombināciju"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Aizsargāts ar PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Aizsargāts ar paroli"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Brīvroku"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Pārsūtīt"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Ievades ierīce"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Interneta piekļuve"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Saistīšana"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Ierīce <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks atvienota no datu nesēja audio."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Ierīce <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks atvienota no brīvroku audio."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Ierīce <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks atvienota no ievades ierīces."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Piekļuve internetam, izmantojot ierīci <xliff:g id="DEVICE_NAME">%1$s</xliff:g>, tiks pārtraukta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Ierīcei <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks pārtraukta šīs planšetier. interneta savienojuma koplietošana."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Ierīcei <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks pārtraukta šī tālruņa interneta savienojuma koplietošana."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> opcijas"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Ierīces darbības"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Izveidot savienojumu"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Savienots ar failu pārsūtīšanas serveri"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nav savienots ar failu pārsūtīšanas serveri"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Izveidots savienojums ar ievades ierīci"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Savien. ar ier., lai nodr. int. piekļ."</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Tiek kopliet. lok. intern. savien. ar ierīci"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Izmantot multivides skaņai"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Izmantot tālruņa skaņai"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Izmantot faila pārsūtīšanai"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Informēt mani, kad ir pieejams atvērts tīkls"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi atvienošanas politika"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Norādīt, kad pārslēgt no Wi-Fi uz mobilajiem datiem"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Norādīt, kad pārtraukt Wi-Fi savienojumu"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Mainot iestatījumu, radās kļūda"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Pievienot Wi-Fi tīklu"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi tīkli"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Statuss"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Saites izveides ātrums"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP adrese"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP metode"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"2. fāzes autentifikācija"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA sertifikāts"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Lūdzu, ierakstiet derīgu DNS adresi."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Ierakstiet tīkla prefiksu, kura garums ir 0–32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Vārteja"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Tīkla prefiksa garums"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Pārnēsājams Wi-Fi tīklājs"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Pārnēsājamais tīklājs <xliff:g id="NETWORK_SSID">%1$s</xliff:g> ir aktīvs"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Pārnēsājamā Wi-Fi tīklāja kļūda"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Noildze"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Ekrāns automātiski izslēdzas pēc šāda laika: <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automātisks spilgtums"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM kartes bloķēšanas iestatījumi"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Iestatīt SIM kartes bloķēšanu"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM kartes bloķēšana"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Tīkls"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC adrese"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth adrese"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Sērijas numurs"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nepieejams"</string>
<string name="status_up_time" msgid="7294859476816760399">"Darbības laiks"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Nomoda laiks"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Rūpnīcas datu atiestatīšana"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Dzēš visus datus planšetdatorā"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Dzēst visus tālrunī saglabātos datus"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Šādi tiks dzēsti visi planšetdatora "<b>"iekšējās atmiņas"</b>" dati, tostarp:"\n\n<li>"Google konts;"</li>\n<li>"sistēmas un lietojumprogrammu dati un iestatījumi;"</li>\n<li>"lejupielādētās lietojumprogrammas."</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Šādi tiks dzēsti visi tālruņa "<b>"iekšējās atmiņas"</b>" dati, tostarp:"\n\n<li>"Google konts;"</li>\n<li>"sistēmas un lietojumprogrammu dati un iestatījumi;"</li>\n<li>"lejupielādētās lietojumprogrammas."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Šādi tiks dzēsti visi planšetdatora "<b>"iekšējās krātuves"</b>" dati, tostarp:"\n\n<li>"Google konts;"</li>\n<li>"sistēmas un lietojumprogrammu dati un iestatījumi;"</li>\n<li>"lejupielādētās lietojumprogrammas."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Šādi tiks dzēsti visi planšetdatora "<b>"iekšējās krātuves"</b>" dati, tostarp:"\n\n<li>"Google konts;"</li>\n<li>"sistēmas un lietojumprogrammu dati un iestatījumi;"</li>\n<li>"lejupielādētās lietojumprogrammas."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Pašlaik esat pierakstījies šādos kontos:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Mūzika"</li>\n<li>"Fotoattēli"</li>\n<li>"Citi lietotāja dati"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Lai notīrītu arī mūziku, attēlus un citus lietotāja datus, ir jāizdzēš "<b>"USB krātuve"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB nav pievienota"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB piesaistes kļūda"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth saistīšana"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Tiek kopliet. šīs planšetier. intern. savienojums."</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Tiek koplietots šī tālruņa interneta savienojums."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Tiek kopliet. šīs planšetier. intern. savien. ar 1 ierīci."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Tiek kopliet. šī tālruņa interneta savienojums ar 1 ierīci."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Tiek kopliet. šīs planšetier. int. savien. ar <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> ierīcēm."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Tiek koplietots šī tālruņa intern. savien. ar <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> ierīcēm."</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Netiek koplietots šīs planšetier. intern. savien."</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Netiek koplietots šī tālruņa intern. savienojums."</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth piesaiste ir ieslēgta, taču savienojums nav izveidots"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth piesaiste ir ieslēgta, taču savienojums nav izveidots"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth piesaiste ir izslēgta"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth piesaiste ir izslēgta"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth saistīšanas kļūda"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Nevar saistīt vairāk par <xliff:g id="MAXCONNECTION">%1$d</xliff:g> ierīcēm"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Ierīce <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tiks atsaistīta."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Vārda rediģēšana"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Rediģēt"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Dzēst"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Lietotāja vārdnīcā nav neviena vārda. Vārdu var pievienot, pieskaroties pogai Pievienot (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Lietotāja vārdnīcā nav neviena vārda. Vārdu var pievienot, izmantojot izvēlni."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Lietotāja vārdnīcā nav neviena vārda. Vārdu var pievienot, izmantojot izvēlni."</string>
<string name="testing" msgid="6584352735303604146">"Testēšana"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informācija par planšetdatoru"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Barošanas poga"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Ar barošanas pogu tiek beigts zvans"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Zvana laikā nospiežot barošanas pogu, tiek izbeigts zvans nevis izslēgts ekrāns"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Skārienekrāna žesti"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Aizk., pieskar. un turot nosp."</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Aizkavēt tik ilgi, kamēr pieskāriens tiek interpretēts kā pieskāriens un turēšana."</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Akumulatora lietojums"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Kas patērējis akumulatoru"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Akum. liet. dati nav pieejami"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Lietojumpr. var sinhr., sūtīt un saņemt datus jebkurā brīdī"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Uzmanību!"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Atspējojot fona datus, tiek paildzināts akumulatora darbības mūža ilgums un samazināts datu lietojums. Dažās lietojumprogrammās joprojām var tikt izmantots fona datu savienojums."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Automātiska sinhronizācija"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Automātiska sinhronizācija"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Lietojumprogrammas automātiski sinhronizē datus"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Kontu pārvaldība"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sinhr. ir IESLĒGTA"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Sinhroniz. kļūda"</string>
<string name="settings_backup" msgid="2274732978260797031">"Dublēšanas iestatījumi"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Iestatījumu dublēšana"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinhronizēt tūlīt"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Atcelt sinhronizāciju"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinhronizēt tūlīt"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Atcelt sinhronizāciju"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Pieskarieties, lai sinhronizētu tūlīt<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalendārs"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Kontaktpersonas"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalendārs"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Kontaktpersonas"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Laipni lūdzam Google sinhronizācijā!"</font>" "\n"Tā ir Google pieeja datu sinhronizācijai, kas ļauj piekļūt kontaktpersonām, darba uzdevumiem un citiem datiem no jebkuras vietas."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Lietojumprogrammas sinhronizācijas iestatījumi"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Dati un sinhronizācija"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Pakalpojums ir aizņemts, mēģiniet vēlreiz."</string>
<string name="delete" msgid="4219243412325163003">"Dzēst"</string>
<string name="misc_files" msgid="6298643430106707497">"Dažādi faili"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"Atlasīti <xliff:g id="NUMBER">%1$d</xliff:g> no <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Atlasīt visu"</string>
</resources>
diff --git a/res/values-nb/arrays.xml b/res/values-nb/arrays.xml
index 72518ae..36b0c28 100644
--- a/res/values-nb/arrays.xml
+++ b/res/values-nb/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutter"</item>
<item msgid="4322676235684793329">"30 minutter"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Svært langsom"</item>
<item msgid="2361722960903353554">"Langsom"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Aldri når tilkoblet"</item>
<item msgid="6592896328877671197">"Aldri (mer batterikrevende)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Når skjermen slås av"</item>
- <item msgid="8137861573803398334">"Aldri når tilkoblet strøm"</item>
- <item msgid="5996547094658157629">"Aldri (mer batterikrevende)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatisk"</item>
<item msgid="6670588712989942178">"Kun 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Kun i Stille modus"</item>
<item msgid="8418930333779132418">"Kun når det er valgt andre moduser enn Stille"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kort"</item>
- <item msgid="2560532955514699713">"Middels"</item>
- <item msgid="2372711992605524591">"Lang"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index c714834..01a7348 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Angi global HTTP-mellomtjener og eksklusjonslister"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Tøm"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port for mellomtjener"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ingen mellomtjener for"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Gå forbi mellomtjener for"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"eteksempel.no,mycomp.test.com,lokal vert"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Gjenopprett standardinnstillinger"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Ferdig"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Mellomtjenerens vertsnavn"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.eteksempel.no"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"NB"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Vertsnavnet er ikke gyldig."</string>
@@ -210,10 +210,10 @@
<string name="sdcard_settings_mass_storage_status" product="default" msgid="4786433969313661655">"Minnekortet blir brukt som en masselagringsenhet"</string>
<string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="7503300818792750913">"USB-lagring kan nå fjernes"</string>
<string name="sdcard_settings_unmounted_status" product="default" msgid="3812022095683863087">"Det er trygt å fjerne minnekortet"</string>
- <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="7761390725880773697">"USB-enh. fjernet under bruk!"</string>
+ <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="7761390725880773697">"USB-lagr. fjernet under bruk!"</string>
<string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"Minnekortet ble fjernet mens det fortsatt var i bruk!"</string>
<string name="sdcard_settings_used_bytes_label" msgid="8820289486001170836">"Brukt antall byte:"</string>
- <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="7503429447676219564">"Skanner USB-enh. for medieinnh."</string>
+ <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="7503429447676219564">"Skanner USB-lagr. for medier"</string>
<string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"Leter etter media på minnekortet…"</string>
<string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3771783090621312312">"USB-lagr. har kun lesetilg."</string>
<string name="sdcard_settings_read_only_status" product="default" msgid="5706115860484118911">"Minnekortet ble montert skrivebeskyttet"</string>
@@ -296,21 +296,23 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Vil du kryptere nettbrettet? Handlingen kan ikke angres, og hvis du avbryter den, kommer du til å miste data. Kryptering tar minst én time, og nettbrettet starter på nytt flere ganger underveis."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Vil du kryptere telefonen? Handlingen kan ikke angres, og hvis du avbryter den, kommer du til å miste data. Kryptering tar minst én time, og telefonen kommer til å starte på nytt flere ganger underveis."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Kryptering"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Vent mens telefonen krypteres. <xliff:g id="PERCENT">^1</xliff:g> fullført."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Vent mens telefonen krypteres. <xliff:g id="PERCENT">^1</xliff:g> fullført."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Prøv på nytt om <xliff:g id="DELAY">^1</xliff:g> sekunder."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Prøv på nytt om ^1 sekunder."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Skriv inn passordet"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Kryptering mislyktes"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Kryptering ble avbrutt og kan ikke fullføre. Du må utføre en tilbakestilling til fabrikkstandard (sletter all data) før du kan gjenoppta bruken av nettbrettet. Du kan prøve å kryptere nettbrettet på nytt etter at tilbakestillingen er fullført."</string>
<string name="crypt_keeper_failed_summary" product="default" msgid="3394708817932222518">"Kryptering ble avbrutt og kan ikke fullføre. Du må utføre en tilbakestilling til fabrikkstandard (sletter all data) før du kan gjenoppta bruken av telefonen. Du kan prøve å kryptere telefonen på nytt etter at tilbakestillingen er fullført."</string>
- <string name="lock_settings_picker_title" msgid="8665454308380158195">"Konfigurer skjermlåsen"</string>
+ <string name="lock_settings_picker_title" msgid="8665454308380158195">"Konfigurere låseskjermen"</string>
<string name="unlock_set_unlock_launch_picker_title" msgid="4461562893699328786">"Konfigurer skjermlåsen"</string>
<string name="unlock_set_unlock_launch_picker_change_title" msgid="6987228635944678726">"Endring av skjermlås"</string>
<string name="unlock_set_unlock_launch_picker_change_summary" msgid="2790960639554590668">"Endre eller deaktiver mønster, personlig kode eller passordsikkerhet"</string>
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Velg en metode for å låse skjermen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Av"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Lås aldri skjermen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ikke sikret"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ingen"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Ikke krev mønster, PIN eller passord for å låse opp skjermen"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Mønster"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Krev mønster for å låse opp skjermen"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Krev passord for å låse opp skjermen"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Deaktivert av administrator eller krypteringsregel"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Av"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Ingen sikkerhet"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Usikker"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Sikret med mønster"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Sikret med PIN-kode"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Sikret med passord"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Håndfri"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Overfør"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Inndataenhet"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internett-tilgang"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tilknytning"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra medielyd."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra håndfrilyd."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra inndataenheten."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internett-tilgang via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> vil bli frakoblet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> vil bli koblet fra delingen av nettbrettets Internett-tilkobling."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> vil bli koblet fra delingen av telefonens Internett-tilkobling."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Innstillinger for <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Enhetshandlinger"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Koble til"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Koblet til tjener for filoverføring"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Ikke koblet til tjener for filoverføring"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Koblet til inndataenhet"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Koblet til enhet for Internett-tilgang"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Deler lokal Internett-tilkobling med enhet"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Bruk for medielyd"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Bruk for telefonlyd"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Bruk til filoverføring"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Varsle når et åpent nettverk er tilgjengelig"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Retningslinjer for frakoblet Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Spesifiser når telefonen skal bytte fra trådløsnett til mobiltelefonidata"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Angi når du vil koble fra Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Det oppstod et problem under endring av innstillingen"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Legg til Wi-Fi-nettverk"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Trådløse nettverk"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Koblingshastighet"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-adresse"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-metode"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Fase 2-autentisering"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-sertifikat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Angi en gyldig DNS-adresse."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Angi nettverksprefikslengde mellom 0 og 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Standardruter"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Lengde på nettv.prefiks"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Flyttbar trådløs sone"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Flyttbar trådløs sone <xliff:g id="NETWORK_SSID">%1$s</xliff:g> er aktiv"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Flyttbar trådløs sone – feil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tidsavbrudd"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Skjermen slås automatisk av etter <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatisk lysstyrke"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Innstillinger for SIM-kort-lås"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Sett opp SIM-kort-lås"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-kort-lås"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Nettverk"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"MAC-adresse for WLAN"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-adresse"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serienummer"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Ikke tilgjengelig"</string>
<string name="status_up_time" msgid="7294859476816760399">"Oppetid"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Våken tid"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Fabrikkinnstillinger"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Sletter alle data på nettbrettet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Fjern alle data fra telefonen"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Denne handlingen vil slette alle data fra nettbrettets "<b>"interne lagringsplass"</b>", inkludert:"\n\n<li>"Google-kontoen din"</li>\n<li>"Innstillinger og data for system og programmer"</li>\n<li>"Nedlastede programmer"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Denne handlingen vil slette alle data fra telefonens "<b>"interne lagringsplass"</b>", herunder:"\n\n<li>"Google-kontoen din"</li>\n<li>"Innstillinger og data for system og programmer"</li>\n<li>"Nedlastede programmer"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Denne handlingen vil slette alle data fra nettbrettets"<b>"interne lagringsplass"</b>", inkludert:"\n\n<li>"Google-kontoen din"</li>\n<li>"Innstillinger og data for system og programmer"</li>\n<li>"Nedlastede programmer"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Denne handlingen vil slette alle data fra nettbrettets"<b>"interne lagringsplass"</b>", inkludert:"\n\n<li>"Google-kontoen din"</li>\n<li>"Innstillinger og data for system og programmer"</li>\n<li>"Nedlastede programmer"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Du er for øyeblikket pålogget følgende kontoer:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musikk"</li>\n<li>"Bilder"</li>\n<li>"Andre brukerdata"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"For i tillegg å slette musikk, bilder og andre brukerdata, må "<b>"USB-lagringen"</b>" tømmes."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB er ikke tilkoblet"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Feil ved USB-tilknytning"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth-tilknytning"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Deler nettbrettets Internett-tilkobling"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Deler telefonens Internett-tilkobling"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Deler nettbrettets Internett-tilkobling med én enhet"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Deler telefonens Internett-tilkobling med én enhet"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Deler nettbrettets Internett-tilkobling med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheter"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Deler telefonens Internett-tilkobling med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheter"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Deler ikke nettbrettets Internett-tilkobling"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Deler ikke telefonens Internett-tilkobling"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-tilknytning aktivert, men ikke tilkoblet"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-tilknytning aktivert, men ikke tilkoblet"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-tilknytning av"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-tilknytning av"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Feil under Bluetooth-tilknytning"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Kan ikke knytte til mer enn <xliff:g id="MAXCONNECTION">%1$d</xliff:g> enheter"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kobles fra."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Rediger ord"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Rediger"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Slett"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Det finnes ingen ord i brukerordlisten. Du kan legge til et ord ved å trykke på Legg til-knappen ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Det finnes ingen ord i brukerordlisten. Du kan legge til et ord via menyen."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Ordlisten er tom. Du kan legge til ord i menyen."</string>
<string name="testing" msgid="6584352735303604146">"Testing"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informasjon om nettbrettet"</string>
@@ -1113,9 +1122,10 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"På/av-knapp"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Legg på med på/av"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Ved å trykke på av-knappen under en samtale, avsluttes samtalen i stedet for at skjermen slås av"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Berøringsskjerm-bevegelser"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Forsinkelse på trykk og hold"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Forsink til en berøring blir tolket som trykk og hold"</string>
+ <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gester på berøringsskjerm"</string>
+ <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Berør-og-hold-forsinkelse"</string>
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Batteribruk"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Hva som har brukt batteri"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Batteribrukinfo ikke tilgj."</string>
@@ -1441,8 +1451,9 @@
<string name="service_busy" msgid="225227519012409130">"Tjenesten er opptatt, prøv på nytt"</string>
<string name="delete" msgid="4219243412325163003">"Slett"</string>
<string name="misc_files" msgid="6298643430106707497">"Diverse filer"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"du har valgt <xliff:g id="NUMBER">%1$d</xliff:g> av <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Marker alle"</string>
</resources>
diff --git a/res/values-nl/arrays.xml b/res/values-nl/arrays.xml
index 70dcabe..1ea22cb 100644
--- a/res/values-nl/arrays.xml
+++ b/res/values-nl/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuten"</item>
<item msgid="4322676235684793329">"30 minuten"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Zeer langzaam"</item>
<item msgid="2361722960903353554">"Langzaam"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nooit indien aangesloten"</item>
<item msgid="6592896328877671197">"Nooit (gebruikt meer acculading)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Wanneer scherm dooft"</item>
- <item msgid="8137861573803398334">"Nooit indien aangesloten"</item>
- <item msgid="5996547094658157629">"Nooit (gebruikt meer acculading)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatisch"</item>
<item msgid="6670588712989942178">"Alleen 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Alleen in de stille modus"</item>
<item msgid="8418930333779132418">"Alleen buiten de stille modus"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kort"</item>
- <item msgid="2560532955514699713">"Normaal"</item>
- <item msgid="2372711992605524591">"Lang"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 82986d7..90368ac 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Algemene HTTP-proxy en uitsluitingslijsten instellen"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Wissen"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy-poort"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Geen proxy voor"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Proxy omzeilen voor"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mijncomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Standaardwaarden herstellen"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Gereed"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Hostnaam van proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Let op"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"De hostnaam die u heeft ingevoerd, is ongeldig."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Tablet encrypten? Deze bewerking kan niet ongedaan worden gemaakt en als u de bewerking onderbreekt, gaan er gegevens verloren. Het encrypten duurt een uur of langer en de tablet wordt meerdere keren opnieuw opgestart."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Telefoon encrypten? Deze bewerking kan niet ongedaan worden gemaakt en als u de bewerking onderbreekt, gaan er gegevens verloren. Het encrypten duurt een uur of langer en de telefoon wordt meerdere keren opnieuw opgestart."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Coderen"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Wacht totdat uw tablet is gecodeerd. <xliff:g id="PERCENT">^1</xliff:g> procent voltooid."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Wacht totdat uw telefoon is gecodeerd. <xliff:g id="PERCENT">^1</xliff:g> procent voltooid."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Probeer het over <xliff:g id="DELAY">^1</xliff:g> seconden opnieuw."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Probeer het over ^1 seconden opnieuw."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Uw wachtwoord opgeven"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Coderen mislukt"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Het coderen is onderbroken en kan niet worden voltooid. U moet de fabrieksinstellingen herstellen (hierdoor worden al uw gegevens gewist) voordat u uw tablet weer kunt gebruiken. Nadat de fabrieksinstellingen zijn hersteld, kunt u opnieuw proberen de tablet te coderen."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Kies een methode voor schermvergrendeling"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Uit"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Scherm nooit vergrendelen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Niet beveiligd"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Geen"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Geen patroon, PIN of wachtwoord voor ontgr."</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Patroon"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Patroon vereist voor schermontgrendeling"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Wachtwoord vereist voor schermontgrendeling"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Uitgeschakeld door beheerder of coderingsbeleid"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Uitgeschakeld"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Geen beveiliging"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Niet-beveiligd"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Beveiligd met patroon"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Beveiligd met een PIN-code"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Beveiligd met wachtwoord"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Overdracht"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Invoerapparaat"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internettoegang"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wordt ontkoppeld van audio van medium."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wordt ontkoppeld van handsfree audio."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wordt ontkoppeld van het invoerapparaat."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internettoegang via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> wordt uitgeschakeld."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> deelt de internetverbinding van deze tablet niet meer."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> deelt de internetverbinding van deze telefoon niet meer."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opties voor <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Acties van apparaat"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Verbinden"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Verbonden met server voor bestandsoverdracht"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Niet verbonden met server voor bestandsoverdracht"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Verbonden met invoerapparaat"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Verbonden met apparaat voor internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Lokale internetverbinding delen met apparaat"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Gebruiken voor audio van medium"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Gebruiken voor audio van telefoon"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Gebruiken voor bestandsoverdracht"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Melden wanneer een open netwerk beschikbaar is"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Beleid inzake verbreken van Wi-Fi-verbinding"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Overschakelen opgeven van Wi-Fi naar mobiele gegevens"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Aangeven wanneer de Wi-Fi-verbinding moet worden verbroken"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Er is een probleem opgetreden bij het wijzigen van de instelling"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Wi-Fi-netwerk toevoegen"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi-netwerken"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Linksnelheid"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-adres"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-methode"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Phase 2-verificatie"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-certificaat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Voer een geldig DNS-adres in."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Typ een netwerkprefix van 0-32 tekens."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Lengte van netwerkprefix"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Draagbare Wi-Fi-hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Draagbare hotspot <xliff:g id="NETWORK_SSID">%1$s</xliff:g> actief"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Fout met draagbare Wi-Fi-hotspot"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Time-out"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Het scherm wordt automatisch uitgeschakeld na <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatische helderheid"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Instellingen SIM-kaartvergrendeling"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM-vergrendeling instellen"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM-kaartvergrendeling"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Netwerk"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC-adres"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-adres"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serienummer"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Niet beschikbaar"</string>
<string name="status_up_time" msgid="7294859476816760399">"Bedrijfstijd"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Stand-bytijd"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Fabrieksinstellingen terug"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Alle gegevens op de tablet wissen"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Alle gegevens op de telefoon wissen"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Hiermee worden alle gegevens in de "<b>"interne opslag"</b>" van uw tablet gewist, waaronder:"\n\n<li>"Uw Google-account"</li>\n<li>"Gegevens en instellingen van het systeem en apps"</li>\n<li>"Gedownloade apps"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Hiermee worden alle gegevens in de "<b>"interne opslag"</b>" van uw telefoon gewist, waaronder:"\n\n<li>"Uw Google-account"</li>\n<li>"Gegevens en instellingen van het systeem en apps"</li>\n<li>"Gedownloade apps"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Hiermee worden alle gegevens in de "<b>"interne opslag"</b>" van uw tablet gewist, waaronder:"\n\n<li>"Uw Google-account"</li>\n<li>"Gegevens en instellingen van het systeem en de toepassingen"</li>\n<li>"Gedownloade toepassingen"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Hiermee worden alle gegevens in de "<b>"interne opslag"</b>" van uw tablet gewist, waaronder:"\n\n<li>"Uw Google-account"</li>\n<li>"Gegevens en instellingen van het systeem en de toepassingen"</li>\n<li>"Gedownloade toepassingen"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"U bent momenteel aangemeld bij de volgende accounts:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Muziek"</li>\n<li>"Foto\'s"</li>\n<li>"Andere gebruikersgegevens"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Als u ook muziek, foto\'s en andere gebruikersgegevens wilt wissen, moet de "<b>"USB-opslag"</b>" worden gewist."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB niet verbonden"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Fout met USB-tethering"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth-tethering"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internetverbinding van deze tablet delen"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internetverbinding van deze telefoon delen"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetverbinding van deze tablet delen met 1 apparaat"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetverbinding van deze telefoon delen met 1 apparaat"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Internetverbinding van deze tablet delen met <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> apparaten"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Internetverbinding van deze telefoon delen met <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> apparaten"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internetverbinding van tablet wordt niet gedeeld"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internetverbinding van telefoon wordt niet gedeeld"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-tethering aan, maar niet verbonden"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-tethering aan, maar niet verbonden"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-tethering uit"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-tethering uit"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Fout met Bluetooth-tethering"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Kan niet meer dan <xliff:g id="MAXCONNECTION">%1$d</xliff:g> apparaten tetheren"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Tethering van <xliff:g id="DEVICE_NAME">%1$s</xliff:g> wordt opgeheven."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Woord bewerken"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Bewerken"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Verwijderen"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Er staan geen woorden in het gebruikerswoordenboek. U kunt een woord toevoegen door de knop \'Toevoegen\' (+) aan te raken."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"U heeft geen woorden in het gebruikerswoordenboek. U kunt een woord toevoegen via het menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"U heeft geen woorden in het gebruikerswoordenboek. U kunt een woord toevoegen via het menu."</string>
<string name="testing" msgid="6584352735303604146">"Testen"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tabletinformatie"</string>
@@ -1113,9 +1122,9 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Aan/uit-knop"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Knop beëindigt oproep"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Als u tijdens een oproep op de aan/uit-knop drukt, wordt de oproep beëindigd in plaats van dat het scherm wordt uitgeschakeld"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gebaren voor het aanraakscherm"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Vertraging voor blijven aanraken"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Vertraging totdat een aanraking wordt geïnterpreteerd als blijven aanraken"</string>
+ <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Touchscreen-bewegingen"</string>
+ <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Indrukken & vasthouden vertragen"</string>
+ <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Vertragen todat een aanraking wordt gezien als indrukken & vasthouden"</string>
<string name="power_usage_summary_title" msgid="5180282911164282324">"Accugebruik"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Waarvoor de accu is gebruikt"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Accugebruikgegevens niet beschikb."</string>
@@ -1441,8 +1450,9 @@
<string name="service_busy" msgid="225227519012409130">"Service bezet, probeer het opnieuw"</string>
<string name="delete" msgid="4219243412325163003">"Verwijderen"</string>
<string name="misc_files" msgid="6298643430106707497">"Diverse bestanden"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> van <xliff:g id="TOTAL">%2$d</xliff:g> geselecteerd"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Alles selecteren"</string>
</resources>
diff --git a/res/values-pl/arrays.xml b/res/values-pl/arrays.xml
index 2a8e768..aa4dc86 100644
--- a/res/values-pl/arrays.xml
+++ b/res/values-pl/arrays.xml
@@ -42,8 +42,8 @@
<string-array name="screen_timeout_entries">
<item msgid="3342301044271143016">"15 sekund"</item>
<item msgid="8881760709354815449">"30 sekund"</item>
- <item msgid="7589406073232279088">"1 min"</item>
- <item msgid="7001195990902244174">"2 min"</item>
+ <item msgid="7589406073232279088">"1 minuta"</item>
+ <item msgid="7001195990902244174">"2 minuty"</item>
<item msgid="7489864775127957179">"5 min"</item>
<item msgid="2314124409517439288">"10 min"</item>
<item msgid="6864027152847611413">"30 min"</item>
@@ -53,12 +53,26 @@
<item msgid="6736512735606834431">"5 sekund"</item>
<item msgid="8044619388267891375">"15 sekund"</item>
<item msgid="1822002388249545488">"30 sekund"</item>
- <item msgid="8538071621211916519">"1 min"</item>
- <item msgid="5663439580228932882">"2 min"</item>
+ <item msgid="8538071621211916519">"1 minuta"</item>
+ <item msgid="5663439580228932882">"2 minuty"</item>
<item msgid="49888496216106852">"5 min"</item>
<item msgid="9002737361305019353">"10 min"</item>
<item msgid="4322676235684793329">"30 min"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Bardzo wolno"</item>
<item msgid="2361722960903353554">"Wolno"</item>
@@ -117,7 +131,7 @@
<item msgid="2892994535305020162">"TTLS"</item>
</string-array>
<string-array name="bluetooth_visibility_timeout_entries">
- <item msgid="1106621950288502195">"2 min"</item>
+ <item msgid="1106621950288502195">"2 minuty"</item>
<item msgid="5780349442819375570">"5 minut"</item>
<item msgid="1166466894270177580">"1 godzina"</item>
<item msgid="9032073376232198148">"Nigdy"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nigdy, gdy podłączony"</item>
<item msgid="6592896328877671197">"Nigdy (większe zużycie energii baterii)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Po wyłączeniu ekranu"</item>
- <item msgid="8137861573803398334">"Nigdy po podłączeniu"</item>
- <item msgid="5996547094658157629">"Nigdy (większe zużycie baterii)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatyczna"</item>
<item msgid="6670588712989942178">"Tylko 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"W trybie cichym"</item>
<item msgid="8418930333779132418">"Poza trybem cichym"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Krótkie"</item>
- <item msgid="2560532955514699713">"Średnie"</item>
- <item msgid="2372711992605524591">"Długie"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index fade307..a6a5734 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Ustaw globalny serwer proxy HTTP i listę wykluczeń"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Wyczyść"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Numer portu serwera proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Brak serwera proxy dla"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Omiń serwer proxy w przypadku"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mojkomputer.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Przywróć ustawienia domyślne"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Gotowe"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nazwa hosta serwera proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Uwaga"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Wprowadzona nazwa hosta jest nieprawidłowa."</string>
@@ -232,7 +232,7 @@
<string name="cancel" msgid="6859253417269739139">"Anuluj"</string>
<string name="settings_label" msgid="1626402585530130914">"Ustawienia"</string>
<string name="settings_label_launcher" msgid="8344735489639482340">"Ustawienia"</string>
- <string name="settings_shortcut" msgid="8597387747077828217">"Skrót do ustawień"</string>
+ <string name="settings_shortcut" msgid="8597387747077828217">"Wybierz skrót do ustawień"</string>
<string name="airplane_mode" msgid="8837269988154128601">"Tryb samolotowy"</string>
<string name="airplane_mode_summary" msgid="3154817401368780988">"Wyłącz wszystkie połączenia bezprzewodowe"</string>
<string name="airplane_mode_turning_on" msgid="8871739222526957255">"Wyłączanie połączeń bezprzewodowych..."</string>
@@ -267,7 +267,7 @@
<string name="zone_list_menu_sort_by_timezone" msgid="2720190443744884114">"Sortuj według strefy czasowej"</string>
<string name="date_picker_title" msgid="1338210036394128512">"Data"</string>
<string name="time_picker_title" msgid="483460752287255019">"Godzina"</string>
- <string name="lock_after_timeout" msgid="940509402681580537">"Wygaszanie"</string>
+ <string name="lock_after_timeout" msgid="940509402681580537">"Czas oczekiwania"</string>
<string name="lock_after_timeout_summary" msgid="4726009794344934278">"Zablokuj po <xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> od automatycznego wygaszenia ekranu"</string>
<string name="show_owner_info_on_lockscreen_label" msgid="5074906168357568434">"Pokaż informacje o właścicielu na ekranie blokady"</string>
<string name="owner_info_settings_title" msgid="2723190010708381889">"Informacje o właścicielu"</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Zaszyfrować tablet? Ta operacja jest nieodwracalna, a jej przerwanie grozi utratą danych. Szyfrowanie potrwa co najmniej godzinę, a tablet w tym czasie kilka razy uruchomi się ponownie."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Zaszyfrować telefon? Ta operacja jest nieodwracalna, a jej przerwanie grozi utratą danych. Szyfrowanie potrwa co najmniej godzinę, a telefon w tym czasie kilka razy uruchomi się ponownie."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Szyfrowanie"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Czekaj, trwa szyfrowanie tabletu. Ukończono: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Czekaj, trwa szyfrowanie telefonu. Ukończono: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Spróbuj ponownie za <xliff:g id="DELAY">^1</xliff:g> s."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Spróbuj ponownie za ^1 s."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Wprowadź hasło"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Szyfrowanie nie powiodło się"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Proces szyfrowania został przerwany i nie można go dokończyć. Aby móc ponownie korzystać z tabletu, musisz przywrócić dane fabryczne (czyli usunąć wszystkie istniejące dane). Po wykonaniu tej operacji możesz ponowić próbę zaszyfrowania tabletu."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Wybierz sposób blokowania ekranu"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Wyłączone"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nigdy nie blokuj ekranu"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Bez zabezpieczeń"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Brak"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Nie wymagaj wzoru, kodu PIN ani hasła do odblokowania ekranu"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Wzór"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Wymagaj wzoru do odblokowania ekranu"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Wymagaj hasła do odblokowania ekranu"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Wyłączone przez administratora lub zasadę szyfr."</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Wyłącz"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Brak zabezpieczeń"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Brak zabezpieczenia"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Zabezpieczenie wzorem"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Zabezpieczenie kodem PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Zabezpieczenie hasłem"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Zestaw głośnomówiący"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transfer"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Urządzenie wejściowe"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Dostęp do internetu"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Powiązanie"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączone od funkcji audio multimediów."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączone od zestawu głośnomówiącego."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączony od urządzenia wejściowego."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Połączenie internetowe za pośrednictwem urządzenia <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie zakończone."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nie będzie korzystać z połączenia internetowego tego tabletu."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nie będzie korzystać z połączenia internetowego tego telefonu."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opcje urządzenia <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Czynności na urządzeniu"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Połącz"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Połączono z serwerem transferu plików"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Brak połączenia z serwerem transferu plików"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Podłączono do urządzenia wejściowego"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Połączone w celu dostępu do internetu"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Udostępnianie połączenia internetowego"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Użyj dla funkcji audio multimediów"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Użyj dla funkcji audio telefonu"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Użyj do transferu plików"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Powiadom mnie, gdy będę w zasięgu otwartej sieci"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Zasady rozłączania Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Określ, kiedy przełączyć Wi-Fi na komórkowe połączenie danych"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Określ czas odłączenia od sieci Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Wystąpił problem ze zmianą ustawienia"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Dodaj sieć Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Sieci Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stan"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Szybkość łącza"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adres IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metoda EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Uwierzytelnianie Phase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certyfikat urzędu certyfikacji"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Wprowadź prawidłowy adres DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Wprowadź długość przedrostka sieci z zakresu 0–32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Brama"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Długość przedrostka sieci"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Przenośny punkt Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Przenośny punkt dostępu <xliff:g id="NETWORK_SSID">%1$s</xliff:g> jest aktywny"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Błąd przenośnego punktu dostępu Wi-Fi"</string>
@@ -608,9 +606,15 @@
<string name="accelerometer_summary_off" product="default" msgid="5485489363715740761">"Automatycznie przełącz orientację przy obracaniu telefonu"</string>
<string name="brightness" msgid="2354961343555249270">"Jasność ekranu"</string>
<string name="brightness_summary" msgid="838917350127550703">"Dostosuj jasność ekranu"</string>
- <string name="screen_timeout" msgid="6962654593018319466">"Wygaszanie"</string>
+ <string name="screen_timeout" msgid="6962654593018319466">"Czas oczekiwania"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Ekran wyłączy się automatycznie po upływie <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatyczna jasność"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Ustawienia blokady karty SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Ustaw blokadę SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Blokada karty SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Sieć"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adres MAC karty Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adres Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Numer seryjny"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Niedostępny"</string>
<string name="status_up_time" msgid="7294859476816760399">"Czas działania"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Czas działania (włączony)"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Ustawienia fabryczne"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Wymazuje wszystkie dane z tabletu"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Wymazuje wszystkie dane w telefonie"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Spowoduje to wymazanie wszystkich danych z "<b>"wewnętrznej pamięci"</b>" tabletu, w tym:"\n\n<li>"danych konta Google,"</li>\n<li>"danych i ustawień systemu oraz aplikacji,"</li>\n<li>"pobranych aplikacji."</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Spowoduje to wymazanie wszystkich danych z "<b>"wewnętrznej pamięci"</b>" telefonu, w tym:"\n\n<li>"danych konta Google,"</li>\n<li>"danych i ustawień systemu oraz aplikacji,"</li>\n<li>"pobranych aplikacji."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Spowoduje to wymazanie wszystkich danych z "<b>"wewnętrznej pamięci"</b>" tabletu, w tym:"\n\n<li>"danych konta Google,"</li>\n<li>"danych i ustawień systemu oraz aplikacji,"</li>\n<li>"pobranych aplikacji."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Spowoduje to wymazanie wszystkich danych z "<b>"wewnętrznej pamięci"</b>" tabletu, w tym:"\n\n<li>"danych konta Google,"</li>\n<li>"danych i ustawień systemu oraz aplikacji,"</li>\n<li>"pobranych aplikacji."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Zalogowano się na następujące konta:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Muzyka"</li>\n<li>"Zdjęcia"</li>\n<li>"Inne dane użytkownika"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Aby usunąć również muzykę, zdjęcia i inne dane użytkownika, należy wymazać "<b>"nośnik USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Nie podłączono USB"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Błąd tetheringu przez USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Tethering przez Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Udostępnianie połączenia internetowego w tablecie"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Udostępnianie połączenia internetowego w telefonie"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Udostępnianie połączenia internetowego jednemu urządzeniu"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Udostępnianie połączenia internetowego jednemu urządzeniu"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Udostępnianie połączenia internetowego urządzeniom: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Udostępnianie połączenia internetowego urządzeniom: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Brak udostępniania połączenia internetowego"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Brak udostępniania połączenia internetowego"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Powiązanie Bluetooth włączone, brak połączenia"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Powiązanie Bluetooth włączone, brak połączenia"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Powiązanie Bluetooth wyłączone"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Powiązanie Bluetooth wyłączone"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Błąd tetheringu przez Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Nie można powiązać więcej niż <xliff:g id="MAXCONNECTION">%1$d</xliff:g> urządzeń"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Powiązanie z urządzeniem <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie anulowane."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Edytuj słowo"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Edytuj"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Usuń"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nie masz żadnych słów w słowniku użytkownika. Możesz dodać słowo, dotykając przycisku Dodaj ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nie masz żadnych słów w słowniku użytkownika. Możesz dodać słowo za pomocą menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Nie masz żadnych słów w słowniku użytkownika. Możesz dodać słowo poprzez menu."</string>
<string name="testing" msgid="6584352735303604146">"Testowanie"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informacje o tablecie"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Przycisk zasilania"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Koniec połączenia"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Naciśnięcie przycisku zasilania w trakcie połączenia powoduje jego zakończenie zamiast wyłączenia ekranu"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gesty na ekranie dotykowym"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Czas naciśnięcia i przytrzymania"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Czas, po którym dotknięcie jest interpretowane jako dotknięcie i przytrzymanie"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Użycie baterii"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Gdzie wykorzystywana jest bateria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Brak danych o zużyciu baterii"</string>
@@ -1395,7 +1407,7 @@
<string name="wifi_setup_status_eap_not_supported" msgid="3196386445567501484">"Protokół EAP nie jest obsługiwany"</string>
<string name="wifi_setup_eap_not_supported" msgid="683540356393542939">"Podczas procesu konfiguracji nie można skonfigurować połączenia Wi-Fi zabezpieczonego protokołem EAP. Można to zrobić po zakończeniu tego procesu, wybierając w Ustawieniach opcję "<b>"Sieci zwykłe i bezprzewodowe"</b>"."</string>
<string name="wifi_setup_description_connecting" msgid="1884664966455980182">"Nawiązanie połączenia może potrwać kilka minut..."</string>
- <string name="wifi_setup_description_connected" msgid="5235991893829582459">"Dotknij opcji "<b>"Dalej"</b>", aby kontynuować konfigurację."\n\n"Wybierz "<b>"Wróć"</b>", aby połączyć się z inną siecią Wi-Fi."</string>
+ <string name="wifi_setup_description_connected" msgid="5235991893829582459">"Dotknij opcji "<b>"Dalej"</b>", aby kontynuować konfigurację."\n\n"Dotknij opcji "<b>"Wstecz"</b>", aby połączyć się z inną siecią Wi-Fi."</string>
<string name="account_sync_settings_title" msgid="4578227872921044660">"Ustawienia synchronizacji"</string>
<string name="sync_is_failing" msgid="1591561768344128377">"W tej chwili występują problemy z synchronizacją. Synchronizacja będzie możliwa wkrótce."</string>
<string name="add_account_label" msgid="7811707265834013767">"Dodaj konto"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Usługa jest zajęta. Spróbuj ponownie."</string>
<string name="delete" msgid="4219243412325163003">"Usuń"</string>
<string name="misc_files" msgid="6298643430106707497">"Różne pliki"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"wybrano <xliff:g id="NUMBER">%1$d</xliff:g> z <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Zaznacz wszystko"</string>
</resources>
diff --git a/res/values-pt-rPT/arrays.xml b/res/values-pt-rPT/arrays.xml
index 65ab9e4..e7abcb3 100644
--- a/res/values-pt-rPT/arrays.xml
+++ b/res/values-pt-rPT/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutos"</item>
<item msgid="4322676235684793329">"30 minutos"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Muito lenta"</item>
<item msgid="2361722960903353554">"Lenta"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nunca quando ligado"</item>
<item msgid="6592896328877671197">"Nunca (utiliza mais bateria)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Ao desligar o ecrã"</item>
- <item msgid="8137861573803398334">"Nunca quando ligado"</item>
- <item msgid="5996547094658157629">"Nunca (utiliza mais bateria)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automático"</item>
<item msgid="6670588712989942178">"Apenas 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Apenas em modo silencioso"</item>
<item msgid="8418930333779132418">"Apenas quando não estiver em modo silencioso"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Curta"</item>
- <item msgid="2560532955514699713">"Média"</item>
- <item msgid="2372711992605524591">"Longa"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 29e4de3..3b77c09 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Definir o proxy HTTP global e as listas de exclusão"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Limpar"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Porta proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Não há proxy para"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ignorar proxy para"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"exemplo.com,meucomp.teste.com,anfitirãolocal"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restaurar predefinições"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Concluído"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nome de anfitrião do proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.exemplo.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atenção"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"O nome de anfitrião que introduziu não é válido."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Encriptar tablet? Esta operação é irreversível e, se a interromper, perderá dados. A encriptação demora uma hora ou mais, durante a qual o tablet reiniciará várias vezes."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Encriptar telefone? Esta operação é irreversível e se a interromper, perderá dados. A encriptação demora uma hora ou mais, durante a qual o telefone reiniciará várias vezes."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Encriptação"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Aguarde enquanto o tablet está a ser encriptado. <xliff:g id="PERCENT">^1</xliff:g>% concluído."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Aguarde enquanto o telemóvel está a ser encriptado. <xliff:g id="PERCENT">^1</xliff:g>% concluído."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Tente novamente dentro de <xliff:g id="DELAY">^1</xliff:g> segundos."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Tente novamente dentro de ^1 segundos."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Introduzir palavra-passe"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"A encriptação falhou"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"A encriptação foi interrompida e não é possível concluir. Deve executar uma reposição de dados de fábrica (eliminando todos os seus dados) antes de poder retomar a utilização do seu tablet. Pode tentar encriptar o tablet de novo, após a reposição estar concluída."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Escolha um método para bloquear o ecrã"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Desactivado"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nunca bloquear o ecrã"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Pouco segura"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nenhuma"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Não necessita de sequência, PIN nem de palavra-passe para desbloquear o ecrã"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Padrão"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Requer sequência para desbloquear o ecrã"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Requer palavra-passe para desbloquear o ecrã"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Desat. pelo administ. ou pela política de encript."</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Desligar"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sem segurança"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Desprotegido"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Protegido com sequência"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Protegido com PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Protegido com palavra-passe"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Mãos-livres"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transferir"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositivo de entrada"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Acesso à internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Ligação"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado do áudio multimédia."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado do áudio mãos-livres."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado do aparelho de entrada."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"O acesso à internet através de <xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado da partilha de ligação à internet deste tablet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado da partilha de ligação à internet deste telefone."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opções do <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Acções do dispositivo"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Ligar"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Ligado ao servidor de transferência de ficheiros"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Não ligado ao servidor de transferência de ficheiros"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Ligado a um dispositivo de entrada"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Ligado ao aparelho para acesso à internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"A partilhar a ligação à internet local com o aparelho"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utilizar para áudio de multimédia"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utilizar para áudio do telefone"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Utilizar para transferência de ficheiros"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Notificar-me quando estiver disponível uma rede aberta"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Política de desligar Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Especificar quando mudar de Wi-Fi para dados móveis"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Especificar quando desligar do Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Ocorreu um problema ao alterar a definição"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Adicionar rede Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Redes Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Estado"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocidade da ligação"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Endereço IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"método EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticação da fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificado CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Introduza um endereço DNS válido."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Introduza um compr. de prefixo de rede de 0 a 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Compr. do prefixo de rede"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Hotspot Wi-Fi portátil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Hotspot portátil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> activo"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Erro do hotspot Wi-Fi portátil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tempo limite"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"O ecrã desliga automaticamente após <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Brilho automático"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Definições de bloqueio do cartão SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Configurar bloqueio do cartão SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloqueio do cartão SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Rede"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Endereço MAC de Wi-Fi:"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Endereço Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Número de série"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Indisponível"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tempo de actividade"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Hora de actividade"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Reposição dos dados de fábrica"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Apaga todos os dados do tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Apaga todos os dados do telefone"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Serão apagados todos os dados do "<b>"armazenamento interno"</b>" do tablet, incluindo:"\n\n<li>"A sua conta Google"</li>\n<li>"Dados e definições do sistema e da aplicação"</li>\n<li>"Aplicações transferidas"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Serão apagados todos os dados do "<b>"armazenamento interno"</b>" do telefone, incluindo:"\n\n<li>"A sua conta Google"</li>\n<li>"Dados e definições do sistema e da aplicação"</li>\n<li>"Aplicações transferidas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Serão apagados todos os dados do "<b>"armazenamento interno"</b>" do tablet, incluindo:"\n\n<li>"A conta Google"</li>\n<li>"Dados e definições do sistema e das aplicações"</li>\n<li>"Aplicações transferidas"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Serão apagados todos os dados do "<b>"armazenamento interno"</b>" do tablet, incluindo:"\n\n<li>"A conta Google"</li>\n<li>"Dados e definições do sistema e das aplicações"</li>\n<li>"Aplicações transferidas"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Actualmente, tem sessão iniciada nas seguintes contas:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Música"</li>\n<li>"Fotografias"</li>\n<li>"Outros dados do utilizador"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Para limpar também músicas, imagens e outros dados do utilizador, é necessário apagar o "<b>"armazenamento USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB não ligado"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Erro na associação USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Ligação Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"A partilhar a ligação à internet deste tablet"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"A partilhar ligação à internet deste telefone"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"A partilhar a ligação à internet deste tablet com 1 aparelho"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"A partilhar a ligação à internet deste telefone com 1 aparelho"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"A partilhar a ligação à internet deste tablet com <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> aparelhos"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"A partilhar a ligação à internet deste telefone com <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> aparelhos"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Não está a partilhar a ligação à internet deste tablet"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Não está a partilhar a ligação à internet deste telefone"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Ligação Bluetooth activada, mas não ligada"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Ligação Bluetooth activada, mas não ligada"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Sem ligação Bluetooth"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Sem ligação Bluetooth"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Erro na ligação Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Não é possível ligar mais de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispositivos"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desligado."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Editar palavra"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Editar"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Eliminar"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Não tem palavras no dicionário do utilizador. Pode adicionar uma palavra tocando no botão Adicionar (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Não tem qualquer palavra no dicionário do utilizador. Pode adicionar palavras através do menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Não tem qualquer palavra no dicionário do utilizador. Pode adicionar palavras através do menu."</string>
<string name="testing" msgid="6584352735303604146">"Testes"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informações do tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Botão de ligar/desligar"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"O botão de ligar/desligar termina a chamada"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Durante uma chamada, premir o botão de ligar/desligar termina a chamada em vez de desligar o ecrã"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestos do ecrã táctil"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Atraso ao manter premida a tecla"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Atrasar até um toque ser interpretado como manter premida"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Utilização da bateria"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"O que tem estado a utilizar a bateria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Dados ut. da bateria indispon."</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Serviço ocupado, tente novamente"</string>
<string name="delete" msgid="4219243412325163003">"Eliminar"</string>
<string name="misc_files" msgid="6298643430106707497">"Ficheiros diversos"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"selecionado(s) <xliff:g id="NUMBER">%1$d</xliff:g> de <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Selecionar tudo"</string>
</resources>
diff --git a/res/values-pt/arrays.xml b/res/values-pt/arrays.xml
index 0cf05fb..f0d33a1 100644
--- a/res/values-pt/arrays.xml
+++ b/res/values-pt/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minutos"</item>
<item msgid="4322676235684793329">"30 minutos"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Muito devagar"</item>
<item msgid="2361722960903353554">"Devagar"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nunca quando conectado"</item>
<item msgid="6592896328877671197">"Nunca (usa mais energia da bateria)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Quando a tela é desativada"</item>
- <item msgid="8137861573803398334">"Nunca quando conectado"</item>
- <item msgid="5996547094658157629">"Nunca (usa mais energia da bateria)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automático"</item>
<item msgid="6670588712989942178">"Apenas 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Somente no modo silencioso"</item>
<item msgid="8418930333779132418">"Somente fora do modo silencioso"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Curta-metragem"</item>
- <item msgid="2560532955514699713">"Médio"</item>
- <item msgid="2372711992605524591">"Longo"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 4bba230..2495de2 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Define o proxy HTTP geral e as listas de exclusão"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Limpar"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Porta do proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Não há nenhum proxy para"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Evitar proxy para"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restaurar padrões"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Concluído"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Hostname do proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atenção"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"O nome de host digitado não é válido."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Criptografar o tablet? Essa operação é irreversível e, se for interrompida, você perderá seus dados. A criptografia leva cerca de uma hora ou mais, sendo que nesse período o tablet será reiniciado várias vezes."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Criptografar o telefone? Essa operação é irreversível e, se for interrompida, você perderá seus dados. A criptografia leva cerca de uma hora ou mais, sendo que nesse período o telefone será reiniciado várias vezes."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Criptografando"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Aguarde enquanto seu tablet está sendo criptografado. <xliff:g id="PERCENT">^1</xliff:g>% concluído."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Aguarde enquanto seu telefone está sendo criptografado. <xliff:g id="PERCENT">^1</xliff:g>% concluído."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Tente novamente em <xliff:g id="DELAY">^1</xliff:g> segundos."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Tente novamente em ^1 segundos."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Insira sua senha"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Falha na criptografia"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"A criptografia foi interrompida e não pode ser concluída. Você deverá redefinir a configuração original (o que apagará todos os seus dados) antes de retomar o uso de seu tablet. Como opção, tente criptografar seu tablet novamente após a redefinição estar concluída."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Escolha um método para bloquear a tela"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Desativado"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nunca bloquear a tela"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Desprotegido"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nenhum"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Não exige padrão, PIN e senha p/ desbl. a tela"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Padrão"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Exige um padrão para desbloquear a tela"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Exige uma senha para desbloquear a tela"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Desativado pelo administrador ou pela política de criptografia"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Desativado"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Sem segurança"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Não seguro"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Protegido com padrão"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Protegido com PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Protegido com senha"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Viva-voz"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transferir"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispositivo de entrada"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Acesso à Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Vínculo"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado do áudio da mídia."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado do áudio do viva-voz."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado do dispositivo de entrada."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"O acesso à Internet por meio de <xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado e perderá o compart. da conexão de Internet deste tablet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"O <xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado do compart. da conexão de Internet deste telefone."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opções de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Ações do dispositivo"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Conectar"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Conectado ao servidor de transferência de arquivo"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Não está conectado ao servidor de transferência de arquivo"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Conectado ao dispositivo de entrada"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Conectado ao dispositivo para acesso à Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Compart. conexão local de Intern. com disp."</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Usar para áudio de mídia"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Usar para áudio do telefone"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Usado para transferência de arquivo"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Receber notificação quando uma rede aberta estiver disponível"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Política de desconexão de Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Especificar quando alternar de Wi-Fi para dados móveis"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Especificar quando desconectar da rede Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Ocorreu um problema com a mudança de configuração"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Adicionar rede Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Redes Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Velocidade do link"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Endereço IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Método EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autenticação da Fase 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificado CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Digite um endereço de DNS válido."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Digite um tamanho do prefixo de rede entre 0 e 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Tamanho do pref. de rede"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Ponto de acesso Wi-Fi portátil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Ponto de acesso portátil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> ativo"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Erro de ponto de acesso Wi-Fi portátil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tempo limite"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"A tela é automaticamente desativada após <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Brilho automático"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Bloqueio do SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Conf. bloqueio do SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloqueio do cartão SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Rede"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Endereço MAC da rede Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Endereço Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Número de série"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Não disponível"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tempo de atividade"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Tempo de ativação"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Configuração original"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Apaga todos os dados no tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Apaga todos os dados no telefone"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Esta ação apagará todos os dados do "<b>"armazenamento interno"</b>" do seu tablet, incluindo:"\n\n<li>"Sua Conta do Google"</li>\n<li>"Configurações e dados de aplicativos e sistema "</li>\n<li>"Aplicativos que você fez download"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Esta ação apagará todos os dados do "<b>"armazenamento interno"</b>" de seu telefone, incluindo:"\n\n<li>"Sua Conta do Google"</li>\n<li>"Configurações e dados de aplicativos e sistema "</li>\n<li>"Aplicativos que você fez download"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Esta ação apagará todos os dados do "<b>"armazenamento interno"</b>" do seu tablet, incluindo:"\n\n<li>"Sua Conta do Google"</li>\n<li>"Configurações e dados de aplicativos e sistema "</li>\n<li>"Aplicativos que você fez download"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Esta ação apagará todos os dados do "<b>"armazenamento interno"</b>" do seu tablet, incluindo:"\n\n<li>"Sua Conta do Google"</li>\n<li>"Configurações e dados de aplicativos e sistema "</li>\n<li>"Aplicativos que você fez download"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"No momento você está conectado às seguintes contas:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Músicas"</li>\n<li>"Fotos"</li>\n<li>"Outros dados do usuário"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Para também limpar músicas, fotos e outros dados de usuário, o "<b>"armazenamento USB"</b>" precisa ser apagado."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB não conectado"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Erro de vínculo de USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Vínculo Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Compartilhando a conexão de Internet deste tablet"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Compartilhando a conexão à Internet deste telefone"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Compart. a conexão de Internet deste tablet com um disp."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Compart. a conexão de Internet deste telefone com um disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Compart. a conexão de Internet deste tablet com <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Compart. a conexão de Internet deste telefone com <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Não está compart. a conexão de Internet do tablet"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Não está compart. a conexão de Internet deste tel."</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Vínculo Bluetooth ativado, mas não conectado"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Vínculo Bluetooth ativado, mas não conectado"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Vínculo Bluetooth desativado"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Vínculo Bluetooth desativado"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Erro ao vincular Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Não é possível vincular a mais de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispositivos"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> será vinculado."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Editar palavra"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Editar"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Excluir"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Você não possui palavras no dicionário do usuário. Adicione uma palavra tocando o botão \"Adicionar\" (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Você não possui palavras no dicionário do usuário. Você pode adicionar uma palavra por meio do menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Você não possui palavras no dicionário do usuário. Você pode adicionar uma palavra por meio do menu."</string>
<string name="testing" msgid="6584352735303604146">"Testando"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informações do tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Botão Liga/desliga"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Botão Liga/desliga encerra a chamada"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Durante uma chamada, pressionar o botão Liga/desliga encerra a chamada em vez de desativar a tela."</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestos da tela de toque"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Atraso ao tocar e pressionar"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Prolongue até que um toque seja interpretado como tocar e manter pressionado"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Uso da bateria"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"O que está consumindo a bateria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Dados bateria não disponíveis"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Serviço ocupado, tente novamente"</string>
<string name="delete" msgid="4219243412325163003">"Excluir"</string>
<string name="misc_files" msgid="6298643430106707497">"Arquivos variados"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"selecionados <xliff:g id="NUMBER">%1$d</xliff:g> de <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Selecionar todos"</string>
</resources>
diff --git a/res/values-rm/arrays.xml b/res/values-rm/arrays.xml
index be10568..bcbcd77 100644
--- a/res/values-rm/arrays.xml
+++ b/res/values-rm/arrays.xml
@@ -49,6 +49,20 @@
<!-- no translation found for lock_after_timeout_entries:6 (49888496216106852) -->
<!-- no translation found for lock_after_timeout_entries:7 (9002737361305019353) -->
<!-- no translation found for lock_after_timeout_entries:8 (4322676235684793329) -->
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Fitg plaun"</item>
<item msgid="2361722960903353554">"Plaun"</item>
diff --git a/res/values-rm/strings.xml b/res/values-rm/strings.xml
index 2fa2fa3..f0fbe47 100644
--- a/res/values-rm/strings.xml
+++ b/res/values-rm/strings.xml
@@ -162,8 +162,6 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Definir il proxy HTTP global e las glistas d\'exclusiun"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Stizzar"</string>
<!-- outdated translation 2623639656638472491 --> <string name="proxy_port_label" msgid="5655276502233453400">"Port"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
- <skip />
<!-- outdated translation 204409815790850313 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nagin proxy per"</string>
<!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
@@ -577,8 +575,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Sveltezza da la connexiun"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adressa IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metoda EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autentificaziun fasa 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificat CA"</string>
@@ -627,18 +623,10 @@
<!-- no translation found for wifi_ip_settings_invalid_network_prefix_length (8145730615716855433) -->
<skip />
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<!-- no translation found for wifi_network_prefix_length (3028785234245085998) -->
<skip />
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Punct d\'access WLAN mobil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Punct d\'access WLAN mobil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> activ"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Errur en connex cun il punct d\'access WLAN mobil"</string>
@@ -721,6 +709,12 @@
<!-- no translation found for screen_timeout_summary (4471347210332380587) -->
<skip />
<string name="automatic_brightness" msgid="5014143533884135461">"Clerezza automatica"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Parameters da bloccaziun SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Configurar la bloccada SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Bloccaziun da la SIM"</string>
@@ -1704,7 +1698,7 @@
<skip />
<!-- no translation found for misc_files_selected_count (4647048020823912088) -->
<skip />
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<!-- no translation found for select_all (6783085295161532497) -->
<skip />
diff --git a/res/values-ro/arrays.xml b/res/values-ro/arrays.xml
index 5512630..b9403d9 100644
--- a/res/values-ro/arrays.xml
+++ b/res/values-ro/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minute"</item>
<item msgid="4322676235684793329">"30 de minute"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Foarte încet"</item>
<item msgid="2361722960903353554">"Încet"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Niciodată când este conectat"</item>
<item msgid="6592896328877671197">"Niciodată (utilizează mai multă energie a bateriei)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"La dezactivarea ecranului"</item>
- <item msgid="8137861573803398334">"Niciodată când este conectat"</item>
- <item msgid="5996547094658157629">"Niciodată (mai multă energie)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automat"</item>
<item msgid="6670588712989942178">"Numai pe 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Numai în modul Silenţios"</item>
<item msgid="8418930333779132418">"Numai când modul nu este Silenţios"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Scurtă"</item>
- <item msgid="2560532955514699713">"Mediu"</item>
- <item msgid="2372711992605524591">"Lungă"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index b7b2db4..a1b5646 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Setaţi serverul proxy HTTP global şi listele de excludere"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Ştergeţi"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Fără proxy pentru"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Evitaţi utilizarea unui proxy pentru"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Restabiliţi valorile prestabilite"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Terminat"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Nume de gazdă proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Atenţie"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Numele de gazdă introdus nu este valid."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Criptaţi tableta? Această operaţie este ireversibilă şi întreruperea ei va duce la pierderea datelor. Criptarea durează cel puţin o oră, timp în care tableta se va reporni de mai multe ori."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Criptaţi telefonul? Această operaţie este ireversibilă şi întreruperea ei va duce la pierderea datelor. Criptarea durează cel puţin o oră, timp în care telefonul se va reporni de mai multe ori."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Criptare"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Aşteptaţi criptarea tabletei. Finalizat <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Aşteptaţi criptarea telefonului. Finalizat <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Încercaţi din nou peste <xliff:g id="DELAY">^1</xliff:g> (de) secunde."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Încercaţi din nou peste ^1 (de) secunde."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Introduceţi parola"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Criptarea nu a reuşit"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Criptarea a fost întreruptă şi nu poate fi finalizată. Trebuie să efectuaţi resetarea configurării din fabrică (ceea ce presupune ştergerea tuturor datelor) înainte de a putea relua criptarea utilizând tableta. Puteţi încerca din nou să criptaţi tableta după ce resetarea este finalizată."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Alegeţi o metodă pentru a bloca ecranul"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Dezactivată"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nu blocaţi niciodată ecranul"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nesecurizat"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Niciunul"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Debl. ecran. nu neces. model, PIN sau parolă"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Model"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Se solicită un model pentru deblocare ecran"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Se solicită parolă pentru deblocare ecran"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Dezactivată de admin. sau de politica de criptare"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Dezactivată"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Fără securitate"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nesecurizat"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Securizat cu model"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Securizat cu PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Securizat cu parolă"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Transfer"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Dispozitiv de intrare"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Acces internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Tethering"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> va fi deconectat de la media audio."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> va fi deconectat de la componenta audio handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> va fi deconectat de la dispozitivul de intrare."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Va fi întrerupt accesul la internet prin <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Disp. <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nu i se va mai permite accesul la conexiunea la internet a tabletei."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Disp. <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nu i se va mai permite accesul la conex. la internet a telefonului."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Opţiuni pentru <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Acţiuni dispozitiv"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Conectaţi-vă"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Conectat la serverul de transfer de fişiere"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Neconectat la serverul de transfer de fişiere"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Conectat la dispozitivul de intrare"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Con. la disp. acc. inter."</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Se dist. disp. con. loc."</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Utilizaţi pentru profilul pentru conţinut media audio"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Utilizaţi pentru componenta audio a telefonului"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Utilizaţi pentru transferul de fişiere"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Doresc să fiu notificat când este disponibilă o reţea deschisă"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Politica de deconectare Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Indicaţi când să se comute de la Wi-Fi la date mobile"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Indicaţi când doriţi deconectarea de la Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"A apărut o problemă la modificarea setării"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Adăugaţi o reţea Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Reţele Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stare"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Viteză link"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adresă IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metodă EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autentificare faza 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificat CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Introduceţi o adresă DNS validă."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Intr. un prefix de reţea de min. 0 şi max. 32 caract."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Lungime prefix reţea"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Hotspot Wi-Fi portabil"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Hotspot portabil <xliff:g id="NETWORK_SSID">%1$s</xliff:g> activ"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Eroare de hotspot Wi-Fi portabil"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timp limită"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Ecranul se dezactivează automat după <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Luminozitate automată"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Setări de blocare a cardului SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Activaţi blocarea cardului SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Blocare card SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Reţea"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adresă MAC Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adresă Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Număr de serie"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Indisponibilă"</string>
<string name="status_up_time" msgid="7294859476816760399">"Durată de funcţionare"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Durată de activitate"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Resetarea configurării din fabrică"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Şterge toate datele de pe tabletă"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Şterge toate datele de pe telefon"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Această acţiune va şterge toate datele din "<b>"stocarea internă"</b>" a tabletei, inclusiv:"\n\n<li>"Contul dvs. Google"</li>\n<li>"datele şi setările sistemului şi ale aplicaţiilor"</li>\n<li>"aplicaţiile descărcate"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Această acţiune va şterge toate datele din "<b>"stocarea internă"</b>" a telefonului, inclusiv:"\n\n<li>"Contul dvs. Google"</li>\n<li>"datele şi setările sistemului şi ale aplicaţiilor"</li>\n<li>"aplicaţiile descărcate"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Această acţiune va şterge toate datele din "<b>"stocarea internă"</b>" a tabletei, inclusiv:"\n\n<li>"Contul dvs. Google"</li>\n<li>"datele şi setările sistemului şi ale aplicaţiilor"</li>\n<li>"aplicaţiile descărcate"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Această acţiune va şterge toate datele din "<b>"stocarea internă"</b>" a tabletei, inclusiv:"\n\n<li>"Contul dvs. Google"</li>\n<li>"datele şi setările sistemului şi ale aplicaţiilor"</li>\n<li>"aplicaţiile descărcate"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"În prezent sunteţi conectat(ă) la următoarele conturi:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Muzică"</li>\n<li>"Fotografii"</li>\n<li>"Alte date ale utilizatorului"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"De asemenea, pentru a şterge muzică, imagini şi alte date ale utilizatorului, "<b>"stocarea USB"</b>" trebuie să fie ştearsă."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB neconectat"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Eroare de tethering prin USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Tethering prin Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Se distribuie conex. la internet a tabletei"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Se distribuie conexiunea la internet a telefonului"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Se distrib. conex. la internet a tabletei pe 1 disp."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Se distribuie conex. la internet a telef. pe 1 disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Se distribuie conex. la internet a tabletei pe <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Se distribuie conex. la internet a telef. pe <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> disp."</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Nu se distribuie conex. la internet a tabletei"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Nu se distribuie conex. la internet a telefonului"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Tethering prin Bluetooth activat, dar neconectat"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Tethering prin Bluetooth activat, dar neconectat"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tethering prin Bluetooth dezactivat"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Tethering prin Bluetooth dezactivat"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Eroare de tethering prin Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Nu vă puteţi conecta la mai mult de <xliff:g id="MAXCONNECTION">%1$d</xliff:g> dispoz."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> va fi deconectat."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Modificaţi cuvântul"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Modificaţi"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Ştergeţi"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nu există cuvinte în dicţionarul pentru utilizator. Puteţi adăuga un cuvânt atingând butonul (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Nu există cuvinte în dicţionarul pentru utilizator. Puteţi adăuga un cuvânt prin intermediul meniului."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Nu există cuvinte în dicţionarul pentru utilizator. Puteţi adăuga un cuvânt prin intermediul meniului."</string>
<string name="testing" msgid="6584352735303604146">"Testare"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informaţii tabletă"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Buton de pornire"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Butonul de pornire finalizează apelul"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"În timpul unui apel, apelul se finalizează prin apăsarea pe butonul de pornire, nu prin dezactivarea ecranului"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gesturi pentru ecranul tactil"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Întârz. pt. Atingeţi şi menţ. apăs."</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Interval scurs până la interpretarea unei apăsări ca Atingeţi şi menţineţi apăsat"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Utilizarea bateriei"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Ce funcţii au utilizat bateria"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Date utiliz. bater. nedispon."</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Aplicaţiile pot oricând sincroniza, trimite şi primi date"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Atenţie"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Dezactivarea datelor de fundal creşte durata de viaţă a bateriei şi reduce nivelul de utilizare a datelor. Anumite aplicaţii pot utiliza în continuare conexiunea de date de fundal."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Sincronizare automată"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Sincronizare automată"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Aplicaţiile sincronizează datele automat"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Gestionaţi conturi"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sinc. este ACTIVATĂ"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Eroare de sincroniz."</string>
<string name="settings_backup" msgid="2274732978260797031">"Setări copie de rezervă"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Creaţi o copie de rezervă a setărilor dvs."</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sincronizaţi acum"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Anulaţi sincronizarea"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sincronizaţi acum"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Anulaţi sincronizarea"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Atingeţi pentru a sincroniza acum<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Calendar"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Agendă"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Calendar"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Agendă"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Bun venit la Sincronizarea Google!"</font>" "\n"O abordare Google asupra sincronizării datelor, care permite accesul la persoanele de contact, întâlniri şi multe alte informaţii, oriunde v-aţi afla."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Setări privind sincronizarea aplicaţiei"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Datele şi sincronizarea"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Serviciul este ocupat, încercaţi din nou"</string>
<string name="delete" msgid="4219243412325163003">"Ştergeţi"</string>
<string name="misc_files" msgid="6298643430106707497">"Fişiere diverse"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"au fost selectate <xliff:g id="NUMBER">%1$d</xliff:g> din <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Selectaţi-le pe toate"</string>
</resources>
diff --git a/res/values-ru/arrays.xml b/res/values-ru/arrays.xml
index b4ce45c..d5b64f3 100644
--- a/res/values-ru/arrays.xml
+++ b/res/values-ru/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 мин"</item>
<item msgid="4322676235684793329">"30 мин"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Очень медленная"</item>
<item msgid="2361722960903353554">"Медленная"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Никогда, если есть питание от сети"</item>
<item msgid="6592896328877671197">"Никогда (повысится расход заряда батареи)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"При выключении экрана"</item>
- <item msgid="8137861573803398334">"Никогда при питании от сети"</item>
- <item msgid="5996547094658157629">"Никогда (выше расход энергии)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Авто"</item>
<item msgid="6670588712989942178">"Только 5 ГГц"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Только в режиме без звука"</item>
<item msgid="8418930333779132418">"Только не в режиме без звука"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Небольшой"</item>
- <item msgid="2560532955514699713">"Средний"</item>
- <item msgid="2372711992605524591">"Большой"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 7bca8b1..0175035 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Настройка глобального прокси HTTP и списка исключений"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Очистить"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Порт прокси-сервера"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Нет прокси:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Не использовать прокси-сервер для:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Восстановить настройки по умолчанию"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Готово"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Имя хоста прокси-сервера"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Внимание!"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"ОК"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Введено недействительное имя узла."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Выполнить шифрование данных планшетного ПК? Эта операция необратима, и в случае ее прерывания данные будут потеряны. Шифрование займет не менее одного часа. Во время шифрования устройство будет перезагружено несколько раз."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Выполнить шифрование данных телефона? Эта операция необратима, и в случае ее прерывания данные будут потеряны. Шифрование займет не менее одного часа. Во время шифрования устройство будет перезагружено несколько раз."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Шифрование"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Дождитесь завершения шифрования планшета. Выполнено <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Дождитесь завершения шифрования телефона. Выполнено <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Повторите попытку через <xliff:g id="DELAY">^1</xliff:g> с."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Повторите попытку через ^1 с."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Введите пароль"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Ошибка шифрования"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Шифрование прервано и не может быть возобновлено. Чтобы получить возможность пользоваться планшетным ПК, необходимо выполнить сброс настроек, при этом все данные будут удалены. После сброса настроек можно повторно запустить процедуру шифрования."</string>
@@ -310,17 +312,17 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Выбрать метод блокировки экрана"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Отключение"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Никогда не блокировать экран"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Безопасность отключена"</string>
- <string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Отключение графического ключа, PIN-кода или пароля для разблокировки экрана"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Нет"</string>
+ <string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Не требует граф. кода, PIN-кода или пароля для разбл. экрана"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Графический ключ"</string>
- <string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Создать графический ключ для разблокировки экрана"</string>
+ <string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Требовать графический ключ для разбл. экрана"</string>
<string name="unlock_set_unlock_pin_title" msgid="5846029709462329515">"PIN"</string>
- <string name="unlock_set_unlock_pin_summary" msgid="5556722736289132512">"Создать цифровой PIN-код для разблокировки экрана"</string>
+ <string name="unlock_set_unlock_pin_summary" msgid="5556722736289132512">"Требовать цифровой PIN-код для разбл. экрана"</string>
<string name="unlock_set_unlock_password_title" msgid="8775603825675090937">"Пароль"</string>
- <string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Создать пароль для разблокировки экрана"</string>
+ <string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Требовать пароль для разблокировки экрана"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Отключено администратором или политикой шифрования"</string>
- <string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Откл."</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Безопасность отключена"</string>
+ <string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Выкл."</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Нет защиты"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Защита графическим ключом"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Защита PIN-кодом"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Защита паролем"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Гарнитура"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Передать"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Устройство ввода"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Доступ в Интернет"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Общий модем"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Устройство <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет отключено от источника звука."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Устройство <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет отключено от гарнитуры."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> отключается от устройства ввода."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Доступ в Интернет через устройство <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет отключен."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Устр-во <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет отключено от общего интернет-соединения этого планшетного ПК."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Устройство <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет отключено от общего интернет-соединения этого телефона."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"параметры <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Действия устройства"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Подключить"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Установлено подключение к серверу передачи файлов"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Нет подключения к серверу передачи файлов"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Подключено к устройству ввода"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Подключено к устройству для доступа в Интернет"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Интернет-подключение используется совместно"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Использовать для мультимедийного аудиоустройства"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Использовать для аудиоустройства телефона"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Используется для передачи файлов"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Сообщать при обнаружении открытой сети"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Правила отключения от сети Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"При каких условиях переключаться с Wi-Fi на сотовую сеть"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Укажите, когда следует отключаться от Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Не удалось изменить этот параметр"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Добавить сеть Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Сети Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Статус"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Скорость связи"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-адрес"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Метод EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"2-й этап аутентификации"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Сертификат центра сертификации"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Введите действительный DNS-адрес."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Введите префикс сети длиной от 0 до 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Шлюз"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Длина префикса сети"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Точка доступа Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Точка доступа <xliff:g id="NETWORK_SSID">%1$s</xliff:g> активна"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Ошибка подключения"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Тайм-аут"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Экран отключится автоматически после <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Яркость автоматически"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Настройки блокировки SIM-карты"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Настроить блокировку"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Блокировка SIM-карты"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Сеть"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"MAC-адрес Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Адрес Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Серийный номер"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Недоступно"</string>
<string name="status_up_time" msgid="7294859476816760399">"Время с момента включения"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Время работы"</string>
@@ -674,7 +679,7 @@
<string name="sd_memory" product="default" msgid="151871913888051515">"SD-карта"</string>
<string name="memory_available" msgid="5052397223077021181">"Доступно"</string>
<string name="memory_size" msgid="6629067715017232195">"Всего места"</string>
- <string name="memory_calculating_size" msgid="2188358544203768588">"Идет подсчет..."</string>
+ <string name="memory_calculating_size" msgid="2188358544203768588">"Выполняется расчет..."</string>
<string name="memory_apps_usage" msgid="9079237985722858506">"Приложения"</string>
<string name="memory_media_usage" msgid="3738830697707880405">"Мультимедиа"</string>
<string name="memory_downloads_usage" msgid="3755173051677533027">"Загрузки"</string>
@@ -694,7 +699,7 @@
<string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Очистить USB-накопитель"</string>
<string name="sd_format" product="default" msgid="2576054280507119870">"Очистить SD-карту"</string>
<string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Удаление с внутреннего USB-накопителя телефона всех данных, включая музыку и фотографии."</string>
- <string name="sd_format_summary" product="default" msgid="212703692181793109">"Удаляет все данные с SD-карты, например музыку и фотографии"</string>
+ <string name="sd_format_summary" product="default" msgid="212703692181793109">"Удаление с SD-карты всех данных, включая музыку и фотографии"</string>
<string name="sd_unavailable" msgid="8580107589533213904">"Недоступно"</string>
<string name="read_only" msgid="6702420168629076340">" (только для чтения)"</string>
<string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Отключить USB-накопитель"</string>
@@ -748,12 +753,12 @@
<string name="master_clear_title" msgid="5907939616087039756">"Сброс настроек"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Возврат к заводским настройкам и удаление всех данных из памяти планшетного ПК"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Возврат к заводским настройкам и удаление всех данных из памяти телефона"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Из "<b>"внутренней памяти"</b>" планшета будут удалены все данные, в том числе: "\n\n<li>"ваш аккаунт Google;"</li>\n<li>"данные и настройки системы и приложений;"</li>\n<li>"загруженные приложения."</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Из "<b>"внутренней памяти"</b>" телефона будут удалены все данные, в том числе:"\n\n<li>"ваш аккаунт Google;"</li>\n<li>"данные и настройки системы и приложений;"</li>\n<li>"загруженные приложения."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Это приведет к удалению всех данных с "<b>"внутреннего накопителя"</b>" планшета, среди которых: "\n\n<li>"Ваш аккаунт Google."</li>\n<li>"Настройки/данные системы и приложений."</li>\n<li>"Загруженные приложения."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Это приведет к удалению всех данных с "<b>"внутреннего накопителя"</b>" планшета, среди которых: "\n\n<li>"Ваш аккаунт Google."</li>\n<li>"Настройки/данные системы и приложений."</li>\n<li>"Загруженные приложения."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"В настоящее время вы выполнили вход в следующие аккаунты:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Музыка"</li>\n<li>"Фото"</li>\n<li>"Другие данные"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Чтобы удалить музыку, изображения и другие пользовательские данные, необходимо удалить всю информацию с "<b>"USB-накопителя"</b>"."</string>
- <string name="master_clear_desc_erase_external_storage" product="default" msgid="7339100478676372901">\n\n"Чтобы удалить музыку, фотографии и другие пользовательские данные, необходимо очистить "<b>"SD-карту"</b>"."</string>
+ <string name="master_clear_desc_erase_external_storage" product="default" msgid="7339100478676372901">\n\n"Чтобы удалить музыку, фотографии и другие данные пользователя, необходимо очистить "<b>"SD-карту"</b>"."</string>
<string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"Очистить USB-накопитель"</string>
<string name="erase_external_storage" product="default" msgid="1397239046334307625">"Очистить SD-карту"</string>
<string name="erase_external_storage_description" product="nosdcard" msgid="444834593696342279">"Удалить с USB-накопителя музыку, фотографии и все другие данные."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB-подключения не обнаружено"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Ошибка подключения USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Общий Bluetooth-модем"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Интернет-подключение планшетного ПК общедоступно"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Интернет-подключение этого телефона общедоступно"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Интернет-подключение планшетного ПК доступно для 1 устр-ва."</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Интернет-подключение телефона доступно для 1 устройства."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Интернет-подключение планшетного ПК доступно для <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> устр."</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Интернет-подключение телефона доступно для <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> устр."</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Интернет-подключение планшетного ПК недоступно другим"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Интернет-подключение телефона недоступно другим"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Модем доступен через Bluetooth, но подключение не установлено"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Модем доступен через Bluetooth, но подключение не установлено"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Общий Bluetooth-модем недоступен"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Общий Bluetooth-модем недоступен"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Ошибка общего Bluetooth-модема"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Нельзя установить подключение более, чем для <xliff:g id="MAXCONNECTION">%1$d</xliff:g> устр."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Подключение к <xliff:g id="DEVICE_NAME">%1$s</xliff:g> будет прервано."</string>
@@ -832,9 +841,9 @@
<string name="assisted_gps" msgid="4649317129586736885">"Использовать A-GPS"</string>
<string name="assisted_gps_enabled" msgid="8751899609589792803">"Использовать сервер для A-GPS (снимите флажок для менее интенсивного использования сети)"</string>
<string name="assisted_gps_disabled" msgid="6982698333968010748">"Использовать сервер для A-GPS (снимите флажок для улучшения работы GPS)"</string>
- <string name="use_location_title" msgid="3659340070401464551">"Учитывать мое местоположение при поиске"</string>
- <string name="use_location_summary_disabled" msgid="6518008620918354403">"Учитывать мое местоположение при поиске и в других службах Google"</string>
- <string name="use_location_summary_enabled" msgid="8110246289085796179">"Данные о местоположении позволяют улучшить работу поиска и других служб Google"</string>
+ <string name="use_location_title" msgid="3659340070401464551">"Использовать данные о местоположении при поиске"</string>
+ <string name="use_location_summary_disabled" msgid="6518008620918354403">"Использовать данные о местоположении в поиске и других службах Google"</string>
+ <string name="use_location_summary_enabled" msgid="8110246289085796179">"Данные о местоположении используются для улучшения работы поиска и других служб Google"</string>
<string name="about_settings" product="tablet" msgid="593457295516533765">"О планшетном ПК"</string>
<string name="about_settings" product="default" msgid="1743378368185371685">"О телефоне"</string>
<string name="about_settings_summary" msgid="3371517697156165959">"Просмотр юридической информации, состояния планшетного ПК и версии ПО"</string>
@@ -895,7 +904,7 @@
<string name="next_button_label" msgid="8890792540116568321">"Далее"</string>
<string name="lock_title" product="tablet" msgid="2909697418179419990">"Безопасность планшетного ПК"</string>
<string name="lock_title" product="default" msgid="4059246467204273930">"Обеспечение безопасности телефона"</string>
- <string name="lock_intro_message" product="tablet" msgid="3692151094288835065">"Создайте графический ключ разблокировки экрана, и никто, кроме вас, не сможет воспользоваться вашим планшетом. Для этого соедините в произвольном порядке не менее четырех точек. "\n\n"Чтобы начать, нажмите \"Далее\"."</string>
+ <string name="lock_intro_message" product="tablet" msgid="3692151094288835065">"Защитите свой планшет от несанкционированного использования, создав личный графический ключ для разблокировки экрана. На следующем экране пальцем соедините точки в любой последовательности. Необходимо соединить хотя бы четыре точки. "\n\n"Готовы? Нажмите \"Далее\"."</string>
<string name="lock_intro_message" product="default" msgid="9100785646737118042"><font size="17">"Защитите телефон от несанкционированного использования, создав собственный графический ключ разблокировки экрана. "\n<font height="17">\n</font><b>"1"</b>" На следующем экране показан пример вычерчивания ключа. "\n<font height="17">\n</font><b>"3"</b>" Подготовьтесь и создайте собственный графический ключ разблокировки. Можно экспериментировать с ключами, но в них должны быть соединены как минимум четыре точки. "\n<font height="17">\n</font><b>"3"</b>" Для подтверждения начертите графический ключ повторно. "\n<font height="17">\n</font><b>" Готовы? Нажмите \"Далее\""</b>". "\n<font height="3">\n</font>"Если вы не хотите устанавливать защиту телефона, выберите \"Отмена\"."</font></string>
<string name="manageapplications_settings_title" msgid="5712405848153426706">"Управление приложениями"</string>
<string name="manageapplications_settings_summary" msgid="6097117021500651232">"Управление установленными приложениями и их удаление"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Изменение слова"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Изменить"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Удалить"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"В пользовательском словаре отсутствуют слова. Вы можете добавить слово, нажав кнопку \"Добавить ( + )\"."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"В пользовательском словаре отсутствуют слова. Добавить слово можно с помощью меню."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"В пользовательском словаре отсутствуют слова. Добавить слово можно с помощью меню."</string>
<string name="testing" msgid="6584352735303604146">"Проверка"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Информация о планшетном ПК"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Кнопка питания"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Заверш. вызов кнопкой"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Завершать вызов при нажатии кнопки питания"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Управление с помощью жестов"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Задержка при нажатии и удержании"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Время, по прошествии которого нажатие будет считаться удержанием"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Расход заряда батареи"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"На что расходуется заряд батареи"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Уровень заряда неизвестен"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Служба занята, повторите попытку"</string>
<string name="delete" msgid="4219243412325163003">"Удалить"</string>
<string name="misc_files" msgid="6298643430106707497">"Разное"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"выбрано <xliff:g id="NUMBER">%1$d</xliff:g> из <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Выбрать все"</string>
</resources>
diff --git a/res/values-sk/arrays.xml b/res/values-sk/arrays.xml
index 54511f6..c78ce15 100644
--- a/res/values-sk/arrays.xml
+++ b/res/values-sk/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minút"</item>
<item msgid="4322676235684793329">"30 minút"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Veľmi pomalá"</item>
<item msgid="2361722960903353554">"Pomalá"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nikdy pri zapnutom napájaní"</item>
<item msgid="6592896328877671197">"Nikdy (spotrebuje sa viac energie batérie)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Po vypnutí obrazovky"</item>
- <item msgid="8137861573803398334">"Nikdy pri zapnutom napájaní"</item>
- <item msgid="5996547094658157629">"Nikdy (vyššia spotreba batérie)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Auto"</item>
<item msgid="6670588712989942178">"Iba 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Iba v tichom režime"</item>
<item msgid="8418930333779132418">"Iba ak nie je v tichom režime"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Krátky"</item>
- <item msgid="2560532955514699713">"Stredný"</item>
- <item msgid="2372711992605524591">"Dlhý"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 0cb4302..1128361 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Nastavenie globálneho servera proxy protokolu HTTP a zoznamu vylúčení"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Vymazať"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port proxy:"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nepoužívať server proxy na"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Nepoužívať server proxy pre"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Obnoviť predvolené nastavenia"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Hotovo"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Názov hostiteľa servera proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Pozor"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Zadaný názov hostiteľa nie je platný."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Chcete tablet zašifrovať? Táto operácia je nevratná a ak ju prerušíte, prídete o údaje. Šifrovanie môže trvať viac ako hodinu. Tablet sa počas tejto doby niekoľkokrát reštartuje."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Chcete telefón zašifrovať? Táto operácia je nevratná a ak ju prerušíte, prídete o údaje. Šifrovanie môže trvať viac ako hodinu. Počas tejto doby sa telefón niekoľkokrát reštartuje."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Šifrovanie"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Čakajte, kým sa tablet zašifruje. Dokončené: <xliff:g id="PERCENT">^1</xliff:g> %"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Čakajte, kým sa telefón zašifruje. Dokončené: <xliff:g id="PERCENT">^1</xliff:g> %"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Počet sekúnd zostávajúcich do ďalšieho pokusu: <xliff:g id="DELAY">^1</xliff:g>."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Počet sekúnd zostávajúcich do ďalšieho pokusu: ^1."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Zadajte svoje heslo"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Šifrovanie zlyhalo"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Šifrovanie bolo prerušené a nedá sa dokončiť. Pred ďalším používaním tabletu musíte obnoviť továrenské nastavenia (vymažú sa všetky údaje). Po obnovení nastavení budete môcť tablet znova zašifrovať."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Vyberte spôsob uzamknutia obrazovky"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Vypnuté"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Nikdy nezamykať obrazovku"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Nezabezpečené"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Žiadne"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Pri odomknutí nevyžadovať vzor, PIN ani heslo"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Vzor"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Vyžadovať vzor na odomknutie obrazovky"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Požadovať heslo na odomknutie obrazovky"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Zakázané správcom alebo pravidlami šifrovania"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Vypnuté"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Bez zabezpečenia"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nezabezpečené"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Zabezpečené vzorom"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Zabezpečené pomocou kódu PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Zabezpečené heslom"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Prenos"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Vstupné zariadenie"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Prístup na Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Zdieľanie dátového pripojenia"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Zariadenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojené od zvukovej jednotky média."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Zariadenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojené od zvukovej jednotky handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Profil <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude odpojený od vstupného zariadenia."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Prístup na Internet prostredníctvom zariadenia <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bude ukončený."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Zariadenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> prestane zdieľať internetové pripojenie tohto tabletu."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Zariadenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> prestane zdieľať internetové pripojenie tohto telefónu."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Možnosti zariadenia <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Akcie zariadenia"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Pripojiť"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Pripojené na server pre prenos údajov"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nepripojené k serveru pre prenos súborov"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Pripojené na vstupné zariadenie"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Pripoj. k zariad. s príst. na Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Zdieľa miestne internet. pripoj. so zariad"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Umožňuje pripojenie zvukového média"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Použiť pre zvuk telefónu"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Použiť na prenos súborov"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Oznamovať dostupné nezabezpečené siete"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Pravidlá odpojenia siete Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Určiť, kedy prepnúť zo siete Wi-Fi na mobilný prenos údajov"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Určte, kedy odpojiť od siete Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Pri zmene nastavení sa vyskytol problém"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Pridať sieť Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Siete Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stav"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Rýchlosť pripojenia"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Adresa IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Metóda EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Overenie – 2. fáza"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certifikát CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Zadajte platnú adresu DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Zadajte dĺžku sieťovej predpony v rozsahu 0 až 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"Server DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"Server DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Brána"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Dĺžka sieťovej predpony"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Prenosný prístupový bod Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Prenosný prístupový bod <xliff:g id="NETWORK_SSID">%1$s</xliff:g> je aktívny"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Chyba prenosného prístupového bodu Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Časový limit"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Obrazovka sa automaticky vypne po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatický jas"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Nastavenia zámky karty SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Nastavenia zámky karty SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Zámka karty SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Sieť"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Adresa MAC siete Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Adresa zariadenia Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Sériové číslo"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Nie sú k dispozícii"</string>
<string name="status_up_time" msgid="7294859476816760399">"Doba prevádzky"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Doba prevádzky"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Obnovenie továrenských nastavení"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Vymaže všetky údaje v tablete"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Vymaže všetky údaje v telefóne"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Táto operácia vymaže všetky údaje v "<b>"internom ukladacom priestore"</b>" tabletu, vrátane:"\n\n<li>"účtu Google,"</li>\n<li>"údajov a nastavení systému a aplikácií,"</li>\n<li>"prevzatých aplikácií."</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Táto operácia vymaže všetky údaje v "<b>"internom ukladacom priestore"</b>" telefónu, vrátane:"\n\n<li>"účtu Google,"</li>\n<li>"údajov a nastavení systému a aplikácií,"</li>\n<li>"prevzatých aplikácií."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Táto operácia vymaže všetky údaje v "<b>"internom ukladacom priestore"</b>" tabletu vrátane:"\n\n<li>"účtu Google,"</li>\n<li>"údajov a nastavení systému a aplikácií,"</li>\n<li>"prevzatých aplikácií."</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Táto operácia vymaže všetky údaje v "<b>"internom ukladacom priestore"</b>" tabletu vrátane:"\n\n<li>"účtu Google,"</li>\n<li>"údajov a nastavení systému a aplikácií,"</li>\n<li>"prevzatých aplikácií."</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Aktuálne ste prihlásení do nasledujúcich účtov:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Hudba"</li>\n<li>"Fotografie"</li>\n<li>"Iné používateľské údaje"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Ak chcete vymazať aj hudbu, obrázky a ďalšie používateľské údaje, musíte vymazať "<b>"ukladací priestor USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Pripojenie USB nie je k dispozícii"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Chyba zdieľania dátového pripojenia prostredníctvom USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Zdieľanie dát. pripoj. cez Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Zdieľa internetové pripojenie tohto tabletu"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Zdieľa internetové pripojenie tohto telefónu"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetové pripojenie tabletu zdieľa jedno zariadenie"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetové pripojenie telefónu zdieľa jedno zariadenie"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Zariadenia zdieľajúce internetové pripojenie tabletu (<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>)"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Zariadenia zdieľajúce internetové pripojenie telefónu: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Nezdieľa internetové pripojenie tohto tabletu"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Nezdieľa internetové pripojenie tohto telefónu"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Zdieľanie dátového pripojenia cez Bluetooth je zapnuté, ale nie pripojené."</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Zdieľanie dátového pripojenia cez Bluetooth je zapnuté, ale nie pripojené."</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Zdieľanie dátového pripojenia cez Bluetooth bolo deaktivované"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Zdieľanie dátového pripojenia cez Bluetooth bolo deaktivované"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Chyba pri zdieľ. dátového pripojenia cez Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Max. počet zariad. na zdieľ. dát. pripoj.: <xliff:g id="MAXCONNECTION">%1$d</xliff:g>"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Ukončí sa zdieľané dát. pripojenie zariad. <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Upraviť slovo"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Upraviť"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Odstrániť"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V používateľskom slovníku nie sú žiadne slová. Slovo môžete pridať dotknutím sa tlačidla Pridať ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V používateľskom slovníku nie sú žiadne slová. Slovo môžete pridať pomocou ponuky."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"V používateľskom slovníku nie sú žiadne slová. Slovo môžete pridať pomocou ponuky."</string>
<string name="testing" msgid="6584352735303604146">"Testovanie"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informácie o tablete"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Tlačidlo Napájanie"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Tlačidlo Napájanie ukončuje hovor"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Stlačenie tlačidla Napájanie počas hovoru namiesto vypnutia obrazovky ukončí hovor"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Gestá dotykovej obrazovky"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Doba dotyku a podržania"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Doba, po ktorej sa dotyk interpretuje ako dotyk a následné podržanie"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Využitie batérie"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Čo využíva batériu"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Údaje o spotrebe sú nedostup."</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Aplikácie môžu kedykoľvek synchronizovať, odosielať a prijímať údaje."</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Pozor"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Zakázanie prenosu údajov na pozadí šetrí batériu a znižuje objem použitých údajov. Niektoré aplikácie môžu používať dátové pripojenie na pozadí aj napriek tomuto nastaveniu."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Automatická synchronizácia"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Automatická synchronizácia"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Aplikácie synchronizujú údaje automaticky"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Spravovať účty"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Synchronizácia je ZAPNUTÁ"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Chyba synchronizácie"</string>
<string name="settings_backup" msgid="2274732978260797031">"Zálohovať nastavenia"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Zálohovať moje nastavenia"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Synchronizovať"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Zrušiť synchronizáciu"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Synchronizovať"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Zrušiť synchronizáciu"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Dotykom vykonáte synchronizáciu<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalendár"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Kontakty"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalendár"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Kontakty"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Víta vás služba Google Sync"</font>" "\n"Spoločnosť Google pomocou nej synchronizuje údaje a umožňuje tak používateľom pristupovať ku kontaktom, stretnutiam a ďalším informáciám, kdekoľvek sa nachádzate."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Nastavenia synchronizácie aplikácií"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Údaje a synchronizácia"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Služba je zaneprázdnená, skúste to znova"</string>
<string name="delete" msgid="4219243412325163003">"Odstrániť"</string>
<string name="misc_files" msgid="6298643430106707497">"Rôzne súbory"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"vybraté: <xliff:g id="NUMBER">%1$d</xliff:g> z <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Vybrať všetko"</string>
</resources>
diff --git a/res/values-sl/arrays.xml b/res/values-sl/arrays.xml
index 5d03f2e..60d04f7 100644
--- a/res/values-sl/arrays.xml
+++ b/res/values-sl/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minut"</item>
<item msgid="4322676235684793329">"30 minut"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Zelo počasna"</item>
<item msgid="2361722960903353554">"Počasna"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Nikoli, ko je naprava priklopljena"</item>
<item msgid="6592896328877671197">"Nikoli (porabi več energije)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Ko se zaslon izklopi"</item>
- <item msgid="8137861573803398334">"Nikoli, ko je naprava priključena"</item>
- <item msgid="5996547094658157629">"Nikoli (porabi več energije)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Samodejno"</item>
<item msgid="6670588712989942178">"Samo 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Samo v tihem načinu"</item>
<item msgid="8418930333779132418">"Samo, kadar telefon ni v tihem načinu"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kratko"</item>
- <item msgid="2560532955514699713">"Srednja"</item>
- <item msgid="2372711992605524591">"Dolgo"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index 9ec14c3..3e7b65a 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Nastavi globalni strežnik HTTP proxy in seznam izločitev"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Počisti"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Vrata strežnika proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Brez strežnika proxy:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Obidi strežnik proxy pri"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com, mycomp.test.com, localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Ponastavi na privzeto"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Končano"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Gostiteljsko ime strežnika proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Pozor"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"V redu"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Ime gostitelja, ki ste ga vtipkali, ni veljavno."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Ali želite šifrirati tablični računalnik? Tega dejanja ne morete razveljaviti ali prekiniti, ker lahko pride do izgube podatkov. Šifriranje traja eno uro ali več in v tem času se bo tablični računalnik večkrat znova zagnal."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Ali želite šifrirati telefon? Tega dejanja ne morete razveljaviti ali prekiniti, ker lahko pride do izgube podatkov. Šifriranje traja uro ali več in v tem času se bo telefon večkrat vnovič zagnal."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Šifriranje"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Počakajte, tablični računalnik se šifrira. Dokončano: <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Počakajte, telefon se šifrira. Dokončano: <xliff:g id="PERCENT">^1</xliff:g> %."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Poskusite znova čez <xliff:g id="DELAY">^1</xliff:g> sekund."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Poskusite znova čez ^1 sek."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Vnesite geslo"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Šifriranje ni uspelo"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Šifriranje je bilo ustavljeno in se ne bo dokončalo. Če želite uporabljati tablični računalnik, ga morate ponastaviti na tovarniške vrednosti (s čimer se izbrišejo vsi vaši podatki). Po ponastavitvi lahko znova poskusite šifrirati tablični računalnik."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Izberite način zaklepanja zaslona"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Izključeno"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Ne zakleni zaslona"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ni varno"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Brez"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Ne zahteva vzorca, PIN-a ali gesla za odk. zas."</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Vzorec"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Zahtevaj vzorec za odklepanje zaslona"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Zahtevaj geslo za odklepanje zaslona"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Onemogočil skrbnik ali pravilnik za šifriranje"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Izklopljeno"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Brez varnosti"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Nezaščiten"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Zaščiten z vzorcem"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Zaščiteno s kodo PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Zaščiteno z geslom"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Prostoročno"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Prenos"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Vnosna naprava"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetni dostop"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internet prek mob. napr."</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Povezava med napravo <xliff:g id="DEVICE_NAME">%1$s</xliff:g> in zvokom nosilca podatkov bo prekinjena."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Povezava med napravo <xliff:g id="DEVICE_NAME">%1$s</xliff:g> in prostoročnim zvokom bo prekinjena."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Povezava med napravo <xliff:g id="DEVICE_NAME">%1$s</xliff:g> in vnosno napravo bo prekinjena."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internetni dostop prek naprave <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bo prekinjen."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Naprava <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bo izključena iz skupne rabe internetne povezave tega tabličnega računalnika."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Naprava <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bo izključena iz skupne rabe internetne povezave tega telefona."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Možnosti za <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Dejanja naprave"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Vzpostavi povezavo"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Povezava s strežnikom za prenos datotek je vzpostavljena"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Povezava s strežnikom za prenos datotek ni vzpostavljena"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Povezava z vnosno napravo je vzpostavljena"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Povezava z napravo za internetni dostop"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Skupna raba lok. internetne povezave z napravo"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Uporabi za zvok predstavnosti"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Uporabi za zvok telefona"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Uporabi za prenos datotek"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Obvesti me, ko bo na voljo odprto omrežje"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Pravilnik o izklopu iz omrežja Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Navedite, kdaj preklopiti z brezžične na mobilno podatkovno storitev"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Določite, kdaj se naj prekine povezava z omrežjem Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Težava pri spreminjanju nastavitve"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Dodaj brezžično omrežje"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Brezžična omrežja"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Stanje"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Hitrost povezave"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Naslov IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Način EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Preverjanje pristnosti v fazi 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Overjeno potrdilo"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Vnesite veljaven naslov DNS."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Vnesite predpono omrežja, dolgo med 0 in 32 znaki."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Prehod"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Dolžina predpone omrežja"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Prenosna brezžična dostopna točka"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Prenosna dostopna točka <xliff:g id="NETWORK_SSID">%1$s</xliff:g> dejavna"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Napaka prenosne brezžične dostopne dostopne točke"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Časovna omejitev"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Zaslon se samodejno izklopi po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Samodejna svetlost"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Nastavitve zaklepanja kartice SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Nastavi zaklepanje kartice SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Zaklepanje kartice SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Omrežje"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Naslov MAC za brezžično omrežje"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Naslov Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serijska številka"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Ni na voljo"</string>
<string name="status_up_time" msgid="7294859476816760399">"Čas delovanja"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Čas delovanja"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Ponastavitev na tovarniške nastavitve"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Izbriše vse podatke na tabličnem računalniku"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Izbriše vse podatke iz telefona"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"S tem boste iz "<b>"notranjega pomnilnika"</b>" tabličnega računalnika izbrisali vse podatke:"\n\n<li>"Google Račun"</li>\n<li>"podatke in nastavitve sistema in programov"</li>\n<li>"prenesene programe"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"S tem boste iz "<b>"notranjega pomnilnika"</b>" telefona izbrisali vse podatke:"\n\n<li>"Google Račun"</li>\n<li>"podatke in nastavitve sistema in programov"</li>\n<li>"prenesene programe"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"S tem boste iz "<b>"notranjega pomnilnika"</b>" tabličnega računalnika izbrisali vse podatke:"\n\n<li>"Google Račun"</li>\n<li>"podatke in nastavitve sistema in programov"</li>\n<li>"prenesene programe"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"S tem boste iz "<b>"notranjega pomnilnika"</b>" tabličnega računalnika izbrisali vse podatke:"\n\n<li>"Google Račun"</li>\n<li>"podatke in nastavitve sistema in programov"</li>\n<li>"prenesene programe"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Trenutno ste prijavljeni v te račune:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Glasba"</li>\n<li>"Fotografije"</li>\n<li>"Drugi uporabniški podatki"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Če želite izbrisati tudi glasbo, slike in druge uporabniške podatke, morate izbrisati "<b>"pomnilnik USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Povezava USB ni vzpostavljena"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Zaradi povezave USB je prišlo do napake internetne povezave prek telefona"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Internet prek Bluetootha"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Skupna raba internetne povezave tega tabl. računalnika"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Skupna raba internetne povezave tega telefona"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Internetno povezavo tega tabličnega računalnika souporablja ena naprava"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Internetno povezavo tega telefona souporablja ena naprava"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Št. naprav, ki si deli internetno povezavo tega tabličnega računalnika: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Št. naprav, ki si deli internetno povezavo tega telefona: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Brez skupne rabe internetne povez. tega tabl. računalnika"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Brez skupne rabe internetne povezave tega telefona"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internet prek Bluetootha vklopljen, brez povezave"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internet prek Bluetootha vklopljen, brez povezave"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internet prek Bluetootha izklopljen"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internet prek Bluetootha izklopljen"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Napaka intern. pov. prek Bluetootha"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Int. povez. ni mogoča z več kot <xliff:g id="MAXCONNECTION">%1$d</xliff:g> napr."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Internetna povezava z napravo <xliff:g id="DEVICE_NAME">%1$s</xliff:g> bo prekinjena."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Uredi besedo"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Uredi"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Izbriši"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V uporabniškem slovarju ni besed. Besede lahko dodate z dotikom gumba »Dodaj« (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"V uporabniškem slovarju ni besed. Besede lahko dodate v meniju."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"V uporabniškem slovarju ni besed. Besede lahko dodate v meniju."</string>
<string name="testing" msgid="6584352735303604146">"Preizkušanje"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informacije o tabličnem računalniku"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Gumb za vklop"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Gumb za vklop konča klic"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Če med klicem pritisnete tipko za izklop, se klic konča, namesto da bi se izklopil zaslon"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Poteze za zaslon na dotik"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Zakasnitev za dotik in pridržanje"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Zakasnitev, dokler dotik ni razumljen kot dotik in pridržanje"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Uporaba baterije"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Kaj porablja energijo baterije"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Podatki o uporabi baterije niso na voljo"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Programi lahko kadar koli sinhronizirajo, pošiljajo in prejemajo podatke"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Pozor"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Če onemogočite podatke v ozadju, podaljšate življenjsko dobo baterije in zmanjšate rabo podatkov. Nekateri programi bodo mogoče še vedno potrebovali povezavo s podatki v ozadju."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Samodejna sinhronizacija"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Samodejna sinhronizacija"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Programi samodejno sinhronizirajo podatke"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Upravljanje z računi"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Sinhroniz. je VKLOP."</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Sinhron. napaka"</string>
<string name="settings_backup" msgid="2274732978260797031">"Varnostno kopiranje nastavitev"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Varnostno kopiranje nastavitev"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinhroniziraj"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Prekliči sinhronizacijo"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Sinhroniziraj"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Prekliči sinhronizacijo"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Pritisnite, če želite sinhronizirati<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Koledar"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Stiki"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Koledar"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Stiki"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Pozdravljeni v storitvi Google Sync."</font>" "\n"Googlov način sinhroniziranja podatkov, s katerim lahko dostopate do stikov, koledarskih vnosov in drugih podatkov ne glede na to, kje ste."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Nastavitve sinhronizacije programov"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Podatki in sinhronizacija"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Storitev je zasedena, poskusite znova"</string>
<string name="delete" msgid="4219243412325163003">"Izbriši"</string>
<string name="misc_files" msgid="6298643430106707497">"Razne datoteke"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"izbrano: <xliff:g id="NUMBER">%1$d</xliff:g> od <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Izberi vse"</string>
</resources>
diff --git a/res/values-sr/arrays.xml b/res/values-sr/arrays.xml
index da95f0d..35b3006 100644
--- a/res/values-sr/arrays.xml
+++ b/res/values-sr/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 минута"</item>
<item msgid="4322676235684793329">"30 минута"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Веома споро"</item>
<item msgid="2361722960903353554">"Полако"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Никад када је укључен"</item>
<item msgid="6592896328877671197">"Никад (користи више енергије батерије)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Када се екран искључи"</item>
- <item msgid="8137861573803398334">"Никад када је прикључен"</item>
- <item msgid="5996547094658157629">"Никад (брже трошење батерије)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Аутоматски"</item>
<item msgid="6670588712989942178">"Само на 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Само у нечујном режиму"</item>
<item msgid="8418930333779132418">"Само када није у нечујном режиму"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Кратко"</item>
- <item msgid="2560532955514699713">"Средње"</item>
- <item msgid="2372711992605524591">"Дугачко"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 2ea6f71..fd53536 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Подесите глобални HTTP прокси и листе изузимања"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Обриши"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Прокси порт"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Нема проксија за"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Прокси се заобилази за"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mojracunar.test.com,lokalnihost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Врати на подразумевано"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Done"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Име хоста за прокси"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proksi.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Пажња"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Потврди"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Унели сте неважећи назив хоста."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Желите ли да шифрујете таблет? Та операција је неопозива и уколико је прекинете, изгубићете податке. Шифровање траје један сат или дуже и у том периоду таблет ће се поново покренути неколико пута."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Желите ли да шифрујете телефон? Та операција је неопозива и уколико је прекинете, изгубићете податке. Шифровање траје један сат или дуже и у том периоду телефон ће се поново покренути неколико пута."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Шифровање"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Сачекајте да се таблет шифрује. Довршено је <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Сачекајте да се телефон шифрује. Довршено је <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Покушајте поново за <xliff:g id="DELAY">^1</xliff:g> секунде(и)."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Покушајте поново за ^1 секунде(и)."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Унесите лозинку"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Шифровање није успело"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Шифровање је прекинуто и не може да се доврши. Потребно је да вратите фабричке податке (чиме ћете избрисати све податке) да бисте могли да наставите са коришћењем таблета. Можете поново да покушате да шифрујете таблет када се враћање фабричких података заврши."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Изаберите метод закључавања екрана"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Искључено"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Екран се никада не закључава"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Није безбедно"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ништа"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"За откључавање екрана није потребан шаблон, PIN или лозинка"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Шаблон"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Захтевање шаблона за откључавање екрана"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Захтевање лозинке за откључавање екрана"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Онемогућио администратор или смернице за шифровање"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Искључено"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Безбедност је онемогућена"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Необезбеђено"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Обезбеђено помоћу шаблона"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Обезбеђено помоћу PIN-а"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Обезбеђено помоћу лозинке"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Хендсфри"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Пренеси"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Улазни уређај"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Приступ Интернету"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Повезивање са Интернетом"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Уређај <xliff:g id="DEVICE_NAME">%1$s</xliff:g>неће бити повезан на звука медија."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Уређај <xliff:g id="DEVICE_NAME">%1$s</xliff:g> неће бити повезан на хендсфри звук."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Уређај <xliff:g id="DEVICE_NAME">%1$s</xliff:g> неће бити повезан на улазнои уређај."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Приступ Интернету преко уређаја <xliff:g id="DEVICE_NAME">%1$s</xliff:g> биће онемогућен."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Дељење Интернет везе са овим таблетом биће прекинуто за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Дељење Интернет везе са овим телефоном биће прекинуто за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Опције за <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Радње уређаја"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Повежи"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Повезано са сервером за пренос датотека"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Није повезано са сервером за пренос датотека"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Повезан са улазним уређајем"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Повез. са уређ. ради приступа Интернету"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Локална Интернет веза се дели са уређајем"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Коришћење за звук медија"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Коришћење за аудио телефона"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Коришћење за пренос датотека"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Обавести ме када је отворена мрежа доступна"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Смернице за прекид везе са Wi-Fi мрежом"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Одређивање времена пребацивања са Wi-Fi мреже на мобилну мрежу података"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Наведите када треба прекинути везу са Wi-Fi мрежом"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Дошло је до проблема приликом промене подешавања"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Додај Wi-Fi мрежу"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi мреже"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Статус"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Брзина везе"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP адреса"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP метод"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Потврда идентитета друге фазе"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA сертификат"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Унесите важећу DNS адресу."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Унесите префикс мреже дужине између 0 и 32 знака."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Мрежни пролаз"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Дужина префикса мреже"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Преносна Wi-Fi приступна тачка"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Преносна приступна тачка <xliff:g id="NETWORK_SSID">%1$s</xliff:g> је активна"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Грешка у преносној Wi-Fi приступној тачки"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Време чекања"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Екран се аутоматски искључује након <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Аутоматски ниво осветљености"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Подешавања закључавања SIM картице"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Подешавање закључавања SIM картице"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Закључавање SIM картице"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Мрежа"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi Mac адреса"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth адреса"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Серијски број"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Недоступно"</string>
<string name="status_up_time" msgid="7294859476816760399">"Време рада"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Време буђења"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Враћање фабричких података"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Брише све податке са таблета"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Брише све податке у телефону"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"На овај начин ће се избрисати сви подаци из "<b>"интерне меморије"</b>" таблета, укључујући:"\n\n<li>"Google налог"</li>\n<li>"Податке и подешавања система и апликација"</li>\n<li>"Преузете апликације"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"На овај начин ће се избрисати сви подаци из "<b>"интерне меморије"</b>" телефона, укључујући:"\n\n<li>"Google налог"</li>\n<li>"Податке и подешавања система и апликација"</li>\n<li>"Преузете апликације"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"На овај начин ће се избрисати сви подаци из "<b>"интерне меморије"</b>" таблета, укључујући:"\n\n<li>"Google налог"</li>\n<li>"податке и подешавања везана за систем и апликације"</li>\n<li>"преузете апликације"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"На овај начин ће се избрисати сви подаци из "<b>"интерне меморије"</b>" таблета, укључујући:"\n\n<li>"Google налог"</li>\n<li>"податке и подешавања везана за систем и апликације"</li>\n<li>"преузете апликације"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Тренутно сте пријављени на следеће налоге:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Музика"</li>\n<li>"Фотографије"</li>\n<li>"Други кориснички подаци"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Ако желите да избришете и музику, слике и друге корисничке податке, мораћете да избришете садржај "<b>"USB меморије"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB није повезан"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Грешка приликом USB повезивања"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth Интернет веза"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Интернет веза овог таблета се дели"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Интернет веза овог телефона се дели"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Интернет веза овог таблета се дели са 1 уређајем"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Интернет веза овог телефона се дели са 1 уређајем"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Интернет веза овог таблета се дели са <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> уређаја"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Интернет веза овог телефона се дели са <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> уређаја"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Интернет веза овог таблета се не дели"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Интернет веза овог телефона се не дели"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth Интернет веза је укључена, није повезана"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth Интернет веза је укључена, није повезана"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth повезивање са Интернетом је искључено"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth повезивање са Интернетом је искључено"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Грешка при успостављању Bluetooth Интернет везе"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Није могуће повезати се са више од <xliff:g id="MAXCONNECTION">%1$d</xliff:g> уређаја"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Интернет веза са уређајем <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ће бити прекинута."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Измена речи"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Измени"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Избриши"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Не постоји ниједна реч у корисничком речнику. Реч можете да додате ако додирнете дугме Додај (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Немате ниједну реч у корисничком речнику. Можете да је додате путем менија."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Немате ниједну реч у корисничком речнику. Можете да је додате путем менија."</string>
<string name="testing" msgid="6584352735303604146">"Тестирање"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Информације о таблету"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Дугме за укључивање и искључивање"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Дугме за укључивање/искључивање прекида позив"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Уколико током позива притиснете дугме за укључивање и искључивање, прекидате позив уместо да искључите екран"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Покрети на додирном екрану"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Одлагање притискa и задржавањa"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Одлагање док се додир не интерпретира као притисак и задржавање"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Коришћење батерије"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Шта користи батерију"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Недоступни подаци о коришћењу батерије"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Апликације увек могу да синхронизују, шаљу и примају податке"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Пажња"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Ако онемогућите позадинске податке, батерија ће трајати дуже, а употреба података ће бити мања. Неке апликације ће можда и даље користити везу са позадинским подацима."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Аутоматски синхронизуј"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Аутоматски синхронизуј"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Апликације синхронизују податке аутоматски"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Управљање налозима"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Синхрон. је УКЉУЧЕНА"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Грешка при синхрон."</string>
<string name="settings_backup" msgid="2274732978260797031">"Направи резервну копију подешавања"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Прављење резервне копије подешавања"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхронизуј одмах"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Откажи синхронизацију"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхронизуј"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Откажи синхронизацију"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Додирните да бисте синхронизовали одмах<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Добро дошли у Google синхронизацију!"</font>" "\n"Google-ов приступ синхронизовању података како би се омогућио приступ контактима, обавезама и још много чему без обзира где се налазите."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Подешавања синхронизације апликације"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Подаци и синхронизација"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Услуга је заузета. Покушајте поново"</string>
<string name="delete" msgid="4219243412325163003">"Избриши"</string>
<string name="misc_files" msgid="6298643430106707497">"Разне датотеке"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"изабрано је <xliff:g id="NUMBER">%1$d</xliff:g> од <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Изабери све"</string>
</resources>
diff --git a/res/values-sv/arrays.xml b/res/values-sv/arrays.xml
index 0f78f0f..9b3cd2d 100644
--- a/res/values-sv/arrays.xml
+++ b/res/values-sv/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuter"</item>
<item msgid="4322676235684793329">"30 minuter"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Mycket långsam"</item>
<item msgid="2361722960903353554">"Långsam"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Aldrig när den är inkopplad"</item>
<item msgid="6592896328877671197">"Aldrig (batteriförbrukningen ökar)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"När skärmen är avstängd"</item>
- <item msgid="8137861573803398334">"Aldrig när den är inkopplad"</item>
- <item msgid="5996547094658157629">"Aldrig (drar mer batteri)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Automatiskt"</item>
<item msgid="6670588712989942178">"Endast 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Bara i tyst läge"</item>
<item msgid="8418930333779132418">"Bara i tyst läge"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kort"</item>
- <item msgid="2560532955514699713">"Mellan"</item>
- <item msgid="2372711992605524591">"Lång"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 668b692..27ffbb3 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Ange global HTTP-proxy och uteslutningslistor"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Rensa"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxyport"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Ingen proxyserver för"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Förbigå proxy för"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"exempel.se,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Återställ standardinställningar"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Klar"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxyserverns värdnamn"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.exempel.se"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Obs!"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Värdnamnet som du har angett är inte giltigt."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Vill du kryptera pekdatorn? Åtgärden kan inte ångras och om du avbryter den kan data försvinna. Krypteringen kan ta en timme eller mer och under tiden startas pekdatorn om flera gånger."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Vill du kryptera telefonen? Åtgärden kan inte ångras och om du avbryter den kan data försvinna. Krypteringen kan ta en timme eller mer och under tiden startas telefonen om flera gånger."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Krypterar"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Vänta medan pekdatorn krypteras. <xliff:g id="PERCENT">^1</xliff:g> % klart."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Vänta medan telefonen krypteras. <xliff:g id="PERCENT">^1</xliff:g> % klart."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Försök igen om <xliff:g id="DELAY">^1</xliff:g> sekunder."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Försök igen om ^1 sekunder."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Ange lösenord"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Krypteringen misslyckades"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Krypteringen avbröts och kan inte slutföras. Du måste återställa standardinställningarna (ta bort alla data) innan du kan fortsätta att använda pekdatorn. När återställningen är klar kan du prova att kryptera pekdatorn igen."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Välj en metod för att låsa skärmen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Av"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Lås aldrig skärmen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Inte skyddad"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Ingen"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Kräver ej unikt lösenord för att låsa upp skärmen"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Grafiskt lösenord"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Kräv grafiskt lösenord för att låsa upp"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Kräv lösenord för att låsa upp skärmen"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Inaktiverad av admin eller krypteringspolicy"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Av"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Ingen säkerhet"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Oskyddad"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Skyddad med grafiskt lösenord"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Skyddad med PIN-kod"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Skyddad med lösenord"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Överför"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Indataenhet"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetåtkomst"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Internetdelning"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån medialjud."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån handsfree."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån indataenheten."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Internetanslutning via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån delningen av pekdatorns Internetanslutning."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas ifrån delningen av telefonens Internetanslutning."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> alternativ"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Enhetsåtgärder"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Anslut"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Ansluten till filöverföringsserver"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Inte ansluten till filöverföringsserver"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Ansluten till indataenhet"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Ansluten för Internetåtkomst"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Dela lokal Internetanslutning med enhet"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Använd för medialjud"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Använd för telefonens ljud"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Använd för filöverföring"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Meddela mig när ett öppet nätverk är tillgängligt"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi-bortkopplingspolicy"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Ange när du vill växla från Wi-Fi till mobildata"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Ange när du vill koppla från Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Ett problem inträffade när inställningen ändrades"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Lägg till Wi-Fi-nätverk"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi-nätverk"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Status"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Länkhastighet"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP-adress"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP-metod"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Autentisering för fas 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-certifikat"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Ange en giltig DNS-adress."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Ange en nätverksprefixlängd mellan 0 och 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Nätverksprefixets längd"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Mobil Wi-Fi-surfpunkt"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Mobil surfpunkt <xliff:g id="NETWORK_SSID">%1$s</xliff:g> aktiv"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Fel på mobil Wi-Fi-surfpunkt"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Tidsgräns"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Skärmen stängs av automatiskt efter <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Automatisk ljusstyrka"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Låsinställningar för SIM-kort"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Ställ in lås för SIM-kort"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Lås för SIM-kort"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Nätverk"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi Mac-adress"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth-adress"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serienummer"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Inte tillgängligt"</string>
<string name="status_up_time" msgid="7294859476816760399">"Tid sedan systemstart"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Aktiveringstid"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Återställ standardinst."</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Raderar alla data på pekdatorn"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Raderar alla data på telefonen"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Alla data på pekdatorns "<b>"internminne"</b>" raderas, inklusive:"\n\n<li>"ditt Google-konto"</li>\n<li>"system- och programdata och inställningar"</li>\n<li>"hämtade appar"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Alla data på telefonens "<b>"internminne"</b>" raderas, inklusive:"\n\n<li>"ditt Google-konto"</li>\n<li>"system- och programdata och inställningar"</li>\n<li>"hämtade appar"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Alla data på pekdatorns "<b>"interna lagring"</b>" raderas, inklusive:"\n\n<li>"ditt Google-konto"</li>\n<li>"system- och applikationsdata och inställningar"</li>\n<li>"hämtade appar"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Alla data på pekdatorns "<b>"interna lagring"</b>" raderas, inklusive:"\n\n<li>"ditt Google-konto"</li>\n<li>"system- och applikationsdata och inställningar"</li>\n<li>"hämtade appar"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Du är inloggad på följande konton:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musik"</li>\n<li>"Foton"</li>\n<li>"Andra användardata"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Om du vill ta bort musik, bilder och andra användardata måste du radera "<b>"USB-lagringsenheten"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Ingen USB är ansluten"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB-sammanlänkningsfel"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Delning via Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Pekdatorns Internetanslutning delas"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Dela telefonens Internetanslutning"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Pekdatorns Internetanslutning delas med 1 enhet"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Telefonens Internetanslutning delas med 1 enhet"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Pekdatorns Internetanslutning delas med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheter"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Telefonens Internetanslutning delas med <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> enheter"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Pekdatorns Internetanslutning delas inte"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Telefonens Internetanslutning delas inte"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Internetdelning via Bluetooth är på men du är ej ansluten"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Internetdelning via Bluetooth är på men du är ej ansluten"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Internetdelning via Bluetooth av"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Internetdelning via Bluetooth av"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Fel vid Internetdelning via Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Det går inte att dela med mer än <xliff:g id="MAXCONNECTION">%1$d</xliff:g> enheter"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> kopplas från."</string>
@@ -1026,7 +1035,7 @@
<string name="auto_replace_summary" msgid="370288728200084466">"Rätta felskrivna ord"</string>
<string name="auto_caps" msgid="6379232078052591265">"Automatiska versaler"</string>
<string name="auto_caps_summary" msgid="6358102538315261466">"Första ordet i en mening ska inledas med versal"</string>
- <string name="auto_punctuate" msgid="4595367243950425833">"Automatisk interpunktion"</string>
+ <string name="auto_punctuate" msgid="4595367243950425833">"Automatisk punkt"</string>
<string name="hardkeyboard_category" msgid="5957168411305769899">"Inställningar för fysiskt tangentbord"</string>
<string name="auto_punctuate_summary" msgid="4372126865670574837">"Tryck på blanksteg två gånger om du vill infoga \".\""</string>
<string name="show_password" msgid="2198798062604049206">"Synliga lösenord"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Redigera ord"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Redigera"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Radera"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Det finns inga ord i användarordlistan. Du kan lägga till ord med knappen Lägg till (+)."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Det finns inga ord i användarordlistan. Du lägger till ord från menyn."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Det finns inga ord i användarordlistan. Du lägger till ord från menyn."</string>
<string name="testing" msgid="6584352735303604146">"Testa"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Information om pekdatorn"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Avstängningsknapp"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Avstängningsknappen avslutar samtal"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Under ett samtal avslutar avstängningsknappen samtalet i stället för att stänga av skärmen"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Pekskärmsrörelser"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Fördröjning för håll ned"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Vänta tills en tryckning tolkas som lång"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Batteriförbrukning"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Appar som har förbrukat batteriet"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Batterinfo ej tillgänglig"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Tjänsten är upptagen, försök igen"</string>
<string name="delete" msgid="4219243412325163003">"Ta bort"</string>
<string name="misc_files" msgid="6298643430106707497">"Misc-filer"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="NUMBER">%1$d</xliff:g> av <xliff:g id="TOTAL">%2$d</xliff:g> har valts"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Markera alla"</string>
</resources>
diff --git a/res/values-th/arrays.xml b/res/values-th/arrays.xml
index a95d0cd..b188957 100644
--- a/res/values-th/arrays.xml
+++ b/res/values-th/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 นาที"</item>
<item msgid="4322676235684793329">"30 นาที"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"ช้ามาก"</item>
<item msgid="2361722960903353554">"ช้า"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"ไม่ใช้เมื่อเสียบปลั๊ก"</item>
<item msgid="6592896328877671197">"ไม่ใช้ (ใช้พลังงานแบตเตอรี่มากขึ้น)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"เมื่อปิดหน้าจอ"</item>
- <item msgid="8137861573803398334">"ไม่ใช้เมื่อเสียบปลั๊ก"</item>
- <item msgid="5996547094658157629">"ไม่ใช้ (ใช้พลังงานแบตเตอรี่มากขึ้น)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"อัตโนมัติ"</item>
<item msgid="6670588712989942178">"5 GHz เท่านั้น"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"เฉพาะในโหมดปิดเสียงเรียกเข้า"</item>
<item msgid="8418930333779132418">"เฉพาะเมื่อไม่อยู่ในโหมดปิดเสียงเรียกเข้า"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"สั้น"</item>
- <item msgid="2560532955514699713">"ปานกลาง"</item>
- <item msgid="2372711992605524591">"ยาว"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 240a805..6abb43f 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"ตั้งค่าพร็อกซี HTTP ส่วนกลางและรายการยกเว้น"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"ล้างข้อมูล"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"พอร์ตพร็อกซี"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"ไม่มีพร็อกซีสำหรับ"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"ไม่ใช้พร็อกซีสำหรับ"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"คืนค่าเริ่มต้น"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"เสร็จสิ้น"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"ชื่อโฮสต์พร็อกซี"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"โปรดทราบ"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"ตกลง"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"ชื่อโฮสต์ที่คุณพิมพ์ไม่ถูกต้อง"</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"เข้ารหัสแท็บเล็ตหรือไม่ การทำงานนี้ไม่สามารถย้อนกลับได้และข้อมูลจะสูญหายหากการดำเนินการหยุดชะงัก การเข้ารหัสจะใช้เวลาอย่างน้อยหนึ่งชั่วโมง โดยในระหว่างนั้น แท็บเล็ตจะรีสตาร์ทหลายครั้ง"</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"เข้ารหัสโทรศัพท์หรือไม่ การทำงานนี้ไม่สามารถย้อนกลับได้และข้อมูลจะสูญหายหากการดำเนินการหยุดชะงัก การเข้ารหัสจะใช้เวลาอย่างน้อยหนึ่งชั่วโมง โดยในระหว่างนั้น โทรศัพท์จะรีสตาร์ทหลายครั้ง"</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"กำลังเข้ารหัส"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"โปรดรอสักครู่ขณะกำลังเข้ารหัสแท็บเล็ตของคุณ เสร็จสมบูรณ์ <xliff:g id="PERCENT">^1</xliff:g>%"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"โปรดรอสักครู่ขณะกำลังเข้ารหัสโทรศัพท์ของคุณ เสร็จสมบูรณ์ <xliff:g id="PERCENT">^1</xliff:g>%"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"ลองใหม่อีกครั้งใน <xliff:g id="DELAY">^1</xliff:g> วินาที"</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"ลองใหม่อีกครั้งใน ^1 วินาที"</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"ป้อนรหัสผ่านของคุณ"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"การเข้ารหัสล้มเหลว"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"การเข้ารหัสถูกขัดจังหวะและไม่สามารถดำเนินการให้เสร็จสิ้น คุณต้องรีเซ็ตข้อมูลเป็นค่าเริ่มต้น (ซึ่งจะลบข้อมูลทั้งหมดของคุณ) ก่อนจึงจะใช้แท็บเล็ตของคุณได้อีกครั้ง คุณสามารถลองเข้ารหัสแท็บเล็ตของคุณอีกครั้งได้หลังจากรีเซ็ตเรียบร้อยแล้ว"</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"เลือกวิธีที่จะล็อกหน้าจอ"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"ปิด"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"ไม่ต้องล็อคหน้าจอ"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"ไม่มีการรักษาความปลอดภัย"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"ไม่มี"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"ไม่ใช้รูปแบบ PIN หรือรหัสผ่านปลดล็อคหน้าจอ"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"รูปแบบ"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"ต้องใช้รูปแบบเพื่อปลดล็อคหน้าจอ"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"ต้องใช้รหัสผ่านเพื่อปลดล็อคหน้าจอ"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"ปิดใช้งานโดยผู้ดูแลระบบหรือนโยบายการเข้ารหัส"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"ปิด"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"ไม่มีการรักษาความปลอดภัย"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"ไม่รักษาความปลอดภัย"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"รักษาความปลอดภัยด้วยรูปแบบ"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"รักษาความปลอดภัยด้วย PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"รักษาความปลอดภัยด้วยรหัสผ่าน"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"แฮนด์ฟรี"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"การถ่ายโอน"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"อุปกรณ์อินพุต"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"การเข้าถึงอินเทอร์เน็ต"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"การปล่อยสัญญาณ"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะถูกตัดการเชื่อมต่อจากเสียงของสื่อ"</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะถูกตัดการเชื่อมต่อจากเสียงแฮนด์ฟรี"</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะถูกตัดการเชื่อมต่อจากอุปกรณ์อินพุต"</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"การเข้าถึงอินเทอร์เน็ตผ่าน <xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะถูกยกเลิกการเชื่อมต่อ"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะยกเลิกการเชื่อมต่อจากการแบ่งปันการเชื่อมต่ออินเทอร์เน็ตของแท็บเล็ตนี้"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะยกเลิกการเชื่อมต่อจากการแบ่งปันการเชื่อมต่ออินเทอร์เน็ตของโทรศัพท์นี้"</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ตัวเลือก"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"การทำงานของอุปกรณ์"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"เชื่อมต่อ"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"เชื่อมต่อกับเซิร์ฟเวอร์สำหรับโอนไฟล์แล้ว"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"ไม่ได้เชื่อมต่อกับเซิร์ฟเวอร์สำหรับโอนไฟล์"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"เชื่อมต่อกับอุปกรณ์อินพุตแล้ว"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"เชื่อมต่อกับอุปกรณ์สำหรับการเข้าถึงอินเทอร์เน็ต"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"กำลังแบ่งปันอินเทอร์เน็ตกับอุปกรณ์"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"ใช้สำหรับระบบเสียงของสื่อ"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"ใช้สำหรับระบบเสียงของโทรศัพท์"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"ใช้สำหรับการโอนไฟล์"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"แจ้งฉันเมื่อมีเครือข่ายเปิดให้ใช้งานได้"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"นโยบายการยกเลิกการเชื่อมต่อ Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"ระบุเมื่อต้องการเปลี่ยนจาก Wi-Fi เป็นข้อมูลมือถือ"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"ระบุเวลาที่จะยกเลิกการเชื่อมต่อจาก Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"มีปัญหาในการเปลี่ยนแปลงการตั้งค่า"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"เพิ่มเครือข่าย Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"เครือข่าย Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"สถานะ"</string>
<string name="wifi_speed" msgid="3526198708812322037">"ความเร็วในการลิงก์"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"ที่อยู่ IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"วิธีการ EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"การตรวจสอบสิทธิ์เฟส 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"ใบรับรอง CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"โปรดพิมพ์ที่อยู่ DNS ที่ถูกต้อง"</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"โปรดพิมพ์รหัสเครือข่ายระหว่าง 0 ถึง 32 อักขระ"</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"เกตเวย์"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"ความยาวของหมายเลขเครือข่าย"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Wi-Fi ฮอตสปอตแบบพกพา"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"ฮอตสปอตแบบพกพาได้ <xliff:g id="NETWORK_SSID">%1$s</xliff:g> ทำงานอยู่"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"ข้อผิดพลาดของ Wi-Fi ฮอตสปอตแบบพกพา"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"ระยะหมดเวลา"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"หน้าจอปิดการทำงานโดยอัตโนมัติหลังจาก <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"ปรับความสว่างอัตโนมัติ"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"การตั้งค่าการล็อกซิมการ์ด"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"ตั้งค่าการล็อกซิมการ์ด"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"การล็อกซิมการ์ด"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"เครือข่าย"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"ที่อยู่ Wi-Fi Mac"</string>
<string name="status_bt_address" msgid="4195174192087439720">"ที่อยู่บลูทูธ"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"หมายเลขซีเรียล"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"ไม่ว่าง"</string>
<string name="status_up_time" msgid="7294859476816760399">"เวลาทำงาน"</string>
<string name="status_awake_time" msgid="2393949909051183652">"เวลาการทำงาน"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"รีเซ็ตข้อมูลเป็นค่าเริ่มต้น"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"ลบข้อมูลทั้งหมดบนแท็บเล็ต"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"ลบข้อมูลทั้งหมดบนโทรศัพท์"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"การทำงานนี้จะลบข้อมูลทั้งหมดออกจาก"<b>"ที่เก็บข้อมูลภายใน"</b>"แท็บเล็ต รวมทั้ง:"\n\n<li>"บัญชี Google ของคุณ"</li>\n<li>"ข้อมูลและการตั้งค่าระบบและแอปพลิเคชัน"</li>\n<li>"แอปพลิเคชันที่ดาวน์โหลดไว้"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"การทำงานนี้จะลบข้อมูลทั้งหมดออกจาก"<b>"ที่เก็บข้อมูลภายใน"</b>"โทรศัพท์ รวมทั้ง:"\n\n<li>"บัญชี Google ของคุณ"</li>\n<li>"ข้อมูลและการตั้งค่าระบบและแอปพลิเคชัน"</li>\n<li>"แอปพลิเคชันที่ดาวน์โหลดไว้"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"การทำงานนี้จะลบข้อมูลทั้งหมดออกจาก"<b>"ที่เก็บข้อมูลภายใน"</b>"แท็บเล็ต รวมทั้ง:"\n\n<li>"บัญชี Google ของคุณ"</li>\n<li>"ข้อมูลและการตั้งค่าระบบและแอปพลิเคชัน"</li>\n<li>"แอปพลิเคชันที่ดาวน์โหลดไว้"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"การทำงานนี้จะลบข้อมูลทั้งหมดออกจาก"<b>"ที่เก็บข้อมูลภายใน"</b>"แท็บเล็ต รวมทั้ง:"\n\n<li>"บัญชี Google ของคุณ"</li>\n<li>"ข้อมูลและการตั้งค่าระบบและแอปพลิเคชัน"</li>\n<li>"แอปพลิเคชันที่ดาวน์โหลดไว้"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"ขณะนี้คุณได้ลงชื่อเข้าใช้บัญชีต่อไปนี้แล้ว:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"เพลง"</li>\n<li>"รูปภาพ"</li>\n<li>"ข้อมูลผู้ใช้อื่นๆ"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"หากต้องการล้างข้อมูลเพลง รูปภาพ และข้อมูลผู้ใช้อื่นๆ ด้วย จะต้องลบ "<b>"ที่เก็บข้อมูล USB"</b></string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"ไม่ได้เชื่อมต่อ USB"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"ข้อผิดพลาดในการปล่อยสัญญาณของ USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"การปล่อยสัญญาณบลูทูธ"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"กำลังแบ่งปันอินเทอร์เน็ตของแท็บเล็ตนี้"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"กำลังแบ่งปันการเชื่อมต่ออินเทอร์เน็ตของโทรศัพท์นี้"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"กำลังแบ่งปันอินเทอร์เน็ตของแท็บเล็ตนี้กับอุปกรณ์ 1 เครื่อง"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"กำลังแบ่งปันอินเทอร์เน็ตของโทรศัพท์นี้กับอุปกรณ์ 1 เครื่อง"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"กำลังแบ่งปันการเชื่อมต่ออินเทอร์เน็ตของแท็บเล็ตนี้กับอุปกรณ์ <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> เครื่อง"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"กำลังแบ่งปันการเชื่อมต่ออินเทอร์เน็ตของโทรศัพท์นี้กับอุปกรณ์ <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> เครื่อง"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"ไม่แบ่งปันการเชื่อมต่ออินเทอร์เน็ตของแท็บเล็ตนี้"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"ไม่แบ่งปันการเชื่อมต่ออินเทอร์เน็ตของโทรศัพท์นี้"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"เปิดใช้การปล่อยสัญญาณบลูทูธแล้ว แต่ยังไม่ได้เชื่อมต่อ"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"เปิดใช้การปล่อยสัญญาณบลูทูธแล้ว แต่ยังไม่ได้เชื่อมต่อ"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"ปิดใช้การปล่อยสัญญาณบลูทูธ"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"ปิดใช้การปล่อยสัญญาณบลูทูธ"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"ข้อผิดพลาดในการปล่อยสัญญาณบลูทูธ"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"ไม่สามารถปล่อยสัญญาณไปยังอุปกรณ์มากกว่า <xliff:g id="MAXCONNECTION">%1$d</xliff:g> เครื่อง"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> จะถูกยกเลิกการปล่อยสัญญาณ"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"แก้ไขคำ"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"แก้ไข"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"ลบ"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"คุณไม่มีคำใดๆ ในพจนานุกรมผู้ใช้ คุณสามารถเพิ่มคำได้โดยแตะปุ่ม เพิ่ม ( + )"</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"คุณไม่มีคำใดๆ ในพจนานุกรมผู้ใช้ คุณสามารถเพิ่มคำได้ผ่านทางเมนู"</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"คุณไม่มีคำใดๆ ในพจนานุกรมผู้ใช้ คุณสามารถเพิ่มคำได้ผ่านทางเมนู"</string>
<string name="testing" msgid="6584352735303604146">"กำลังทดสอบ"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"ข้อมูลแท็บเล็ต"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"ปุ่มเปิด/ปิดเครื่อง"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"กดปุ่มเปิด/ปิดเพื่อวางสาย"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"ขณะโทร การกดปุ่มเปิด/ปิดเครื่องจะวางสายแทนที่จะปิดหน้าจอ"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"ลักษณะการลากนิ้วบนจอสัมผัส"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"การหน่วงเวลาการแตะ & ค้างไว้"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"หน่วงเวลาจนกว่าจะแตะหมายถึงการแตะ&ค้าง"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"การใช้แบตเตอรี่"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"อะไรที่ใช้งานแบตเตอรี่อยู่"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"ข้อมูลการใช้แบตเตอรี่ไม่พร้อมใช้งาน"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"แอปพลิเคชันสามารถซิงค์ ส่ง และรับข้อมูลได้ตลอดเวลา"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"โปรดทราบ"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"การปิดใช้งานข้อมูลพื้นหลังจะทำให้แบตเตอรี่ใช้งานได้ยาวนานขึ้นและลดการใช้ข้อมูลลง แอปพลิเคชันบางอย่างอาจยังคงใช้การเชื่อมต่อข้อมูลพื้นหลังอยู่"</string>
- <string name="sync_automatically" msgid="7558810110682562376">"ซิงค์อัตโนมัติ"</string>
+ <string name="sync_automatically" msgid="7558810110682562376">"การซิงค์อัตโนมัติ"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"แอปพลิเคชันจะซิงค์ข้อมูลโดยอัตโนมัติ"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"จัดการบัญชี"</string>
<string name="sync_enabled" msgid="4551148952179416813">"เปิดใช้การซิงค์"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"ข้อผิดพลาดในการซิงค์"</string>
<string name="settings_backup" msgid="2274732978260797031">"สำรองข้อมูลการตั้งค่า"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"สำรองข้อมูลการตั้งค่า"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"ซิงค์เดี๋ยวนี้"</string>
+ <string name="sync_menu_sync_now" msgid="6154608350395805683">"ซิงค์ตอนนี้"</string>
<string name="sync_menu_sync_cancel" msgid="8292379009626966949">"ยกเลิกการซิงค์"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"แตะเพื่อซิงค์เดี๋ยวนี้ <xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
<string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
<string name="sync_calendar" msgid="9056527206714733735">"ปฏิทิน"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"สมุดโทรศัพท์"</string>
+ <string name="sync_contacts" msgid="9174914394377828043">"รายชื่อ"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"ยินดีต้อนรับสู่ Google Sync"</font>\n"วิธีการของ Google ในการซิงค์ข้อมูลเพื่อให้คุณเข้าถึงสมุดโทรศัพท์ นัดหมาย และข้อมูลอื่นๆ ของคุณได้จากทุกที่"</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"การตั้งค่าการซิงค์แอปพลิเคชัน"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"ข้อมูลและการซิงค์"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"บริการไม่ว่าง โปรดลองอีกครั้ง"</string>
<string name="delete" msgid="4219243412325163003">"ลบ"</string>
<string name="misc_files" msgid="6298643430106707497">"ไฟล์เบ็ดเตล็ด"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"เลือก <xliff:g id="NUMBER">%1$d</xliff:g> จาก <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"เลือกทั้งหมด"</string>
</resources>
diff --git a/res/values-tl/arrays.xml b/res/values-tl/arrays.xml
index ac78921..91b4f65 100644
--- a/res/values-tl/arrays.xml
+++ b/res/values-tl/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 minuto"</item>
<item msgid="4322676235684793329">"30 minuto"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Napakabagal"</item>
<item msgid="2361722960903353554">"Mabagal"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Huwag kailanman kapag naka-plug in"</item>
<item msgid="6592896328877671197">"Hindi Kailanman (gumagamit ng higit pang lakas ng baterya)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Kapag naka-off ang screen"</item>
- <item msgid="8137861573803398334">"Hindi kapag naka-plug in"</item>
- <item msgid="5996547094658157629">"Hindi (gumagamit ng baterya)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Awto"</item>
<item msgid="6670588712989942178">"5 GHz lang"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Nasa Silent mode lamang"</item>
<item msgid="8418930333779132418">"Kapag hindi lamang nasa Silent mode"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Maikli"</item>
- <item msgid="2560532955514699713">"Katamtaman"</item>
- <item msgid="2372711992605524591">"Mahaba"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 1204853..870f76a 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Itakda ang pandaigdigang HTTP proxy at mga listahan ng pagbubukod"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"I-clear"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Port ng proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Walang Proxy para sa"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Bypass proxy para sa"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Ibalik ang mga default"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Tapos na"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Hostname ng proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Bigyang pansin"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Hindi wasto ang nai-type mong hostname."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"I-encrypt ang tablet? Hindi mababawi ang operation na ito at kung gambalain mo ito, mawawalan ka ng data. Tumatagal ang pag-encrypt ng isang oras o higit pa, kung saan magre-restart ang tablet nang ilang beses."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"I-encrypt ang telepono? Hindi mababawi ang operation na ito at kung gambalain mo ito, mawawalan ka ng data. Tumatagal ang pag-encrypt nang isang oras o higit pa, kung saan magre-restart ang telepono nang ilang beses."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Pag-encrypt"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Mangyaring maghintay habang ine-encrypt ang iyong tablet. <xliff:g id="PERCENT">^1</xliff:g>% (na) kumpleto."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Mangyaring maghintay habang ine-encrypt ang iyong telepono. <xliff:g id="PERCENT">^1</xliff:g>% (na) kumpleto."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Subukang muli sa loob ng <xliff:g id="DELAY">^1</xliff:g> (na) segundo."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Subukang muli pagkalipas ng ^1 segundo."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Ipasok ang iyong password"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Nabigo ang pag-encrypt"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Nagambala ang pag-encrypt at hindi makumpleto. Dapat kang magsagawa ng pag-reset ng factory data (na bumubura sa lahat ng iyong data) bago mo maaaring matuloy ang paggamit sa iyong tablet. Maaari mong subukang i-encrypt muli ang iyong tablet pagkatapos na makumpleto ang pag-reset."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Pumili ng paraan ng pag-lock ng screen"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Naka-off"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Huwag kailanman i-lock ang screen"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Hindi secure"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Wala"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Hindi nangangailangan ng isang pattern, PIN, o password upang ma-unlock ang screen"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Pattern"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Nangangailangan ng pattern upang i-unlock ang screen"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Nangangailangan ng password upang i-unlock ang screen"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Hindi pinagana ng admin o patakaran sa encryption"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Naka-off"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Walang seguridad"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Hindi secure"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Naka-secure na may pattern"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Naka-secure na may PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Naka-secure na may password"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Handsfree"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Paglilipat"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Device ng Input"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Access sa internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Nagte-tether"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Maaalis sa pagkakakonekta ang <xliff:g id="DEVICE_NAME">%1$s</xliff:g> mula sa audio ng media."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Maaalis ang koneksyon ng <xliff:g id="DEVICE_NAME">%1$s</xliff:g> mula sa handsfree na audio."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"Maaalis sa pagkakakonekta ang <xliff:g id="DEVICE_NAME">%1$s</xliff:g> mula sa device ng input."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Ang access sa Internet sa pamamagitan ng <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ay maaalis sa pagkakakonekta."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Ang <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ay maaalis sa pagkonekta sa pagbahagi koneksyon sa Internet ng tablet."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Ang <xliff:g id="DEVICE_NAME">%1$s</xliff:g> ay maalis sa pagkonekta sa pagbahagi koneksyon sa Internet ng telepono."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Mga pagpipilian sa <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Mga pagkilos ng device"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Kumonekta"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Nakakonekta sa server sa paglilipat ng file"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Hindi konektado sa server ng paglipat ng file"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Nakakonekta sa device ng input"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Konektado sa device sa Internet access"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Pagbahagi lokal koneksyon sa Internet sa device"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Gamitin para sa media audio"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Ginagamit para sa audio ng telepono"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Ginagamit para sa paglilipat ng file"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"I-notify ako kapag available ang bukas na network"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Patakaran sa pag-alis sa pagkakakonekta ng Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Tukuyin kung kailan lilipat mula sa Wi-Fi patungong data ng mobile"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Tukuyin kung kailan aalisin ang koneksyon mula sa Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Nagkaproblema sa pagbabago ng setting"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Magdagdag ng Wi-Fi network"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Mga Wi-Fi network"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Katayuan"</string>
<string name="wifi_speed" msgid="3526198708812322037">"I-link ang bilis"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP address"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Pamamaraang EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Phase 2 na pagpapatotoo"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certificate ng CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Mangyaring mag-type ng wastong dns address."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"I-type haba prefix ng network pagitan ng 0 at 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Gateway"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Haba ng prefix ng network"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Portable na Wi-Fi hotspot"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Ang Portable na hotspot na <xliff:g id="NETWORK_SSID">%1$s</xliff:g> ay aktibo"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Error sa portable na hotspot ng Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Timeout"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Awtomatikong nag-o-off ang screen pagkatapos ng <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Awtomatikong pagliwanag"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Mga setting ng lock ng SIM card"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"I-set up ang lock ng SIM card"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Lock ng SIM card"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Network"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Address ng Wi-Fi MAC"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Address ng bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Serial number"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Hindi available"</string>
<string name="status_up_time" msgid="7294859476816760399">"Oras na naka-up"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Oras ng gising"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"I-reset ang data ng factory"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Binubura ang lahat ng data sa tablet"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Binubura ang lahat ng data sa telepono"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Buburahin nito ang lahat ng data mula sa "<b>"panloob na imbakan"</b>" ng iyong tablet, kabilang ang:"\n\n<li>"Iyong Google Account"</li>\n<li>"Data at mga setting ng system at application"</li>\n<li>"Mga na-download na application"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Buburahin nito ang lahat ng data mula sa "<b>"panloob na imbakan"</b>" ng iyong telepono, kabilang ang:"\n\n<li>"Iyong Google Account"</li>\n<li>"Data at mga setting ng system at application"</li>\n<li>"Mga na-download na application"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Buburahin nito ang lahat ng data mula sa "<b>"panloob na imbakan"</b>" ng iyong telepono, kabilang ang:"\n\n<li>"Iyong Google account"</li>\n<li>"Mga data at setting ng system at application"</li>\n<li>"Mga na-download na application"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Buburahin nito ang lahat ng data mula sa "<b>"panloob na imbakan"</b>" ng iyong telepono, kabilang ang:"\n\n<li>"Iyong Google account"</li>\n<li>"Mga data at setting ng system at application"</li>\n<li>"Mga na-download na application"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Kasalukuyan kang naka-sign in sa mga sumusunod na account:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Musika"</li>\n<li>"Mga Larawan"</li>\n<li>"Ibang data ng user"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Upang i-clear din ang musika, mga larawan, at ibang data ng user, kailangang mabura ang "<b>"imbakan na USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Hindi nakakonekta ang USB"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Error sa pag-tether ng USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Pag-tether ng Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Pagbahagi koneksyon sa Internet ng tablet na ito"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Pagbahagi ng koneksyon sa Internet ng telepono ito"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Pagbahagi koneksyon sa Internet ng tablet na ito sa 1 device"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Pagbahagi koneksyon sa Internet ng telepono ito sa 1 device"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Pagbahagi ng koneksyon sa Internet ng tablet sa <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> device"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Pagbahagi koneksyon sa Internet telepono ito sa <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> device"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Di pagbahagi sa koneksyon sa Internet ng tablet"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Di pagbahagi koneksyon sa Internet ng telepono"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Naka-on tether Bluetooth, ngunit hindi nakakonekta"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Naka-on tether Bluetooth, ngunit hindi nakakonekta"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Naka-off ang pag-tether ng Bluetooth"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Naka-off ang pag-tether ng Bluetooth"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Error sa pag-tether sa Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Hindi makapag-tether sa higit <xliff:g id="MAXCONNECTION">%1$d</xliff:g> (na) device"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Maa-untether ang <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"I-edit ang salita"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"I-edit"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Tanggalin"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Wala kang anumang mga salita sa diksyunaryo ng user. Maaari kang magdagdag ng salita sa pamamagitan ng pagpindot ng pindutan na Magdagdag ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Wala kang anumang mga salita sa diksyunaryo ng user. Maaari kang magdagdag ng salita sa pamamagitan ng menu."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Wala kang anumang mga salita sa diksyunaryo ng user. Maaari kang magdagdag ng salita sa pamamagitan ng menu."</string>
<string name="testing" msgid="6584352735303604146">"Pagsubok"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Impormasyon ng tablet"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Pindutan ng power"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Winawakasan ng pindutan ng power ang tawag"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Sa panahon ng pagtawag, tinatapos ng Power ang tawag sa halip na i-off ang screen"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Mga kilos na touchscreen"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Pagkaantala ng pagpindot na matagal"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Pagkaantala hanggang makilala ang isang pagpindot bilang pagpindot nang matagal"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Paggamit ng baterya"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Ano ang gumagamit ng baterya"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Walang data gamit baterya"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Kaya mag-sync, padala, at tanggap data ang app. anuman oras"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Bigyang-pansin"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Pinapalawak ng hindi pagpapagana sa data ng background ang buhay ng baterya at pinapababa ang paggamit ng data. Maaari pa ring gamitin ng ilang application ang koneksyon ng data sa background."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Awtomatikong pag-sync"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Awtomatikong pag-sync"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Awtomatikong sini-sync ng mga application ang data"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Pamahalaan ang mga account"</string>
<string name="sync_enabled" msgid="4551148952179416813">"NAKA-ON ang pag-sync"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Error sa pag-sync"</string>
<string name="settings_backup" msgid="2274732978260797031">"Mga setting ng back up"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"I-back up ang aking mga setting"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"I-sync ngayon"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Kanselahin ang pag-sync"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"I-sync ngayon"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Kanselahin ang pag-sync"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Galawin upang mag-sync ngayon<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Kalendaryo"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Mga Contact"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Kalendaryo"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Mga Contact"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Maligayang pagdating sa Google sync!"</font>" "\n"Isang paraan ng Google sa pag-synchronize ng data upang payagan ang access sa iyong mga contact, appointment, at higit pa kahit nasaan ka man."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Mga setting ng pag-sync ng application"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Data at pag-synchronize"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Busy ang serbisyo, subukang muli"</string>
<string name="delete" msgid="4219243412325163003">"Tanggalin"</string>
<string name="misc_files" msgid="6298643430106707497">"Misc na Mga File"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"pinili <xliff:g id="NUMBER">%1$d</xliff:g> sa <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Piliin Lahat"</string>
</resources>
diff --git a/res/values-tr/arrays.xml b/res/values-tr/arrays.xml
index 50034fc..31c91dd 100644
--- a/res/values-tr/arrays.xml
+++ b/res/values-tr/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 dakika"</item>
<item msgid="4322676235684793329">"30 dakika"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Çok yavaş"</item>
<item msgid="2361722960903353554">"Yavaş"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Takılı olduğunda hiçbir zaman"</item>
<item msgid="6592896328877671197">"Hiçbir zaman (daha çok pil gücü kullanır)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Ekran kapandığında"</item>
- <item msgid="8137861573803398334">"Prizde olduğunda hiçbir zaman"</item>
- <item msgid="5996547094658157629">"Hiçbr zaman (dh fzl pil tüktr)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Otomatik"</item>
<item msgid="6670588712989942178">"Yalnızca 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Yalnızca Sessiz modda"</item>
<item msgid="8418930333779132418">"Yalnızca Sessiz modda değilken"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Kısa"</item>
- <item msgid="2560532955514699713">"Orta"</item>
- <item msgid="2372711992605524591">"Uzun"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index f9ed136..61d1efe 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Genel HTTP proxy\'sini ve dışlama listelerini ayarla"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Temizle"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy bağlantı noktası"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Proxy\'si olmayanlar:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Şunlar için proxy\'yi atla"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,bilgisayarim.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Varsayılanları geri yükle"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Bitti"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxy ana bilgisayar adı"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Dikkat"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"Tamam"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Yazdığınız ana makine adı geçersiz."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Tablet şifrelensin mi? Bu işlem geri döndürülemez ve eğer durdurursanız veri kaybedersiniz. Şifreleme bir saat veya daha fazla sürebilir ve tablet bu süre içinde bir çok kez yeniden başlatılır."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Telefon şifrelensin mi? Bu işlem geri döndürülemez ve eğer durdurursanız veri kaybedersiniz. Şifreleme bir saat veya daha fazla sürebilir ve telefon bu süre içinde bir çok kez yeniden başlatılır."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Şifreleniyor"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Tabletiniz şifrelenirken lütfen bekleyin. %<xliff:g id="PERCENT">^1</xliff:g> tamamlandı."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Telefonunuz şifrelenirken lütfen bekleyin. %<xliff:g id="PERCENT">^1</xliff:g> tamamlandı."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g> saniye içinde yeniden deneyin."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"^1 saniye içinde tekrar deneyin."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Şifrenizi girin"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Şifreleme başarısız oldu"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Şifreleme yarıda kesildi ve tamamlanamıyor. Tabletinizi kullanmaya devam edebilmek için fabrika verilerine sıfırlama işlemini (tüm verilerinizi silerek) yapmanız gerekir. Sıfırlama tamamlandıktan sonra tabletinizi şifrelemeyi tekrar deneyebilirsiniz."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Ekranı kilitlemek için bir yöntem seçin"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Kapalı"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Ekranı asla kilitleme"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Güvenlik etkin değil"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Yok"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Ekran kilidini açmak için desen, PIN veya şifre gerektirme"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Şekil"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Ekranın kilidini açmak için bir desen gerektir"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Ekranın kilidini açmak için şifre gerektir"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Yönetc veya şifr politikası trfn devre dışı brkldı"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Kapalı"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Güvenlik yok"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Güvenlik yok"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Desenle güvenlik etkin"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PIN ile güvenlik etkin"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Şifre ile güvenlik etkin"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Eller serbest"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Aktar"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Giriş Cihazı"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"İnternet erişimi"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"İnternet paylaşımı"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> medya ses profilinden ayrılacak."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> eller serbest ses profilinden ayrılacak."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> giriş cihazından ayrılacak."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> üzerinden yapılan İnternet erişimi sona erdirilecek."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>, bu tabletin İnternet bağlantısı paylaşımından çıkarılacak."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>, bu telefonun İnternet bağlantısı paylaşımından çıkarılacak."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> seçenek"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Cihaz eylemleri"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Bağlan"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Dosya aktarım sunucusuna bağlandı"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Dosya aktarım sunucusuna bağlanmadı"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Giriş cihazına bağlı"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"İnternet erişimi için cihaza bağlandı"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Cihazla yerel Intrnt bağlantısını paylaşıyor"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Medya sesi için kullan"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Telefon sesi için kullan"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Dosya aktarımı için kullan"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Açık bir ağ kullanılabilir olduğunda bana bildir"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Kablosuz bağlantı kesme politikası"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Kablosuzdan mobil veriye geçme zamanını belirt"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Kablosuz bağlantısının ne zaman kesileceğini belirtin"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Ayarı değiştirirken bir sorun oluştu"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Kablosuz ağ ekle"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Kablosuz ağlar"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Durum"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Bağlantı hızı"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP adresi"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP yöntemi"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Aşama 2 için kimlik doğrulaması"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA sertifikası"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Lütfen geçerli bir DNS adresi yazın."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Lütfen 0 ile 32 arasında bir ağ önek uzunluğu yazın."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Geçit"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Ağ önek uzunluğu"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Taşınabilir kablosuz ortak erişim noktası"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Taşınabilir ortak erişim noktası <xliff:g id="NETWORK_SSID">%1$s</xliff:g> etkin"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Taşınabilir kablosuz ortak erişim noktası hatası"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Zaman aşımı"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> sonra ekran otomatik olarak kapanır"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Otomatik parlaklık"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM kart kilit ayarları"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM kart kilidini ayarla"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM kart kilidi"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Ağ"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Kablosuz MAC adresi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Bluetooth adresi"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Seri numara"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Kullanılamıyor"</string>
<string name="status_up_time" msgid="7294859476816760399">"Açık kalma süresi"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Uyanık geçen süre"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Fabrika verilerine sıfırla"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Tabletteki tüm verileri siler"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Telefondaki tüm verileri siler"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Bu işlem tablet bilgisayarınızın "<b>"dahili depolama alanından"</b>" şunlar dahil tüm verileri siler:"\n\n<li>"Google Hesabınız"</li>\n<li>"Sistem ve uygulama verileri ile ayarları"</li>\n<li>"İndirilen uygulamalar"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Bu işlem telefonunuzun "<b>"dahili depolama alanından"</b>" şunlar dahil tüm verileri siler:"\n\n<li>"Google Hesabınız"</li>\n<li>"Sistem ve uygulama verileri ve ayarları"</li>\n<li>"İndirilen uygulamalar"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Bu işlem tablet bilgisayarınızın "<b>"dahili depolama alanından"</b>" şu verilerin tümünü siler:"\n\n<li>"Google hesabınız"</li>\n<li>"Sistem ve uygulama verileri ile ayarları"</li>\n<li>"İndirilen uygulamalar"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Bu işlem tablet bilgisayarınızın "<b>"dahili depolama alanından"</b>" şu verilerin tümünü siler:"\n\n<li>"Google hesabınız"</li>\n<li>"Sistem ve uygulama verileri ile ayarları"</li>\n<li>"İndirilen uygulamalar"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Şu anda aşağıdaki hesaplarda oturum açmış durumdasınız:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Müzik"</li>\n<li>"Fotoğraflar"</li>\n<li>"Diğer kullanıcı verileri"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Müzik, resimler ve diğer kullanıcı verilerinin de temizlenmesi için "<b>"USB depolama biriminin"</b>" silinmesi gerekir."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB bağlı değil"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB bağlantısı hatası"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth internet paylşm"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bu tabletin İnternet bağlantısı paylaşılıyor"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bu telefonun İnternet bağlantısı paylaşılıyor"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Bu tabletin İnternet bağlantısını 1 cihaz paylaşıyor"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Bu telefonun İnternet bağlantısını 1 cihaz paylaşıyor"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Bu tabletin İnternet bağlantısını <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> cihaz paylaşıyor"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Bu telefonun İnternet bağlantısını <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> cihaz paylaşıyor"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bu tabletin İnternet bağlantısı paylaşılmıyor"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bu telefonun İnternet bağlantısı paylaşılmıyor"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth internet paylaşımı açık, ama bağlı değil"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth internet paylaşımı açık, ama bağlı değil"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth internet paylaşımı kapalı"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth internet paylaşımı kapalı"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth internet paylaşımı oluşturma hatası"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"En çok <xliff:g id="MAXCONNECTION">%1$d</xliff:g> cihaz için intrnt paylş oluşturulabilir"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> internet paylaşımı kesilecek."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Kelimeyi düzenle"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Düzenle"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Sil"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Kullanıcı sözlüğünde hiçbir kelimeniz yok. Ekle (+) düğmesini kullanarak kelime ekleyebilirsiniz."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Kullanıcı sözlüğünüzde hiçbir kelime yok. Menüyü kullanarak kelime ekleyebilirsiniz."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Kullanıcı sözlüğünüzde hiçbir kelime yok. Menüyü kullanarak kelime ekleyebilirsiniz."</string>
<string name="testing" msgid="6584352735303604146">"Test ediliyor"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tablet bilgileri"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Güç düğmesi"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Güç düğmesi çağrıyı sonlandırır"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Çağrı sırasında, Güç düğmesine basıldığında ekranın kapanması yerine çağrı sonlanır"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Dokunmatik ekran hareketleri"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Dokunma ve tutma bekleme süresi"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Dokunmanın, dokunma ve tutma olarak yorumlanmasına kadar geçen süre"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Pil kullanımı"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Pili ne kullanıyor?"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Pil kullanma verisi mevcut değil"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Hizmet meşgul, tekrar deneyin"</string>
<string name="delete" msgid="4219243412325163003">"Sil"</string>
<string name="misc_files" msgid="6298643430106707497">"Çeşitli Dosyalar"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"toplam <xliff:g id="TOTAL">%2$d</xliff:g> dosyadan <xliff:g id="NUMBER">%1$d</xliff:g> tanesi seçildi"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Tümünü Seç"</string>
</resources>
diff --git a/res/values-uk/arrays.xml b/res/values-uk/arrays.xml
index 6c14495..396c1a4 100644
--- a/res/values-uk/arrays.xml
+++ b/res/values-uk/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 хвилин"</item>
<item msgid="4322676235684793329">"30 хвилин"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Дуже пов."</item>
<item msgid="2361722960903353554">"Повіл."</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Ніколи в підключ. стані"</item>
<item msgid="6592896328877671197">"Ніколи (споживає більше енергії батареї)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Під час вимкнення екрана"</item>
- <item msgid="8137861573803398334">"Ніколи в підключеному стані"</item>
- <item msgid="5996547094658157629">"Ніколи (викор. більше заряду)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Автоматично"</item>
<item msgid="6670588712989942178">"Лише 5 ГГц"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Лише в беззвуч. режимі"</item>
<item msgid="8418930333779132418">"Лише не в беззвучному режимі"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Короткий"</item>
- <item msgid="2560532955514699713">"Середній"</item>
- <item msgid="2372711992605524591">"Довгий"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index f63fde0..9e1313f 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Устан. глоб. проксі-сервер HTTP й списки виключ."</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Очистити"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Порт проксі-сервера"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Нема проксі-сервера для"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Обходити проксі-сервер для"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Відн. станд. знач."</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Готово"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Ім’я хосту проксі-сервера"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Увага"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Введене ім\'я хосту недійсне."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Зашифрувати пристрій? Ця операція незворотна, і в разі її переривання ви втратите дані. Шифрування триває не менше години. Протягом цього часу ваш пристрій перезавантажиться декілька разів."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Зашифрувати телефон? Ця операція незворотна, і в разі її переривання ви втратите дані. Шифрування триває не менше години. Протягом цього часу ваш телефон перезавантажиться декілька разів."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Шифрування"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Зачекайте, поки ваш планшетний ПК буде зашифровано. Виконано: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Зачекайте, поки ваш телефон буде зашифровано. Виконано: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Спробуйте ще через <xliff:g id="DELAY">^1</xliff:g> сек."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Спробуйте ще через ^1 сек."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Введіть пароль"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Помилка шифрування"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Процес шифрування перервано й неможливо завершити. Щоб знову користуватися пристроєм, потрібно відновити заводські налаштування (видаливши всі свої дані). Після відновлення заводських налаштувань можна ще раз спробувати зашифрувати пристрій."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Вибрати спосіб блокування екрана"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Вимкнути"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Ніколи не блокувати екран"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Не захищено"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Немає"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Для розблокування екрана не потрібен шаблон, PIN-код чи пароль"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Ключ"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Для розблокування екрана потрібен шаблон"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Для розблокування екрана потрібен пароль"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Вимкнено адміністратором або політикою шифрування"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Вимк."</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Без захисту"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Захист знято"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Захищено шаблоном"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Захищено PIN-кодом"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Захищено паролем"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Гарнітура"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Передав-ня"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Пристрій введ."</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Доступ до Інтернету"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Прив\'язка"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде відключено від аудіоджерела."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Пристрій <xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде відключено від аудіо гарнітури."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде відключено від пристрою введення."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Доступ до Інтернету через пристрій <xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде від’єднано."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде від’єднано від доступу через цей планшетний ПК до Інтернету."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде від’єднано від доступу через цей телефон до Інтернету."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Налашт-ня <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Дії пристрою"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Підключ."</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Підключ. до сервера передачі файлів"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Не підключ. до сервера передачі файлів"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Підключено до пристрою введ."</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Під’єдн. до пристр. для дост.до Інтерн."</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Доступ до локал.з’єдн. з Інтерн. ч-з пристрій"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Викор. для аудіоджер."</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Викор. для звуку тел."</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Викор. для перед. файлів"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Сповіщати мене про доступність відкритої мережі"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Політика від’єднання Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Укажіть, коли переключ. від Wi-Fi до моб. даних"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Укажіть, коли від’єднуватися від Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Виникла проблема зі зміною налаштувань"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Додати Wi-Fi мережу"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi мережі"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Стан"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Швид. зв\'язку"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"ІР-адреса"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Метод EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Друга фаза автентифікації"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Сертифікат ЦС"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Введіть дійсну DNS-адресу."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Введіть довжину префіксу мережі від 0 до 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Шлюз"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Довжина префіксу мережі"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Портат. точка дост. Wi-Fi"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Порт. точка дост. <xliff:g id="NETWORK_SSID">%1$s</xliff:g> активна"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Помилка порт. точки дост. Wi-Fi"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Час очікування"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Екран автоматично відключається через <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Автоматична яскравість"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Налашт. блокув. SIM-карти"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Налашт. блок. SIM-карти"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Блок. SIM-карти"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Мережа"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"MAC-адреса Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Адреса Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Серійний номер"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Недоступне"</string>
<string name="status_up_time" msgid="7294859476816760399">"Час гот."</string>
<string name="status_awake_time" msgid="2393949909051183652">"Час активн."</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Відновл. завод. нал."</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Видаляє всі дані в пристрої"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Видаляє всі дані в телефоні"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Буде видалено всі дані з "<b>"внутрішньої пам’яті"</b>" вашого планшетного ПК, зокрема:"\n\n<li>"ваш обліковий запис Google"</li>\n<li>"дані й налаштування системи та програм"</li>\n<li>"завантажені програми"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Буде видалено всі дані з "<b>"внутрішньої пам’яті"</b>" вашого телефону, зокрема:"\n\n<li>"ваш обліковий запис Google"</li>\n<li>"дані й налаштування системи та програм"</li>\n<li>"завантажені програми"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Це видалить усі дані з "<b>"внутрішньої пам\'яті"</b>" вашого пристрою, зокрема:"\n\n<li>"ваш обліковий запис Google"</li>\n<li>"дані й налаштування системи та програм"</li>\n<li>"завантажені програми"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Це видалить усі дані з "<b>"внутрішньої пам\'яті"</b>" вашого пристрою, зокрема:"\n\n<li>"ваш обліковий запис Google"</li>\n<li>"дані й налаштування системи та програм"</li>\n<li>"завантажені програми"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Наразі ви ввійшли в такі облікові записи:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Музика"</li>\n<li>"Фото"</li>\n<li>"Інші дані користувача"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Щоб також видалити музику, зображення й інші дані користувача, треба очистити "<b>"носій USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB не підключено"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Помилка прив\'язки USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Прив\'язка Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Доступ до Інтернету через цей планшетний ПК"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Доступ до Інтернету через цей телефон"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Доступ до Інтернету через цей планшетний ПК для 1 пристрою"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Доступ до Інтернету через цей телефон для 1 пристрою"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Доступ до Інтернету через цей планшет. ПК для <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> пристроїв"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Доступ до Інтернету через цей телефон для <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> пристроїв"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Немає доступу до Інтернету через цей планшетний ПК"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Немає доступу до Інтернету через цей телефон"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Прив\'язку Bluetooth увімкнено, але не з’єднано"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Прив\'язку Bluetooth увімкнено, але не з’єднано"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Прив\'язку Bluetooth вимкнено"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Прив\'язку Bluetooth вимкнено"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Помилка прив\'язки Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Неможл. ств. прив\'язку до більше ніж <xliff:g id="MAXCONNECTION">%1$d</xliff:g> пристр."</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"Прив\'язку <xliff:g id="DEVICE_NAME">%1$s</xliff:g> буде скасовано."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Редаг. слово"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Редаг."</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Видалити"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"У словнику користувача немає жодного слова. Слово можна додати, торкнувшись кнопки \"Додати\" ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"У словнику користувача немає жодних слів. Слово можна додати за допомогою меню."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"У словнику користувача немає жодних слів. Слово можна додати за допомогою меню."</string>
<string name="testing" msgid="6584352735303604146">"Тестування"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Інф-ція про пристрій"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Кнопка живлення"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Кноп. живл. закінч. викл."</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"При натис. кноп. живл. під час дзвінка заверш. дзв., а не вимик. екран"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Жести на сенсорному екрані"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Затримка натискання й утримування"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Затримка, доки натискання не буде розпізнано як натискання й утримування"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Викор. батареї"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"На що було використано батарею"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Статист. викор. бат. недоступ."</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Програми можуть будь-коли синхроніз., надсил. й отрим. дані"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Увага"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Вимкнення фонових даних продовжує час роботи батареї та зменшує використання даних. Деякі програми все ще можуть використовувати передавання фонових даних."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Авто-синхронізація"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Авто-синхронізація"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Програми автоматично синхронізують дані"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Керування обліковими записами"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Синхроніз. ВВІМКНЕНО"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Помилка синхр-ції"</string>
<string name="settings_backup" msgid="2274732978260797031">"Налаштування резервного копіювання"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Створити резервну копію налаштувань"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхронізувати зараз"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Скасувати синхронізацію"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Синхронізувати зараз"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Скасувати синхронізацію"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Торкніться для синхронізації зараз<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Календар"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Контакти"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Вітаємо в Google Sync!"</font>" "\n"Підхід Google до синхронізації даних для надання доступу до ваших контактів, подій та іншого з будь-якого місця, де ви перебуваєте."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Налаштування синхронізації програми"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Дані та синхронізація"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Служба зайнята, спробуйте ще"</string>
<string name="delete" msgid="4219243412325163003">"Видалити"</string>
<string name="misc_files" msgid="6298643430106707497">"Інші файли"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"вибрано <xliff:g id="NUMBER">%1$d</xliff:g> з <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Вибрати все"</string>
</resources>
diff --git a/res/values-vi/arrays.xml b/res/values-vi/arrays.xml
index 4576fd3..135b113 100644
--- a/res/values-vi/arrays.xml
+++ b/res/values-vi/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 phút"</item>
<item msgid="4322676235684793329">"30 phút"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"Rất chậm"</item>
<item msgid="2361722960903353554">"Chậm"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"Không bao giờ khi được cắm vào"</item>
<item msgid="6592896328877671197">"Không bao giờ (sử dụng thêm lượng pin)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"Khi màn hình tắt"</item>
- <item msgid="8137861573803398334">"Không bao giờ khi được cắm"</item>
- <item msgid="5996547094658157629">"Không (tốn nhiều pin hơn)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"Tự động"</item>
<item msgid="6670588712989942178">"Chỉ 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"Chỉ ở chế độ Im lặng"</item>
<item msgid="8418930333779132418">"Chỉ khi không ở chế độ Im lặng"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"Ngắn"</item>
- <item msgid="2560532955514699713">"Trung bình"</item>
- <item msgid="2372711992605524591">"Dài"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index 703ea8f..c86bbd4 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"Đặt proxy HTTP chung và danh sách loại trừ"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"Xoá"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Cổng proxy"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Không có proxy cho"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Bỏ qua proxy cho"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"Khôi phục mặc định"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"Xong"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Tên máy chủ proxy"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"Chú ý"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"Tên máy chủ lưu trữ bạn nhập không hợp lệ."</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"Mã hóa máy tính bảng? Tác vụ này không thể đảo ngược được và nếu bạn làm gián đoạn tác vụ này, bạn sẽ mất dữ liệu. Quá trình mã hóa diễn ra từ một tiếng trở lên, trong thời gian này máy tính bảng sẽ khởi động lại nhiều lần."</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"Mã hóa điện thoại? Tác vụ này không thể đảo ngược và nếu bạn làm gián đoạn tác vụ này, bạn sẽ mất dữ liệu. Quá trình mã hóa diễn ra một tiếng trở lên, trong quá trình này điện thoại sẽ khởi động lại nhiều lần."</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Đang mã hóa"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"Vui lòng đợi trong khi máy tính bảng của bạn được mã hóa. Hoàn tất <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"Vui lòng đợi trong khi điện thoại của bạn được mã hóa. Hoàn tất <xliff:g id="PERCENT">^1</xliff:g>%."</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Hãy thử lại sau <xliff:g id="DELAY">^1</xliff:g> giây."</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"Hãy thử lại sau ^1 giây."</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"Nhập mật khẩu của bạn"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"Mã hóa không thành công"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"Quá trình mã hóa bị gián đoạn và không thể hoàn tất. Bạn phải thực hiện đặt lại dữ liệu gốc (xóa tất cả dữ liệu của bạn) trước khi bạn có thể tiếp tục sử dụng điện thoại của mình. Bạn có thể thử mã hóa lại điện thoại của bạn sau khi quá trình đặt lại hoàn tất."</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Chọn phương thức khóa màn hình"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"Tắt"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"Không khóa màn hình"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Không an toàn"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"Không chọn"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"Không yêu cầu hình, PIN hoặc mật khẩu để mở khóa màn hình"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Hình"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"Yêu cầu hình để mở khóa màn hình"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"Yêu cầu mật khẩu để mở khóa màn hình"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"Bị vô hiệu hóa bởi quản trị viên hoặc chính sách mã hóa"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"Tắt"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Không có bảo mật"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"Không bảo mật"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Được bảo mật bằng hình"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Được bảo mật bằng PIN"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Được bảo mật bằng mật khẩu"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"Thiết bị rảnh tay"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"Chuyển"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"Thiết bị nhập"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Truy cập Internet"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Đang dùng làm điểm truy cập Internet"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối khỏi âm thanh phương tiện."</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối khỏi âm thanh thiết bị rảnh tay."</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối khỏi thiết bị nhập."</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Truy cập Internet qua <xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối khỏi chia sẻ kết nối Internet của máy tính bảng này."</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ bị ngắt kết nối khỏi chia sẻ kết nối Internet của điện thoại này."</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"Tuỳ chọn <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"Hoạt động của thiết bị"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Kết nối"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Đã kết nối với máy chủ chuyển tệp"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Chưa kết nối với máy chủ chuyển tệp"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Đã kết nối với thiết bị nhập"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Đã kết nối với thiết bị để truy cập Internet"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Chia sẻ kết nối Internet cục bộ với thiết bị"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Sử dụng cho âm thanh phương tiện"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Sử dụng cho âm thanh điện thoại"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Sử dụng để chuyển tệp"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"Thông báo cho tôi khi mạng mở khả dụng"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Chính sách ngắt kết nối Wi-Fi"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Chỉ định thời điểm sẽ chuyển từ Wi-Fi sang dữ liệu di động"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"Chỉ rõ thời điểm ngắt kết nối Wi-Fi"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Đã xảy ra sự cố khi thay đổi cài đặt"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"Thêm mạng Wi-Fi"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Mạng Wi-Fi"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"Trạng thái"</string>
<string name="wifi_speed" msgid="3526198708812322037">"Tốc độ liên kết"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"Địa chỉa IP"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"Phương pháp EAP"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"Xác thực Giai đoạn 2"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Chứng chỉ CA"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Vui lòng nhập địa chỉ dns hợp lệ."</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Vui lòng nhập độ dài tiền tố mạng từ 0 đến 32."</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"Cổng"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"Độ dài tiền tố mạng"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Điểm phát sóng Wi-Fi di động"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Điểm phát sóng di động <xliff:g id="NETWORK_SSID">%1$s</xliff:g> hoạt động"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Lỗi điểm phát sóng Wi-Fi di động"</string>
@@ -593,7 +591,7 @@
<string name="dock_sounds_enable_summary_on" product="default" msgid="8491180514199743771">"Phát âm thanh khi lắp hoặc tháo điện thoại khỏi đế"</string>
<string name="dock_sounds_enable_summary_off" product="tablet" msgid="5077843049805652363">"Không phát âm thanh khi lắp hoặc tháo máy tính bảng khỏi đế"</string>
<string name="dock_sounds_enable_summary_off" product="default" msgid="3151046599205265919">"Không phát âm thanh khi lắp hoặc tháo điện thoại khỏi đế"</string>
- <string name="sync_settings" msgid="9186125469300013491">"Tài khoản & đồng bộ hóa"</string>
+ <string name="sync_settings" msgid="9186125469300013491">"Tài khoản & đồng bộ hoá"</string>
<string name="sync_settings_summary" msgid="2962179505214965667">"Thêm hoặc xoá tài khoản và thay đổi cài đặt tài khoản"</string>
<string name="search_settings" msgid="1910951467596035063">"Tìm kiếm"</string>
<string name="search_settings_summary" msgid="9205656546570654169">"Quản lý cài đặt và lịch sử tìm kiếm"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"Thời gian chờ"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"Màn hình tự động tắt sau <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"Độ sáng tự động"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"Cài đặt khoá thẻ SIM"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"Thiết lập khoá thẻ SIM"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"Khoá thẻ SIM"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"Mạng"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Địa chỉ MAC của Wi-Fi"</string>
<string name="status_bt_address" msgid="4195174192087439720">"Địa chỉ Bluetooth"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"Số sê-ri"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"Không rảnh"</string>
<string name="status_up_time" msgid="7294859476816760399">"Thời gian hoạt động"</string>
<string name="status_awake_time" msgid="2393949909051183652">"Thời gian thức"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"Đặt lại về dữ liệu gốc"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Xóa tất cả dữ liệu trên máy tính bảng"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"Xoá tất cả dữ liệu trên điện thoại"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Tác vụ này sẽ xóa tất cả dữ liệu khỏi "<b>"bộ nhớ trong"</b>" của máy tính bảng, bao gồm:"\n\n<li>"Tài khoản Google của bạn"</li>\n<li>"Dữ liệu và cài đặt hệ thống và ứng dụng"</li>\n<li>"Ứng dụng đã tải xuống"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Tác vụ này sẽ xóa tất cả dữ liệu khỏi "<b>"bộ nhớ trong"</b>" của điện thoại, bao gồm:"\n\n<li>"Tài khoản Google của bạn"</li>\n<li>"Dữ liệu và cài đặt hệ thống và ứng dụng"</li>\n<li>"Ứng dụng đã tải xuống"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Tác vụ này sẽ xóa tất cả dữ liệu khỏi "<b>"bộ nhớ trong"</b>" của máy tính bảng của bạn, bao gồm:"\n\n<li>"Tài khoản Google của bạn"</li>\n<li>"Dữ liệu và cài đặt hệ thống và ứng dụng"</li>\n<li>"Ứng dụng đã tải xuống"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Tác vụ này sẽ xóa tất cả dữ liệu khỏi "<b>"bộ nhớ trong"</b>" của máy tính bảng của bạn, bao gồm:"\n\n<li>"Tài khoản Google của bạn"</li>\n<li>"Dữ liệu và cài đặt hệ thống và ứng dụng"</li>\n<li>"Ứng dụng đã tải xuống"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Bạn hiện đã đăng nhập vào các tài khoản sau đây:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Nhạc"</li>\n<li>"Ảnh"</li>\n<li>"Dữ liệu người dùng khác"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Đồng thời, để xóa nhạc, hình ảnh và dữ liệu người dùng khác, cần xóa "<b>"bộ nhớ USB"</b>"."</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB chưa được kết nối"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Lỗi dùng làm điểm truy cập Internet qua USB"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Dùng làm điểm truy cập Internet qua Bluetooth"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Chia sẻ kết nối Internet của máy tính bảng này"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Chia sẻ kết nối Internet của điện thoại này"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Chia sẻ k.nối Internet của máy tính bảng này với 1 thiết bị"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Chia sẻ kết nối Internet của điện thoại này với 1 thiết bị"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Chia sẻ k.nối Internet của máy tính bảng này với <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> th.bị"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Chia sẻ kết nối Internet của ĐT này với <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> thiết bị"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Ko chia sẻ kết nối Internet của máy tính bảng này"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Không chia sẻ kết nối Internet của điện thoại này"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bật dùng làm điểm truy cập Internet qua Bluetooth nhưng chưa được kết nối"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bật dùng làm điểm truy cập Internet qua Bluetooth nhưng chưa được kết nối"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Tắt dùng làm điểm truy cập Internet qua Bluetooth"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Tắt dùng làm điểm truy cập Internet qua Bluetooth"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Lỗi dùng làm điểm truy cập Internet qua Bluetooth"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Không thể chia sẻ với nhiều hơn <xliff:g id="MAXCONNECTION">%1$d</xliff:g> điện thoại"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sẽ được tháo."</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Chỉnh sửa từ"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Chỉnh sửa"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Xoá"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Bạn không có bất kỳ từ nào trong từ điển người dùng. Bạn có thể thêm từ bằng cách chạm vào nút Thêm ( + )."</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Bạn không có từ nào trong từ điển người dùng. Bạn có thể thêm từ qua trình đơn."</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Bạn không có từ nào trong từ điển người dùng. Bạn có thể thêm từ qua trình đơn."</string>
<string name="testing" msgid="6584352735303604146">"Đang kiểm tra"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Thông tin về máy tính bảng"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"Nút Nguồn"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"Nút Nguồn kết thúc cuộc gọi"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"Trong suốt cuộc gọi, việc nhấn phím Nguồn sẽ kết thúc cuộc gọi thay vì tắt màn hình"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"Thao tác dành cho màn hình cảm ứng"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"Thời gian chờ cho Chạm & giữ"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"Thời gian chờ cho đến khi thao tác chạm được hiểu là chạm & giữ"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"Sử dụng pin"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"Cái gì đang sử dụng pin"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"Không có dữ liệu sử dụng pin"</string>
@@ -1404,7 +1416,7 @@
<string name="background_data_summary" msgid="3630389249212620467">"Ứng dụng có thể đồng bộ hóa, gửi và nhận dữ liệu bất kỳ lúc nào"</string>
<string name="background_data_dialog_title" msgid="745974259246047425">"Chú ý"</string>
<string name="background_data_dialog_message" msgid="9155730118215371308">"Vô hiệu hóa dữ liệu nền sẽ kéo dài tuổi thọ pin và giảm việc sử dụng dữ liệu. Một số ứng dụng vẫn có thể sử dụng kết nối dữ liệu nền."</string>
- <string name="sync_automatically" msgid="7558810110682562376">"Tự động đồng bộ hóa"</string>
+ <!-- outdated translation 7232356254121075216 --> <string name="sync_automatically" msgid="7558810110682562376">"Tự động đồng bộ hóa"</string>
<string name="sync_automatically_summary" msgid="6662623174608419931">"Ứng dụng tự động đồng bộ hóa dữ liệu"</string>
<string name="header_manage_accounts" msgid="6869002423884539607">"Quản lý tài khoản"</string>
<string name="sync_enabled" msgid="4551148952179416813">"Đồng bộ hóa BẬT"</string>
@@ -1412,13 +1424,13 @@
<string name="sync_error" msgid="5060969083117872149">"Lỗi đồng bộ hóa"</string>
<string name="settings_backup" msgid="2274732978260797031">"Sao lưu cài đặt"</string>
<string name="settings_backup_summary" msgid="7916877705938054035">"Sao lưu cài đặt của tôi"</string>
- <string name="sync_menu_sync_now" msgid="6154608350395805683">"Đồng bộ hóa ngay bây giờ"</string>
- <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Hủy đồng bộ hóa"</string>
+ <!-- outdated translation 4438555069848430041 --> <string name="sync_menu_sync_now" msgid="6154608350395805683">"Đồng bộ hóa ngay bây giờ"</string>
+ <!-- outdated translation 260091941807229790 --> <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Hủy đồng bộ hóa"</string>
<string name="sync_one_time_sync" msgid="6766593624598183090">"Chạm để đồng bộ hóa ngay bây giờ<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
- <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
- <string name="sync_calendar" msgid="9056527206714733735">"Lịch"</string>
- <string name="sync_contacts" msgid="9174914394377828043">"Danh bạ"</string>
+ <!-- outdated translation 2427506589849697841 --> <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
+ <!-- outdated translation 6328872198278573611 --> <string name="sync_calendar" msgid="9056527206714733735">"Lịch"</string>
+ <!-- outdated translation 6010441370923919977 --> <string name="sync_contacts" msgid="9174914394377828043">"Danh bạ"</string>
<string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Chào mừng bạn đến với Google sync!"</font>" "\n"Một giải pháp đồng bộ hóa dữ liệu của Google cho phép quyền truy cập vào danh bạ, các cuộc hẹn và hơn thế nữa cho dù bạn ở đâu."</string>
<string name="header_application_sync_settings" msgid="5514539555293976035">"Cài đặt đồng bộ hóa ứng dụng"</string>
<string name="header_data_and_synchronization" msgid="5165024023936509896">"Dữ liệu & đồng bộ hóa"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"Dịch vụ bận, thử lại"</string>
<string name="delete" msgid="4219243412325163003">"Xóa"</string>
<string name="misc_files" msgid="6298643430106707497">"Tệp khác"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"đã chọn <xliff:g id="NUMBER">%1$d</xliff:g> trong tổng số <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"Chọn tất cả"</string>
</resources>
diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml
index d1fad19..a8d626d 100644
--- a/res/values-zh-rCN/arrays.xml
+++ b/res/values-zh-rCN/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 分钟"</item>
<item msgid="4322676235684793329">"30 分钟"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"很慢"</item>
<item msgid="2361722960903353554">"慢"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"充电时永不休眠"</item>
<item msgid="6592896328877671197">"从不(增加耗电量)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"屏幕关闭时休眠"</item>
- <item msgid="8137861573803398334">"充电时永不休眠"</item>
- <item msgid="5996547094658157629">"从不(增加耗电量)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"自动"</item>
<item msgid="6670588712989942178">"仅使用 5 GHz 频带"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"仅在静音模式下来电振动"</item>
<item msgid="8418930333779132418">"仅在非静音模式下来电振动"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"短"</item>
- <item msgid="2560532955514699713">"中"</item>
- <item msgid="2372711992605524591">"长"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index e05bb2f..8c2a6cb 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"设置全局 HTTP 代理和排除列表"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"清除"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"代理服务器端口"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"以下对象没有代理:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"对以下对象绕过代理:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"恢复默认设置"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"完成"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"代理服务器主机名"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"注意"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"确定"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"您输入的主机名无效。"</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"要加密平板电脑吗?此操作不可逆,如果您中断该过程,则会丢失数据。加密过程需要一个小时或更长时间,在此期间,平板电脑会重新启动数次。"</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"要加密手机吗?此操作不可逆,如果您中断该过程,则会丢失数据。加密过程需要一个小时或更长时间,在此期间,手机会重新启动数次。"</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"正在加密"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"正在加密您的平板电脑(已完成 <xliff:g id="PERCENT">^1</xliff:g>%),请耐心等待。"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"正在加密您的手机(已完成 <xliff:g id="PERCENT">^1</xliff:g>%),请耐心等待。"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g> 秒后重试。"</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"^1 秒后重试。"</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"输入您的密码"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"加密失败"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"加密过程已中断,无法完成。您必须先恢复出厂设置(清除所有数据)才能继续使用平板电脑。您可以在恢复完成后尝试重新加密平板电脑。"</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"选择锁定屏幕的方法"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"关闭"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"从不锁定屏幕"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"未设置安全措施"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"无"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"不需要图案、PIN 或密码即可解锁屏幕"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"图案"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"需要图案才能解锁屏幕"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"需要密码才能解锁屏幕"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"已被管理员或加密政策停用"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"关闭"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"无安全措施"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"不设置安全保护"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"使用图案设置安全保护"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"使用 PIN 进行保护"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"通过密码设置安全保护"</string>
@@ -411,27 +413,32 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"免提"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"传输"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"输入设备"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"互联网访问"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"绑定"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>将与媒体音频断开连接。"</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>将与免提音频断开连接。"</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>将与输入设备断开连接。"</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"将断开 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 的互联网访问。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> 将断开该平板电脑的共享互联网连接。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> 将断开该手机的共享互联网连接。"</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>选项"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"设备操作"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"连接"</string>
<string name="bluetooth_device_advanced_online_mode_summary" msgid="1204424107263248336">"连接到蓝牙设备"</string>
<string name="bluetooth_device_advanced_profile_header_title" msgid="3764437426089639639">"个人资料"</string>
<string name="bluetooth_device_advanced_rename_device" msgid="350508394033808532">"重命名设备"</string>
- <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"允许传输传入的文件"</string>
+ <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"允许接收文件传输"</string>
<string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"已连接到媒体音频"</string>
<string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"已连接到手机音频"</string>
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"已连接到文件传输服务器"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"未连接到文件传输服务器"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"已连接到输入设备"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"连接到设备以访问互联网"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"与设备共享本地互联网连接"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"用于媒体音频"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"用于手机音频"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"用于文件传输"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"附近有开放网络时通知我"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi 断开连接策略"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"指定何时要从 Wi-Fi 切换到手机数据"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"指定何时断开 Wi-Fi 连接"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"更改设置时出现问题"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"添加 Wi-Fi 网络"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi 网络"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"状态消息"</string>
<string name="wifi_speed" msgid="3526198708812322037">"连接速度"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP 地址"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP 方法"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"阶段 2 身份验证"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA 证书"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"请键入有效的 DNS 地址。"</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"请键入长度在 0 到 32 之间的网络前缀。"</string>
<string name="wifi_dns1" msgid="7344118050720080045">"域名 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"域名 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"网关"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"网络前缀长度"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"便携式 Wi-Fi 热点"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"便携式热点 <xliff:g id="NETWORK_SSID">%1$s</xliff:g> 已启用"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"便携式 Wi-Fi 热点错误"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"超时"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"屏幕会在 <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>后自动关闭"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"自动调整亮度"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM 卡锁定设置"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"设置 SIM 卡锁定"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM 卡锁定"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"网络"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC 地址"</string>
<string name="status_bt_address" msgid="4195174192087439720">"蓝牙地址"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"序列号"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"不可用"</string>
<string name="status_up_time" msgid="7294859476816760399">"开机时间"</string>
<string name="status_awake_time" msgid="2393949909051183652">"唤醒时间"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"恢复出厂设置"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"清除平板电脑上的所有数据"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"清除手机上的所有数据"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"此操作会清除您平板电脑的"<b>"内部存储设备"</b>"中的全部数据,包括:"\n\n<li>"您的 Google 帐户"</li>\n<li>"系统及应用程序数据和设置"</li>\n<li>"已下载的应用程序"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"此操作会清除您手机的"<b>"内部存储设备"</b>"中的全部数据,包括:"\n\n<li>"您的 Google 帐户"</li>\n<li>"系统及应用程序数据和设置"</li>\n<li>"已下载的应用程序"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"此操作会清除您手机的"<b>"内部存储设备"</b>"中的全部数据,包括:"\n\n<li>"您的 Google 帐户"</li>\n<li>"系统和应用程序数据和设置"</li>\n<li>"已下载的应用程序"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"此操作会清除您手机的"<b>"内部存储设备"</b>"中的全部数据,包括:"\n\n<li>"您的 Google 帐户"</li>\n<li>"系统和应用程序数据和设置"</li>\n<li>"已下载的应用程序"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"目前,您已登录以下帐户:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"音乐"</li>\n<li>"照片"</li>\n<li>"其他的用户数据"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"要清除音乐、照片和其他用户数据,请格式化 "<b>"USB 存储设备"</b>"。"</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB 未连接"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB 绑定出错"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"蓝牙绑定"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"共享该平板电脑的互联网连接"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"共享该手机的互联网连接"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"将该平板电脑的互联网连接共享给 1 个设备"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"将该手机的互联网连接共享给 1 个设备"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"将该平板电脑的互联网连接共享给 <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> 个设备"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"将该手机的互联网连接共享给 <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> 个设备"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"不共享该平板电脑的互联网连接"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"不共享该手机的互联网连接"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"蓝牙绑定已启用,但尚未连接"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"蓝牙绑定已启用,但尚未连接"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"蓝牙绑定已停用"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"蓝牙绑定已停用"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"蓝牙绑定出错"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"无法绑定到 <xliff:g id="MAXCONNECTION">%1$d</xliff:g> 台以上的设备"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"即将解除与<xliff:g id="DEVICE_NAME">%1$s</xliff:g>的绑定。"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"编辑字词"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"编辑"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"删除"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"用户词典中没有您定义的字词。您可以触摸“添加”( + ) 按钮添加字词。"</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"用户词典中没有您定义的字词。您可以按“菜单”添加字词。"</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"用户词典中没有您定义的字词。您可以按 MENU 添加字词。"</string>
<string name="testing" msgid="6584352735303604146">"测试"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"平板电脑信息"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"“电源”按钮"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"按“电源”按钮结束通话"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"通话时,按下“电源”将结束通话而不是关闭屏幕"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"触摸屏手势"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"触摸和按住延迟"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"延迟至用户执行触摸和按住操作"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"电量使用情况"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"耗电情况"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"无法获取电池使用数据"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"服务正忙,请重试"</string>
<string name="delete" msgid="4219243412325163003">"删除"</string>
<string name="misc_files" msgid="6298643430106707497">"其他文件"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"已选择 <xliff:g id="NUMBER">%1$d</xliff:g> 个,共 <xliff:g id="TOTAL">%2$d</xliff:g> 个"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"全选"</string>
</resources>
diff --git a/res/values-zh-rTW/arrays.xml b/res/values-zh-rTW/arrays.xml
index 73e73f6..4352acc 100644
--- a/res/values-zh-rTW/arrays.xml
+++ b/res/values-zh-rTW/arrays.xml
@@ -59,6 +59,20 @@
<item msgid="9002737361305019353">"10 分鐘"</item>
<item msgid="4322676235684793329">"30 分鐘"</item>
</string-array>
+ <!-- no translation found for entries_font_size:0 (2722636506084795405) -->
+ <!-- no translation found for entries_font_size:1 (383133849547816572) -->
+ <!-- no translation found for entries_font_size:2 (6490061470416867723) -->
+ <!-- no translation found for entries_font_size:3 (3579015730662088893) -->
+ <!-- no translation found for entries_font_size:4 (1678068858001018666) -->
+ <!-- no translation found for entries_font_size:5 (490158884605093126) -->
+ <!-- no translation found for entries_font_size:6 (2123802548987439763) -->
+ <!-- no translation found for entryvalues_font_size:0 (8122189478379706788) -->
+ <!-- no translation found for entryvalues_font_size:1 (186029675505810577) -->
+ <!-- no translation found for entryvalues_font_size:2 (5864822191921585498) -->
+ <!-- no translation found for entryvalues_font_size:3 (5580820036923893743) -->
+ <!-- no translation found for entryvalues_font_size:4 (5106590751949630532) -->
+ <!-- no translation found for entryvalues_font_size:5 (1803159594904488544) -->
+ <!-- no translation found for entryvalues_font_size:6 (7410681469566563300) -->
<string-array name="tts_rate_entries">
<item msgid="6041212618892492920">"非常慢"</item>
<item msgid="2361722960903353554">"慢"</item>
@@ -133,11 +147,9 @@
<item msgid="1549288661423279207">"插入時絕不"</item>
<item msgid="6592896328877671197">"永不 (會增加耗電量)"</item>
</string-array>
- <string-array name="wifi_sleep_policy_entries_wifi_only">
- <item msgid="2659922042905569057">"關閉螢幕時進入休眠狀態"</item>
- <item msgid="8137861573803398334">"連接電源時一律不進入休眠狀態"</item>
- <item msgid="5996547094658157629">"永不 (會增加耗電量)"</item>
- </string-array>
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:0 (2659922042905569057) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:1 (8137861573803398334) -->
+ <!-- no translation found for wifi_sleep_policy_entries_wifi_only:2 (5996547094658157629) -->
<string-array name="wifi_frequency_band_entries">
<item msgid="624340809384223320">"自動"</item>
<item msgid="6670588712989942178">"僅限 5 GHz"</item>
@@ -199,9 +211,7 @@
<item msgid="1276641209451816572">"僅適用於靜音模式"</item>
<item msgid="8418930333779132418">"僅適用於非靜音模式"</item>
</string-array>
- <string-array name="long_press_timeout_selector_titles">
- <item msgid="3511504869290423954">"短"</item>
- <item msgid="2560532955514699713">"中"</item>
- <item msgid="2372711992605524591">"長"</item>
- </string-array>
+ <!-- no translation found for long_press_timeout_selector_titles:0 (3511504869290423954) -->
+ <!-- no translation found for long_press_timeout_selector_titles:1 (2560532955514699713) -->
+ <!-- no translation found for long_press_timeout_selector_titles:2 (2372711992605524591) -->
</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 4ebc0a3..4b427fa 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -148,14 +148,14 @@
<string name="proxy_settings_summary" msgid="7898928000758321486">"設定全域 HTTP Proxy 和排除清單"</string>
<string name="proxy_clear_text" msgid="5555400754952012657">"清除"</string>
<string name="proxy_port_label" msgid="5655276502233453400">"Proxy 通訊埠"</string>
- <!-- no translation found for proxy_port_hint (56832878488386205) -->
+ <!-- outdated translation 4287056510182845203 --> <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"排除以下網域的 Proxy:"</string>
+ <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
<skip />
- <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"略過以下 Proxy:"</string>
- <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
<string name="proxy_defaultView_text" msgid="6387985519141433291">"還原預設值"</string>
<string name="proxy_action_text" msgid="2957063145357903951">"完成"</string>
<string name="proxy_hostname_label" msgid="8490171412999373362">"Proxy 主機名稱"</string>
- <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
+ <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
+ <skip />
<string name="proxy_error" msgid="8926675299638611451">"注意"</string>
<string name="proxy_error_dismiss" msgid="4993171795485460060">"確定"</string>
<string name="proxy_error_invalid_host" msgid="9120776460063182119">"您輸入的主機名稱無效。"</string>
@@ -296,9 +296,11 @@
<string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"要對平板電腦進行加密嗎?您無法取消這個操作,如果過程中斷,資料將會遺失。加密過程可能需要 1 個小時以上的時間,您的平板電腦會在過程中重新啟動數次。"</string>
<string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"要對手機進行加密嗎?您無法取消這個操作,如果過程中斷,資料將會遺失。加密過程可能需要 1 個小時以上的時間,您的手機會在過程中重新啟動數次。"</string>
<string name="crypt_keeper_setup_title" msgid="1783951453124244969">"加密中"</string>
- <string name="crypt_keeper_setup_description" product="tablet" msgid="5317479293244660361">"平板電腦正在進行加密,請稍候 (已完成 <xliff:g id="PERCENT">^1</xliff:g>%)。"</string>
- <string name="crypt_keeper_setup_description" product="default" msgid="8166730416836285875">"手機正在進行加密,請稍候 (已完成 <xliff:g id="PERCENT">^1</xliff:g>%)。"</string>
- <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g> 秒內再試一次。"</string>
+ <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
+ <skip />
+ <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
+ <skip />
+ <!-- outdated translation 6736063610343230255 --> <string name="crypt_keeper_cooldown" msgid="685210918307862395">"^1 秒內再試一次。"</string>
<string name="crypt_keeper_enter_password" msgid="1492603008983893532">"輸入您的密碼"</string>
<string name="crypt_keeper_failed_title" msgid="1166918236711686187">"加密失敗"</string>
<string name="crypt_keeper_failed_summary" product="tablet" msgid="1075638996134310507">"加密過程中斷且無法完成。如要繼續使用平板電腦,您必須恢復原廠設定,但這樣會清除平板電腦上的所有資料。您可以在恢復原廠設定後,再次嘗試對平板電腦進行加密。"</string>
@@ -310,7 +312,7 @@
<string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"選擇您要鎖定螢幕的方式"</string>
<string name="unlock_set_unlock_off_title" msgid="1613932765246180079">"關閉"</string>
<string name="unlock_set_unlock_off_summary" msgid="2791013557563587655">"永不鎖定螢幕"</string>
- <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"不安全"</string>
+ <!-- outdated translation 6897899776351307938 --> <string name="unlock_set_unlock_none_title" msgid="7560817055143323842">"清除全部"</string>
<string name="unlock_set_unlock_none_summary" msgid="2609139908913114644">"不需畫出圖形或輸入 PIN 或密碼,直接解鎖螢幕"</string>
<string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"圖形"</string>
<string name="unlock_set_unlock_pattern_summary" msgid="8467282436608077882">"需畫出圖形替螢幕解鎖"</string>
@@ -320,7 +322,7 @@
<string name="unlock_set_unlock_password_summary" msgid="7871968012198279034">"需輸入密碼替螢幕解鎖"</string>
<string name="unlock_set_unlock_disabled_summary" msgid="8563103042330816018">"由管理員停用,或因加密政策而遭停用"</string>
<string name="unlock_set_unlock_mode_off" msgid="378729687629105388">"關閉"</string>
- <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"無安全性設定"</string>
+ <!-- outdated translation 7953821968316697309 --> <string name="unlock_set_unlock_mode_none" msgid="7137296704741184239">"不設安全保護"</string>
<string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"以解鎖圖形設定安全保護"</string>
<string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"以 PIN 設定安全保護"</string>
<string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"以密碼設定安全保護"</string>
@@ -411,13 +413,16 @@
<string name="bluetooth_profile_headset" msgid="81844079120986198">"免持聽筒"</string>
<string name="bluetooth_profile_opp" msgid="3799470046565284440">"傳輸"</string>
<string name="bluetooth_profile_hid" msgid="3000858580917633478">"輸入裝置"</string>
- <string name="bluetooth_profile_pan" msgid="3391606497945147673">"網際網路連線"</string>
+ <!-- outdated translation 5679493013173658268 --> <string name="bluetooth_profile_pan" msgid="3391606497945147673">"網路共用"</string>
<string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"即將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 與媒體音訊的連線。"</string>
<string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"即將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 與免持聽筒音訊的連線。"</string>
<string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"即將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 與輸入裝置的連線。"</string>
- <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"即將中斷透過 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 取得的網際網路連線。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"即將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 透過這個平板電腦取得的網際網路連線。"</string>
- <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"即將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 透過這支手機取得的網際網路連線。"</string>
+ <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
+ <skip />
+ <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
+ <skip />
<string name="bluetooth_device_advanced_title" msgid="528816860793581131">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> 選項"</string>
<string name="bluetooth_device_advanced_device_actions_title" msgid="3793430949811946844">"裝置動作"</string>
<string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"連線"</string>
@@ -430,8 +435,10 @@
<string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"已連線到檔案傳輸伺服器"</string>
<string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"不要連線到檔案傳輸伺服器"</string>
<string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"已連線到輸入裝置"</string>
- <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"已連線至裝置並取得網際網路存取權"</string>
- <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"與裝置分享本地網際網路連線"</string>
+ <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
+ <skip />
+ <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
+ <skip />
<string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"用於媒體音訊"</string>
<string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"用於電話音訊"</string>
<string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"用於傳輸檔案"</string>
@@ -459,7 +466,8 @@
<string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"有開放網路時通知我"</string>
<string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi 中斷連線設定"</string>
<string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"指定何時要從 Wi-Fi 切換到行動數據"</string>
- <string name="wifi_setting_sleep_policy_summary_wifi_only" msgid="5025244230722670496">"指定中斷 Wi-Fi 連線的時間"</string>
+ <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
+ <skip />
<string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"變更設定時發生問題"</string>
<string name="wifi_add_network" msgid="1671334951296205616">"新增 Wi-Fi 網路"</string>
<string name="wifi_access_points" msgid="2664629396767022441">"Wi-Fi 網路"</string>
@@ -480,8 +488,6 @@
<string name="wifi_status" msgid="4824568012414605414">"狀態"</string>
<string name="wifi_speed" msgid="3526198708812322037">"連線速度"</string>
<string name="wifi_ip_address" msgid="1440054061044402918">"IP 位址"</string>
- <!-- no translation found for wifi_ip_address_hint (8743430259685731436) -->
- <skip />
<string name="wifi_eap_method" msgid="8529436133640730382">"EAP 方法"</string>
<string name="please_select_phase2" msgid="5231074529772044898">"階段 2 驗證"</string>
<string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA 憑證"</string>
@@ -519,17 +525,9 @@
<string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"請輸入有效的 DNS 位址。"</string>
<string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"請輸入長度介於 0 到 32 之間的網路首碼。"</string>
<string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
- <!-- no translation found for wifi_dns1_hint (6456813483795602877) -->
- <skip />
<string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
- <!-- no translation found for wifi_dns2_hint (7619765588130757472) -->
- <skip />
<string name="wifi_gateway" msgid="163914742461092086">"閘道"</string>
- <!-- no translation found for wifi_gateway_hint (8795112538577969474) -->
- <skip />
<string name="wifi_network_prefix_length" msgid="3028785234245085998">"網路首碼長度"</string>
- <!-- no translation found for wifi_network_prefix_length_hint (5443152484519915633) -->
- <skip />
<string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"可攜式 Wi-Fi 無線基地台"</string>
<string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"可攜式無線基地台 <xliff:g id="NETWORK_SSID">%1$s</xliff:g> 已啟用"</string>
<string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"可攜式 Wi-Fi 無線基地台發生錯誤"</string>
@@ -611,6 +609,12 @@
<string name="screen_timeout" msgid="6962654593018319466">"逾時"</string>
<string name="screen_timeout_summary" msgid="4471347210332380587">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g>後自動關閉螢幕"</string>
<string name="automatic_brightness" msgid="5014143533884135461">"自動調整亮度"</string>
+ <!-- no translation found for title_font_size (4405544325522105222) -->
+ <skip />
+ <!-- no translation found for summary_font_size (7548243392515500554) -->
+ <skip />
+ <!-- no translation found for dialog_title_font_size (4503471078477715461) -->
+ <skip />
<string name="sim_lock_settings" msgid="3392331196873564292">"SIM 卡鎖定設定"</string>
<string name="sim_lock_settings_category" msgid="5136244267576697004">"設定 SIM 卡鎖定"</string>
<string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM 卡鎖定"</string>
@@ -665,7 +669,8 @@
<string name="status_operator" msgid="2274875196954742087">"網路"</string>
<string name="status_wifi_mac_address" msgid="33109409206264790">"Wi-Fi MAC 位址"</string>
<string name="status_bt_address" msgid="4195174192087439720">"藍牙位址"</string>
- <string name="status_serial_number" msgid="2257111183374628137">"序號"</string>
+ <!-- no translation found for status_serial_number (2257111183374628137) -->
+ <skip />
<string name="status_unavailable" msgid="7862009036663793314">"無法取得"</string>
<string name="status_up_time" msgid="7294859476816760399">"開機時間"</string>
<string name="status_awake_time" msgid="2393949909051183652">"清醒時間"</string>
@@ -748,8 +753,8 @@
<string name="master_clear_title" msgid="5907939616087039756">"重設為原廠設定"</string>
<string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"清除平板電腦上的所有資料"</string>
<string name="master_clear_summary" product="default" msgid="4986154238001088492">"清除手機上所有資料"</string>
- <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"這會清除您平板電腦"<b>"內部儲存裝置"</b>"中的所有資料,包含:"\n\n<li>"您的 Google 帳戶"</li>\n<li>"系統和應用程式資料及設定"</li>\n<li>"已下載的應用程式"</li></string>
- <string name="master_clear_desc" product="default" msgid="3251400937758241249">"這會清除您手機"<b>"內部儲存裝置"</b>"中的所有資料,包含:"\n\n<li>"您的 Google 帳戶"</li>\n<li>"系統和應用程式資料及設定"</li>\n<li>"已下載的應用程式"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"這會清除您平板電腦"<b>"內部儲存裝置"</b>"中的所有資料,包含:"\n\n<li>"您的 Google 帳戶"</li>\n<li>"系統和應用程式資料及設定"</li>\n<li>"已下載的應用程式"</li></string>
+ <!-- outdated translation 6121706363551361209 --> <string name="master_clear_desc" product="default" msgid="3251400937758241249">"這會清除您平板電腦"<b>"內部儲存裝置"</b>"中的所有資料,包含:"\n\n<li>"您的 Google 帳戶"</li>\n<li>"系統和應用程式資料及設定"</li>\n<li>"已下載的應用程式"</li></string>
<string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"您目前已登入下列帳戶:"\n</string>
<string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"音樂"</li>\n<li>"相片"</li>\n<li>"其他使用者資料"</li></string>
<string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"如要一併清除音樂、圖片及其他使用者資料,則需清除 "<b>"USB 儲存裝置"</b>"。"</string>
@@ -807,14 +812,18 @@
<string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB 尚未連線"</string>
<string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB 數據連線發生錯誤"</string>
<string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"藍牙數據連線"</string>
- <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"分享這個平板電腦的網際網路連線"</string>
- <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"分享這支手機的網際網路連線"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"與 1 個裝置分享這個平板電腦的網際網路連線"</string>
- <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"與 1 個裝置分享這支手機的網際網路連線"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"與 <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> 個裝置分享這個平板電腦的網際網路連線"</string>
- <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"與 <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> 個裝置分享這支手機的網際網路連線"</string>
- <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"未分享這個平板電腦的網際網路連線"</string>
- <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"未分享這支手機的網際網路連線"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth 網路共用已開啟,但未建立連線"</string>
+ <!-- outdated translation 8573646018168088420 --> <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth 網路共用已開啟,但未建立連線"</string>
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
+ <skip />
+ <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
+ <skip />
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"關閉 Bluetooth 網路共用"</string>
+ <!-- outdated translation 4833146084600940242 --> <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"關閉 Bluetooth 網路共用"</string>
<string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"藍牙數據連線發生錯誤"</string>
<string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"最多只能連線至 <xliff:g id="MAXCONNECTION">%1$d</xliff:g> 個裝置"</string>
<string name="bluetooth_untether_blank" msgid="2871192409329334813">"將中斷 <xliff:g id="DEVICE_NAME">%1$s</xliff:g> 的數據連線。"</string>
@@ -1040,7 +1049,7 @@
<string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"編輯文字"</string>
<string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"編輯"</string>
<string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"刪除"</string>
- <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"您的使用者字典中沒有任何字詞,請輕觸 [新增] ( + ) 按鈕,即可新增字詞。"</string>
+ <!-- outdated translation 2359596356158452427 --> <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"您的使用者字典中沒有任何字詞,您可以透過選單鍵新增字詞。"</string>
<string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"您的使用者字典中沒有任何字詞,您可以透過 [Menu] 新增字詞。"</string>
<string name="testing" msgid="6584352735303604146">"測試中"</string>
<string name="testing_phone_info" product="tablet" msgid="193561832258534798">"平板電腦資訊"</string>
@@ -1113,9 +1122,12 @@
<string name="accessibility_power_button_category" msgid="8545885236482339928">"電源鍵"</string>
<string name="accessibility_power_button_ends_call" msgid="7698764194501089533">"電源鍵可結束通話"</string>
<string name="accessibility_power_button_ends_call_summary" msgid="8878097632186291462">"通話時按下電源鍵結束通話,不會關閉螢幕"</string>
- <string name="touchscreen_gestures_category" msgid="3109869155350859625">"觸控式螢幕手勢"</string>
- <string name="long_press_timeout_selector_title" msgid="1396876537252863044">"輕觸並按住延遲"</string>
- <string name="long_press_timeout_selector_summary" msgid="2261114502740278996">"延遲等到裝置將觸控操作解讀為輕觸並按住為止"</string>
+ <!-- no translation found for touchscreen_gestures_category (3109869155350859625) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_title (1396876537252863044) -->
+ <skip />
+ <!-- no translation found for long_press_timeout_selector_summary (2261114502740278996) -->
+ <skip />
<string name="power_usage_summary_title" msgid="5180282911164282324">"電池使用狀況"</string>
<string name="power_usage_summary" msgid="7237084831082848168">"查看正在消耗電力的功能"</string>
<string name="power_usage_not_available" msgid="3583407442633768046">"沒有電池用量資料"</string>
@@ -1441,8 +1453,9 @@
<string name="service_busy" msgid="225227519012409130">"服務忙碌中,請再試一次"</string>
<string name="delete" msgid="4219243412325163003">"刪除"</string>
<string name="misc_files" msgid="6298643430106707497">"其他檔案"</string>
- <string name="misc_files_selected_count" msgid="4647048020823912088">"已選取 <xliff:g id="NUMBER">%1$d</xliff:g> 個,共 <xliff:g id="TOTAL">%2$d</xliff:g> 個"</string>
- <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
+ <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
+ <skip />
+ <!-- no translation found for misc_files_selected_count_bytes (5603677358119178101) -->
<skip />
<string name="select_all" msgid="6783085295161532497">"全選"</string>
</resources>
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 6194719..4233f6d 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -137,6 +137,26 @@
<item>1800000</item>
</string-array>
+ <string-array name="entries_font_size">
+ <item>Extremely Small</item>
+ <item>Extra Small</item>
+ <item>Small</item>
+ <item>Normal</item>
+ <item>Large</item>
+ <item>Extra Large</item>
+ <item>Extremely Large</item>
+ </string-array>
+
+ <string-array name="entryvalues_font_size">
+ <item>0.70</item>
+ <item>0.85</item>
+ <item>0.95</item>
+ <item>1.0</item>
+ <item>1.05</item>
+ <item>1.15</item>
+ <item>1.30</item>
+ </string-array>
+
<!-- TTS settings -->
<!-- Default speech rate choices -->
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b3e439f..4aaac38 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -313,8 +313,8 @@
<string name="proxy_clear_text">Clear</string>
<!-- HTTP proxy settings. The port number label. -->
<string name="proxy_port_label">Proxy port</string>
- <!-- HTTP proxy settings. The hint text field for port. [CHAR LIMIT=50]-->
- <string name="proxy_port_hint">8080</string>
+ <!-- HTTP proxy settings. The hint text field for port. -->
+ <string name="proxy_port_hint" translatable="false">8080</string>
<!-- HTTP proxy settings. The exclusion list label. -->
<string name="proxy_exclusionlist_label">Bypass proxy for</string>
<!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
@@ -1100,8 +1100,8 @@
<string name="wifi_speed">Link speed</string>
<!-- Label for the IP address of the connection -->
<string name="wifi_ip_address">IP address</string>
- <!-- Hint text for the IP address [CHAR LIMIT=25]-->
- <string name="wifi_ip_address_hint">192.168.1.128</string>
+ <!-- Hint text for the IP address -->
+ <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
<!-- Label for the EAP method of the network -->
<string name="wifi_eap_method">EAP method</string>
<!-- Label for the phase2 -->
@@ -1181,20 +1181,20 @@
<string name="wifi_ip_settings_invalid_network_prefix_length">Please type a network prefix length between 0 and 32.</string>
<!-- Label for the DNS (first one) -->
<string name="wifi_dns1">DNS 1</string>
- <!-- Hint text for DNS [CHAR LIMIT=25]-->
- <string name="wifi_dns1_hint">8.8.8.8</string>
+ <!-- Hint text for DNS -->
+ <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
<!-- Label for the DNS (second one)-->
<string name="wifi_dns2">DNS 2</string>
- <!-- Hint text for DNS [CHAR LIMIT=25]-->
- <string name="wifi_dns2_hint">4.4.4.4</string>
+ <!-- Hint text for DNS -->
+ <string name="wifi_dns2_hint" translatable="false">4.4.4.4</string>
<!-- Label for the gateway of the network -->
<string name="wifi_gateway">Gateway</string>
- <!-- Hint text for the gateway [CHAR LIMIT=25]-->
- <string name="wifi_gateway_hint">192.168.1.1</string>
+ <!-- Hint text for the gateway -->
+ <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
<!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
<string name="wifi_network_prefix_length">Network prefix length</string>
- <!-- Hint text for network prefix length [CHAR LIMIT=25] -->
- <string name="wifi_network_prefix_length_hint">24</string>
+ <!-- Hint text for network prefix length -->
+ <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
<!-- Wifi AP settings-->
<!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
@@ -1450,6 +1450,12 @@
<string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string>
<!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
<string name="automatic_brightness">Automatic brightness</string>
+ <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
+ <string name="title_font_size">Font size</string>
+ <!-- [CHAR LIMIT=40] Sound & display settings screen, setting option summary to change font size -->
+ <string name="summary_font_size">Overall size of fonts</string>
+ <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
+ <string name="dialog_title_font_size">Select font size</string>
<!-- SIM lock settings title -->
<string name="sim_lock_settings">SIM card lock settings</string>
diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml
index 7fe7f76..5e2d76e 100644
--- a/res/xml/display_settings.xml
+++ b/res/xml/display_settings.xml
@@ -41,4 +41,13 @@
android:persistent="false"
android:entries="@array/screen_timeout_entries"
android:entryValues="@array/screen_timeout_values" />
+
+ <ListPreference
+ android:key="font_size"
+ android:title="@string/title_font_size"
+ android:summary="@string/summary_font_size"
+ android:entries="@array/entries_font_size"
+ android:entryValues="@array/entryvalues_font_size"
+ android:dialogTitle="@string/dialog_title_font_size" />
+
</PreferenceScreen>
diff --git a/src/com/android/settings/DateTimeSettingsSetupWizard.java b/src/com/android/settings/DateTimeSettingsSetupWizard.java
index ec9c2af..dffbab3 100644
--- a/src/com/android/settings/DateTimeSettingsSetupWizard.java
+++ b/src/com/android/settings/DateTimeSettingsSetupWizard.java
@@ -27,7 +27,6 @@
import android.os.Bundle;
import android.provider.Settings;
import android.provider.Settings.SettingNotFoundException;
-import android.text.format.DateFormat;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
@@ -41,6 +40,7 @@
import android.widget.DatePicker;
import android.widget.ListPopupWindow;
import android.widget.SimpleAdapter;
+import android.widget.TextView;
import android.widget.TimePicker;
import java.util.Calendar;
@@ -119,8 +119,9 @@
mAutoDateTimeButton = (CompoundButton)findViewById(R.id.date_time_auto_button);
mAutoDateTimeButton.setChecked(autoDateTimeEnabled);
- mAutoDateTimeButton.setText(autoDateTimeEnabled ? R.string.date_time_auto_summaryOn :
- R.string.date_time_auto_summaryOff);
+ ((TextView)findViewById(R.id.date_time_auto_text))
+ .setText(autoDateTimeEnabled ? R.string.date_time_auto_summaryOn :
+ R.string.date_time_auto_summaryOff);
mAutoDateTimeButton.setOnCheckedChangeListener(this);
mTimePicker = (TimePicker)findViewById(R.id.time_picker);
diff --git a/src/com/android/settings/DisplaySettings.java b/src/com/android/settings/DisplaySettings.java
index cdb0147..68d4495 100644
--- a/src/com/android/settings/DisplaySettings.java
+++ b/src/com/android/settings/DisplaySettings.java
@@ -18,9 +18,11 @@
import static android.provider.Settings.System.SCREEN_OFF_TIMEOUT;
+import android.app.ActivityManagerNative;
import android.app.admin.DevicePolicyManager;
import android.content.ContentResolver;
import android.content.Context;
+import android.content.res.Configuration;
import android.database.ContentObserver;
import android.os.Bundle;
import android.os.Handler;
@@ -46,11 +48,15 @@
private static final String KEY_SCREEN_TIMEOUT = "screen_timeout";
private static final String KEY_ANIMATIONS = "animations";
private static final String KEY_ACCELEROMETER = "accelerometer";
+ private static final String KEY_FONT_SIZE = "font_size";
private ListPreference mAnimations;
private CheckBoxPreference mAccelerometer;
private float[] mAnimationScales;
+ private ListPreference mFontSizePref;
+ private final Configuration mCurConfig = new Configuration();
+
private IWindowManager mWindowManager;
private ListPreference mScreenTimeoutPreference;
@@ -70,6 +76,12 @@
addPreferencesFromResource(R.xml.display_settings);
+ // Fetch this once before attaching a listener for changes.
+ try {
+ mAnimationScales = mWindowManager.getAnimationScales();
+ } catch (RemoteException e) {
+ // Shouldn't happen and not much can be done anyway.
+ }
mAnimations = (ListPreference) findPreference(KEY_ANIMATIONS);
mAnimations.setOnPreferenceChangeListener(this);
mAccelerometer = (CheckBoxPreference) findPreference(KEY_ACCELEROMETER);
@@ -82,6 +94,9 @@
mScreenTimeoutPreference.setOnPreferenceChangeListener(this);
disableUnusableTimeouts(mScreenTimeoutPreference);
updateTimeoutPreferenceDescription(resolver, currentTimeout);
+
+ mFontSizePref = (ListPreference) findPreference(KEY_FONT_SIZE);
+ mFontSizePref.setOnPreferenceChangeListener(this);
}
private void updateTimeoutPreferenceDescription(ContentResolver resolver, long currentTimeout) {
@@ -135,6 +150,29 @@
screenTimeoutPreference.setEnabled(revisedEntries.size() > 0);
}
+ int floatToIndex(float val, int resid) {
+ String[] indices = getResources().getStringArray(resid);
+ float lastVal = Float.parseFloat(indices[0]);
+ for (int i=1; i<indices.length; i++) {
+ float thisVal = Float.parseFloat(indices[i]);
+ if (val < (lastVal + (thisVal-lastVal)*.5f)) {
+ return i-1;
+ }
+ lastVal = thisVal;
+ }
+ return indices.length-1;
+ }
+
+ public void readFontSizePreference(ListPreference pref) {
+ try {
+ mCurConfig.updateFrom(
+ ActivityManagerNative.getDefault().getConfiguration());
+ } catch (RemoteException e) {
+ }
+ pref.setValueIndex(floatToIndex(mCurConfig.fontScale,
+ R.array.entryvalues_font_size));
+ }
+
@Override
public void onResume() {
super.onResume();
@@ -157,6 +195,7 @@
try {
mAnimationScales = mWindowManager.getAnimationScales();
} catch (RemoteException e) {
+ // Shouldn't happen and not much can be done anyway.
}
if (mAnimationScales != null) {
if (mAnimationScales.length >= 1) {
@@ -179,6 +218,7 @@
mAnimations.setValueIndex(idx);
updateAnimationsSummary(mAnimations.getValue());
updateAccelerometerRotationCheckbox();
+ readFontSizePreference(mFontSizePref);
}
private void updateAccelerometerRotationCheckbox() {
@@ -200,6 +240,14 @@
}
}
+ public void writeFontSizePreference(Object objValue) {
+ try {
+ mCurConfig.fontScale = Float.parseFloat(objValue.toString());
+ ActivityManagerNative.getDefault().updateConfiguration(mCurConfig);
+ } catch (RemoteException e) {
+ }
+ }
+
@Override
public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) {
if (preference == mAccelerometer) {
@@ -241,6 +289,9 @@
Log.e(TAG, "could not persist screen timeout setting", e);
}
}
+ if (KEY_FONT_SIZE.equals(key)) {
+ writeFontSizePreference(objValue);
+ }
return true;
}
diff --git a/src/com/android/settings/Settings.java b/src/com/android/settings/Settings.java
index 2532747..c64004b 100644
--- a/src/com/android/settings/Settings.java
+++ b/src/com/android/settings/Settings.java
@@ -229,6 +229,13 @@
return super.onGetInitialHeader();
}
+ @Override
+ public Intent onBuildStartFragmentIntent(String fragmentName, Bundle args) {
+ Intent intent = super.onBuildStartFragmentIntent(fragmentName, args);
+ intent.setClass(this, SubSettings.class);
+ return intent;
+ }
+
/**
* Populate the activity with the top-level headers.
*/
diff --git a/src/com/android/settings/SubSettings.java b/src/com/android/settings/SubSettings.java
new file mode 100644
index 0000000..9cd3c31
--- /dev/null
+++ b/src/com/android/settings/SubSettings.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2011 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.settings;
+
+/**
+ * Stub class for showing sub-settings; we can't use the main Settings class
+ * since for our app it is a special singleTask class.
+ */
+public class SubSettings extends Settings {
+}
diff --git a/src/com/android/settings/wifi/WifiSettingsForSetupWizardXL.java b/src/com/android/settings/wifi/WifiSettingsForSetupWizardXL.java
index b265362..c9bc758 100644
--- a/src/com/android/settings/wifi/WifiSettingsForSetupWizardXL.java
+++ b/src/com/android/settings/wifi/WifiSettingsForSetupWizardXL.java
@@ -70,12 +70,6 @@
sNetworkStateMap.put(DetailedState.FAILED, DetailedState.FAILED);
}
- /**
- * Used with {@link Button#setTag(Object)} to remember "Connect" button is pressed in
- * with "add network" flow.
- */
- private static final int CONNECT_BUTTON_TAG_ADD_NETWORK = 1;
-
private WifiSettings mWifiSettings;
private WifiManager mWifiManager;
@@ -161,7 +155,7 @@
// At first, Wifi module doesn't return SCANNING state (it's too early), so we manually
// show it.
- showScanningProgressBar();
+ showScanningState();
}
private void initViews() {
@@ -278,17 +272,16 @@
switch (state) {
case SCANNING: {
- // Let users know the device is working correctly though currently there's
- // no visible network on the list.
- if (mWifiSettings.getAccessPointsCount() == 0) {
- showScanningState();
- } else {
- // Users already see available networks.
- showDisconnectedProgressBar();
- if (mScreenState == SCREEN_STATE_DISCONNECTED) {
+ if (mScreenState == SCREEN_STATE_DISCONNECTED) {
+ if (mWifiSettings.getAccessPointsCount() == 0) {
+ showScanningState();
+ } else {
+ showDisconnectedProgressBar();
mWifiSettingsFragmentLayout.setVisibility(View.VISIBLE);
mBottomPadding.setVisibility(View.GONE);
}
+ } else {
+ showDisconnectedProgressBar();
}
break;
}
@@ -303,7 +296,8 @@
break;
}
default: // DISCONNECTED, FAILED
- if (mScreenState != SCREEN_STATE_CONNECTED) {
+ if (mScreenState != SCREEN_STATE_CONNECTED &&
+ mWifiSettings.getAccessPointsCount() > 0) {
showDisconnectedState(Summary.get(this, state));
}
break;
@@ -313,7 +307,8 @@
private void showDisconnectedState(String stateString) {
showDisconnectedProgressBar();
- if (mScreenState == SCREEN_STATE_DISCONNECTED) {
+ if (mScreenState == SCREEN_STATE_DISCONNECTED &&
+ mWifiSettings.getAccessPointsCount() > 0) {
mWifiSettingsFragmentLayout.setVisibility(View.VISIBLE);
mBottomPadding.setVisibility(View.GONE);
}
@@ -461,13 +456,11 @@
parent.removeAllViews();
mWifiConfig = new WifiConfigUiForSetupWizardXL(this, parent, selectedAccessPoint, edit);
- // Tag will be updated in this method when needed.
- mConnectButton.setTag(null);
if (selectedAccessPoint == null) { // "Add network" flow
showAddNetworkTitle();
mConnectButton.setVisibility(View.VISIBLE);
- mConnectButton.setTag(CONNECT_BUTTON_TAG_ADD_NETWORK);
+ showDisconnectedProgressBar();
showEditingButtonState();
} else if (selectedAccessPoint.security == AccessPoint.SECURITY_NONE) {
mNetworkName = selectedAccessPoint.getTitle().toString();
@@ -477,6 +470,7 @@
} else {
mNetworkName = selectedAccessPoint.getTitle().toString();
showEditingTitle();
+ showDisconnectedProgressBar();
showEditingButtonState();
if (selectedAccessPoint.security == AccessPoint.SECURITY_EAP) {
onEapNetworkSelected();
@@ -632,8 +626,9 @@
mAddNetworkButton.setEnabled(true);
mRefreshButton.setEnabled(true);
mSkipOrNextButton.setEnabled(true);
- mWifiSettingsFragmentLayout.setVisibility(View.VISIBLE);
showDisconnectedProgressBar();
+ mWifiSettingsFragmentLayout.setVisibility(View.VISIBLE);
+ mBottomPadding.setVisibility(View.GONE);
}
setPaddingVisibility(View.VISIBLE);
@@ -680,15 +675,7 @@
}
private void refreshAccessPoints(boolean disconnectNetwork) {
- final Object tag = mConnectButton.getTag();
- if (tag != null && (tag instanceof Integer) &&
- ((Integer)tag == CONNECT_BUTTON_TAG_ADD_NETWORK)) {
- // In "Add network" flow, we won't get DetaledState available for changing ProgressBar
- // state. Instead we manually show previous status here.
- showDisconnectedState(Summary.get(this, mPreviousNetworkState));
- } else {
- showScanningState();
- }
+ showScanningState();
if (disconnectNetwork) {
mWifiManager.disconnect();