diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 798 |
1 files changed, 542 insertions, 256 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6bbc8a4..ebe764c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,6 +20,9 @@ <!-- Strings for Dialog no button --> <string name="no">"No"</string> + <!-- Strings for Dialog create button --> + <string name="create">Create</string> + <!-- Device Info --> <skip /> <!-- Device Info screen. Used for a status item's value when the proper value is not known --> <string name="device_info_default">Unknown</string> @@ -231,6 +234,10 @@ <string name="bluetooth_devices">Bluetooth devices</string> <!-- Bluetooth settings screen, title for the current bluetooth name setting --> <string name="bluetooth_device_name">Device name</string> + <!-- Bluetooth settings screen, image description for device details button. This opens the screen to rename, unpair, etc. a single device. --> + <string name="bluetooth_device_details">Device settings</string> + <!-- Bluetooth settings screen, image description for profile of a device details button. --> + <string name="bluetooth_profile_details">Profile settings</string> <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) --> <string name="bluetooth_name_not_set">No name set, using account name</string> <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices --> @@ -273,8 +280,6 @@ <string name="bluetooth_device">Unnamed Bluetooth device</string> <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices --> <string name="progress_scanning">Searching</string> - <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices is finished, indicating that user can tap on a device to pair with it [CHAR LIMIT=20]--> - <string name="progress_tap_to_pair">Touch to pair</string> <!--Bluetooth settings screen, text that appears when scanning for devices is finished and no nearby bluetooth device was found [CHAR LIMIT=40]--> <string name="bluetooth_no_devices_found">No nearby Bluetooth devices were found.</string> <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us --> @@ -282,12 +287,12 @@ <!-- Notification title when a Bluetooth device wants to pair with us --> <string name="bluetooth_notif_title">Pairing request</string> <!-- Notification message when a Bluetooth device wants to pair with us --> - <string name="bluetooth_notif_message">Touch to pair with <xliff:g id="device_name">%1$s</xliff:g></string> + <string name="bluetooth_notif_message">Touch to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Bluetooth settings screen, menu to show the list of received files [CHAR LIMIT=30] --> <string name="bluetooth_show_received_files">Show received files</string> <!-- Strings for BluetoothDevicePicker --> - <string name="device_picker">Bluetooth device picker</string> + <string name="device_picker">Bluetooth device chooser</string> <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode --> <string name="bluetooth_permission_request">"Bluetooth permission request"</string> @@ -335,7 +340,7 @@ <string name="bluetooth_phonebook_request">"Phone book request"</string> <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] --> - <string name="bluetooth_pb_acceptance_dialog_text">%1$s would like to access your contacts and call history. Give access to %2$s?</string> + <string name="bluetooth_pb_acceptance_dialog_text">%1$s wants 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_remember_choice">Don\'t ask again</string> @@ -402,7 +407,7 @@ <!-- HTTP proxy settings. The error if the exclusion list is not valid --> <string name="proxy_error_invalid_exclusion_list">The exclusion list you typed isn\'t properly formatted. Type a comma-separated list of excluded domains.</string> <!-- HTTP proxy settings. Error msg --> - <string name="proxy_error_empty_port">You must complete the port field.</string> + <string name="proxy_error_empty_port">You need to complete the port field.</string> <!-- HTTP proxy settings. Error msg --> <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string> <!-- HTTP proxy settings. Error msg --> @@ -487,25 +492,25 @@ <string name="band_mode_succeeded">Successful</string> <!-- Instructions after the user changes the mass storage settings --> - <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected</string> + <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected.</string> <!-- Enable USB mass storage mode checkbox title --> <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string> <!-- The label for total bytes on SD card --> <string name="sdcard_settings_total_bytes_label">Total bytes:</string> <!-- Message when there is no SD card present [CHAR LIMIT=30] --> - <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted</string> + <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted.</string> <!-- Message when there is no SD card present --> - <string name="sdcard_settings_not_present_status" product="default">No SD card</string> + <string name="sdcard_settings_not_present_status" product="default">No SD card.</string> <!-- Th label for the available (free) sapce on the SD card --> <string name="sdcard_settings_available_bytes_label">Available bytes:</string> <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] --> - <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device</string> + <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device.</string> <!-- Message when the SD card is being used by the computer as mass storage --> - <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string> + <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device.</string> <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] --> - <string name="sdcard_settings_unmounted_status" product="nosdcard">It\'s now safe to remove the USB storage</string> + <string name="sdcard_settings_unmounted_status" product="nosdcard">It\'s now safe to remove the USB storage.</string> <!-- Message when it is safe to remove the SD card --> - <string name="sdcard_settings_unmounted_status" product="default">It\'s now safe to remove the SD card</string> + <string name="sdcard_settings_unmounted_status" product="default">It\'s now safe to remove the SD card.</string> <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] --> <string name="sdcard_settings_bad_removal_status" product="nosdcard">USB storage was removed while still in use!</string> <!-- Error message when the SD card was removed without properly unmounting --> @@ -517,9 +522,9 @@ <!-- Message when it is scanning the SD card for new files --> <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string> <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] --> - <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only</string> + <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only.</string> <!-- Message when the SD card is mounted as read only --> - <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string> + <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only.</string> <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] --> <string name="skip_label">Skip</string> <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. --> @@ -583,9 +588,9 @@ <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box --> <string name="roaming_turn_it_on_button">Turn it on</string> <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box --> - <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string> + <string name="roaming_warning">When you allow data roaming, you may incur significant roaming charges!</string> <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box --> - <string name="roaming_reenable_title">Attention</string> + <string name="roaming_reenable_title">Allow data roaming?</string> <!-- mobile network settings screen, setting option name --> <string name="networks">Operator selection</string> <!-- mobile network settings screen, setting option summary text --> @@ -623,7 +628,7 @@ <!-- Date & time setting screen setting option title --> <string name="date_time_set_date">Set date</string> <!-- Date & time setting screen setting option title. This setting allows the user to choose how the date should be displayed in apps (what ordering for month and day, etc.) --> - <string name="date_time_date_format">Select date format</string> + <string name="date_time_date_format">Choose date format</string> <!-- Menu item on Select time zone screen --> <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string> <!-- Menu item on Select time zone screen --> @@ -639,6 +644,15 @@ <!-- Security settings screen when using face unlock, setting option name to start an activity that allows the user to improve accuracy by adding additional enrollment faces --> <string name="biometric_weak_improve_matching_title">Improve face matching</string> + <!-- On the security settings screen when using face unlock. This goes to a screen that explains liveliness detection and allows for it to be turned on/off --> + <string name="biometric_weak_liveliness_title">Liveness check</string> + <!-- Used to describe the on state of the face unlock liveliness feature --> + <string name="biometric_weak_liveliness_on_summary">On - head turn required to unlock</string> + <!-- Used to describe the off state of the face unlock liveliness feature --> + <string name="biometric_weak_liveliness_off_summary">Off</string> + <!-- Explanation of the Face Unlock liveliness feature. It's displayed on a screen with an on/off toggle switch. --> + <!-- Explanation of the Face Unlock liveliness feature. It's displayed on a screen with an on/off toggle switch. --> + <string name="biometric_weak_liveliness_explained" product="default">To improve security, you\'ll be asked to turn your head while unlocking. When prompted, turn to the left or right.</string> <!-- Security settings screen, setting option name to change screen timeout --> <string name="lock_after_timeout">Automatically lock</string> @@ -685,8 +699,8 @@ <!-- Informational text in the first confirmation screen before starting device encryption --> <string name="crypt_keeper_desc" product="tablet"> You can encrypt your accounts, settings, downloaded apps and their data, - media, and other files. Once you encrypt your tablet, you must enter a numeric PIN - or password to decrypt it each time you power it on: you can\'t unencrypt your tablet + media, and other files. Once you encrypt your tablet, you need to type a numeric PIN + or password to decrypt it each time you power it on. You can\'t decrypt your tablet except by performing a factory data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with a charged battery and keep your tablet plugged in until encryption is complete. If you interrupt the encryption process, you will lose @@ -694,8 +708,8 @@ <!-- Informational text in the first confirmation screen before starting device encryption --> <string name="crypt_keeper_desc" product="default"> You can encrypt your accounts, settings, downloaded apps and their data, - media, and other files. Once you encrypt your phone, you must enter a numeric PIN or - password to decrypt it each time you power it on: you can\'t unencrypt your phone + media, and other files. Once you encrypt your phone, you need to type a numeric PIN or + password to decrypt it each time you power it on. You can\'t decrypt your phone except by performing a factory data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with a charged battery and keep your phone plugged in until encryption is complete. If you interrupt the encryption process, you will lose @@ -714,19 +728,19 @@ <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed --> <string name="crypt_keeper_dialog_need_password_title">No lock screen PIN or password</string> <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed --> - <string name="crypt_keeper_dialog_need_password_message">You must set a lock screen PIN or + <string name="crypt_keeper_dialog_need_password_message">You need to set a lock screen PIN or password before you can start encryption.</string> <!-- Title of the final confirmation screen before starting device encryption --> - <string name="crypt_keeper_confirm_title">Confirm encryption</string> + <string name="crypt_keeper_confirm_title">Encrypt?</string> <!-- Warning text in the final confirmation screen before starting device encryption --> <string name="crypt_keeper_final_desc" product="tablet"> - Encrypt tablet? This operation is irreversible and if you interrupt it, you will lose data. + The encryption operation is irreversible and if you interrupt it, you\'ll lose data. Encryption takes an hour or more, during which the tablet will restart several times. </string> <!-- Warning text in the final confirmation screen before starting device encryption --> <string name="crypt_keeper_final_desc" product="default"> - Encrypt phone? This operation is irreversible and if you interrupt it, you will lose data. + The encryption operation is irreversible and if you interrupt it, you\'ll lose data. Encryption takes an hour or more, during which the phone will restart several times. </string> @@ -754,7 +768,7 @@ Encryption was interrupted and can\'t complete. As a result, the data on your tablet is no longer accessible. \n\n - To resume using your tablet, you must perform a factory reset. + To resume using your tablet, you need to perform a factory reset. When you set up your tablet after the reset, you\'ll have an opportunity to restore any data that was backed up to your Google Account. </string> @@ -763,16 +777,19 @@ <string name="crypt_keeper_failed_summary" product="default"> Encryption was interrupted and can\'t complete. As a result, the data on your phone is no longer accessible. - \n\nTo resume using your phone, you must perform a factory reset. + \n\nTo resume using your phone, you need to perform a factory reset. When you set up your phone after the reset, you\'ll have an opportunity to restore any data that was backed up to your Google Account. </string> + <!-- Image button description to switch input method --> + <string name="crypt_keeper_switch_input_method">Switch input method</string> + <!-- Unlock Picker Settings --><skip /> <!-- 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">Select screen lock</string> + <string name="lock_settings_picker_title">Choose screen lock</string> <!-- Title for security picker when choosing a facelock's backup unlock method: Pattern/PIN [CHAR LIMIT=22] --> <string name="backup_lock_settings_picker_title">Choose backup lock</string> @@ -833,11 +850,11 @@ <!-- Summary for "Configure lockscreen" when security biometric weak is enabled [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_biometric_weak">Face Unlock</string> <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_pattern">Secured with pattern</string> + <string name="unlock_set_unlock_mode_pattern">Pattern</string> <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_pin">Secured with PIN</string> + <string name="unlock_set_unlock_mode_pin">PIN</string> <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_password">Secured with password</string> + <string name="unlock_set_unlock_mode_password">Password</string> <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] --> <string name="unlock_disable_lock_title">Turn off screen lock</string> @@ -868,66 +885,66 @@ <string name="lockpassword_continue_label">Continue</string> <!-- Error shown in popup when password is too long --> - <string name="lockpassword_password_too_long">Password must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters</string> + <string name="lockpassword_password_too_long">Password must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters.</string> <!-- Error shown in popup when PIN is too long --> - <string name="lockpassword_pin_too_long">PIN must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits</string> + <string name="lockpassword_pin_too_long">PIN must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits.</string> <!-- Error shown when in PIN mode and user enters a non-digit --> - <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string> + <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9.</string> <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! --> - <string name="lockpassword_pin_recently_used">Device administrator disallows using a recent PIN</string> + <string name="lockpassword_pin_recently_used">Device administrator doesn\'t allow using a recent PIN.</string> <!-- Error shown when in PASSWORD mode and user enters an invalid character --> - <string name="lockpassword_illegal_character">Password contains an illegal character</string> + <string name="lockpassword_illegal_character">Password contains an illegal character.</string> <!-- Error shown when in PASSWORD mode and password is all digits --> - <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string> + <string name="lockpassword_password_requires_alpha">Password must contain at least one letter.</string> <!-- Error shown when in PASSWORD mode and password doesn't contain any digits --> - <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string> + <string name="lockpassword_password_requires_digit">Password must contain at least one digit.</string> <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols --> - <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string> + <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol.</string> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters --> <plurals name="lockpassword_password_requires_letters"> - <item quantity="one">Password must contain at least 1 letter</item> - <item quantity="other">Password must contain at least %d letters</item> + <item quantity="one">Password must contain at least 1 letter.</item> + <item quantity="other">Password must contain at least %d letters.</item> </plurals> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters --> <plurals name="lockpassword_password_requires_lowercase"> - <item quantity="one">Password must contain at least 1 lowercase letter</item> - <item quantity="other">Password must contain at least %d lowercase letters</item> + <item quantity="one">Password must contain at least 1 lowercase letter.</item> + <item quantity="other">Password must contain at least %d lowercase letters.</item> </plurals> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters --> <plurals name="lockpassword_password_requires_uppercase"> - <item quantity="one">Password must contain at least 1 uppercase letter</item> - <item quantity="other">Password must contain at least %d uppercase letters</item> + <item quantity="one">Password must contain at least 1 uppercase letter.</item> + <item quantity="other">Password must contain at least %d uppercase letters.</item> </plurals> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits --> <plurals name="lockpassword_password_requires_numeric"> - <item quantity="one">Password must contain at least 1 numerical digit</item> - <item quantity="other">Password must contain at least %d numerical digits</item> + <item quantity="one">Password must contain at least 1 numerical digit.</item> + <item quantity="other">Password must contain at least %d numerical digits.</item> </plurals> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols --> <plurals name="lockpassword_password_requires_symbols"> - <item quantity="one">Password must contain at least 1 special symbol</item> - <item quantity="other">Password must contain at least %d special symbols</item> + <item quantity="one">Password must contain at least 1 special symbol.</item> + <item quantity="other">Password must contain at least %d special symbols.</item> </plurals> <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters --> <plurals name="lockpassword_password_requires_nonletter"> - <item quantity="one">Password must contain at least 1 non-letter character</item> - <item quantity="other">Password must contain at least %d non-letter characters</item> + <item quantity="one">Password must contain at least 1 non-letter character.</item> + <item quantity="other">Password must contain at least %d non-letter characters.</item> </plurals> <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! --> - <string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string> + <string name="lockpassword_password_recently_used">Device administrator doesn\'t allow using a recent password.</string> <!-- Label for ChoosePassword/PIN OK button --> <string name="lockpassword_ok_label">OK</string> @@ -942,7 +959,7 @@ <string name="lockpattern_tutorial_continue_label">Next</string> <!-- Toast shown when lock pattern or password successfully setup. [CHAR LIMIT=64] --> - <string name="lock_setup" msgid="5507462851158901718">Setup complete</string> + <string name="lock_setup" msgid="5507462851158901718">Setup is complete.</string> <!-- In the security screen, the header title for settings related to device admins --> <string name="device_admin_title">Device administration</string> @@ -987,9 +1004,9 @@ <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string> <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] --> - <string name="bluetooth_enter_pin_other_device">You may also need to enter this PIN on the other device.</string> + <string name="bluetooth_enter_pin_other_device">You may also need to type this PIN on the other device.</string> <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] --> - <string name="bluetooth_enter_passkey_other_device">You may also need to enter this passkey on the other device.</string> + <string name="bluetooth_enter_passkey_other_device">You may also need to type this passkey on the other device.</string> <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] --> <string name="bluetooth_confirm_passkey_msg">To pair with:<br><b><xliff:g id="device_name">%1$s</xliff:g></b><br><br>Make sure it is showing this passkey:<br><b><xliff:g id="passkey">%2$s</xliff:g></b></string> @@ -1018,7 +1035,7 @@ <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Message for the error dialog when BT connecting operation fails generically. --> - <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string> + <string name="bluetooth_connecting_error_message">Couldn\'t connect to <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices --> <string name="bluetooth_preference_scan_title">Scan for devices</string> @@ -1137,8 +1154,11 @@ <!-- NFC settings --> <!-- Used in the 1st-level settings screen to turn on NFC --> <string name="nfc_quick_toggle_title">NFC</string> - <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] --> - <string name="nfc_quick_toggle_summary">Allow data exchange when the phone touches another device</string> + <!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] --> + <string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches another device</string> + <!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] --> + <string name="nfc_quick_toggle_summary" product="default">Allow data exchange when the phone touches another device</string> + <!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] --> <string name="android_beam_settings_title">Android Beam</string> <!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] --> @@ -1152,6 +1172,12 @@ <!-- Explanation of the Android Beam feature in the Android Beam settings panel. The use of "beam" here is as a verb and not considered trademarked. [CHAR LIMIT=NONE] --> <string name="android_beam_explained">When this feature is turned on, you can beam app content to another NFC-capable device by holding the devices close together. For example, you can beam Browser pages, YouTube videos, People contacts, and more.\n\nJust bring the devices together (typically back to back) and then touch your screen. The app determines what gets beamed.</string> + <!-- Network service discovery settings --> + <!-- Used in the 1st-level settings screen to turn on NSD --> + <string name="nsd_quick_toggle_title">Network service discovery</string> + <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] --> + <string name="nsd_quick_toggle_summary">Allow apps on other devices to discover apps on this device</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> @@ -1165,6 +1191,8 @@ <string name="wifi_settings_title">Wi-Fi</string> <!-- Summary text of the Wi-fi settings screen --> <string name="wifi_settings_summary">Set up & manage wireless access points</string> + <!-- Used in the 1st-level settings screen to turn on Wi-Fi [CHAR LIMIT=60] --> + <string name="wifi_setup_wizard_title">Select Wi-Fi</string> <!-- Summary text when turning Wi-Fi or bluetooth on --> <string name="wifi_starting">Turning Wi-Fi on\u2026</string> <!-- Summary text when turning Wi-Fi or bluetooth off --> @@ -1179,10 +1207,10 @@ <string name="wifi_notify_open_networks">Network notification</string> <!-- 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">Avoid poor connections</string> - <!-- Checkbox summary for option to toggle wifi watchdog service --> - <string name="wifi_enable_watchdog_service_summary">Don\'t use a Wi-Fi network unless it has a good Internet connection</string> + <!-- Checkbox title for option to toggle poor network detection --> + <string name="wifi_poor_network_detection">Avoid poor connections</string> + <!-- Checkbox summary for option to toggle poor network detection --> + <string name="wifi_poor_network_detection_summary">Don\'t use a Wi-Fi network unless it has a good Internet connection</string> <!-- Setting title for setting the wifi sleep policy. Do we keep Wi-Fi active when the screen turns off? --> <string name="wifi_setting_sleep_policy_title">Keep Wi-Fi on during sleep</string> <!-- Generic error message when the sleep policy could not be set. --> @@ -1191,6 +1219,12 @@ <string name="wifi_add_network">Add network</string> <!-- Header for the list of wifi networks--> <string name="wifi_access_points">Wi-Fi networks</string> + <!-- Menu option to do WPS Push Button [CHAR LIMIT=25]--> + <string name="wifi_menu_wps_pbc">WPS Push Button</string> + <!-- Menu option to do WPS Pin Entry [CHAR LIMIT=25]--> + <string name="wifi_menu_wps_pin">WPS Pin Entry</string> + <!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]--> + <string name="wifi_menu_p2p">Wi-Fi Direct</string> <!-- Menu option to scan Wi-Fi networks --> <string name="wifi_menu_scan">Scan</string> <!-- Menu option to Wi-Fi advanced settings --> @@ -1204,23 +1238,41 @@ <!-- Wi-Fi settings. text displayed when Wi-Fi is off and network list is empty [CHAR LIMIT=50]--> <string name="wifi_empty_list_wifi_off">To see available networks, turn Wi-Fi on.</string> <!-- Wi-Fi settings. text displayed when Wi-Fi is on and network list is empty [CHAR LIMIT=50]--> - <string name="wifi_empty_list_wifi_on">Wi-Fi on, but no Wi-Fi networks around.</string> + <string name="wifi_empty_list_wifi_on">Searching for Wi-Fi networks\u2026</string> + <!-- Wi-Fi settings. title for setup other network button [CHAR LIMIT=35]--> + <string name="wifi_other_network">Other network\u2026</string> + <!-- Wi-Fi settings. content description for more button [CHAR LIMIT=50]--> + <string name="wifi_more">More</string> + <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]--> + <string name="wifi_setup_wps">Automatic setup (WPS)</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">WPS</string> - <!-- Label for the text view for WPS pin input [CHAR LIMIT=50] --> - <string name="wifi_wps_pin">Type PIN from access point</string> <!-- Title for the WPS setup dialog [CHAR LIMIT=50] --> - <string name="wifi_wps_setup_title">WPS setup</string> - <!-- Text displayed in the WPS pin display dialog [CHAR LIMIT=75] --> - <string name="wifi_wps_pin_output">Type the PIN <xliff:g id="wps_pin">%1$s</xliff:g> on the access point</string> - <!-- 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">Couldn\'t start WPS, try again.</string> + <string name="wifi_wps_setup_title">Wi-Fi Protected Setup</string> + <!-- Message in WPS dialog at start up [CHAR LIMIT=150] --> + <string name="wifi_wps_setup_msg">Starting WPS\u2026</string> + <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] --> + <string name="wifi_wps_onstart_pbc">Press the Wi-Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol:</string> + <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] --> + <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take upto two minutes to complete.</string> + <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] --> + <string name="wifi_wps_complete">WPS succeeded. Connecting to the network\u2026</string> + <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] --> + <string name="wifi_wps_connected">Connected to Wi-Fi network <xliff:g id="network_name">%s</xliff:g></string> + <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] --> + <string name="wifi_wps_in_progress">WPS is already in progress and can take upto two minutes to complete</string> + <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] --> + <string name="wifi_wps_failed_generic">WPS failed. Please try again in a few minutes.</string> + <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] --> + <string name="wifi_wps_failed_wep">The wireless router security setting (WEP) is not supported</string> + <!-- Text displayed when WPS fails to TKIP [CHAR LIMIT=150] --> + <string name="wifi_wps_failed_tkip">The wireless router security setting (TKIP) is not supported</string> + <!-- Text displayed when WPS fails due to authentication issues [CHAR LIMIT=150] --> + <string name="wifi_wps_failed_auth">Authentication failure. Please try again.</string> + <!-- Text displayed when WPS fails due to another session [CHAR LIMIT=150] --> + <string name="wifi_wps_failed_overlap">Another WPS session was detected. Please try again in a few minutes.</string> <!-- Label for the SSID of the network --> <string name="wifi_ssid">Network SSID</string> <!-- Label for the security of the connection --> @@ -1263,21 +1315,17 @@ <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> - <!-- Heading in the Wi-Fi dialog box when we display a reason for disabling a connection --> - <string name="wifi_disabled_heading"></string> - <!-- Detailed message in Wi-Fi dialog when we disable Wi-Fi due to DNS failure. --> - <string name="wifi_disabled_help">The network was avoided due to poor connection. Turn off this behavior from the Settings > Wi-Fi screen, Advanced menu item.</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> <!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and - string is listed first --> - <string name="wifi_wps_available_first_item">Protected network available</string> + string is listed first [CHAR LIMIT=20]--> + <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(protected network available)</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> @@ -1317,17 +1365,19 @@ <!-- Button label to connect to a Wi-Fi network --> <string name="wifi_connect">Connect</string> + <!-- Failured notification for connect --> + <string name="wifi_failed_connect_message">Failed to connect to network</string> <!-- Button label to delete a Wi-Fi network --> <string name="wifi_forget">Forget</string> + <!-- Failured notification for forget --> + <string name="wifi_failed_forget_message">Failed to forget network</string> <!-- Button label to save a Wi-Fi network configuration --> <string name="wifi_save">Save</string> + <!-- Failured notification for save --> + <string name="wifi_failed_save_message">Failed to save network</string> <!-- Button label to dismiss the dialog --> <string name="wifi_cancel">Cancel</string> - <!-- Errors reported on wifi settings page --> - <!-- Toast message indicating WPS overlap detection [CHAR LIMIT=75] --> - <string name="wifi_wps_overlap_error">Another Wi-Fi protected session was detected. Try again in a few minutes.</string> - <!-- Wi-Fi Advanced Settings --> <skip /> <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. --> <string name="wifi_advanced_titlebar">Advanced Wi-Fi</string> @@ -1377,23 +1427,31 @@ <!-- Wi-Fi p2p / Wi-Fi Direct settings --> <!-- Used in the 1st-level settings screen to launch Wi-fi Direct settings [CHAR LIMIT=25] --> - <string name="wifi_p2p_settings_title">Wi-Fi direct</string> - <!-- Summary for Wi-fi Direct settings item in the 1st-level settings screen [CHAR LIMIT=50]--> - <string name="wifi_p2p_settings_summary">Set up peer-to-peer connectivity</string> + <string name="wifi_p2p_settings_title">Wi-Fi Direct</string> <string name="wifi_p2p_device_info">Device information</string> - <string name="wifi_p2p_wps_setup">Wi-Fi protected setup</string> - <string name="wifi_p2p_wps_pin">Type PIN</string> <string name="wifi_p2p_persist_network">Remember this connection</string> <!-- Menu option to discover peers--> - <string name="wifi_p2p_menu_search">Search</string> - <!-- Menu option to create a group--> - <string name="wifi_p2p_menu_create_group">Create group</string> - <!-- Menu option to remove a group--> - <string name="wifi_p2p_menu_remove_group">Remove group</string> - <!-- Menu option to Wi-Fi p2p advanced settings --> - <string name="wifi_p2p_menu_advanced">Advanced</string> + <string name="wifi_p2p_menu_search">Search for devices</string> + <!-- Menu option when discovery is in progress [CHAR LIMIT=25] --> + <string name="wifi_p2p_menu_searching">Searching\u2026</string> + <!-- Menu option to Rename--> + <string name="wifi_p2p_menu_rename">Rename device</string> <!-- Title for available p2p devices --> - <string name="wifi_p2p_available_devices">Available devices</string> + <string name="wifi_p2p_peer_devices">Peer devices</string> + <!-- Toast text for a failed connection initiation --> + <string name="wifi_p2p_failed_connect_message">Couldn\'t connect.</string> + <!-- Message text for failure to rename --> + <string name="wifi_p2p_failed_rename_message">Failed to rename device.</string> + <!-- Title for disconnect dialog --> + <string name="wifi_p2p_disconnect_title">Disconnect?</string> + <!-- Message text for disconnection from one device--> + <string name="wifi_p2p_disconnect_message">If you disconnect, your connection with <xliff:g id="peer_name">%1$s</xliff:g> will end.</string> + <!-- Message text for disconnection from multiple devices--> + <string name="wifi_p2p_disconnect_multiple_message">If you disconnect, your connection with <xliff:g id="peer_name">%1$s</xliff:g> and <xliff:g id="peer_count">%2$s</xliff:g> other devices will end.</string> + <!-- Title for cancel connect dialog --> + <string name="wifi_p2p_cancel_connect_title">Cancel invitation?</string> + <!-- Message text for disconnection from one device--> + <string name="wifi_p2p_cancel_connect_message">Do you want to cancel invitation to connect with <xliff:g id="peer_name">%1$s</xliff:g>?</string> <!-- Wifi AP settings--> <!-- Label for wifi tether checkbox. Toggles Access Point on/off --> @@ -1403,7 +1461,7 @@ <!-- Subtext for wifi tether checkbox on failure --> <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string> <!-- Used to open the ssid and security dialog for Wifi Access Point --> - <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string> + <string name="wifi_tether_configure_ap_text">Set up Wi-Fi hotspot</string> <!-- Subtext on configuration preference to indicate SSID and security chosen --> <string name="wifi_tether_configure_subtext"><xliff:g id="network_ssid">%1$s</xliff:g> <xliff:g id="network_security">%2$s</xliff:g> portable Wi-Fi hotspot</string> <!-- Default access point SSID used for tethering --> @@ -1498,8 +1556,6 @@ <string name="display_settings_title">Display</string> <!-- Sound settings screen heading --> <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 name to pick ringtone (a list dialog comes up)--> <string name="ringtone_title">Phone ringtone</string> <!-- Sound settings screen, setting option summary text --> @@ -1512,8 +1568,6 @@ <string name="ring_volume_title">Ringer volume</string> <!-- Sound settings screen, setting option name checkbox --> <string name="vibrate_in_silent_title">Vibrate when silent</string> - <!-- Sound settings screen, setting option name checkbox --> - <string name="vibrate_on_ring_title">Vibrate and ring</string> <!-- Sound settings screen, setting option name --> <string name="notification_sound_title">Default notification</string> <!-- Sound settings screen, notification light repeat pulsing title --> @@ -1553,6 +1607,17 @@ <string name="volume_notification_description">Notifications</string> <!-- Volume description for alarm volume --> <string name="volume_alarm_description">Alarms</string> + <!-- Image description for ringer volume mute button. --> + <string name="volume_ring_mute">Mute ringtone & notifications</string> + <!-- Image description for media volume mute button. --> + <string name="volume_media_mute">Mute music & other media</string> + <!-- Image description for notification volume mute button. --> + <string name="volume_notification_mute">Mute notifications</string> + <!-- Image description for alarm volume mute button. --> + <string name="volume_alarm_mute">Mute alarms</string> + <!-- Sound settings screen, setting option name checkbox. About vibration setting + during incoming calls. [CHAR LIMIT=30] --> + <string name="vibrate_when_ringing_title">Vibrate when ringing</string> <!-- Dock settings title, top level --> <string name="dock_settings">Dock</string> @@ -1573,9 +1638,9 @@ <!-- Dock not found dialog title --> <string name="dock_not_found_title">Dock not found</string> <!-- Dock not found dialog text --> - <string name="dock_not_found_text" product="tablet">You must dock the tablet before setting up dock audio.</string> + <string name="dock_not_found_text" product="tablet">You need to dock the tablet before setting up dock audio.</string> <!-- Dock not found dialog text --> - <string name="dock_not_found_text" product="default">You must dock the phone before setting up dock audio.</string> + <string name="dock_not_found_text" product="default">You need to dock the phone before setting up dock audio.</string> <!-- Dock settings screen, dock events SFX setting check box label --> <string name="dock_sounds_enable_title">Dock insert sound</string> <!-- Dock settings screen, setting option summary text when check box is selected --> @@ -1587,8 +1652,8 @@ <!-- Sound settings screen, setting option summary text when check box is clear --> <string name="dock_sounds_enable_summary_off" product="default">Don\'t play sound when inserting or removing phone from dock</string> - <!-- Acounts & Sync settings screen setting title. This screen will list the different accounts (mail, gmail...) used on that phone and their sync settings --> - <string name="sync_settings">Accounts & sync</string> + <!-- Account settings header. [CHAR LIMIT=30] --> + <string name="account_settings">Accounts</string> <!-- Main Settings screen, setting option name to go into search settings --> <string name="search_settings">Search</string> @@ -1746,7 +1811,7 @@ <!-- About phone, status item title. The phone MSID number of the current device.--> <string name="status_msid_number">MSID</string> <!-- About phone, status item title. The phone PRL Version of the current device.--> - <string name="status_prl_version">PRL Version</string> + <string name="status_prl_version">PRL version</string> <!-- About phone, status item title. The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] --> <string name="status_meid_number">MEID</string> <!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] --> @@ -1786,7 +1851,7 @@ <!-- SD card & phone storage settings screen heading. The total amount of storage space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section --> <string name="memory_size">Total space</string> <!-- SD card & phone storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] --> - <string name="memory_calculating_size">Calculating…</string> + <string name="memory_calculating_size">Calculating\u2026</string> <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> <string name="memory_apps_usage">Apps</string> <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of media on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] --> @@ -1860,6 +1925,7 @@ <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]--> <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 computer connection</string> <!-- Storage setting. USB connection category [CHAR LIMIT=30]--> @@ -1995,8 +2061,8 @@ <string name="master_clear_final_button_text">Erase everything</string> <!-- Message to draw an unlock pattern before clearing the device --> <string name="master_clear_gesture_prompt">Draw your unlock pattern</string> - <!-- Explanation of drawing unlockp attern to reset phone --> - <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a factory data reset.</string> + <!-- Explanation of drawing unlock pattern to reset phone --> + <string name="master_clear_gesture_explanation">You need to draw your unlock pattern to confirm a factory data reset.</string> <!-- Master clear failed message --> <string name="master_clear_failed">No reset was performed because the System Clear service isn\'t available.</string> <!-- Master clear confirmation screen title [CHAR LIMIT=30] --> @@ -2028,9 +2094,9 @@ <!-- Message to draw an unlock pattern before clearing the device --> <string name="media_format_gesture_prompt">Draw your unlock pattern</string> <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] --> - <string name="media_format_gesture_explanation" product="nosdcard">You must draw your unlock pattern to confirm that you want to erase the USB storage.</string> + <string name="media_format_gesture_explanation" product="nosdcard">You need to draw your unlock pattern to confirm that you want to erase the USB storage.</string> <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] --> - <string name="media_format_gesture_explanation" product="default">You must draw your unlock pattern to confirm that you want to erase the SD card.</string> + <string name="media_format_gesture_explanation" product="default">You need to draw your unlock pattern to confirm that you want to erase the SD card.</string> <!-- Main settings screen, Call settings title for item to go into the call settings --> <string name="call_settings_title">Call settings</string> @@ -2100,7 +2166,7 @@ <!-- [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\'s location service</string> <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary for Google location service check box--> - <string name="location_neighborhood_level">Let apps use data from sources such as Wi-Fi and mobile networks to determine your approximate location</string> + <string name="location_neighborhood_level">Allow anonymous location data to be sent to Google. Also allow permitted apps to use data from sources such as Wi-Fi and mobile networks to determine your approximate location.</string> <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices --> <string name="location_neighborhood_level_wifi">Location determined by Wi-Fi</string> <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites --> @@ -2206,7 +2272,7 @@ <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots --> <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string> <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern --> - <string name="lockpattern_pattern_entered_header">Pattern recorded!</string> + <string name="lockpattern_pattern_entered_header">Pattern recorded.</string> <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern --> <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string> <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string> @@ -2251,7 +2317,7 @@ <!-- ChooseLockPatternTutorial, tutorial screen title --> <string name="lock_title" product="default">Securing your phone</string> <!-- ChooseLockPatternTutorial, tutorial screen text --> - <string name="lock_intro_message" product="tablet">Protect your tablet from unauthorized use by creating a personal screen unlock pattern. Slide your finger to connect the dots in any order on the next screen. You must connect at least four dots. + <string name="lock_intro_message" product="tablet">Protect your tablet from unauthorized use by creating a personal screen unlock pattern. Slide your finger to connect the dots in any order on the next screen. You need to connect at least four dots. \n\nReady to start? Touch Next. </string> <!-- ChooseLockPatternTutorial, tutorial screen text --> @@ -2273,7 +2339,7 @@ <!-- Applications settings screen, setting check box title. If checked, the system allows installation of applications that are downloaded from random places, such as web sites. --> <string name="install_applications">Unknown sources</string> <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox --> - <string name="install_unknown_applications">Allow installation of non-Market apps</string> + <string name="install_unknown_applications">Allow installation of apps from unknown sources</string> <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box --> <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by apps from unknown sources. You agree that you are solely responsible for any @@ -2294,6 +2360,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 whether this app is the default for some actions *and* whether the app was given permission by the user to create widgets --> + <string name="auto_launch_label_generic">Defaults</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. --> @@ -2332,6 +2400,8 @@ <string name="app_factory_reset">Uninstall updates</string> <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app is set as a default for some actions. --> <string name="auto_launch_enable_text">You\'ve chosen to launch this app by default for some actions.</string> + <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app was given user permission to create widgets. --> + <string name="always_allow_bind_appwidgets_text">You\'ve chosen to allow this app to create widgets and access their data.</string> <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions --> <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. --> @@ -2353,6 +2423,19 @@ <string name="show_running_services">Show running services</string> <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show background cached processes. --> <string name="show_background_processes">Show cached processes</string> + <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Reset all of user's app preferences. --> + <string name="reset_app_preferences">Reset app preferences</string> + <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Title of dialog to confirm resetting user's app preferences. --> + <string name="reset_app_preferences_title">Reset app preferences?</string> + <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Body of dialog to confirm resetting user's app preferences. --> + <string name="reset_app_preferences_desc">This will reset all preferences for:\n\n + <li>Disabled apps</li>\n + <li>Disabled app notifications</li>\n + <li>Default applications for actions</li>\n + <li>Background data restrictions for apps</li>\n\n + You will not lose any app data.</string> + <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Confirmation button of dialog to confirm resetting user's app preferences. --> + <string name="reset_app_preferences_button">Reset apps</string> <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. --> <string name="manage_space_text">Manage space</string> <!-- Text for menu option in ManageApps screen to present various menu options --> @@ -2397,8 +2480,7 @@ <!-- Manage applications, individual application dialog box title. Shown when the user somehow got into a state where it wants to manage some app that isn't found. --> <string name="app_not_found_dlg_title"></string> <!-- Manage applications, individual application dialog box message. Shown when the user somehow got into a state where it wants to manage some app that isn't found. --> - <string name="app_not_found_dlg_text"> The app wasn\'t -found in the list of installed apps.</string> + <string name="app_not_found_dlg_text"> The app wasn\'t found in the list of installed apps.</string> <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. --> <string name="clear_data_failed">Couldn\'t clear app data.</string> <!-- Manage applications, factory reset dialog title for system applications. --> @@ -2414,7 +2496,7 @@ found in the list of installed apps.</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="default">This app can access the following on your phone:</string> <string name="computing_size">Computing\u2026</string> - <string name="invalid_size_value">Unable to compute package size</string> + <string name="invalid_size_value">Couldn\'t compute package size.</string> <!-- String displayed when list is empty --> <string name="empty_list_msg">You don\'t have any third-party apps installed.</string> <!-- Manage applications, version string displayed in app snippet --> @@ -2456,6 +2538,12 @@ found in the list of installed apps.</string> <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps --> <string name="app_disable_dlg_text">If you disable a built-in app, other apps may misbehave.</string> + <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling notifications for an app --> + <string name="app_disable_notifications_dlg_title">Turn off notifications?</string> + <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling notifications for an app --> + <string name="app_disable_notifications_dlg_text"> + If you turn off notifications for this app, you may miss important alerts and updates. + </string> <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use --> <string name="storageuse_settings_title">Storage use</string> @@ -2586,11 +2674,39 @@ found in the list of installed apps.</string> card numbers. It comes from the app <xliff:g id="spellchecker_application_name">%1$s</xliff:g>. Use this spell checker?</string> + <!-- Image button description for spell checker quick settings. --> + <string name="spellchecker_quick_settings">Settings</string> + <!-- Image button description for spell checker language. --> + <string name="spellchecker_language">Language</string> + <!-- Toast that settings for an application is failed to open. --> + <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string> + <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to mouse and trackpad devices. [CHAR LIMIT=40] --> <string name="pointer_settings_category">Mouse/trackpad</string> <!-- On Language & input settings screen, setting summary. Setting for mouse pointer speed. [CHAR LIMIT=35] --> <string name="pointer_speed">Pointer speed</string> + <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to game controller devices. [CHAR LIMIT=40] --> + <string name="game_controller_settings_category">Game Controller</string> + <!-- On Language & input settings screen, setting title. Setting to redirect vibration to input devices. [CHAR LIMIT=35] --> + <string name="vibrate_input_devices">Use vibrator</string> + <!-- On Language & input settings screen, setting summary. Setting to redirect vibration to input devices. [CHAR LIMIT=100] --> + <string name="vibrate_input_devices_summary">Redirect vibrator to game controller when connected.</string> + + <!-- Keyboard Layout Preference Dialog --> <skip /> + <!-- Title for the keyboard layout preference dialog. [CHAR LIMIT=35] --> + <string name="keyboard_layout_dialog_title">Choose keyboard layout</string> + <!-- Button to configure keyboard layouts. [CHAR LIMIT=35] --> + <string name="keyboard_layout_dialog_setup_button">Set up keyboard layouts</string> + <!-- Hint describing how to switch keyboard layouts using the keyboard. [CHAR LIMIT=48] --> + <string name="keyboard_layout_dialog_switch_hint">To switch, press Control-Spacebar</string> + <!-- Label of the default keyboard layout. [CHAR LIMIT=35] --> + <string name="keyboard_layout_default_label">Default</string> + + <!-- Keyboard Layout Picker --> <skip /> + <!-- Title for the keyboard layout picker activity. [CHAR LIMIT=35] --> + <string name="keyboard_layout_picker_title">Keyboard layouts</string> + <!-- User dictionary settings --><skip /> <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. --> <string name="user_dict_settings_titlebar">User dictionary</string> @@ -2602,8 +2718,22 @@ found in the list of installed apps.</string> <string name="user_dict_settings_summary">""</string> <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. --> <string name="user_dict_settings_add_menu_title">Add</string> - <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. --> + <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] --> <string name="user_dict_settings_add_dialog_title">Add to dictionary</string> + <!-- User dictionary settings. The title of the screen to add/edit a new word to the user dictionary; it describes the phrase that will be added to the user dictionary. [CHAR LIMIT=25] --> + <string name="user_dict_settings_add_screen_title">Phrase</string> + <!-- User dictionary settings. Text on the dialog button to pop more options for adding a word. [CHAR LIMIT=16] --> + <string name="user_dict_settings_add_dialog_more_options">More options</string> + <!-- User dictionary settings. Text on the dialog button mask advanced options. [CHAR LIMIT=15] --> + <string name="user_dict_settings_add_dialog_less_options">Less options</string> + <!-- User dictionary settings. Text on the dialog button to confirm adding a word. [CHAR LIMIT=15] --> + <string name="user_dict_settings_add_dialog_confirm">OK</string> + <!-- User dictionary settings. Label to put before the word field (that's the word that will actually be added to the user dictionary when OK is pressed). [CHAR LIMIT=20] --> + <string name="user_dict_settings_add_word_option_name">Word:</string> + <!-- User dictionary settings. Label to put before the shortcut field (once a shortcut is registered, the user can type the shortcut and get the word it points to in the suggestions). [CHAR LIMIT=20] --> + <string name="user_dict_settings_add_shortcut_option_name">Shortcut:</string> + <!-- User dictionary settings. Label to put before the language field. [CHAR LIMIT=20] --> + <string name="user_dict_settings_add_locale_option_name">Language:</string> <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. --> <string name="user_dict_settings_edit_dialog_title">Edit word</string> <!-- User dictionary settings. The title of the context menu item to edit the current word --> @@ -2612,8 +2742,10 @@ found in the list of installed apps.</string> <string name="user_dict_settings_context_menu_delete_title">Delete</string> <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] --> <string name="user_dict_settings_empty_text">You don\'t have any words in the user dictionary. Add a word by touching the Add (+) button.</string> - <!-- User dictionary settings. The text to show to describe the dictionary common to all languages --> - <string name="user_dict_settings_all_languages">All languages</string> + <!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages --> + <string name="user_dict_settings_all_languages">For all languages</string> + <!-- User dictionary settings. The text to show for the option that shows the entire list of supported locales to choose one [CHAR LIMIT=30] --> + <string name="user_dict_settings_more_languages">More languages…</string> <!-- This is for diagnostics screen. The title of a screen with various items realted to launching screens that will giev the user info. For example, it contains "Phone information" and "Battery information" --> <string name="testing">Testing</string> @@ -2692,12 +2824,6 @@ found in the list of installed apps.</string> <string name="enable_adb">USB debugging</string> <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone --> <string name="enable_adb_summary">Debug mode when USB is connected</string> - <!-- Development settings: title for the field that shows the "App ID" development identifier - for this device. [CHAR LIMIT=40] --> - <string name="verifier_device_identifier">Development device ID</string> - <!-- Development settings: a string to show when the "App ID" development identifier for this - device cannot be read from internal settings. [CHAR LIMIT=60] --> - <string name="verifier_device_identifier_not_available">Device information not available</string> <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source --> <string name="keep_screen_on">Stay awake</string> <!-- setting Checkbox summary whether to keep the screen on when plugged in --> @@ -2710,6 +2836,28 @@ found in the list of installed apps.</string> <string name="adb_warning_title">Allow USB debugging?</string> <!-- Warning text to user about the implications of enabling USB debugging --> <string name="adb_warning_message">USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.</string> + <!-- Title of warning dialog about the implications of enabling developer settings --> + <string name="dev_settings_warning_title">Allow development settings?</string> + <!-- Warning text to user about the implications of enabling USB debugging --> + <string name="dev_settings_warning_message">These settings are intended for development use only. They can cause your device and the applications on it to break or misbehave.</string> + + <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] --> + <string name="enforce_read_external_title" product="nosdcard">Protect USB storage</string> + <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] --> + <string name="enforce_read_external_summary" product="nosdcard">Apps must request permission to read USB storage</string> + <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] --> + <string name="enforce_read_external_confirm_title" product="nosdcard">Protect USB storage?</string> + <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] --> + <string name="enforce_read_external_confirm_message" product="nosdcard">When USB storage is protected, apps must request permission to read data from external storage.\n\nSome apps may not work until updated by their developers.</string> + + <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] --> + <string name="enforce_read_external_title" product="default">Protect SD card</string> + <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] --> + <string name="enforce_read_external_summary" product="default">Apps must request permission to read SD card</string> + <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] --> + <string name="enforce_read_external_confirm_title" product="default">Protect SD card?</string> + <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] --> + <string name="enforce_read_external_confirm_message" product="default">When SD card is protected, apps must request permission to read data from external storage.\n\nSome apps may not work until updated by their developers.</string> <!-- Title for the screen that lets the user choose a gadget to add to the home screen (or other screens that can host gadgets). Note to translators: we're still determining @@ -2721,6 +2869,15 @@ found in the list of installed apps.</string> the final name for Gadgets/Widgets, so please translate both for now. --> <string name="widget_picker_title">Choose widget</string> + <!-- Title in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] --> + <string name="allow_bind_app_widget_activity_allow_bind_title">Create widget and allow access?</string> + + <!-- Message in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] --> + <string name="allow_bind_app_widget_activity_allow_bind">After you create the widget, <xliff:g id="widget_host_name">%1$s</xliff:g> can access all data it displays.</string> + + <!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] --> + <string name="allow_bind_app_widget_activity_always_allow_bind">Always allow <xliff:g id="widget_host_name">%1$s</xliff:g> to create widgets and access their data</string> + <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory --> <string name="battery_history_days"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m <xliff:g id="seconds">%4$d</xliff:g>s</string> @@ -2766,20 +2923,13 @@ found in the list of installed apps.</string> <string name="accessibility_power_button_ends_call_title">Power button ends call</string> <!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] --> <string name="accessibility_speak_password_title">Speak passwords</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" >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] --> - <string name="accessibility_script_injection_title">Install web scripts</string> + <string name="accessibility_script_injection_title">Enhance web accessibility</string> <!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] --> <string name="accessibility_menu_item_settings">Settings</string> - <!-- Title for accessibility menu item to lauch a tutorial. [CHAR LIMIT=15] --> - <string name="accessibility_menu_item_tutorial">Tutorial</string> <!-- Summary for the enabled state of an accessiblity serivce. [CHAR LIMIT=10] --> <string name="accessibility_service_state_on">On</string> @@ -2834,17 +2984,11 @@ found in the list of installed apps.</string> help blind and low-vision users. Do you want to install it for free from Android Market?</string> - <!-- Title for a warning about downloading accessibility scripts displayed as a dialog message - when the user selects to enable script downloading. [CHAR LIMIT=50] --> - <string name="accessibility_script_injection_security_warning_title">Install web scripts?</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_summary">Do you want apps to install scripts from Google that make their web content more accessible?</string> - <!-- Warning message that the interaction model changes on enabling touch exploration. [CHAR LIMIT=NONE] --> - <string name="accessibility_touch_exploration_warning">This feature changes the - way your device responds to touch. Turn on?</string> <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] --> <string name="accessibility_service_default_description">No description provided.</string> @@ -2859,7 +3003,7 @@ found in the list of installed apps.</string> <!-- Activity title summary for App Fuel Gauge summary --> <string name="power_usage_summary">What has been using the battery</string> <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] --> - <string name="power_usage_not_available">Battery usage data not available</string> + <string name="power_usage_not_available">Battery usage data isn\'t available.</string> <!-- Display the battery level and status [CHAR_LIMIT=30] --> <string name="power_usage_level_and_status"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="status">%2$s</xliff:g></string> <!-- Battery usage since unplugged --> @@ -3072,7 +3216,7 @@ found in the list of installed apps.</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 --> - <string name="tts_engine_error">The engine you selected is unable to run</string> + <string name="tts_engine_error">The engine you chose can\'t run.</string> <!-- Button text for error screen when a selected TTS engine can't run because it's missing components --> <string name="tts_engine_error_config">Configure</string> <!-- Button text for error screen when a selected TTS engine can't run because it's missing components --> @@ -3114,7 +3258,7 @@ found in the list of installed apps.</string> <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine, 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> + <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> @@ -3152,6 +3296,11 @@ found in the list of installed apps.</string> <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] --> <string name="trusted_credentials_summary">Display trusted CA certificates</string> + <!-- Message to draw an unlock pattern when installing credentials --> + <string name="credentials_install_gesture_prompt">Draw your unlock pattern</string> + <!-- Explanation of drawing unlock pattern to install credentials --> + <string name="credentials_install_gesture_explanation">You need to draw your unlock pattern to confirm credential installation.</string> + <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] --> <string name="credentials_unlock"></string> <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] --> @@ -3174,7 +3323,7 @@ found in the list of installed apps.</string> <!-- Toast message [CHAR LIMIT=30] --> <string name="credentials_enabled">Credential storage is enabled.</string> <!-- Description of dialog to explain that a lock screen password is required to use credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_configure_lock_screen_hint">You must set a lock screen PIN or password before you can use credential storage.</string> + <string name="credentials_configure_lock_screen_hint">You need to set a lock screen PIN or password before you can use credential storage.</string> <!-- Sound settings screen, setting check box label --> <string name="emergency_tone_title">Emergency tone</string> @@ -3206,9 +3355,9 @@ found in the list of installed apps.</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">Desktop full backups aren\'t currently protected.</string> + <string name="local_backup_password_summary_none">Desktop full backups aren\'t 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 desktop full backups</string> + <string name="local_backup_password_summary_change">Touch 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"></string> @@ -3246,9 +3395,15 @@ found in the list of installed apps.</string> <string name="untitled_apn">Untitled</string> <string name="sound_category_sound_title">General</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">System</string> + + <!-- Category title for phone call's ringtone and vibration settings in the Sound Setting. + [CHAR LIMIT=40] --> + <string name="sound_category_call_ringtone_vibrate_title">Call ringtone & vibrate</string> + + <!-- Category title for system-wide notification and feedback settings in the Sound Setting. + [CHAR LIMIT=40] --> + <string name="sound_category_system_title">System</string> <!-- Wifi Setup For Setup Wizard with XL screen --> <!-- Title shown in Wifi Setup Wizard with XL screen --> @@ -3358,9 +3513,13 @@ found in the list of installed apps.</string> <string name="accessibility_sync_disabled">Sync disabled</string> <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] --> <string name="accessibility_sync_error">Sync error.</string> + <!-- Image description for the sync failed icon. --> + <string name="sync_failed">Sync failed</string> + <!-- Animation description for the sync active icon. --> + <string name="sync_active">Sync active</string> <!-- Account specific sync settings title [CHAR LIMIT=35] --> - <string name="account_sync_settings_title">Sync settings</string> + <string name="account_sync_settings_title">Sync</string> <!-- Message when sync is currently failing [CHAR LIMIT=100] --> <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string> <!-- Button label to add an account [CHAR LIMIT=20] --> @@ -3383,6 +3542,10 @@ found in the list of installed apps.</string> <string name="sync_disabled">Sync is OFF</string> <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=25] --> <string name="sync_error">Sync error</string> + <!-- Last synced date/time for accounts that synced [CHAR LIMIT=none] --> + <string name="last_synced">Last synced <xliff:g id="last_sync_time">%1$s</xliff:g></string> + <!-- Sync status shown when sync is disabled [CHAR LIMIT=30] --> + <string name="sync_in_progress">Syncing now\u2026</string> <!-- Data synchronization settings screen, setting option name --> <string name="settings_backup">Back up settings</string> @@ -3402,7 +3565,7 @@ found in the list of installed apps.</string> <string name="sync_contacts">Contacts</string> <!-- Message introducing the user to Google Sync. --> <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font> - \nA Google approach to synchronizing data to allow access to your contacts, appointments, and more from wherever you are. + \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are. </string> <!-- Header title for those settings relating to application syncing. --> @@ -3433,7 +3596,7 @@ found in the list of installed apps.</string> <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> <string name="provider_label">Push subscriptions</string> <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" --> - <string name="sync_item_title">Sync <xliff:g id="authority" example="Calendar">%s</xliff:g></string> + <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string> <!-- Title of dialog shown when you can't manually sync an item because it's disabled --> <string name="cant_sync_dialog_title">Can\'t manually sync</string> <!-- Messaage shown in dialog when you can't manually sync --> @@ -3446,8 +3609,6 @@ found in the list of installed apps.</string> <string name="enter_password">Type password to decrypt storage</string> <!-- This is displayed when the password is entered incorrectly --> <string name="try_again">Try again.</string> - <!-- This error message is displayed when the vpn profile is going to be saved but the vpn service is busy [CHAR LIMIT=NONE] --> - <string name="service_busy">The service is busy. Try again.</string> <!-- the following are for Settings Storage screen --> <!-- Menu item/button 'delete' --> @@ -3466,8 +3627,35 @@ found in the list of installed apps.</string> <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] --> <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string> - <!-- Preference category for user interface debugging development settings. [CHAR LIMIT=25] --> - <string name="debug_ui_category">User interface</string> + <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] --> + <string name="debug_debugging_category">Debugging</string> + + <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] --> + <string name="debug_app">Select debug app</string> + <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] --> + <string name="debug_app_not_set">No debug application set</string> + <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] --> + <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string> + + <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] --> + <string name="select_application">Select application</string> + <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] --> + <string name="no_application">Nothing</string> + + <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] --> + <string name="wait_for_debugger">Wait for debugger</string> + <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] --> + <string name="wait_for_debugger_summary">Debugged application waits for debugger to + attach before executing</string> + + <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] --> + <string name="debug_input_category">Input</string> + + <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] --> + <string name="debug_drawing_category">Drawing</string> + + <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] --> + <string name="debug_monitoring_category">Monitoring</string> <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] --> <string name="strict_mode">Strict mode enabled</string> @@ -3485,10 +3673,37 @@ found in the list of installed apps.</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] --> - <string name="show_screen_updates_summary">Flash areas of screen when they update</string> + <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] --> + <string name="show_screen_updates">Show surface updates</string> + <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] --> + <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string> + + <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] --> + <string name="show_hw_screen_updates">Show GPU view updates</string> + <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] --> + <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string> + + <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] --> + <string name="disable_overlays">Disable HW overlays</string> + <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] --> + <string name="disable_overlays_summary">Always use GPU for screen compositing</string> + + <!-- UI debug setting: enable low-level traces? [CHAR LIMIT=25] --> + <string name="enable_traces_title">Enable traces</string> + <!-- UI debug setting: title for dialog to enable low-level traces [CHAR LIMIT=25] --> + <string name="enable_traces_dialog_title">Select enabled traces</string> + + <!-- UI debug setting: enable low-level traces, none enabled summary [CHAR LIMIT=NONE] --> + <string name="enable_traces_summary_none">No traces currently enabled</string> + <!-- UI debug setting: enable low-level traces, some number enabled summary [CHAR LIMIT=NONE] --> + <string name="enable_traces_summary_num"><xliff:g id="num">%1$d</xliff:g> traces currently enabled</string> + <!-- UI debug setting: enable low-level traces, all enabled summary [CHAR LIMIT=NONE] --> + <string name="enable_traces_summary_all">All traces currently enabled</string> + + <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] --> + <string name="debug_layout">Show layout bounds</string> + <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] --> + <string name="debug_layout_summary">Show clip bounds, margins, etc.</string> <!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] --> <string name="show_cpu_usage">Show CPU usage</string> @@ -3498,7 +3713,12 @@ found in the list of installed apps.</string> <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] --> <string name="force_hw_ui">Force GPU rendering</string> <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] --> - <string name="force_hw_ui_summary">Use 2D hardware acceleration in applications</string> + <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string> + + <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] --> + <string name="track_frame_time">Profile GPU rendering</string> + <!-- UI debug setting: profile hardware acceleration summary [CHAR LIMIT=50] --> + <string name="track_frame_time_summary">Measure rendering time in adb shell dumpsys gfxinfo</string> <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] --> <string name="window_animation_scale_title">Window animation scale</string> @@ -3506,6 +3726,9 @@ found in the list of installed apps.</string> <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] --> <string name="transition_animation_scale_title">Transition animation scale</string> + <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] --> + <string name="animator_duration_scale_title">Animator duration scale</string> + <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] --> <string name="debug_applications_category">Apps</string> @@ -3528,16 +3751,21 @@ found in the list of installed apps.</string> <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] --> <string name="data_usage_cycle">Data usage cycle</string> - <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=32] --> + <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=26] --> <string name="data_usage_menu_roaming">Data roaming</string> - <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=20] --> + <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=26] --> <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] --> + <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=26] --> <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] --> + <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=26] --> <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] --> + <!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=26] --> <string name="data_usage_menu_show_ethernet">Show Ethernet usage</string> + <!-- Title for menu option to configure metered networks. [CHAR LIMIT=26] --> + <string name="data_usage_menu_metered">Mobile hotspots</string> + <!-- Title for menu option to enable global auto-sync of account data --> + <string name="data_usage_menu_auto_sync">Auto-sync data</string> + <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] --> <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] --> @@ -3549,20 +3777,18 @@ found in the list of installed apps.</string> <!-- Label for data usage occuring while application in background. [CHAR LIMIT=48] --> <string name="data_usage_label_background">Background</string> - <!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> - <string name="data_usage_disclaimer" product="tablet">Measured by your tablet. Your carrier\'s data usage accounting may differ.</string> - <!-- Disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> - <string name="data_usage_disclaimer" product="default">Measured by your phone. Your carrier\'s data usage accounting may differ.</string> + <!-- Label for application which has its data usage restricted. [CHAR LIMIT=16] --> + <string name="data_usage_app_restricted">restricted</string> <!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] --> <string name="data_usage_disable_mobile">Disable mobile data?</string> - <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=26] --> <string name="data_usage_disable_mobile_limit">Set mobile data limit</string> - <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=26] --> <string name="data_usage_disable_4g_limit">Set 4G data limit</string> - <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=26] --> <string name="data_usage_disable_3g_limit">Set 2G-3G data limit</string> - <!-- Checkbox label that will disable Wi-Fi network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <!-- Checkbox label that will disable Wi-Fi network data connection when user-defined limit is reached. [CHAR LIMIT=26] --> <string name="data_usage_disable_wifi_limit">Set Wi-Fi data limit</string> <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] --> @@ -3577,9 +3803,9 @@ found in the list of installed apps.</string> <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> + <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> + <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> @@ -3593,15 +3819,25 @@ found in the list of installed apps.</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</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">Disable background data on mobile data network only. Wi-Fi will be used if available.</string> + <string name="data_usage_app_restrict_background_summary">Disable background data on mobile networks. Non-mobile networks will be used if available.</string> <!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=64] --> <string name="data_usage_app_restrict_background_summary_disabled">To restrict background data for this app, first set a mobile data limit.</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">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 cause an app that depends on background data to stop working when Wi-Fi isn\'t available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string> + <string name="data_usage_app_restrict_dialog">This feature may cause an app that depends on background data to stop working when only mobile networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string> <!-- Body of dialog shown when user attempts to restrict background data before a network data limit has been set. [CHAR LIMIT=NONE] --> <string name="data_usage_restrict_denied_dialog">Restricting background data is possible only when you\'ve set a mobile data limit.</string> + <!-- Title of dialog shown when user enables global auto sync [CHAR LIMIT=32] --> + <string name="data_usage_auto_sync_on_dialog_title">Turn auto-sync data on?</string> + <!-- Body of dialog shown when user enables global auto sync, for tablet [CHAR LIMIT=none] --> + <string name="data_usage_auto_sync_on_dialog" product="tablet">Any changes you make to your accounts on the web will be automatically copied to your tablet.\n\nSome accounts may also automatically copy any changes you make on the tablet to the web. A Google Account works this way.\n\nTo choose which kinds of information to sync within each account, go to Settings > Accounts.</string> + <!-- Body of dialog shown when user enables global auto sync [CHAR LIMIT=none] --> + <string name="data_usage_auto_sync_on_dialog" product="default">Any changes you make to your accounts on the web will be automatically copied to your phone.\n\nSome accounts may also automatically copy any changes you make on the phone to the web. A Google Account works this way.\n\nTo choose which kinds of information to sync within each account, go to Settings > Accounts.</string> + <!-- Title of dialog shown when user disables global auto sync [CHAR LIMIT=32] --> + <string name="data_usage_auto_sync_off_dialog_title">Turn auto-sync data off?</string> + <!-- Body of dialog shown when user disables global auto sync [CHAR LIMIT=none] --> + <string name="data_usage_auto_sync_off_dialog">This will conserve data and battery usage, but you\'ll need to sync each account manually to collect recent information. And you won\'t receive notifications when updates occur.</string> <!-- Title of dialog for editing data usage cycle reset date. [CHAR LIMIT=48] --> <string name="data_usage_cycle_editor_title">Usage cycle reset date</string> @@ -3618,9 +3854,9 @@ found in the list of installed apps.</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" product="tablet">Your <xliff:g id="networks" example="mobile">%1$s</xliff:g> data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your tablet, and your carrier may account for usage differently, consider using a conservative limit.</string> + <string name="data_usage_limit_dialog_mobile" product="tablet">Your mobile data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your tablet, and your carrier may account for usage differently, consider using a conservative limit.</string> <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] --> - <string name="data_usage_limit_dialog" product="default">Your <xliff:g id="networks" example="mobile">%1$s</xliff:g> data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your phone, and your carrier may account for usage differently, consider using a conservative limit.</string> + <string name="data_usage_limit_dialog_mobile" product="default">Your mobile data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your phone, and your carrier may account for usage differently, consider using a conservative limit.</string> <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] --> <string name="data_usage_restrict_background_title">Restrict background data?</string> @@ -3637,73 +3873,94 @@ found in the list of installed apps.</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"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used</string> + <string name="data_usage_total_during_range"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used.</string> + + <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> + <string name="data_usage_total_during_range_mobile" product="tablet"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used, as measured by your tablet. Your carrier\'s data usage accounting may differ.</string> + <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] --> + <string name="data_usage_total_during_range_mobile" product="default"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used, as measured by your phone. Your carrier\'s data usage accounting may differ.</string> + + <!-- Dialog title for selecting metered networks. [CHAR LIMIT=25] --> + <string name="data_usage_metered_title">Mobile hotspots</string> + <!-- Dialog body for selecting paid networks. [CHAR LIMIT=NONE] --> + <string name="data_usage_metered_body">Select the Wi-Fi networks which are mobile hotspots. Apps can be restricted from using these networks when in the background. Apps may also warn before using these networks for large downloads.</string> + <!-- Header for list of mobile networks. [CHAR LIMIT=32] --> + <string name="data_usage_metered_mobile">Mobile networks</string> + <!-- Header for list of Wi-Fi networks. [CHAR LIMIT=32] --> + <string name="data_usage_metered_wifi">Wi-Fi networks</string> + <!-- Body text prompting user to enable Wi-Fi to configure metered networks. [CHAR LIMIT=64] --> + <string name="data_usage_metered_wifi_disabled">To select mobile hotspots, turn Wi-Fi on.</string> <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. --> <string name="cryptkeeper_emergency_call">Emergency call</string> <!-- Button at the bottom of the CryptKeeper screen that lets the user return to a call --> <string name="cryptkeeper_return_to_call">Return to call</string> - <!-- Input label for the name of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the name of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_name">Name</string> - <!-- Input label for the type of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the type of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_type">Type</string> - <!-- Input label for the server address of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the server address of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_server">Server address</string> - <!-- Checkbox label to enable PPP encryption for a VPN network. [CHAR LIMIT=40] --> + <!-- Checkbox label to enable PPP encryption for a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_mppe">PPP encryption (MPPE)</string> - <!-- Input label for the L2TP secret of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the L2TP secret of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_l2tp_secret">L2TP secret</string> - <!-- Input label for the IPSec identifier of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the IPSec identifier of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_ipsec_identifier">IPSec identifier</string> - <!-- Input label for the IPSec pre-shared key of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the IPSec pre-shared key of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_ipsec_secret">IPSec pre-shared key</string> - <!-- Selection label for the IPSec user certificate of a VPN network. [CHAR LIMIT=40] --> + <!-- Selection label for the IPSec user certificate of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_ipsec_user_cert">IPSec user certificate</string> - <!-- Selection label for the IPSec CA certificate of a VPN network. [CHAR LIMIT=40] --> + <!-- Selection label for the IPSec CA certificate of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string> - <!-- Selection label for the IPSec server certificate of a VPN network. [CHAR LIMIT=40] --> + <!-- Selection label for the IPSec server certificate of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_ipsec_server_cert">IPSec server certificate</string> - <!-- Checkbox label to show advanced options of a VPN network. [CHAR LIMIT=40] --> + <!-- Checkbox label to show advanced options of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_show_options">Show advanced options</string> - <!-- Input label for the DNS search domains of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the DNS search domains of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_search_domains">DNS search domains</string> - <!-- Input label for the DNS servers of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the DNS servers of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string> - <!-- Input label for the forwarding routes of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the forwarding routes of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string> - <!-- Input label for the username of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the username of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_username">Username</string> - <!-- Input label for the password of a VPN network. [CHAR LIMIT=40] --> + <!-- Input label for the password of a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_password">Password</string> - <!-- Checkbox label to save the username and the password for a VPN network. [CHAR LIMIT=40] --> + <!-- Checkbox label to save the username and the password in a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_save_login">Save account information</string> - <!-- Hint for not using an optional feature of a VPN network. [CHAR LIMIT=40] --> + <!-- Hint for not using an optional feature in a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_not_used">(not used)</string> <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] --> <string name="vpn_no_ca_cert">(don\'t verify server)</string> <!-- Option to use the server certificate received from the VPN server. [CHAR LIMIT=40] --> <string name="vpn_no_server_cert">(received from server)</string> - <!-- Button label to cancel chaning a VPN network. [CHAR LIMIT=40] --> + <!-- Button label to cancel changing a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_cancel">Cancel</string> - <!-- Button label to save a VPN network. [CHAR LIMIT=40] --> + <!-- Button label to save a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_save">Save</string> - <!-- Button label to connect to a VPN network. [CHAR LIMIT=40] --> + <!-- Button label to connect to a VPN profile. [CHAR LIMIT=40] --> <string name="vpn_connect">Connect</string> - <!-- Dialog title to edit a VPN network. [CHAR LIMIT=40] --> - <string name="vpn_edit">Edit VPN network</string> - <!-- Dialog title to connect to a VPN network. [CHAR LIMIT=40] --> - <string name="vpn_connect_to">Connect to <xliff:g id="network" example="School">%s</xliff:g></string> + <!-- Dialog title to edit a VPN profile. [CHAR LIMIT=40] --> + <string name="vpn_edit">Edit VPN profile</string> + <!-- Dialog title to connect to a VPN profile. [CHAR LIMIT=40] --> + <string name="vpn_connect_to">Connect to <xliff:g id="profile" example="School">%s</xliff:g></string> <!-- Preference title for VPN settings. [CHAR LIMIT=40] --> <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] --> - <string name="vpn_menu_edit">Edit network</string> - <!-- Menu item to delete a VPN network. [CHAR LIMIT=40] --> - <string name="vpn_menu_delete">Delete network</string> + <!-- Preference title to create a new VPN profile. [CHAR LIMIT=40] --> + <string name="vpn_create">Add VPN profile</string> + <!-- Menu item to edit a VPN profile. [CHAR LIMIT=40] --> + <string name="vpn_menu_edit">Edit profile</string> + <!-- Menu item to delete a VPN profile. [CHAR LIMIT=40] --> + <string name="vpn_menu_delete">Delete profile</string> + + <!-- Toast message when there is no network connection to start VPN. [CHAR LIMIT=100] --> + <string name="vpn_no_network">There is no network connection. Please try again later.</string> + <!-- Toast message when a certificate is missing. [CHAR LIMIT=100] --> + <string name="vpn_missing_cert">A certificate is missing. Please edit the profile.</string> <!-- Tab label for built-in system CA certificates. --> <string name="trusted_credentials_system_tab">System</string> @@ -3722,47 +3979,8 @@ found in the list of installed apps.</string> <!-- Alert dialog confirmation when removing a user CA certificate. --> <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">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] --> - <string name="accessibility_tutorial_back">Back</string> - <!-- Button label to exit the touch explorationtutorial. [CHAR LIMIT=10] --> - <string name="accessibility_tutorial_finish">Finish</string> - <!-- Button label to skip the touch exploration tutorial. [CHAR LIMIT=10] --> - <string name="accessibility_tutorial_skip">Skip tutorial</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. "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 app 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. --> - <string name="accessibility_tutorial_lesson_1_text_3">To activate something that you\’re touching, tap it. Slide your finger until you find the icon for the <xliff:g id="app_name" example="Browser">%s</xliff:g>. Then tap the icon once to activate it.</string> - <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touched the target area and stays inside it. --> - <string name="accessibility_tutorial_lesson_1_text_4">Your finger is touching the <xliff:g id="app_name" example="Browser">%s</xliff:g> icon. Tap once to activate the icon.</string> - <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touches inside the target area but moves outside. --> - <string name="accessibility_tutorial_lesson_1_text_4_exited">Your finger moved over the <xliff:g id="app_name" example="Browser">%s</xliff:g> icon, and then moved away. Slowly slide your finger around the screen until you find the Browser icon again.</string> - <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user has tapped the target icon. --> - <string name="accessibility_tutorial_lesson_1_text_5">Good. To move to the next lesson, find and activate the <xliff:g id="next" example="Next">%s</xliff:g> button, located near the bottom-right corner of the screen.</string> - - <!-- Title for touch exploration tutorial lesson 2. --> - <string name="accessibility_tutorial_lesson_2_title">Lesson 2: Scrolling using two fingers</string> - <!-- Instruction for touch exploration tutorial lesson 2. --> - <string name="accessibility_tutorial_lesson_2_text_1">To scroll through a list, you can slide two fingers along the screen. For example, the current screen contains a list of app names that can scroll up or down. First, try to identify a few items in the list by sliding one finger around.</string> - <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches one list item. --> - <string name="accessibility_tutorial_lesson_2_text_2_more">Good. Keep sliding your finger around to find at least one more item.</string> - <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches a second list item. --> - <string name="accessibility_tutorial_lesson_2_text_3">Now place two fingers on an item in the list and slide both fingers up. If you reach the top of the screen, lift your fingers, place them lower on the list, and continue sliding up.</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, find and touch 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> + <!-- Title for spell checker settings --> + <string name="spellcheckers_settings_title">Spell checker</string> <!-- Prompt for the user to enter their current full-backup password --> <string name="current_backup_pw_prompt">Type your current full backup password here</string> @@ -3784,4 +4002,72 @@ found in the list of installed apps.</string> "system_update_settings_list_item_title" in this project. [CHAR LIMIT=25] --> <string name="additional_system_update_settings_list_item_title">Additional system updates</string> + <!-- User settings --> + <skip/> + + <!-- User settings screen title [CHAR LIMIT=25] --> + <string name="user_settings_title">Users & restrictions</string> + <!-- User settings user list section header [CHAR LIMIT=30] --> + <string name="user_list_title">Users</string> + <!-- User settings add user menu [CHAR LIMIT=20] --> + <string name="user_add_user_menu">Add user</string> + + <!-- User details --> + <skip/> + + <!-- User details screen title [CHAR LIMIT=25] --> + <string name="user_details_title">Edit details</string> + <!-- User information section title [CHAR LIMIT=30] --> + <string name="user_information_heading">User information</string> + <!-- User name title [CHAR LIMIT=25] --> + <string name="user_name_title">Name</string> + <!-- User restrictions section title [CHAR LIMIT=30] --> + <string name="user_restrictions_heading">Content restrictions</string> + <!-- User restrictions, does market require PIN protection [CHAR LIMIT=30] --> + <string name="user_market_requires_pin">Require PIN</string> + <!-- User restrictions, maximum content rating for apps [CHAR LIMIT=25] --> + <string name="user_max_content_rating">Content rating</string> + <!-- Section title for list of system apps [CHAR LIMIT=30] --> + <string name="user_system_apps_heading">System apps</string> + <!-- Section title for list of downloaded apps [CHAR LIMIT=30] --> + <string name="user_market_apps_heading">Installed apps</string> + <!-- User details discard user menu [CHAR LIMIT=20] --> + <string name="user_discard_user_menu">Discard</string> + <!-- User details remove user menu [CHAR LIMIT=20] --> + <string name="user_remove_user_menu">Remove user</string> + <!-- User details new user name [CHAR LIMIT=30] --> + <string name="user_new_user_name">Pesky kid</string> + <!-- User removal confirmation title [CHAR LIMIT=25] --> + <string name="user_confirm_remove_title">Remove user?</string> + <!-- User removal confirmation message [CHAR LIMIT=none] --> + <string name="user_confirm_remove_message">Are you sure you want to remove the user and all associated data from the device?</string> + + <!-- Label for are-notifications-enabled checkbox in app details [CHAR LIMIT=20] --> + <string name="app_notifications_switch_label">Show notifications</string> + + <!-- Help URLs for some screens. Not specified here. Specified in product overlays --><skip/> + <!-- Help menu label [CHAR LIMIT=20] --> + <string name="help_label">Help</string> + <!-- Help URL, WiFi [DO NOT TRANSLATE] --> + <string name="help_url_wifi" translatable="false"></string> + <!-- Help URL, Bluetooth [DO NOT TRANSLATE] --> + <string name="help_url_bluetooth" translatable="false"></string> + <!-- Help URL, Data usage [DO NOT TRANSLATE] --> + <string name="help_url_data_usage" translatable="false"></string> + <!-- Help URL, More [DO NOT TRANSLATE] --> + <string name="help_url_more_networks" translatable="false"></string> + <!-- Help URL, Vpn [DO NOT TRANSLATE] --> + <string name="help_url_vpn" translatable="false"></string> + <!-- Help URL, Sound [DO NOT TRANSLATE] --> + <string name="help_url_sound" translatable="false"></string> + <!-- Help URL, Battery [DO NOT TRANSLATE] --> + <string name="help_url_battery" translatable="false"></string> + <!-- Help URL, Accounts [DO NOT TRANSLATE] --> + <string name="help_url_accounts" translatable="false"></string> + <!-- Help URL, Choose lockscreen [DO NOT TRANSLATE] --> + <string name="help_url_choose_lockscreen" translatable="false"></string> + <!-- Help URL, Backup & reset [DO NOT TRANSLATE] --> + <string name="help_url_backup_reset" translatable="false"></string> + <!-- Help URL, Tethering [DO NOT TRANSLATE] --> + <string name="help_url_tether" translatable="false"></string> </resources> |