diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 431 |
1 files changed, 241 insertions, 190 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cf35ba8..39c36c2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -230,8 +230,20 @@ <string name="bluetooth_disconnect_title">Disconnect?</string> <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] --> <string name="bluetooth_disconnect_all_profiles">This will end your connection with:<br><b><xliff:g id="device_name">%1$s</xliff:g></b></string> - <!-- Bluetooth settings. Message when connected to a device --> + + <!-- Bluetooth settings. Dialog title to disable a single profile of a device. [CHAR LIMIT=40] --> + <string name="bluetooth_disable_profile_title">Disable profile?</string> + <!-- Bluetooth settings. Message for disabling a profile of a bluetooth device. [CHAR LIMIT=NONE] --> + <string name="bluetooth_disable_profile_message">This will disable:<br><b><xliff:g id="profile_name">%1$s</xliff:g></b><br><br>From:<br><b><xliff:g id="device_name">%2$s</xliff:g></b></string> + + <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] --> <string name="bluetooth_connected">Connected</string> + <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] --> + <string name="bluetooth_connected_no_headset">Connected (no phone)</string> + <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] --> + <string name="bluetooth_connected_no_a2dp">Connected (no media)</string> + <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] --> + <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string> <!-- Bluetooth settings. Message when a device is disconnected --> <string name="bluetooth_disconnected">Disconnected</string> <!-- Bluetooth settings. Message when disconnecting from a device --> @@ -240,12 +252,8 @@ <string name="bluetooth_connecting">Connecting\u2026</string> <!-- Bluetooth settings. Message when the device state is unknown --> <string name="bluetooth_unknown" /> - <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet --> - <string name="bluetooth_not_connected">Pair with this device</string> <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing --> <string name="bluetooth_pairing">Pairing\u2026</string> - <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one --> - <string name="bluetooth_paired">Paired but not connected</string> <!--Bluetooth settings screen, summary text for Bluetooth device with no name --> <string name="bluetooth_device">Unnamed Bluetooth device</string> <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices --> @@ -315,7 +323,7 @@ <string name="bluetooth_pb_acceptance_dialog_text">%1$s would like to access your contacts and call history. Give access to %2$s?</string> <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] --> - <string name="bluetooth_pb_alwaysallowed">Always allowed?</string> + <string name="bluetooth_pb_remember_choice">Don\'t ask again</string> <!-- Date & time settings screen title --> <string name="date_and_time">Date & time settings</string> @@ -330,7 +338,7 @@ <!-- The option in the date-format picker for using the normal format called for by the user's locale. --> - <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string> + <string name="normal_date_format">Regional (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string> <!-- Label of preview text when tweaking font size --> <string name="display_preview_label">Preview:</string> @@ -539,7 +547,7 @@ <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] --> <string name="settings_label_launcher">Settings</string> <!-- Label for option to select a settings panel as a shortcut --> - <string name="settings_shortcut">Select settings shortcut</string> + <string name="settings_shortcut">Settings shortcut</string> <!-- Wireless controls settings screen, setting check box label --> <string name="airplane_mode">Airplane mode</string> <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. --> @@ -615,9 +623,9 @@ <!-- Security Settings --><skip /> <!-- Security settings screen, setting option name to change screen timeout --> - <string name="lock_after_timeout">Timeout</string> + <string name="lock_after_timeout">Automatically lock</string> <!-- Security settings screen, setting option summary to change screen timeout --> - <string name="lock_after_timeout_summary">Lock screen <xliff:g id="timeout_string">%1$s</xliff:g> after screen automatically turns off</string> + <string name="lock_after_timeout_summary"><xliff:g id="timeout_string">%1$s</xliff:g> after sleep</string> <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]--> <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string> <!-- Text shown for title of owner info setting [CHAR LIMIT=20]--> @@ -721,7 +729,7 @@ <string name="crypt_keeper_enter_password">Enter your password</string> <!-- Title of the encryption screen when encrypting the device failed --> - <string name="crypt_keeper_failed_title">Encryption failed</string> + <string name="crypt_keeper_failed_title">Encryption unsuccessful</string> <!-- Informational text when encryption fails --> <string name="crypt_keeper_failed_summary" product="tablet"> @@ -741,14 +749,14 @@ <!-- Security Picker --><skip /> <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> - <string name="lock_settings_picker_title">Configure lock screen</string> + <string name="lock_settings_picker_title">Screen lock</string> <!-- Main Security lock settings --><skip /> <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_launch_picker_title">Configure lock screen</string> + <string name="unlock_set_unlock_launch_picker_title">Screen lock</string> <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string> + <string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string> <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] --> <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string> @@ -757,37 +765,37 @@ <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string> <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_off_title">Off</string> + <string name="unlock_set_unlock_off_title">None</string> <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_off_summary">Never lock the screen</string> + <string name="unlock_set_unlock_off_summary"></string> <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_none_title">Not secured</string> + <string name="unlock_set_unlock_none_title">Slide</string> <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]--> - <string name="unlock_set_unlock_none_summary">Don\u0027t require a pattern, PIN, or password to unlock the screen</string> + <string name="unlock_set_unlock_none_summary"></string> <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]--> <string name="unlock_set_unlock_pattern_title">Pattern</string> <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_pattern_summary">Require a pattern to unlock the screen</string> + <string name="unlock_set_unlock_pattern_summary"></string> <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] --> <string name="unlock_set_unlock_pin_title">PIN</string> <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_pin_summary">Require a numeric PIN to unlock the screen</string> + <string name="unlock_set_unlock_pin_summary"></string> <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] --> <string name="unlock_set_unlock_password_title">Password</string> <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string> + <string name="unlock_set_unlock_password_summary"></string> <!-- Summary for preference that has been disabled by because of the DevicePolicyAdmin, or because device encryption is enabled, or because there are credentials in the credential storage [CHAR LIMIT=50] --> <string name="unlock_set_unlock_disabled_summary">Disabled by administrator, encryption policy, or credential storage</string> <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_off">Off</string> + <string name="unlock_set_unlock_mode_off">None</string> <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_none">No security</string> + <string name="unlock_set_unlock_mode_none">Slide</string> <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_pattern">Secured with pattern</string> <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] --> @@ -1009,15 +1017,17 @@ <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. --> - <string name="bluetooth_profile_a2dp">Media</string> + <string name="bluetooth_profile_a2dp">Media audio</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. --> - <string name="bluetooth_profile_headset">Handsfree</string> + <string name="bluetooth_profile_headset">Phone audio</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. --> - <string name="bluetooth_profile_opp">Transfer</string> + <string name="bluetooth_profile_opp">File transfer</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. --> - <string name="bluetooth_profile_hid">Input Device</string> - <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile. [CHAR LIMIT=25]--> + <string name="bluetooth_profile_hid">Input device</string> + <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40]--> <string name="bluetooth_profile_pan">Internet access</string> + <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40]--> + <string name="bluetooth_profile_pan_nap">Internet connection sharing</string> <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] --> <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string> @@ -1032,10 +1042,8 @@ <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] --> <string name="bluetooth_disconnect_pan_nap_profile" product="default"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this phone\'s Internet connection.</string> - <!-- Bluetooth settings. Connection options screen. The title of the screen. --> - <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string> - <!-- Bluetooth settings. Connection options screen. Title of device actions section. [CHAR LIMIT=30] --> - <string name="bluetooth_device_advanced_device_actions_title">Device actions</string> + <!-- Bluetooth settings. Connection options screen. The title of the screen. [CHAR LIMIT=40] --> + <string name="bluetooth_device_advanced_title">Paired Bluetooth device</string> <!-- Bluetooth settings. Connection options screen. The title of the checkbox that controls whether the device is in "online" mode or "offline" mode. This essentially is the checkbox that controls whether any checks / unchecks on a profile should be applied immediately, or next time the device is connected. --> <string name="bluetooth_device_advanced_online_mode_title">Connect</string> <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. --> @@ -1043,7 +1051,7 @@ <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. --> <string name="bluetooth_device_advanced_profile_header_title">Profiles</string> <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] --> - <string name="bluetooth_device_advanced_rename_device">Rename device</string> + <string name="bluetooth_device_advanced_rename_device">Rename</string> <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] --> <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string> <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. --> @@ -1090,15 +1098,15 @@ <!-- NFC settings --> <!-- Used in the 1st-level settings screen to turn on NFC --> <string name="nfc_quick_toggle_title">NFC</string> - <!-- Used to enter the Zero-click sharing preferences screen --> - <string name="zeroclick_settings_title">Tap to share</string> - <string name="zeroclick_settings_summary"></string> - <string name="zeroclick_on_summary">On</string> - <string name="zeroclick_off_summary">Off</string> - <!-- Used in the zero-click sharing preferences screen --> - <string name="zeroclick_label">Zero-click sharing</string> - <string name="zeroclick_explained">Tap to share allows you to share content from applications, just by tapping your NFC-enabled device to another.</string> - + <!-- Used to enter the NdefPush sharing preferences screen --> + <string name="ndef_push_settings_title">ShareTap</string> + <string name="ndef_push_settings_summary"></string> + <string name="ndef_push_on_summary">On</string> + <string name="ndef_push_off_summary">Off</string> + <!-- Used in the NdefPush sharing preferences screen --> + <string name="ndef_push_label">ShareTap</string> + <string name="ndef_push_explained">Share content by touching two NFC-enabled devices back to back.</string> + <string name="ndef_push_top">The app on the top device\'s screen sends content to the bottom device.\n\nYour data is safe: nothing is shared unless both devices are on and unlocked.\n\nYou can turn this feature off in Settings > More > ShareTap.</string> <!-- Wi-Fi Settings --> <skip /> <!-- Used in the 1st-level settings screen to turn on Wi-Fi --> <string name="wifi_quick_toggle_title">Wi-Fi</string> @@ -1127,9 +1135,9 @@ <!-- Checkbox summary for option to notify user when open networks are nearby --> <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string> <!-- Checkbox title for option to toggle wifi watchdog service --> - <string name="wifi_enable_watchdog_service">Wi-Fi Connectivity Checks</string> + <string name="wifi_enable_watchdog_service">Avoid poor connections</string> <!-- Checkbox summary for option to toggle wifi watchdog service --> - <string name="wifi_enable_watchdog_service_summary">Detect and manage potential network connectivity problems</string> + <string name="wifi_enable_watchdog_service_summary">Don\'t use a Wi-Fi network unless it has a decent internet connection</string> <!-- Setting title for setting the wifi sleep policy --> <string name="wifi_setting_sleep_policy_title">Wi-Fi disconnect policy</string> <!-- Setting summary for setting the wifi sleep policy --> @@ -1156,8 +1164,10 @@ <string name="wifi_empty_list_wifi_off">To see available networks, turn Wi-Fi on.</string> <!-- Dialog for Access Points --> <skip /> + <!-- Label to show/hide advanced options --> + <string name="wifi_show_advanced">Show advanced options</string> <!-- Label for network setup [CHAR LIMIT=50] --> - <string name="wifi_network_setup">Network Setup</string> + <string name="wifi_network_setup">WPS</string> <!-- Label for the text view for WPS pin input [CHAR LIMIT=50] --> <string name="wifi_wps_pin">Enter pin from access point</string> <!-- Title for the WPS setup dialog [CHAR LIMIT=50] --> @@ -1167,7 +1177,7 @@ <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=75] --> <string name="wifi_wps_in_progress">WPS is already in progress and can take tens of seconds to complete</string> <!-- Text displayed when WPS fails to start [CHAR LIMIT=75] --> - <string name="wifi_wps_failed">Failed to start WPS, please try again</string> + <string name="wifi_wps_failed">Couldn\'t start WPS, try again.</string> <!-- Label for the SSID of the network --> <string name="wifi_ssid">Network SSID</string> <!-- Label for the security of the connection --> @@ -1205,19 +1215,59 @@ <!-- Hint for unspecified fields --> <string name="wifi_unspecified">(unspecified)</string> <!-- Summary for the remembered network. --> - <string name="wifi_remembered">Remembered</string> - <!-- Summary for the disabled network. --> - <string name="wifi_disabled">Disabled</string> + <string name="wifi_remembered">Saved</string> + <!-- Status for networks disabled for unknown reason --> + <string name="wifi_disabled_generic">Disabled</string> + <!-- Status for networked disabled from a DNS or DHCP failure --> + <string name="wifi_disabled_network_failure">Avoided poor internet connection</string> + <!-- Status for networks disabled from authentication failure (wrong password + or certificate). --> + <string name="wifi_disabled_password_failure">Authentication problem</string> <!-- Summary for the remembered network but currently not in range. --> <string name="wifi_not_in_range">Not in range</string> - <!-- Summary for an open network with WPS being available [CHAR LIMIT=50]--> - <string name="wifi_open_with_wps">WPS available</string> - <!-- Summary for the secured network. --> - <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string> - <!-- Summary for the secured network with WPS being available [CHAR LIMIT=50]--> - <string name="wifi_secured_with_wps">Secured with <xliff:g id="wifi_security">%1$s</xliff:g> (WPS available)</string> - <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". --> - <string name="wifi_secured_with_status"><xliff:g id="wifi_status">%2$s</xliff:g>, secured with <xliff:g id="wifi_security">%1$s</xliff:g></string> + <!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and + string is listed first --> + <string name="wifi_wps_available_first_item">WPS available</string> + <!-- Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and + string is listed after a wifi_secured_* string--> + <string name="wifi_wps_available_second_item">\u0020(WPS available)</string> + <!-- Substring of wifi status for wifi with authentication. This version is for when the + string is first in the list (titlecase in english) --> + <string name="wifi_secured_first_item">Secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string> + <!-- Substring of wifi status for wifi with authentication. This version is for when the + string is not first in the list (lowercase in english) --> + <string name="wifi_secured_second_item">, secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string> + + <!-- Do not translate. Concise terminology for wifi with WEP security --> + <string name="wifi_security_short_wep">WEP</string> + <!-- Do not translate. Concise terminology for wifi with WPA security --> + <string name="wifi_security_short_wpa">WPA</string> + <!-- Do not translate. Concise terminology for wifi with WPA2 security --> + <string name="wifi_security_short_wpa2">WPA2</string> + <!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security --> + <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string> + <!-- Do not translate. Concise terminology for wifi with unknown PSK type --> + <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string> + <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> + <string name="wifi_security_short_eap">802.1x</string> + + <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. --> + <string name="wifi_security_none">None</string> + + <!-- Do not translate. Terminology for wifi with WEP security --> + <string name="wifi_security_wep">WEP</string> + <!-- Do not translate. Terminology for wifi with WPA security --> + <string name="wifi_security_wpa">WPA PSK</string> + <!-- Do not translate. Terminology for wifi with WPA2 security --> + <string name="wifi_security_wpa2">WPA2 PSK</string> + <!-- Do not translate. Terminology for wifi with both WPA/WPA2 security, or unknown --> + <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string> + <!-- Do not translate. Terminology for wifi with unknown PSK type --> + <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string> + <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security --> + <string name="wifi_security_eap">802.1x EAP</string> + + <!-- Button label to connect to a Wi-Fi network --> <string name="wifi_connect">Connect</string> <!-- Button label to delete a Wi-Fi network --> @@ -1392,46 +1442,31 @@ <string name="config_list_label" translatable="false">Configured Networks</string> <!-- Sound and alerts settings --> - <!-- Main Settings screen setting option name to go into the sound settings screen --> - <string name="sound_settings_title">Sound</string> + <skip/> <!-- Main Settings screen setting option name to go into the display settings screen --> <string name="display_settings_title">Display</string> <!-- Sound settings screen heading --> - <string name="sound_settings">Sound settings</string> + <string name="sound_settings">Sound</string> <!-- Sound settings screen, setting option name checkbox --> <string name="silent_mode_title">Silent mode</string> - <!-- Sound settings screen, setting option summary text when going into silent mode. Media and alarms sounds WILL NOT be silenced in silent mode. --> - <string name="silent_mode_summary">Silence all sounds except media & alarms</string> - <!-- Sound settings screen, setting option summary text when going into silent mode. Media WILL NOT be silenced in silent mode, but alarms WILL be silenced. --> - <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string> <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)--> - <string name="ringtone_title">Incoming call ringtone</string> + <string name="ringtone_title">Phone ringtone</string> <!-- Sound settings screen, setting option summary text --> <string name="ringtone_summary">""</string> <!-- Sound settings screen, volume title --> - <string name="all_volume_title">Volume</string> + <string name="all_volume_title">Volumes</string> <!-- Sound settings screen, music effects title [CHAR LIMIT=30]--> <string name="musicfx_title">Music Effects</string> <!-- Sound settings screen, setting option name --> <string name="ring_volume_title">Ringer volume</string> - <!-- Sound settings screen, setting option summary text --> - <string name="ring_volume_summary">""</string> <!-- Sound settings screen, setting option name checkbox --> <string name="vibrate_in_silent_title">Vibrate when silent</string> - <!-- Sound settings screen, setting option summary text --> - <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string> <!-- Sound settings screen, setting option name checkbox --> <string name="vibrate_title">Vibrate</string> - <!-- Sound settings screen, setting option summary text --> - <string name="vibrate_summary">Vibration feedback for calls and notifications</string> <!-- Sound settings screen, setting option name --> - <string name="notification_sound_title">Notification ringtone</string> - <!-- Sound settings screen, setting option summary text --> - <string name="notification_sound_summary">""</string> + <string name="notification_sound_title">Default notification</string> <!-- Sound settings screen, notification light repeat pulsing title --> <string name="notification_pulse_title">Pulse notification light</string> - <!-- Sound settings screen, notification light repeat pulsing summary --> - <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string> <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume --> <string name="incoming_call_volume_title">Ringtone</string> <!-- Sound settings screen, the title of the volume bar to adjust the notification volume --> @@ -1450,33 +1485,23 @@ <!-- Sound settings screen, dock settings summary--> <string name="dock_settings_summary">Audio settings for the attached dock</string> <!-- Sound settings screen, setting check box label --> - <string name="dtmf_tone_enable_title">Audible touch tones</string> - <!-- Sound settings screen, setting option summary text when check box is selected --> - <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string> - <!-- Sound settings screen, setting option summary text when check box is clear --> - <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string> + <string name="dtmf_tone_enable_title">Dial pad touch tones</string> <!-- Sound settings screen, setting check box label --> - <string name="sound_effects_enable_title">Audible selection</string> - <!-- Sound settings screen, setting option summary text when check box is selected --> - <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string> - <!-- Sound settings screen, setting option summary text when check box is clear --> - <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string> + <string name="sound_effects_enable_title">Touch sounds</string> <!-- Sound settings screen, setting check box label --> - <string name="lock_sounds_enable_title">Screen lock sounds</string> - <!-- Sound settings screen, setting option summary text when check box is selected --> - <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string> - <!-- Sound settings screen, setting option summary text when check box is clear --> - <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string> + <string name="lock_sounds_enable_title">Screen lock sound</string> <!-- Sound settings screen, setting check box label --> - <string name="haptic_feedback_enable_title">Haptic feedback</string> - <!-- Sound settings screen, setting option summary text when check box is selected --> - <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string> - <!-- Sound settings screen, setting option summary text when check box is clear --> - <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string> + <string name="haptic_feedback_enable_title">Vibrate on touch</string> <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments --> <string name="audio_record_proc_title">Noise cancellation</string> - <!-- Sound settings screen, setting option summary text --> - <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string> + <!-- Volume description for media volume --> + <string name="volume_media_description">Music, video, games & other media</string> + <!-- Volume description for ringtone and notification volume --> + <string name="volume_ring_description">Ringtone & notifications</string> + <!-- Volume description for notification volume --> + <string name="volume_notification_description">Notifications</string> + <!-- Volume description for alarm volume --> + <string name="volume_alarm_description">Alarms</string> <!-- Dock settings title, top level --> <string name="dock_settings">Dock</string> @@ -1521,9 +1546,9 @@ <!-- Main Settings screen, setting option summary to go into search settings --> <string name="search_settings_summary">Manage search settings and history</string> - <!-- Display settings --> + <!-- Display settings --><skip/> <!-- Sound & display settings screen, section header for settings related to display --> - <string name="display_settings">Screen settings</string> + <string name="display_settings">Display</string> <!-- Sound & display settings screen, accelerometer-based rotation check box label --> <string name="accelerometer_title">Auto-rotate screen</string> <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected --> @@ -1539,9 +1564,9 @@ <!-- Sound & display settings screen, setting option summary to change brightness --> <string name="brightness_summary">Adjust the brightness of the screen</string> <!-- Sound & display settings screen, setting option name to change screen timeout --> - <string name="screen_timeout">Timeout</string> + <string name="screen_timeout">Sleep</string> <!-- Sound & display settings screen, setting option summary to change screen timeout --> - <string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string> + <string name="screen_timeout_summary">After <xliff:g id="timeout_description">%1$s</xliff:g> of inactivity</string> <!-- Wallpaper settings title [CHAR LIMIT=30] --> <string name="wallpaper_settings_title">Wallpaper</string> <!-- Wallpaper settings fragment title [CHAR LIMIT=30] --> @@ -1564,10 +1589,10 @@ <string name="automatic_brightness">Automatic brightness</string> <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size --> <string name="title_font_size">Font size</string> - <!-- [CHAR LIMIT=40] Sound & display settings screen, setting option summary to change font size --> - <string name="summary_font_size">Overall size of fonts</string> + <!-- Sound & display settings screen, setting option summary displaying the currently selected font size --> + <string name="summary_font_size" translatable="false">%1$s</string> <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size --> - <string name="dialog_title_font_size">Select font size</string> + <string name="dialog_title_font_size">Font size</string> <!-- SIM lock settings title --> <string name="sim_lock_settings">SIM card lock settings</string> @@ -1763,9 +1788,9 @@ <!-- SD card eject confirmation dialog --> <string name="dlg_confirm_unmount_text" product="default">If you unmount the SD card, some applications you are using will stop and may be unavailable until you remount the SD card.</string> <!-- SD card eject error dialog title [CHAR LIMIT=30] --> - <string name="dlg_error_unmount_title" product="nosdcard">Unmounting USB storage failed</string> + <string name="dlg_error_unmount_title" product="nosdcard">Couldn\'t unmount USB storage</string> <!-- SD card eject error dialog title --> - <string name="dlg_error_unmount_title" product="default">Unmount SD card failed</string> + <string name="dlg_error_unmount_title" product="default">Couldn\'t unmount SD card</string> <!-- SD card eject error dialog text [CHAR LIMIT=NONE] --> <string name="dlg_error_unmount_text" product="nosdcard">Cannot unmount USB storage. Try again later.</string> <!-- SD card eject error dialog text --> @@ -1780,23 +1805,21 @@ <string name="sd_ejecting_summary">Unmount in progress</string> <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]--> - <string name="storage_menu_usb">USB transfer settings</string> + <string name="storage_menu_usb">USB computer connection</string> <!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]--> - <string name="storage_title_usb">USB transfer settings</string> + <string name="storage_title_usb">USB computer connection</string> <!-- Storage setting. USB connection category [CHAR LIMIT=30]--> <string name="usb_connection_category">Connect as</string> - <!-- Storage setting. Label for MTP setting [CHAR LIMIT=30]--> - <string name="usb_label_mtp">Media device (MTP)</string> - <!-- Storage setting. Label for PTP setting [CHAR LIMIT=30]--> - <string name="usb_label_ptp">Camera (PTP)</string> + <!-- Storage setting. Title for MTP checkbox [CHAR LIMIT=30]--> + <string name="usb_mtp_title">Media device (MTP)</string> + <!-- Storage setting. Summary for MTP checkbox [CHAR LIMIT=NONE]--> + <string name="usb_mtp_summary">Lets you transfer media files on Windows, or using Android File Transfer on Mac (see www.android.com/filetransfer)</string> + <!-- Storage setting. Title for PTP checkbox [CHAR LIMIT=30]--> + <string name="usb_ptp_title">Camera (PTP)</string> <!-- Storage setting. Label for installer CD [CHAR LIMIT=30]--> - <string name="usb_label_installer_cd_done">Done installing Android File Transfer application for Mac</string> - <!-- Installer CD dialog title [CHAR LIMIT=30] --> - <string name="dlg_installer_cd_title">Android File Transfer app for Mac</string> - <!-- Installer CD dialog text [CHAR LIMIT=NONE] --> - <string name="dlg_installer_cd_text">Step 1:\nOn your Mac, double-click androidfiletransfer.msg\n\nStep 2:\nIn the Installer window, drag Android File Transfer to Applications.</string> - <!-- Installer CD dialog OK button text [CHAR LIMIT=NONE] --> - <string name="dlg_installer_cd_ok">Done following these steps</string> + <string name="usb_ptp_summary">Lets you transfer photos using camera software, and transfer any files on computers that don\'t support MTP</string> + <!-- Storage setting. Summary for PTP checkbox [CHAR LIMIT=NONE]--> + <string name="usb_label_installer_cd">"Install file-transfer tools"</string> <!-- Phone info screen, section titles: --> <string name="battery_status_title">Battery status</string> @@ -2012,32 +2035,26 @@ <!-- Security & location settings screen, section header for settings relating to location --> <string name="location_title">My Location</string> - <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) --> - <string name="location_network_based">Use wireless networks</string> - <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear --> - <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string> - <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected --> - <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string> + <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for Google location service (cell ID, wifi, etc.) --> + <string name="location_network_based">Google location service</string> + <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary for Google location service check box--> + <string name="location_neighborhood_level">Let apps use Wi-Fi and mobile networks to determine your approximate location</string> <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices [CHAR LIMIT=100] --> <string name="location_neighborhood_level_wifi">Location determined by Wi-Fi</string> - <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled --> - <string name="location_gps">Use GPS satellites</string> - <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected --> - <string name="location_street_level">When locating, accurate to street level</string> - <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear --> - <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string> + <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites --> + <string name="location_gps">GPS satellites</string> + <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites --> + <string name="location_street_level">Let apps use GPS to pinpoint your location</string> <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled --> <string name="assisted_gps">Use assisted GPS</string> <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected --> <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string> <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear --> <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string> - <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box label if the user wants to use their location for Google Search & other Google services --> - <string name="use_location_title">Use location for Google Search</string> - <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is clear --> - <string name="use_location_summary_disabled">Use location for Google Search and other Google services</string> - <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is checked --> - <string name="use_location_summary_enabled">Location used to improve Google Search results and other Google services</string> + <!-- [CHAR_LIMIT=30] Security & location settings screen, setting check box label for Google search --> + <string name="use_location_title">Location & Google search</string> + <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box summary for Google search --> + <string name="use_location_summary">Let Google use your location to improve search results and other services</string> <!-- About --> <skip /> <!-- Main settings screen, setting title for the user to go into the About phone screen --> @@ -2111,7 +2128,7 @@ <!-- Lock Pattern settings --> <!-- Security & location settings screen, header --> - <string name="lock_settings_title">Lock screen</string> + <string name="lock_settings_title">Screen security</string> <!-- Security & location settings screen, setting option name --> <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string> <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern". We first ask the user toe nter the current pattern, and this is the message seen --> @@ -2152,9 +2169,9 @@ <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" --> <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string> <!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the unlock pattern. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.--> - <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string> + <string name="lockpattern_settings_enable_visible_pattern_title">Make pattern visible</string> <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.--> - <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string> + <string name="lockpattern_settings_enable_tactile_feedback_title">Vibrate on touch</string> <!-- Security & location settings screen, setting option name when user has never set an unlock pattern --> <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string> <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern --> @@ -2333,7 +2350,7 @@ found in the list of installed applications.</string> <!-- Manage applications, title for dialog if clear data fails--> <string name="clear_failed_dlg_title">Clear data</string> <!-- Manage applications, text for dialog if clear data fails--> - <string name="clear_failed_dlg_text">Failed clearing data for application</string> + <string name="clear_failed_dlg_text">Couldn\'t clear data for application.</string> <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. --> <string name="security_settings_desc" product="tablet">This application can access the following on your tablet:</string> <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. --> @@ -2371,7 +2388,7 @@ found in the list of installed applications.</string> <!-- Manage applications, text for dialog when moving an app --> <string name="move_app_failed_dlg_title">Move application</string> <!-- Manage applications, text for dialog moving an app --> - <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string> + <string name="move_app_failed_dlg_text">Couldn\'t move application. <xliff:g id="reason">%1$s</xliff:g></string> <!-- Manage applications, application installation location title --> <string name="app_install_location_title">Preferred install location</string> <!-- Manage applications. application installation location summary --> @@ -2494,9 +2511,9 @@ found in the list of installed applications.</string> <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. --> <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string> <!-- On Security & location settings screen, setting check box name. Title of the checkbox to set whether password edit fields will show the most recent character typed and then hide it, or just hide it right away. By hide, I mean mask it out. --> - <string name="show_password">Visible passwords</string> + <string name="show_password">Make passwords visible</string> <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. --> - <string name="show_password_summary">Show password as you type</string> + <string name="show_password_summary"></string> <!-- Warning message about security implications of enabling an input method, displayed as a dialog message when the user selects to enable an IME. --> <string name="ime_security_warning">This input method may be able to collect @@ -2681,9 +2698,8 @@ found in the list of installed applications.</string> <!-- Title for accessibility preference to enable touch exploration mode. [CHAR LIMIT=35] --> <string name="accessibility_touch_exploration_title">Explore by touch</string> <!-- Summary for accessibility of the touch exploration mode. [CHAR LIMIT=NONE] --> - <string name="accessibility_touch_exploration_summary" >Allows exploring screen content and interacting with the device.\n\n - Touch the screen to receive feedback of the content under your finger.\n\n Tap on the last explored location to activate.\n\n - Use two fingers to drag. </string> + <string name="accessibility_touch_exploration_summary" >When Explore by Touch is turned on, + you can hear or see descriptions of what\'s under your finger.\n\n This feature is for low-vision users.</string> <!-- Title for accessibility preference to choose long-press delay i.e. timeout before it is detected. [CHAR LIMIT=35] --> <string name="accessibility_long_press_timeout_title">Touch & hold delay</string> <!-- Title for accessibility preference to install accessibility scripts from Google. [CHAR LIMIT=35] --> @@ -2710,31 +2726,39 @@ found in the list of installed applications.</string> <string name="accessibility_script_injection_button_disallow">Don\'t Allow</string> <!-- Warning message about security implications of enabling an accessibility service, - displayed as a dialog message when the user selects to enable an accessibility service. [CHAR LIMIT=NONE] --> - <string name="accessibility_service_security_warning">This accessibility service may be able to collect - all the text you type, including personal data credit card numbers except passwords. - It may also log your user interface interactions. It comes from the application - <xliff:g id="accessibility_service_name">%1$s</xliff:g>. Use this accessibility service?</string> - <!-- Warning about disabling accessibility displayed as a dialog message when the user + displayed as a dialog message when the user selects to enable an accessibility service (tablet). [CHAR LIMIT=NONE] --> + <string name="accessibility_service_security_warning"> + <xliff:g id="accessibility_service_name">%1$s</xliff:g> can + collect all of the text you type, except passwords. This includes personal data such as credit card + numbers. It can also collect data about your interactions with the device.</string> + <!-- Title for a warning about disabling accessibility displayed as a dialog message when the user + selects to disable accessibility. This avoids accidental disabling. [CHAR LIMIT=30] --> + <string name="accessibility_disable_warning_title">Turn accessibility off?</string> + <!-- Summary for a warning about disabling accessibility displayed as a dialog message when the user selects to disable accessibility. This avoids accidental disabling. [CHAR LIMIT=NONE] --> - <string name="accessibility_service_disable_warning">Disable accessibility?</string> + <string name="accessibility_disable_warning_summary">Touching OK will stop spoken + descriptions and all other accessibility features you\'ve been using.</string> <!-- Title for the prompt that lets users know that they have no accessibility related apps installed and that they can install TalkBack from Market. [CHAR LIMIT=50] --> - <string name="accessibility_service_no_apps_title">No accessibility related applications found + <string name="accessibility_service_no_apps_title">No accessibility applications </string> <!-- Message for the prompt that lets users know that they have no accessibility related apps installed and that they can install TalkBack from Market. [CHAR LIMIT=NONE] --> - <string name="accessibility_service_no_apps_message">You do not have any accessibility-related - applications installed.\n\nYou can download a screen reader for your device from Android - Market.\n\nClick "OK" to install the screen reader.</string> + <string name="accessibility_service_no_apps_message">You don\'t have accessibility + applications installed. Do you want to download a screen reader from the Android Market?</string> <!-- Warning message about security implications of downloading accessibility scripts, displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT=NONE] --> - <string name="accessibility_script_injection_security_warning">Some applications can ask Google - to download scripts to your device that make their content more accessible. Are you sure you - want to allow Google to install accessibility scripts on your device?</string> + <string name="accessibility_script_injection_security_warning">Do you want applications to install + scripts from Google that will make their content more accessible?</string> <!-- Warning message that the interaction model changes on enabling touch exploration. [CHAR LIMIT=NONE] --> - <string name="accessibility_touch_exploration_warning">Enabling explore by touch - changes the interation model. Enable explore by touch?</string> + <string name="accessibility_touch_exploration_warning">This feature changes the + way your device responds to touch. Turn on?</string> + <!-- Default description for an accessiiblity serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] --> + <string name="accessibility_service_default_description">This accessibility service has no + description.\n\nAccessibility services provide various types of feedback when you interact + with the device. </string> + <!-- Accessibility settings: button for lauching settings for an accessibility service --> + <string name="settings_button">Settings</string> <!-- App Fuel Gauge strings --> <skip /> @@ -2956,8 +2980,6 @@ found in the list of installed applications.</string> <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string> <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card --> <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string> - <!-- Text spoken by the TTS engine for demonstration purposes --> - <string name="tts_demo">This is an example of speech synthesis.</string> <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed --> <string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string> <!-- Error screen when a selected TTS engine can't run because it's missing components --> @@ -3004,6 +3026,15 @@ found in the list of installed applications.</string> to warn the user that this engine cannot be used before the checkbox for that engine in TTS settings is checked. --> <string name="tts_notif_engine_install_message">Enable new engine before use</string> + <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for + the image that launches the TTS engine settings when clicked. --> + <string name="tts_engine_settings_button">Launch engine settings</string> + <!-- [CHAR LIMIT=50] The text for the settings section that users to set a + preferred text to speech engine --> + <string name="tts_engine_preference_section_title">Preferred engine</string> + <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences + that are applicable to all engines, such as the speech rate --> + <string name="tts_general_section_title">General</string> <!-- Power Control Widget --> <string name="gadget_title">Power Control</string> @@ -3011,7 +3042,7 @@ found in the list of installed applications.</string> <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string> <!-- Title of preference to enter the VPN settings activity --> - <string name="vpn_settings_title">VPN settings</string> + <string name="vpn_settings_title">VPN</string> <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] --> <string name="credentials_title">Credential storage</string> @@ -3083,12 +3114,12 @@ found in the list of installed applications.</string> <!-- Summary text of the "automatic restore" setting --> <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data</string> - <!-- Local backup password menu title [CHAR LIMIT=25] --> - <string name="local_backup_password_title">Local backup password</string> + <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] --> + <string name="local_backup_password_title">Desktop backup password</string> <!-- Summary text of the "local backup password" setting when the user has not supplied a password --> - <string name="local_backup_password_summary_none">Local full backups are not currently protected.</string> + <string name="local_backup_password_summary_none">Desktop full backups are not currently protected.</string> <!-- Summary text of the "local backup password" setting when the user has already supplied a password --> - <string name="local_backup_password_summary_change">Select to change or remove the password for local full backups</string> + <string name="local_backup_password_summary_change">Select to change or remove the password for desktop full backups</string> <!-- Dialog title for confirmation to erase backup data from server --> <string name="backup_erase_dialog_title">Backup</string> @@ -3126,9 +3157,9 @@ found in the list of installed applications.</string> <string name="untitled_apn">Untitled</string> <string name="sound_category_sound_title">General</string> - <string name="sound_category_calls_title">Incoming calls</string> + <string name="sound_category_calls_and_notification_title">Ringtone & notifications</string> <string name="sound_category_notification_title">Notifications</string> - <string name="sound_category_feedback_title">Feedback</string> + <string name="sound_category_feedback_title">System</string> <!-- Wifi Setup For Setup Wizard with XL screen --> <!-- Title shown in Wifi Setup Wizard with XL screen --> @@ -3367,6 +3398,11 @@ found in the list of installed applications.</string> <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] --> <string name="pointer_location_summary">Screen overlay showing current touch data</string> + <!-- UI debug setting: show touches? [CHAR LIMIT=25] --> + <string name="show_touches">Show touches</string> + <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] --> + <string name="show_touches_summary">Show visual feedback for touches</string> + <!-- UI debug setting: show where screen updates happen? [CHAR LIMIT=25] --> <string name="show_screen_updates">Show screen updates</string> <!-- UI debug setting: show screen updates summary [CHAR LIMIT=50] --> @@ -3395,6 +3431,12 @@ found in the list of installed applications.</string> <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] --> <string name="app_process_limit_title">Background process limit</string> + <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] --> + <string name="show_all_anrs">Show all ANRs</string> + <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] --> + <string name="show_all_anrs_summary">Show Application Not Responding dialog + for background apps</string> + <!-- Activity title for network data usage summary. [CHAR LIMIT=25] --> <string name="data_usage_summary_title">Data usage</string> <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] --> @@ -3404,7 +3446,7 @@ found in the list of installed applications.</string> <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=32] --> <string name="data_usage_menu_restrict_background">Restrict background data</string> <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=32] --> - <string name="data_usage_menu_split_4g">Split 4G usage</string> + <string name="data_usage_menu_split_4g">Separate 4G usage</string> <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=32] --> <string name="data_usage_menu_show_wifi">Show Wi-Fi usage</string> <!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=32] --> @@ -3413,6 +3455,12 @@ found in the list of installed applications.</string> <string name="data_usage_change_cycle">Change cycle\u2026</string> <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] --> <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string> + <!-- Label shown when no applications used data during selected time period. [CHAR LIMIT=48] --> + <string name="data_usage_empty">No applications used data during this period.</string> + <!-- Label for data usage occuring while application in foreground. [CHAR LIMIT=48] --> + <string name="data_usage_label_foreground">Foreground</string> + <!-- Label for data usage occuring while application in background. [CHAR LIMIT=48] --> + <string name="data_usage_label_background">Background</string> <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> <string name="data_usage_disable_mobile_limit">Disable mobile data at limit</string> @@ -3420,6 +3468,8 @@ found in the list of installed applications.</string> <string name="data_usage_disable_4g_limit">Disable 4G data at limit</string> <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> <string name="data_usage_disable_3g_limit">Disable 2G-3G data at limit</string> + <!-- Checkbox label that will disable Wi-Fi network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_wifi_limit">Disable Wi-Fi data at limit</string> <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] --> <string name="data_usage_tab_wifi">Wi-Fi</string> @@ -3432,6 +3482,11 @@ found in the list of installed applications.</string> <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] --> <string name="data_usage_tab_3g">2G-3G</string> + <!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=10] --> + <string name="data_usage_list_mobile">mobile</string> + <!-- Title shown when current operation applies to no networks. [CHAR LIMIT=10] --> + <string name="data_usage_list_none">none</string> + <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] --> <string name="data_usage_enable_mobile">Mobile data</string> <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] --> @@ -3444,9 +3499,9 @@ found in the list of installed applications.</string> <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] --> <string name="data_usage_app_restrict_background">Restrict background data usage</string> <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] --> - <string name="data_usage_app_restrict_background_summary">Only allow application background data when using an unlimited network</string> + <string name="data_usage_app_restrict_background_summary">Disable background data on networks that you\'ve chosen to limit (<xliff:g id="networks" example="Mobile, Wi-Fi">%1$s</xliff:g>).</string> <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] --> - <string name="data_usage_app_restrict_dialog_title">Restricting background data</string> + <string name="data_usage_app_restrict_dialog_title">Restrict background data?</string> <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] --> <string name="data_usage_app_restrict_dialog">This feature may negatively impact applications which depend on background data usage.\n\nMore appropriate data usage controls may be found within this application\'s settings.</string> @@ -3460,16 +3515,12 @@ found in the list of installed applications.</string> <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] --> <string name="data_usage_limit_dialog_title">Limiting data usage</string> <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] --> - <string name="data_usage_limit_dialog_mobile">Your mobile data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> - <!-- Body of dialog shown before user limits 3G data usage. [CHAR LIMIT=NONE] --> - <string name="data_usage_limit_dialog_3g">Your 2G-3G data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> - <!-- Body of dialog shown before user limits 4G data usage. [CHAR LIMIT=NONE] --> - <string name="data_usage_limit_dialog_4g">Your 4G data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> + <string name="data_usage_limit_dialog">Your <xliff:g id="networks" example="mobile">%1$s</xliff:g> data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] --> - <string name="data_usage_restrict_background_title">Restricting background data</string> + <string name="data_usage_restrict_background_title">Restrict background data?</string> <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] --> - <string name="data_usage_restrict_background">This feature will disable auto-sync and may negatively impact applications which depend on background data usage.</string> + <string name="data_usage_restrict_background">If you restrict background data, some apps and services won\'t work on networks that you\'ve chosen to limit.\n\nCurrently limited networks: <xliff:g id="networks" example="Mobile, Wi-Fi">%1$s</xliff:g></string> <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] --> <string name="data_usage_sweep_warning"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">warning</font></string> @@ -3481,7 +3532,7 @@ found in the list of installed applications.</string> <!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] --> <string name="data_usage_received_sent"><xliff:g id="received" example="128KB">%1$s</xliff:g> received, <xliff:g id="sent" example="1.3GB">%2$s</xliff:g> sent</string> <!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] --> - <string name="data_usage_total_during_range">Data usage: <xliff:g id="total" example="128KB">%1$s</xliff:g> between <xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g></string> + <string name="data_usage_total_during_range"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: <xliff:g id="total" example="128KB">%1$s</xliff:g> used</string> <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. --> <string name="cryptkeeper_emergency_call">Emergency call</string> @@ -3537,7 +3588,7 @@ found in the list of installed applications.</string> <string name="vpn_connect_to">Connect to <xliff:g id="network" example="School">%s</xliff:g></string> <!-- Preference title for VPN settings. [CHAR LIMIT=40] --> - <string name="vpn_title">VPN settings</string> + <string name="vpn_title">VPN</string> <!-- Preference title to create a new VPN network. [CHAR LIMIT=40] --> <string name="vpn_create">Add VPN network</string> <!-- Menu item to edit a VPN network. [CHAR LIMIT=40] --> @@ -3563,7 +3614,7 @@ found in the list of installed applications.</string> <string name="trusted_credentials_remove_confirmation">Permanently remove the user CA certificate?</string> <!-- Title for the touch exploration tutorial. [CHAR LIMIT=40] --> - <string name="accessibility_tutorial_title">Talk As I Touch tutorial</string> + <string name="accessibility_tutorial_title">Accessibility tutorial</string> <!-- Button label to go to the next touch exploration tutorial lesson. [CHAR LIMIT=10] --> <string name="accessibility_tutorial_next">Next</string> <!-- Button label to go back to the previous touch explorationtutorial lesson. [CHAR LIMIT=10] --> @@ -3575,8 +3626,8 @@ found in the list of installed applications.</string> <!-- Title for touch exploration tutorial lesson 1. --> <string name="accessibility_tutorial_lesson_1_title">Lesson 1: Exploring the screen</string> - <!-- Instruction for touch exploration tutorial lesson 1. --> - <string name="accessibility_tutorial_lesson_1_text_1">After you turn on Talk As I Touch, you can touch the screen to hear a description of what’s under your finger. For example, the current screen contains application icons. Find one of them by touching the screen and sliding your finger around.</string> + <!-- Instruction for touch exploration tutorial lesson 1. "Explore by touch" should match the string for "Title for accessibility preference to enable touch exploration mode." --> + <string name="accessibility_tutorial_lesson_1_text_1">After you turn on \"Explore by touch,\" you can touch the screen to learn what’s under your finger. For example, the current screen contains application icons. Find one of them by touching the screen and sliding your finger around.</string> <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches one icon. --> <string name="accessibility_tutorial_lesson_1_text_2_more">Good. Keep sliding your finger around the screen until you find at least one more icon.</string> <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches a second icon. --> @@ -3599,7 +3650,7 @@ found in the list of installed applications.</string> <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user scrolls a small amount. --> <string name="accessibility_tutorial_lesson_2_text_3_more">Good. Keep sliding your fingers up to scroll some more.</string> <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user has scrolled a large amount. --> - <string name="accessibility_tutorial_lesson_2_text_4">You have completed the tutorial. To exit and return to the Talk As I Touch setting, find and tap the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string> + <string name="accessibility_tutorial_lesson_2_text_4">You have completed the tutorial. To exit, find and tap the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string> <!-- Title for spelling correction settings --> <string name="spellcheckers_settings_title">Spelling correction</string> |