diff options
61 files changed, 650 insertions, 631 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7879d0c..7e7bf1d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -138,7 +138,6 @@ android:theme="@android:style/Theme.Holo.NoActionBar" android:windowBackground="@drawable/setups_bg_default" android:clearTaskOnLaunch="true" - android:screenOrientation="sensorLandscape" android:windowSoftInputMode="adjustResize" android:exported="true" /> diff --git a/res/layout-xlarge/date_time_settings_setupwizard.xml b/res/layout-sw600dp-land/date_time_settings_setupwizard.xml index ee425eb..b31462d 100644 --- a/res/layout-xlarge/date_time_settings_setupwizard.xml +++ b/res/layout-sw600dp-land/date_time_settings_setupwizard.xml @@ -19,10 +19,10 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="154dip" - android:paddingLeft="128dip" - android:paddingRight="128dip" - android:paddingBottom="96dip"> + android:paddingTop="@dimen/datetime_margin_top" + android:paddingLeft="@dimen/screen_margin_sides" + android:paddingRight="@dimen/screen_margin_sides" + android:paddingBottom="@dimen/datetime_margin_bottom"> <!-- Title: Set date & time--> <TextView diff --git a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml b/res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml index f755563..7c5b274 100644 --- a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml +++ b/res/layout-sw600dp-land/wifi_settings_for_setup_wizard_xl.xml @@ -21,8 +21,8 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:paddingTop="60dip" - android:paddingLeft="128dip" - android:paddingRight="128dip" + android:paddingLeft="@dimen/screen_margin_sides" + android:paddingRight="@dimen/screen_margin_sides" android:paddingBottom="0dip" > <FrameLayout diff --git a/res/layout-xlarge/access_point_category_for_setup_wizard_xl.xml b/res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml index 4d52deb..4d52deb 100644 --- a/res/layout-xlarge/access_point_category_for_setup_wizard_xl.xml +++ b/res/layout-sw600dp/access_point_category_for_setup_wizard_xl.xml diff --git a/res/layout-sw600dp/date_time_settings_setupwizard.xml b/res/layout-sw600dp/date_time_settings_setupwizard.xml new file mode 100644 index 0000000..b31462d --- /dev/null +++ b/res/layout-sw600dp/date_time_settings_setupwizard.xml @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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. + --> +<RelativeLayout + android:id="@+id/layout_root" + xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingTop="@dimen/datetime_margin_top" + android:paddingLeft="@dimen/screen_margin_sides" + android:paddingRight="@dimen/screen_margin_sides" + android:paddingBottom="@dimen/datetime_margin_bottom"> + + <!-- Title: Set date & time--> + <TextView + android:id="@+id/title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:minHeight="48dip" + android:layout_alignParentLeft="true" + android:layout_marginLeft="16dip" + android:layout_alignParentTop="true" + android:textSize="32dip" + android:textColor="#FF99cc00" + android:text="@string/date_and_time_settings_title_setup_wizard" + android:gravity="bottom" /> + + <!-- Divider --> + <View + android:id="@+id/top_divider" + android:layout_width="match_parent" + android:layout_height="3dip" + android:layout_below="@id/title" + android:layout_marginTop="6dip" + android:layout_marginBottom="17dip" + android:background="@color/divider_color" /> + + <RelativeLayout + android:id="@+id/timezone_auto_time" + android:layout_width="716dip" + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_below="@id/top_divider"> + <!-- timezone --> + <Button + android:id="@+id/time_zone_button" + style="?android:attr/dropDownSpinnerStyle" + android:layout_width="304dip" + android:layout_height="48dip" + android:layout_alignParentLeft="true" + android:layout_alignBottom="@+id/date_time_auto" + android:gravity="left|center_vertical" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textSize="20dip" /> + + <LinearLayout + android:id="@+id/date_time_auto" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" + android:layout_toRightOf="@id/time_zone_button" + android:layout_marginLeft="32dip" + android:layout_alignParentRight="true"> + + <Switch + android:id="@+id/date_time_auto_button" + 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" /> + + <!-- Divider --> + <View + android:layout_width="match_parent" + android:layout_height="1px" + android:background="@color/divider_color" /> + </LinearLayout> + </RelativeLayout> + + <LinearLayout + android:layout_width="624dip" + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_below="@+id/timezone_auto_time" + android:layout_marginTop="48dip" + android:orientation="horizontal"> + + <LinearLayout + android:layout_width="312dip" + android:layout_height="wrap_content" + android:orientation="vertical"> + <TextView + android:id="@+id/date_picker_title" + android:layout_width="match_parent" + android:layout_height="48dip" + android:text="@string/date_picker_title" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textSize="20dip" + android:clickable="false" + android:longClickable="false" + android:gravity="center" /> + <DatePicker + android:id="@+id/date_picker" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/date_picker_title" /> + </LinearLayout> + + <!-- divider --> + <View + android:id="@+id/center_divider" + android:layout_width="1dip" + android:layout_height="match_parent" + android:background="@color/divider_color" /> + + <LinearLayout + android:layout_width="312dip" + android:layout_height="wrap_content" + android:orientation="vertical"> + <TextView + android:id="@+id/time_picker_title" + android:layout_width="match_parent" + android:layout_height="48dip" + android:text="@string/time_picker_title" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textSize="20dip" + android:gravity="center" /> + + <TimePicker + android:id="@+id/time_picker" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/time_picker_title" /> + </LinearLayout> + </LinearLayout> + + <View + android:id="@+id/bottom_divider" + android:layout_width="match_parent" + android:layout_height="3dip" + android:layout_alignLeft="@id/timezone_auto_time" + android:layout_above="@+id/next_button" + android:layout_marginBottom="16dip" + android:background="@color/divider_color" /> + + <Button + android:id="@+id/next_button" + style="@style/setup_wizard_button" + android:layout_alignParentBottom="true" + android:layout_alignParentRight="true" + android:text="@string/next_label" /> +</RelativeLayout> diff --git a/res/layout-xlarge/settings_top_level.xml b/res/layout-sw600dp/settings_top_level.xml index 09590b1..09590b1 100644 --- a/res/layout-xlarge/settings_top_level.xml +++ b/res/layout-sw600dp/settings_top_level.xml diff --git a/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml b/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml new file mode 100644 index 0000000..d6df897 --- /dev/null +++ b/res/layout-sw600dp/wifi_settings_for_setup_wizard_xl.xml @@ -0,0 +1,238 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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. + --> + +<RelativeLayout + android:id="@+id/layout_root" + xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="horizontal" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:paddingTop="60dip" + android:paddingLeft="@dimen/screen_margin_sides" + android:paddingRight="@dimen/screen_margin_sides" + android:paddingBottom="0dip" > + + <FrameLayout + android:id="@+id/top_padding_layout" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_alignParentTop="true"> + <!-- Set to gone when software keyboard appears --> + <View + android:id="@+id/top_padding" + android:layout_width="match_parent" + android:layout_height="94dip" /> + </FrameLayout> + + <TextView + android:id="@+id/wifi_setup_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:minHeight="48dip" + android:layout_alignParentLeft="true" + android:layout_centerVertical="true" + android:layout_marginLeft="16dip" + android:layout_below="@id/top_padding_layout" + android:textSize="32dip" + android:textColor="#ff99cc00" + android:text="@string/wifi_setup_title" + android:gravity="bottom"/> + + <!-- Divider --> + <FrameLayout + android:id="@+id/top_divider" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/wifi_setup_title"> + <ProgressBar + android:id="@+id/scanning_progress_bar" + android:layout_width="match_parent" + android:layout_height="wrap_content" + style="?android:attr/progressBarStyleHorizontal" /> + <View + android:id="@+id/top_divider_no_progress" + android:layout_width="match_parent" + android:layout_height="3dip" + android:layout_marginTop="6dip" + android:layout_marginBottom="0dip" + android:background="@color/divider_color" + android:visibility="gone" /> + </FrameLayout> + + <!-- Dummy view to have the left edge of following Views. + @id/content needs to have layout_width="match_parent" to accommodate + every views inside @id/wifi_config_ui while sometimes config ui becomes + very wide. --> + <View + android:id="@+id/dummy_for_left_edge" + android:layout_width="716dip" + android:layout_height="0dip" + android:layout_below="@id/top_divider" + android:layout_centerHorizontal="true" /> + + <RelativeLayout + android:id="@+id/content" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/top_divider" + android:layout_alignLeft="@id/dummy_for_left_edge" + android:layout_centerHorizontal="true"> + + <!-- Padding for @id/content shown when keyboard isn't available --> + <View + android:id="@+id/content_padding" + android:layout_width="match_parent" + android:layout_height="370dip" + android:visibility="gone" /> + + <FrameLayout + android:id="@+id/wifi_settings_fragment_layout" + android:layout_width="716dip" + android:layout_height="370dip"> + <fragment + class="com.android.settings.wifi.WifiSettings" + android:id="@+id/wifi_setup_fragment" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + </FrameLayout> + <FrameLayout + android:id="@+id/wifi_config_ui" + android:layout_width="wrap_content" + android:minWidth="406dip" + android:layout_height="wrap_content" + android:minHeight="160dip" + android:layout_marginTop="10dip" + android:layout_alignParentLeft="true" + android:visibility="gone" /> + <LinearLayout + android:id="@+id/connecting_status_layout" + android:layout_width="716dip" + android:layout_height="360dip" + android:layout_marginTop="10dip" + android:visibility="gone"> + <TextView + android:id="@+id/connecting_status" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:lineSpacingExtra="10dip" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textSize="20sp" /> + </LinearLayout> + + </RelativeLayout> + + <!-- Shown when @id/top_divider is using View instead of ProgressBar. + We need this padding to place @id/bottom_divider at the same position + regardless of @id/top_divider state. + + Detail: + When ProgressBar is used in @id/top_divider, we have 7dip implicit + padding inside the ProgressBar object, while we don't have the + padding when View is used. As a result, all the objects below it + including @id/bottom_divider moves up/down in 7dip between those + two states. It is WAI for @id/content, but not for the others. + + Note that we cannot let bottom dividers/buttons align with parent's + bottom edge using layout_alignParentBottom="true", since we'd like + to control bottom margin between @id/bottom_buttons and the edge + depending on software keyboard is shown/hidden. + + We need to enclose @id/bottom_padding with @id/bottom_padding_layout + to let @id/bottom_divider use android:layout_below. + android:visibility="gone" really let the object go away, + causing @id/bottom_divider to lose the target for android:layout_below. + --> + <FrameLayout + android:id="@+id/bottom_padding_layout" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/content"> + <View + android:id="@+id/bottom_padding" + android:layout_width="match_parent" + android:layout_height="7dip" + android:visibility="gone" /> + </FrameLayout> + + <!-- Divider --> + <View + android:id="@+id/bottom_divider" + android:layout_width="match_parent" + android:layout_height="3dip" + android:layout_marginBottom="16dip" + android:layout_below="@id/bottom_padding_layout" + android:layout_alignLeft="@id/content" + android:background="@color/divider_color" /> <!-- TODO: fix this --> + + <LinearLayout + android:id="@+id/bottom_buttons" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/bottom_divider" + android:layout_alignLeft="@id/bottom_divider"> + + <RelativeLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_below="@id/bottom_divider" + android:layout_alignLeft="@id/bottom_divider" + android:layout_alignParentRight="true" + android:layout_alignParentBottom="true"> + + <Button + android:id="@+id/wifi_setup_add_network" + style="@style/setup_wizard_button" + android:layout_alignParentLeft="true" + android:text="@string/wifi_setup_add_network" + android:enabled="false" /> + + <LinearLayout + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_alignParentRight="true" + android:orientation="horizontal"> + + <!-- This misleading name is for keeping consistency between non-XL + layouts --> + <Button android:id="@+id/wifi_setup_cancel" + style="@style/setup_wizard_button" + android:text="@string/wifi_setup_back" + android:visibility="gone" /> + + <Button android:id="@+id/wifi_setup_connect" + style="@style/setup_wizard_button" + android:layout_marginLeft="16dip" + android:text="@string/wifi_setup_connect" + android:enabled="false" + android:visibility="gone" /> + + <Button android:id="@+id/wifi_setup_skip_or_next" + style="@style/setup_wizard_button" + android:layout_marginLeft="16dip" + android:text="@string/wifi_setup_skip" /> + </LinearLayout> + + </RelativeLayout> + + <Button android:id="@+id/wifi_setup_refresh_list" + style="@style/setup_wizard_button" + android:layout_alignParentRight="true" + android:text="@string/wifi_setup_refresh_list" + android:enabled="false" /> + + </LinearLayout> +</RelativeLayout> diff --git a/res/layout/add_account_screen.xml b/res/layout/add_account_screen.xml index 67cb7aa..b6305a0 100644 --- a/res/layout/add_account_screen.xml +++ b/res/layout/add_account_screen.xml @@ -20,7 +20,9 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical"> + android:orientation="vertical" + android:paddingLeft="16dip" + android:paddingRight="16dip"> <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="match_parent" diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index 0b68d47..6392ee9 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -52,6 +52,7 @@ <TextView style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="8dip" android:text="@string/storage_label" /> <LinearLayout @@ -223,6 +224,7 @@ <TextView android:id="@+id/cache_header" style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="8dip" android:text="@string/cache_header_label" /> <LinearLayout android:id="@+id/cache_size" @@ -265,7 +267,7 @@ android:layout_alignParentRight="true" android:layout_below="@id/cache_size" android:layout_centerHorizontal="true" - android:layout_width="150dip" + android:layout_width="200dip" android:text="@string/clear_cache_btn_text" android:layout_height="wrap_content" /> </RelativeLayout> @@ -273,6 +275,7 @@ <!-- Prefered activities section --> <TextView style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="8dip" android:text="@string/auto_launch_label" /> <RelativeLayout @@ -291,11 +294,43 @@ android:layout_alignParentRight="true" android:layout_below="@id/auto_launch" android:layout_centerHorizontal="true" - android:layout_width="150dip" + android:layout_width="200dip" android:text="@string/clear_activities" android:layout_height="wrap_content" /> </RelativeLayout> + <!-- Screen compatibility section --> + <LinearLayout android:id="@+id/screen_compatibility_section" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + <TextView + style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="8dip" + android:text="@string/screen_compatibility_label" /> + + <TextView android:textAppearance="?android:attr/textAppearanceSmall" + android:layout_alignParentLeft="true" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingTop="6dip" + android:paddingRight="6dip" + android:paddingLeft="6dip" + android:text="@string/screen_compatibility_text"/> + <CheckBox android:id="@+id/ask_compatibility_cb" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="12dip" + android:layout_gravity="left" + android:text="@string/ask_compatibility" /> + <CheckBox android:id="@+id/enable_compatibility_cb" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="12dip" + android:layout_gravity="left" + android:text="@string/enable_compatibility" /> + </LinearLayout> + <!-- Permissions section --> <LinearLayout android:id="@+id/permissions_section" @@ -304,6 +339,7 @@ android:orientation="vertical"> <TextView style="?android:attr/listSeparatorTextViewStyle" + android:layout_marginTop="8dip" android:text="@string/permissions_label" /> <TextView android:text="@string/security_settings_desc" diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index a6ff904..14cdbcb 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -53,7 +53,7 @@ /> <EditText android:id="@+id/owner_info_edit_text" - android:layout_width="480dip" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="62dip" android:layout_marginTop="40dip" diff --git a/res/layout/two_buttons_panel.xml b/res/layout/two_buttons_panel.xml index d76855c..05ad35d 100755 --- a/res/layout/two_buttons_panel.xml +++ b/res/layout/two_buttons_panel.xml @@ -39,7 +39,7 @@ android:id="@+id/buttons_spacer_left" android:layout_width="0dip" android:layout_height="wrap_content" - android:visibility="gone" + android:visibility="invisible" android:layout_weight="0.2" /> <Button android:id="@+id/right_button" diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index 35cf737..3d9937b 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"إدراج بطاقة SD للتحميل"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"تركيب وحدة تخزين USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"تحميل بطاقة SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"تركيب وحدة تخزين USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"تحميل بطاقة SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"غير متاح"</string> <string name="read_only" msgid="6702420168629076340">" (للقراءة فقط)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"إلغاء تركيب وحدة تخزين USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"إلغاء تحميل بطاقة SD"</string> @@ -753,7 +740,7 @@ <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@2e8f4fb3) --> + <!-- 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@7d29f3b5) --> <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> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index f52f396..0b5dbb0 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Поставете SD карта за активиране"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Свързване на USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Активиране на SD карта"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Свързване на USB хранилището"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Активиране на SD картата"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"Няма достъп"</string> <string name="read_only" msgid="6702420168629076340">" (Само за четене)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Спиране на USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Деактивиране на SD карта"</string> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 926a48e..7d49741 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Inseriu una targeta SD per muntar-la"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Instal·la emmagatzematge USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Munta la targeta SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Instal·la l\'emmagatzematge USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Munta la targeta SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Esborra l\'emmagatzematge USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Esborra la targeta SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Esborra totes les dades de l\'emmagatzematge USB intern, com música i fotos."</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Esborra totes les dades de la targeta SD, com ara la música i les fotos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"No disponible"</string> <string name="read_only" msgid="6702420168629076340">" (Només de lectura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Desmunta emmag. USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Desmunta la targeta SD"</string> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 6eaa176..d6a5600 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Vložte kartu SD, kterou chcete připojit."</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Připojit úložiště USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Připojit kartu SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Připojit úložiště USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Připojit kartu SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Smazat úložiště USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Smazat kartu SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Smaže všechna data v interním úložišti USB, například hudbu a fotografie"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Smaže všechna data na kartě SD, například hudbu nebo fotografie"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nedostupný údaj"</string> <string name="read_only" msgid="6702420168629076340">" (Pouze pro čtení)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Odpojit úložiště USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Odpojit kartu SD"</string> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 18b8c1e..43aeae3 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Insæt et SD-kort, der skal monteres"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Isæt USB-lager"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Montér SD-kort"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Monter USB-lager"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Montér SD-kortet"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Slet USB-lager"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Slet SD-kort"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Sletter alle data på det interne USB-lager, f.eks. musik og billeder"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Sletter alle data på telefonens SD-kort, f.eks. musik og billeder"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Utilgængelig"</string> <string name="read_only" msgid="6702420168629076340">" (Skrivebeskyttet)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Demonter USB-lager"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Demonter SD-kort"</string> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index f2e2622..1b87a53 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"SD-Karte zur Bereitstellung einlegen"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USB-Speicher bereitst."</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SD-Karte bereitstellen"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"USB-Speicher bereitstellen"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"SD-Karte bereitstellen"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"USB-Speicher löschen"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"SD-Karte löschen"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Löscht alle Daten, z. B. Musik und Fotos, aus dem internen USB-Speicher"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Löscht sämtliche Daten wie Musik und Fotos von der SD-Karte"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nicht verfügbar"</string> <string name="read_only" msgid="6702420168629076340">" (schreibgeschützt)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USB-Speicher trennen"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SD-Karte entnehmen"</string> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index 6e33c0c..729abe5 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Εισαγάγετε μια κάρτα SD για τοποθέτηση"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Προσάρτ. χώρου αποθ. USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Τοποθέτηση κάρτας SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Προσάρτηση αποθηκευτικού χώρου USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Τοποθέτηση κάρτας SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"Μη διαθέσιμο"</string> <string name="read_only" msgid="6702420168629076340">" (Μόνο για ανάγνωση)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Αποπροσ. αποθ. χώρου USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Αφαίρεση κάρτας SD"</string> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index e5016f6..2f9ab07 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Insert an SD card for mounting"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Mount USB storage"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Mount SD card"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Mount the USB storage"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Mount the SD card"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Erase USB storage"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Erase SD card"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Erases all data on the internal USB storage, such as music and photos"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Erases all data on the SD card, such as music and photos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Unavailable"</string> <string name="read_only" msgid="6702420168629076340">" (Read-only)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Unmount USB storage"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Unmount SD card"</string> diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml index 1ff7825..b4d851a 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <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> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Activar el almacenamiento USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Montar la tarjeta SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Borrar almacenamiento USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Borrar la tarjeta SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Borra todos los datos del almacenamiento USB interno, como la música y las fotos"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Borra todos los datos de la tarjeta SD, como la música y las fotos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"No disponible"</string> <string name="read_only" msgid="6702420168629076340">" (Sólo lectura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Desmontar almacenamiento USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Desmontar la tarjeta SD"</string> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 7cc2878..7e7241f 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <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 almacenamiento USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Activar tarjeta SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Activar el almacenamiento USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Activar tarjeta SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Borrar almacenamiento USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Borrar tarjeta SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Permite borrar los datos del almacenamiento USB interno, como música y fotos."</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Borra todos los datos de la tarjeta SD, como la música y las fotos."</string> - <string name="sd_unavailable" msgid="8580107589533213904">"No disponible"</string> <string name="read_only" msgid="6702420168629076340">" (Sólo lectura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Desactivar USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Desactivar tarjeta SD"</string> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index d57b0f3..e612720 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"کارت SD را برای اتصال وارد کنید"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"اتصال حافظه USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"اتصال کارت SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"اتصال حافظه USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"اتصال کارت SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"در دسترس نیست"</string> <string name="read_only" msgid="6702420168629076340">" (فقط خواندنی)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"قطع اتصال حافظه USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"جدا کردن کارت SD"</string> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index 9d94c62..243c55b 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Aseta käyttöön otettava SD-kortti"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Ota USB-tila käyttöön"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Ota SD-kortti käyttöön"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Ota USB-tallennustila käyttöön"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Ota SD-kortti käyttöön"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Tyhjennä USB-tila"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Tyhjennä SD-kortti"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Poistaa kaikki sisäisen USB-tallennustilan tiedot, kuten musiikin tai valokuvat."</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Poistaa kaikki SD-kortin tiedot, kuten musiikin ja valokuvat"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Ei käytettävissä"</string> <string name="read_only" msgid="6702420168629076340">" (Vain luku)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Poista USB-tila käytöstä"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Poista SD-kortti käytöstä"</string> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 6e5a703..61bcdd6 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Insérer la carte SD à installer"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Installer une mémoire de stockage USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Installer la carte SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Installer la mémoire de stockage USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Installer la carte SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Effacer la mémoire USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Effacer la carte SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Effacer les données de la mémoire de stockage USB interne (ex. : musique, photos)"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Effacer toutes les données de la carte SD, telles que la musique et les photos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Non disponible"</string> <string name="read_only" msgid="6702420168629076340">" (Lecture seule)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Désinstaller la mémoire de stockage USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Désinstaller la carte SD"</string> diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index f9ad372..d425f23 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Umetnite SD karticu za uključivanje"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Uključi memoriju USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Uključivanje SD kartice"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Uključi USB memoriju"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Uključite SD karticu"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Izbriši USB memoriju"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Izbriši karticu SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Briše sve podatke na unutarnjoj memoriji USB, poput glazbe ili fotografija"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Briše sve podatke na kartici SD, poput glazbe i fotografija"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nije dostupno"</string> <string name="read_only" msgid="6702420168629076340">" (samo za čitanje)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Isključi USB memoriju"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Isključi SD karticu"</string> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index ed75755..a5deb79 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Helyezzen be egy SD-kártyát a csatlakoztatáshoz"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Az USB-tár csatolása"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SD-kártya csatolása"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Az USB-tár csatlakoztatása"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"SD-kártya csatolása"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"USB-tár törlése"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"SD-kártya törlése"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Minden adat, például zenék és képek törlése a belső USB-tárról"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Törli az összes adatot (például a zenéket és fotókat) az SD-kártyáról"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nem érhető el"</string> <string name="read_only" msgid="6702420168629076340">" (Írásvédett)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USB-tár leválasztása"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SD-kártya leválasztása"</string> diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml index a62d5a8..19bcd04 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Masukkan kartu SD untuk dipasangkan"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Pasang penyimpanan USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Pasang kartu SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Pasang penyimpanan USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Pasang kartu SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Hapus penyimpanan USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Hapus kartu SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Hapus semua data di penyimpanan USB internal, seperti musik dan foto"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Hapus semua data di kartu SD, seperti musik dan foto"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Tidak Tersedia"</string> <string name="read_only" msgid="6702420168629076340">" (Hanya-baca)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Lepas penyimpanan USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Lepaskan kartu SD"</string> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index f5e4dbf..a5e5b35 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Inserisci una scheda SD da montare"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Monta archivio USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Installa scheda SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Monta archivio USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Installa la scheda SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Cancella archivio USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Cancella scheda SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Cancella i dati nell\'archivio USB interno, come musica e foto"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Cancella tutti i dati sulla scheda SD, come musica e foto"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Non disponibile"</string> <string name="read_only" msgid="6702420168629076340">" (Sola lettura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Smonta archivio USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Smonta scheda SD"</string> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index 1118044..9cdf28f 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"הכנס כרטיס SD לצורך טעינה"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"טען אמצעי אחסון מסוג USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"טען כרטיס SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"טען את אמצעי האחסון מסוג USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"טען את כרטיס ה-SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"לא זמין"</string> <string name="read_only" msgid="6702420168629076340">" (לקריאה בלבד)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"בטל טעינת אמצעי אחסון מסוג USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"ביטול טעינת כרטיס SD"</string> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 0aee6d8..93cde19 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"マウントするSDカードを挿入"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USBストレージをマウント"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SDカードをマウント"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"USBストレージをマウント"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"SDカードをマウント"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"使用不可"</string> <string name="read_only" msgid="6702420168629076340">" (読み取り専用)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USBストレージのマウント解除"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SDカードのマウント解除"</string> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index b7d87f5..13f0888 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"마운트할 SD 카드 삽입"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USB 저장소 마운트"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SD 카드 마운트"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"USB 저장소 마운트"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"SD 카드 마운트"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"사용할 수 없음"</string> <string name="read_only" msgid="6702420168629076340">" (읽기전용)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USB 저장소 마운트 해제"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SD 카드 마운트 해제"</string> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index 2d7b920..26232cc 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Įdėti SD kortelę, kad ji būtų įmontuota"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Prijungti USB atmintinę"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Įdėti SD kortelę"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Prijungti USB atmintinę"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Įdėti SD kortelę"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Ištrinti USB atmintinę"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Ištrinti SD kortelę"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Ištrinami visi vidinės USB atmint. duomenys, pvz., muzikos failai ir nuotraukos"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Ištrinami visi SD kortelės duomenys, pvz., muzikos failai ir nuotraukos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Užimtas (-a)"</string> <string name="read_only" msgid="6702420168629076340">" (tik skaitoma)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Atjungti USB atmintinę"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Išimti SD kortelę"</string> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index 24bd0f9..2e93062 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Ievietot SD karti uzstādīšanai"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Uzstādīt USB krātuvi"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Pievienot SD karti"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Uzstādīt USB atmiņu"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Pievienot SD karti"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Dzēst USB krātuvi"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Dzēst SD karti"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Dzēst visus iekšējā USB krātuvē saglabātos datus, piem., mūziku vai fotoattēlus."</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Dzēš visus SD kartē saglabātos datus, piemēram, mūzikas failus un fotoattēlus."</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nepieejams"</string> <string name="read_only" msgid="6702420168629076340">" (Tikai lasāms)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Atvienot USB krātuvi"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Atvienot SD karti"</string> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 4bbfe4e..ac848a8 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Sett inn et minnekort for å koble til"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Koble til USB-lagring"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Koble til minnekort"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Koble til USB-lagring"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Koble til minnekortet"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Slett USB-lagring"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Slett SD-kort"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Sletter intern USB-lagring, som musikk og bilder"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Sletter alle data på SD-kortet, for eksempel musikk og bilder"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Ikke tilgjengelig"</string> <string name="read_only" msgid="6702420168629076340">" (skrivebeskyttet)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Koble fra USB-lagring"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Koble fra minnekort"</string> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index fca5e27..d79bc32 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Plaats een SD-kaart om deze te koppelen"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USB-opslag koppelen"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SD-kaart koppelen"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"USB-opslag koppelen"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"De SD-kaart koppelen"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"USB-opslag wissen"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"SD-kaart wissen"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Wist alle gegevens in de interne USB-opslag, zoals muziek en foto\'s"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Hiermee worden alle gegevens op de SD-kaart gewist, zoals muziek en foto\'s"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Niet beschikbaar"</string> <string name="read_only" msgid="6702420168629076340">" (Alleen-lezen)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USB-opslag ontkoppelen"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SD-kaart ontkoppelen"</string> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 4fafdab..aba41f9 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Włóż kartę SD w celu zainstalowania"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Podłącz nośnik USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Zainstaluj kartę SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Podłącz nośnik USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Zainstaluj kartę SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Wyczyść nośnik USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Wyczyść kartę SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Wymazuje wszystkie dane z wewnętrznego nośnika USB, np. pliki muzyczne i zdjęcia"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Wymazuje z karty SD telefonu wszystkie dane, takie jak muzyka czy zdjęcia"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Niedostępna"</string> <string name="read_only" msgid="6702420168629076340">" (Tylko do odczytu)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Odłącz nośnik USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Odinstaluj kartę SD"</string> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml index b549dd7..8feea21 100644 --- a/res/values-pt-rPT/strings.xml +++ b/res/values-pt-rPT/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Inserir cartão SD para instalação"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Montar armazenamento USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Instalar cartão SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Montar o armazenamento USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Instalar cartão SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Apagar armazenamento USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Apagar cartão SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Apaga todos os dados do armazenamento USB interno, como músicas e fotografias"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Apaga todos os dados do cartão SD, tais como música e fotografias"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Indisponível"</string> <string name="read_only" msgid="6702420168629076340">" (Só de leitura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Desmontar armaz. USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Desmontar cartão SD"</string> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index 536069c..c772c12 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Insira um cartão SD para conexão"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Conectar armazenam. USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Conectar cartão SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Montar o armazenamento USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Conectar o cartão SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Apagar armazenamento USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Apagar cartão SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Apaga todos os dados do armazenamento USB interno, como músicas e fotos"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Apaga todos os dados do cartão SD, como músicas e fotos"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Não disponível"</string> <string name="read_only" msgid="6702420168629076340">" (Somente leitura)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Desconectar armaz. USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Desconectar cartão SD"</string> diff --git a/res/values-rm/strings.xml b/res/values-rm/strings.xml index f77730e..fab97b1 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> @@ -807,13 +795,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Inserir ina carta SD per la montar"</string> <!-- outdated translation 5940523765187704135 --> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Montar la carta SD"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Montar la carta SD"</string> - <!-- outdated translation 4936591681679097699 --> <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Montar la carta SD"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Montar la carta SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <!-- outdated translation 5448738337382712203 --> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Formatar la carta SD"</string> <!-- outdated translation 5448738337382712203 --> <string name="sd_format" product="default" msgid="2576054280507119870">"Formatar la carta SD"</string> <!-- outdated translation 6616491027883134004 --> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Formatar (stizzar) la carta SD"</string> <!-- outdated translation 6616491027883134004 --> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Formatar (stizzar) la carta SD"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Betg disponibel"</string> <string name="read_only" msgid="6702420168629076340">" (mo per lectura)"</string> <!-- outdated translation 8612140627310646730 --> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Demontar la carta SD"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Demontar la carta SD"</string> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 5b27a51..d49ebf7 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Introduceţi un card SD pentru montare"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Montaţi stocarea USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Montaţi cardul SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Montarea stocării USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Montaţi cardul SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Ştergeţi stocarea USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Ştergeţi cardul SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Şterge toate datele din stocarea USB internă, cum ar fi muzica şi fotografiile"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Şterge toate datele de pe cardul SD, cum ar fi muzica şi fotografiile"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Indisponibil"</string> <string name="read_only" msgid="6702420168629076340">" (numai citire)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Demontaţi stocarea USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Demontaţi cardul SD"</string> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 08d70e4..57d57ab 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Вставьте SD-карту для подключения"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Подключить USB-накопитель"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Подключить SD-карту"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Подключить USB-накопитель"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Подключить SD-карту"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"Недоступно"</string> <string name="read_only" msgid="6702420168629076340">" (только для чтения)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Отключить USB-накопитель"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Отключение SD-карты"</string> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 4eb0a20..9793009 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Vložte kartu SD, ktorú chcete pripojiť"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Pripoj. ukl. priestor USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Pripojiť kartu SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Pripojiť ukladací priestor USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Pripojiť kartu SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Vymazať ukladací priestor USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Vymazať kartu SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Vymaže vš. údaje v internom uklad. priestore USB, napr. hudbu alebo fotografie."</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Vymaže všetky údaje na karte SD, ako je hudba alebo fotografie"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Nie sú k dispozícii"</string> <string name="read_only" msgid="6702420168629076340">" (Iba na čítanie)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Odpoj. uklad. priestor USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Odpojiť kartu SD"</string> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index 68a5149..7bd648b 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Vstavite kartico SD, da bo vpeta"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Vpni pomnilnik USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Vpni kartico SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Vpni pomnilnik USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Vpni kartico SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Izbriši pomnilnik USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Izbriši kartico SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Izbriše vse podatke na notranjem pomnilniku USB, na primer glasbo ali fotografije"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Izbriše vse podatke na kartici SD, na primer glasbo ali fotografije"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Ni na voljo"</string> <string name="read_only" msgid="6702420168629076340">" (Samo za branje)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Izpni pomnilnik USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Izpni kartico SD"</string> diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml index d868a94..e3bd144 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Уметање SD картице за прикључивање"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Прикључите USB меморију"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Прикључивање SD картице"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Прикључите USB меморију"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Прикључивање SD картице"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"Недоступно"</string> <string name="read_only" msgid="6702420168629076340">" (Само за читање)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Искључи USB меморију"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Ослобађање SD картице"</string> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index 917f9ce..2e407c5 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Sätt in ett SD-kort för montering"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Sätt i USB-enheten"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Montera SD-kort"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Sätt i USB-enheten"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Montera SD-kortet"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Radera USB-lagring"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Radera SD-kort"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Raderar alla data på den interna USB-lagringsenheten, som musik och foton"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Alla data tas bort från på SD-kortet, bland annat musik och foton"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Inte tillgängligt"</string> <string name="read_only" msgid="6702420168629076340">" (Skrivskyddad)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Demontera USB-enhet"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Montera bort SD-kort"</string> diff --git a/res/values-sw600dp-land/dimens.xml b/res/values-sw600dp-land/dimens.xml new file mode 100755 index 0000000..9bd2336 --- /dev/null +++ b/res/values-sw600dp-land/dimens.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <dimen name="screen_margin_sides">128dip</dimen> +</resources> diff --git a/res/values-xlarge/bools.xml b/res/values-sw600dp/bools.xml index bde07d7..bde07d7 100644 --- a/res/values-xlarge/bools.xml +++ b/res/values-sw600dp/bools.xml diff --git a/res/values-xlarge/colors.xml b/res/values-sw600dp/colors.xml index 4447333..4447333 100644 --- a/res/values-xlarge/colors.xml +++ b/res/values-sw600dp/colors.xml diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml new file mode 100755 index 0000000..bc9f18d --- /dev/null +++ b/res/values-sw600dp/dimens.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <dimen name="screen_margin_sides">40dip</dimen> + <dimen name="datetime_margin_top">40dip</dimen> + <dimen name="datetime_margin_bottom">40dip</dimen> +</resources> diff --git a/res/values-xlarge/styles.xml b/res/values-sw600dp/styles.xml index 1e99e45..1e99e45 100644 --- a/res/values-xlarge/styles.xml +++ b/res/values-sw600dp/styles.xml diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index 933885d..403c85b 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"เสียบการ์ด SD เพื่อต่อเชื่อม"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"ต่อเชื่อมที่เก็บข้อมูล USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"ต่อเชื่อมการ์ด SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"ต่อเชื่อมที่เก็บข้อมูล USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"ต่อเชื่อมการ์ด SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"ไม่ว่าง"</string> <string name="read_only" msgid="6702420168629076340">" (อ่านอย่างเดียว)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"ยกเลิกการต่อเชื่อมที่เก็บข้อมูล USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"ยกเลิกการต่อเชื่อมการ์ด SD"</string> diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index 13991ba..4562cd3 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Maglagay ng SD card para sa pag-mount"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"I-mount imbakan na USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"I-mount ang SD card"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"I-mount ang imbakan na USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"I-mount ang SD card"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Burahin imbakan na USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Burahin ang SD card"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Buburahin lahat ng data sa panloob na imbakan na USB, gaya ng musika at larawan"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Binubura ang lahat ng data sa SD card, gaya ng mga musika at larawan"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Hindi available"</string> <string name="read_only" msgid="6702420168629076340">" (Read-only)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"I-unmount imbakan na USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"I-unmount ang SD card"</string> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 3a7afd7..ad315cf 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Eklemek için bir SD kart yerleştirin"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USB depl birimini ekleyin"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"SD kartı ekle"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Dahili USB depolama birimini ekle"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"SD kartı ekle"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"USB depolama birimini sil"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"SD kartı sil"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Dahili USB depolama birimindeki müzik ve fotoğraf gibi tüm verileri siler"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"SD karttaki müzik ve fotoğraf gibi tüm verileri siler"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Kullanılamıyor"</string> <string name="read_only" msgid="6702420168629076340">" (Salt okunur)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"USB dep brmnn bağln kes"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"SD kartının bağlantısını kes"</string> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 22a5010..5bde614 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Вставте карту SD для підключ."</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Підключити носій USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Підкл. карту SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Підключити носій USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Підключ. карту SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"Недоступна"</string> <string name="read_only" msgid="6702420168629076340">" (Лише чит.)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Відключити носій USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Відключ. карту SD"</string> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index a449f22..bb2f4f5 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Lắp thẻ SD để gắn"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Kết nối bộ nhớ USB"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"Lắp thẻ SD"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"Kết nối bộ nhớ USB"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"Lắp thẻ SD"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Xóa bộ nhớ USB"</string> <string name="sd_format" product="default" msgid="2576054280507119870">"Xóa thẻ SD"</string> <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Xóa tất cả dữ liệu trên bộ nhớ trong USB, chẳng hạn như nhạc và ảnh"</string> <string name="sd_format_summary" product="default" msgid="212703692181793109">"Xóa tất cả dữ liệu trên thẻ SD, chẳng hạn như nhạc và ảnh"</string> - <string name="sd_unavailable" msgid="8580107589533213904">"Không rảnh"</string> <string name="read_only" msgid="6702420168629076340">" (Chỉ đọc)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Ngắt kết nối bộ nhớ USB"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Tháo thẻ SD"</string> diff --git a/res/values-xlarge/dimens.xml b/res/values-xlarge/dimens.xml new file mode 100755 index 0000000..b6b4591 --- /dev/null +++ b/res/values-xlarge/dimens.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <dimen name="screen_margin_sides">128dip</dimen> + <dimen name="datetime_margin_top">154dip</dimen> + <dimen name="datetime_margin_bottom">96dip</dimen> +</resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index a56672f..ae9e55c 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"插入 SD 卡进行安装"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"装载 USB 存储设备"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"安装 SD 卡"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"装载 USB 存储器"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"安装 SD 卡"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"不可用"</string> <string name="read_only" msgid="6702420168629076340">" (只读)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"卸载 USB 存储设备"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"卸载 SD 卡"</string> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 347f0d8..de0c206 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -148,8 +148,6 @@ <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) --> - <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> @@ -480,8 +478,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 +515,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> @@ -689,13 +677,12 @@ <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"插入要掛載的 SD 卡"</string> <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"掛接 USB 儲存裝置"</string> <string name="sd_mount" product="default" msgid="5940523765187704135">"掛載 SD 卡"</string> - <string name="sd_mount_summary" product="nosdcard" msgid="1794150364965145726">"掛接 USB 儲存裝置"</string> - <string name="sd_mount_summary" product="default" msgid="4936591681679097699">"掛載 SD 卡"</string> + <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string> + <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string> <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_unavailable" msgid="8580107589533213904">"無法取得資訊"</string> <string name="read_only" msgid="6702420168629076340">" (唯讀)"</string> <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"無法卸載 USB 儲存裝置"</string> <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"卸載 SD 卡"</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index bb9360d..03b4a05 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2106,6 +2106,8 @@ <string name="storage_label">Storage</string> <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions --> <string name="auto_launch_label">Launch by default</string> + <!-- Manage applications, individual application info screen, heading for settings related to controlling application screen compatibility --> + <string name="screen_compatibility_label">Screen compatibility</string> <!-- Manage applications, individual application info screen, heading for settings related to the app's permissions. for example, it may list all the permissions the app has. --> <string name="permissions_label">Permissions</string> <!-- Manage applications, Header name used for cache information --> @@ -2144,6 +2146,13 @@ <string name="auto_launch_disable_text">No defaults set.</string> <!-- Manage applications, individual application screen, button label under Launch by default heading. This is used to clear any default actions that may be assigned to this app. --> <string name="clear_activities">Clear defaults</string> + <!-- Manage applications, individual application info screen, screen, message text under screen compatibility heading --> + <string name="screen_compatibility_text">This application may not be designed for your screen; you can control how it + adjusts to your screen here.</string> + <!-- Manage applications, individual application screen, checkbox to control asking for compatibility mode. --> + <string name="ask_compatibility">Ask when launched</string> + <!-- Manage applications, individual application screen, checkbox to control compatibility mode. --> + <string name="enable_compatibility">Scale application</string> <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.--> <string name="unknown">Unknown</string> <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. --> diff --git a/src/com/android/settings/DateTimeSettingsSetupWizard.java b/src/com/android/settings/DateTimeSettingsSetupWizard.java index ec9c2af..670fcbc 100644 --- a/src/com/android/settings/DateTimeSettingsSetupWizard.java +++ b/src/com/android/settings/DateTimeSettingsSetupWizard.java @@ -76,7 +76,7 @@ public class DateTimeSettingsSetupWizard extends Activity setContentView(R.layout.date_time_settings_setupwizard); mXLargeScreenSize = (getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) - == Configuration.SCREENLAYOUT_SIZE_XLARGE; + >= Configuration.SCREENLAYOUT_SIZE_LARGE; if (mXLargeScreenSize) { initUiForXl(); } else { diff --git a/src/com/android/settings/applications/InstalledAppDetails.java b/src/com/android/settings/applications/InstalledAppDetails.java index ae27d00..a0a568b 100644 --- a/src/com/android/settings/applications/InstalledAppDetails.java +++ b/src/com/android/settings/applications/InstalledAppDetails.java @@ -60,6 +60,8 @@ import android.view.View; import android.view.ViewGroup; import android.widget.AppSecurityPermissions; import android.widget.Button; +import android.widget.CheckBox; +import android.widget.CompoundButton; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; @@ -74,7 +76,8 @@ import android.widget.TextView; * uninstall the application. */ public class InstalledAppDetails extends Fragment - implements View.OnClickListener, ApplicationsState.Callbacks { + implements View.OnClickListener, CompoundButton.OnCheckedChangeListener, + ApplicationsState.Callbacks { private static final String TAG="InstalledAppDetails"; static final boolean SUPPORT_DISABLE_APPS = false; private static final boolean localLOGV = false; @@ -92,6 +95,9 @@ public class InstalledAppDetails extends Fragment private boolean mMoveInProgress = false; private boolean mUpdatedSysApp = false; private Button mActivitiesButton; + private View mScreenCompatSection; + private CheckBox mAskCompatibilityCB; + private CheckBox mEnableCompatibilityCB; private boolean mCanClearData = true; private TextView mAppVersion; private TextView mTotalSize; @@ -345,6 +351,11 @@ public class InstalledAppDetails extends Fragment mActivitiesButton = (Button)view.findViewById(R.id.clear_activities_button); + // Screen compatibility control + mScreenCompatSection = view.findViewById(R.id.screen_compatibility_section); + mAskCompatibilityCB = (CheckBox)view.findViewById(R.id.ask_compatibility_cb); + mEnableCompatibilityCB = (CheckBox)view.findViewById(R.id.enable_compatibility_cb); + return view; } @@ -466,7 +477,22 @@ public class InstalledAppDetails extends Fragment mActivitiesButton.setEnabled(true); mActivitiesButton.setOnClickListener(this); } - + + // Screen compatibility section. + ActivityManager am = (ActivityManager) + getActivity().getSystemService(Context.ACTIVITY_SERVICE); + int compatMode = am.getPackageScreenCompatMode(packageName); + if (compatMode == ActivityManager.COMPAT_MODE_DISABLED + || compatMode == ActivityManager.COMPAT_MODE_ENABLED) { + mScreenCompatSection.setVisibility(View.VISIBLE); + mAskCompatibilityCB.setChecked(am.getPackageAskScreenCompat(packageName)); + mAskCompatibilityCB.setOnCheckedChangeListener(this); + mEnableCompatibilityCB.setChecked(compatMode == ActivityManager.COMPAT_MODE_ENABLED); + mEnableCompatibilityCB.setOnCheckedChangeListener(this); + } else { + mScreenCompatSection.setVisibility(View.GONE); + } + // Security permissions section LinearLayout permsView = (LinearLayout) mRootView.findViewById(R.id.permissions_section); AppSecurityPermissions asp = new AppSecurityPermissions(getActivity(), packageName); @@ -846,5 +872,18 @@ public class InstalledAppDetails extends Fragment mPm.movePackage(mAppEntry.info.packageName, mPackageMoveObserver, moveFlags); } } + + @Override + public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { + String packageName = mAppEntry.info.packageName; + ActivityManager am = (ActivityManager) + getActivity().getSystemService(Context.ACTIVITY_SERVICE); + if (buttonView == mAskCompatibilityCB) { + am.setPackageAskScreenCompat(packageName, isChecked); + } else if (buttonView == mEnableCompatibilityCB) { + am.setPackageScreenCompatMode(packageName, isChecked ? + ActivityManager.COMPAT_MODE_ENABLED : ActivityManager.COMPAT_MODE_DISABLED); + } + } } |