diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 622 |
1 files changed, 414 insertions, 208 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c5b1e7f..5e944f0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,6 +24,16 @@ <!-- Device Info screen. Used for a status item's value when the proper value is not known --> <string name="device_info_default">Unknown</string> + <!-- Category headings in left-pane header menu --> <skip /> + <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] --> + <string name="header_category_wireless_networks">WIRELESS & NETWORKS</string> + <!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] --> + <string name="header_category_device">DEVICE</string> + <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] --> + <string name="header_category_personal">PERSONAL</string> + <!-- Settings main menu category heading. System (Updates, data, accessibility, about phone). [CHAR LIMIT=40] --> + <string name="header_category_system">SYSTEM</string> + <!-- Phone info --> <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. --> <string name="turn_on_radio">Turn on radio</string> @@ -227,7 +237,11 @@ <!--Bluetooth settings screen, summary text under individual Bluetooth devices that are hands free or a headset --> <string name="bluetooth_device">handsfree/headset</string> <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices --> - <string name="progress_scanning">Scanning</string> + <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">Tap 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 Bluetooth devices were found nearby.</string> <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us --> <string name="bluetooth_notif_ticker">Bluetooth pairing request</string> <!-- Notification title when a Bluetooth device wants to pair with us --> @@ -267,7 +281,7 @@ <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default">"An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices. Do you want to do this?"</string> <!-- Strings for msg to display to user while bluetooth is turning on --> - <string name="bluetooth_turning_on">"Turning on Bluetooth\u2026"</string> + <string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string> <!-- Strings for device profile auto connect setting --> <string name="bluetooth_auto_connect">Auto connect</string> @@ -281,6 +295,15 @@ <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]--> <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> + <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] --> + <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> + + <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] --> + <string name="bluetooth_pb_alwaysallowed">Always allowed?</string> + <!-- Date & time settings screen title --> <string name="date_and_time">Date & time settings</string> <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time --> @@ -514,8 +537,8 @@ <string name="airplane_mode_turning_on">Disabling wireless connections\u2026</string> <!-- Wireless controls settings screen, setting option summary text as airplane mode is being disabled (so it is re-enabling all the wireless conenctions) --> <string name="airplane_mode_turning_off">Enabling wireless connections\u2026</string> - <!-- Main Settings screen settings title for things like Wi-Fi, bluetooth, airplane mode. This will take you to another screen with those settings. --> - <string name="radio_controls_title">Wireless & networks</string> + <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. --> + <string name="radio_controls_title">More\u2026</string> <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. --> <string name="wireless_networks_settings_title">Wireless & networks</string> <!-- Main Settings screen settings summary text for the "Wireless controls" setting --> @@ -598,10 +621,10 @@ <string name="owner_info_settings_summary"></string> <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] --> <string name="owner_info_settings_edit_text_hint">Enter text to display on the lock screen</string> - <!-- Main Settings screen setting option title for the item to take you the security and location screen --> - <string name="security_settings_title">Location & security</string> - <!-- Location & security settings screen title --> - <string name="location_security_settings_title">Location & security settings</string> + <!-- Main Settings screen setting option title for the item to take you to the location screen --> + <string name="location_settings_title">Location services</string> + <!-- Main Settings screen setting option title for the item to take you to the security screen --> + <string name="security_settings_title">Security</string> <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen --> <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string> <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen --> @@ -753,8 +776,8 @@ <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] --> <string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string> - <!-- Summary for preference that has been disabled by DevicePolicyAdmin [CHAR LIMIT=50] --> - <string name="unlock_set_unlock_disabled_summary">Disabled by administrator or encryption policy</string> + <!-- Summary for preference that has been disabled by because of the DevicePolicyAdmin, or because device encryption is enabled, or because there are credentials in the credential storage [CHAR LIMIT=50] --> + <string name="unlock_set_unlock_disabled_summary">Disabled by administrator, encryption policy, or credential storage</string> <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_off">Off</string> @@ -884,9 +907,9 @@ <!-- Bluetooth settings check box summary for turning on bluetooth --> <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string> <!--Used as title on second screen after selecting Bluetooth settings --> - <string name="bluetooth_settings">Bluetooth settings</string> + <string name="bluetooth_settings">Bluetooth</string> <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen --> - <string name="bluetooth_settings_title">Bluetooth settings</string> + <string name="bluetooth_settings_title">Bluetooth</string> <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen --> <string name="bluetooth_settings_summary">Manage connections, set device name & discoverability</string> @@ -926,14 +949,16 @@ <!-- 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> - <!-- Bluetooth settings: The title of the preference (list item) that finds nearby devices [CHAR LIMIT=30] --> - <string name="bluetooth_preference_find_nearby_title">Find nearby devices</string> + <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] --> + <string name="bluetooth_search_for_devices">Search for devices</string> + <!-- Bluetooth settings: The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] --> + <string name="bluetooth_searching_for_devices">Searching\u2026</string> <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] --> <string name="bluetooth_preference_device_settings">Device settings</string> - <!-- Bluetooth settings: The sub heading for paired devices. [CHAR LIMIT=30] --> + <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] --> <string name="bluetooth_preference_paired_devices">Paired devices</string> - <!-- Bluetooth settings: The sub heading for found devices when scanning. [CHAR LIMIT=30] --> - <string name="bluetooth_preference_found_devices">Found devices</string> + <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] --> + <string name="bluetooth_preference_found_devices">Available devices</string> <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. --> <string name="bluetooth_device_context_connect">Connect</string> <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. --> @@ -946,6 +971,15 @@ <string name="bluetooth_device_context_disconnect_unpair">Disconnect & unpair</string> <!-- Bluetooth settings. Context menu item for a device. Action will take the user to another screen where they can choose exactly which profiles to connect to. --> <string name="bluetooth_device_context_connect_advanced">Options\u2026</string> + <!-- Bluetooth settings. Menu option to Bluetooth advanced settings [CHAR LIMIT=20]--> + <string name="bluetooth_menu_advanced">Advanced</string> + <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]--> + <string name="bluetooth_advanced_titlebar">Advanced Bluetooth</string> + <!-- Bluetooth Advanced settings. Used as a label under the shortcut icon that goes to Bluetooth advanced settings. [CHAR LIMIT=20]--> + <string name="bluetooth_advanced_settings_label">Advanced Bluetooth</string> + <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]--> + <string name="bluetooth_empty_list_bluetooth_off">To see devices, turn Bluetooth on.</string> + <!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. --> <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string> @@ -1041,16 +1075,18 @@ <string name="wifi_quick_toggle_title">Wi-Fi</string> <!-- Used in the 1st-level settings screen as the turn-on summary --> <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string> - <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen --> - <string name="wifi_settings">Wi-Fi settings</string> + <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen [CHAR LIMIT=20]--> + <string name="wifi_settings">Wi-Fi</string> <!-- Title of the Wi-fi settings screen --> <string name="wifi_settings_category">Wi-Fi settings</string> + <!-- Title of the Wi-fi settings entry in the left top level menu --> + <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> <!-- Summary text when turning Wi-Fi or bluetooth on --> - <string name="wifi_starting">Turning on\u2026</string> + <string name="wifi_starting">Turning Wi-Fi on\u2026</string> <!-- Summary text when turning Wi-Fi or bluetooth off --> - <string name="wifi_stopping">Turning off\u2026</string> + <string name="wifi_stopping">Turning off Wi-Fi\u2026</string> <!-- Summary text when Wi-Fi or bluetooth has error --> <string name="wifi_error">Error</string> <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode --> @@ -1061,6 +1097,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">Wi-Fi Connectivity Checks</string> + <!-- Checkbox summary for option to toggle wifi watchdog service --> + <string name="wifi_enable_watchdog_service_summary">Detect and manage potential network connectivity problems</string> <!-- Setting title for setting the wifi sleep policy --> <string name="wifi_setting_sleep_policy_title">Wi-Fi disconnect policy</string> <!-- Setting summary for setting the wifi sleep policy --> @@ -1069,8 +1109,8 @@ <string name="wifi_setting_sleep_policy_summary_wifi_only">Specify when to disconnect from Wi-Fi</string> <!-- Generic error message when the sleep policy could not be set. --> <string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string> - <!-- Action message to manually add a wifi network --> - <string name="wifi_add_network">Add Wi-Fi network</string> + <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]--> + <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 scan Wi-Fi networks --> @@ -1083,6 +1123,8 @@ <string name="wifi_menu_forget">Forget network</string> <!-- Menu option to modify a Wi-Fi network configuration --> <string name="wifi_menu_modify">Modify network</string> + <!-- Wi-Fi settings. text displayed when WiFi 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> <!-- Dialog for Access Points --> <skip /> <!-- Label for network setup [CHAR LIMIT=50] --> @@ -1162,7 +1204,7 @@ <!-- 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</string> + <string name="wifi_advanced_titlebar">Advanced Wi-Fi</string> <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]--> <string name="wifi_setting_frequency_band_title">Wi-Fi frequency band</string> <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]--> @@ -1175,8 +1217,9 @@ <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. --> <string name="wifi_advanced_ip_address_title">IP address</string> - <string name="wifi_ip_settings_titlebar">IP settings</string> - <!-- Menu ietm to save the IP settings --> + <!-- Wifi Advanced settings. Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20]--> + <string name="wifi_advanced_settings_label">IP settings</string> + <!-- Menu item to save the IP settings --> <string name="wifi_ip_settings_menu_save">Save</string> <!-- Menu ietm to cancel the IP settings --> <string name="wifi_ip_settings_menu_cancel">Cancel</string> @@ -1306,7 +1349,7 @@ <!-- Main Settings screen setting option name to go into the sound settings screen --> <string name="sound_settings_title">Sound</string> <!-- Main Settings screen setting option name to go into the display settings screen --> - <string name="display_settings_title">Screen</string> + <string name="display_settings_title">Display</string> <!-- Sound settings screen heading --> <string name="sound_settings">Sound settings</string> <!-- Sound settings screen, setting option name checkbox --> @@ -1433,12 +1476,6 @@ <!-- Display settings --> <!-- Sound & display settings screen, section header for settings related to display --> <string name="display_settings">Screen settings</string> - <!-- Sound & display settings screen, animations check box label --> - <string name="animations_title">Animation</string> - <!-- Sound & display settings screen, animations option summary text when check box is selected --> - <string name="animations_summary_on">Show animation when opening & closing windows</string> - <!-- Sound & display settings screen, animations option summary text when check box is clear --> - <string name="animations_summary_off">Show animation when opening & closing windows</string> <!-- Sound & display settings screen, accelerometer-based rotation check box label --> <string name="accelerometer_title">Auto-rotate screen</string> <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected --> @@ -1457,8 +1494,30 @@ <string name="screen_timeout">Timeout</string> <!-- Sound & display settings screen, setting option summary to change screen timeout --> <string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string> + <!-- Wallpaper settings title [CHAR LIMIT=30] --> + <string name="wallpaper_settings_title">Wallpaper</string> + <!-- Display settings screen, trigger for screen saver options --> + <string name="dream_settings_title">Android Dreams</string> + <!-- Display settings screen, summary for screen saver options --> + <string name="dream_settings_summary">Screen savers and other idle diversions</string> + <!-- Screen saver settings, setting option name to select a module --> + <string name="dream_component_title">Selected dream</string> + <!-- Screen saver settings, setting option name to change activation timeout --> + <string name="dream_timeout_title">When to activate</string> + <!-- Screen saver settings, setting option summary to change activation timeout --> + <string name="dream_timeout_summary">After <xliff:g id="timeout_description">%1$s</xliff:g> spent idle</string> + <!-- Screen saver settings, setting option summary to change activation timeout, shown when disabled --> + <string name="dream_timeout_zero_summary">Never</string> + <!-- Screen saver settings, button allowing the user to test/try the current module --> + <string name="dream_test">Try it!</string> <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions --> <string name="automatic_brightness">Automatic brightness</string> + <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size --> + <string name="title_font_size">Font size</string> + <!-- [CHAR LIMIT=40] Sound & display settings screen, setting option summary to change font size --> + <string name="summary_font_size">Overall size of fonts</string> + <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size --> + <string name="dialog_title_font_size">Select font size</string> <!-- SIM lock settings title --> <string name="sim_lock_settings">SIM card lock settings</string> @@ -1520,8 +1579,6 @@ <string name="firmware_version">Android version</string> <!-- About phone screen, status item label--> <string name="model_number">Model number</string> - <!-- About phone screen, fcc equipment id label [CHAR LIMIT=30]--> - <string name="fcc_equipment_id">FCC Equipment ID</string> <!-- About phone screen, setting option name--> <string name="baseband_version">Baseband version</string> <!-- About phone screen, setting option name--> @@ -1672,6 +1729,17 @@ <!-- SD card eject progress text --> <string name="sd_ejecting_summary">Unmount in progress</string> + <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]--> + <string name="storage_menu_usb">USB transfer settings</string> + <!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]--> + <string name="storage_title_usb">USB transfer settings</string> + <!-- Storage setting. Label for MTP setting [CHAR LIMIT=30]--> + <string name="usb_label_mtp">Connect as a media device (MTP)</string> + <!-- Storage setting. Label for PTP setting [CHAR LIMIT=30]--> + <string name="usb_label_ptp">Connect as a camera (PTP)</string> + <!-- Storage setting. Label for installer CD [CHAR LIMIT=30]--> + <string name="usb_label_installer_cd">Install file transfer tools</string> + <!-- Phone info screen, section titles: --> <string name="battery_status_title">Battery status</string> <!-- Phone info screen, section titles: --> @@ -1907,6 +1975,10 @@ <!-- Tethering help button - calls up a web view with general tethering info --> <string name="tethering_help_button_text">Help</string> + <!-- Wireless controls, header for the general category (airplane mode, VPN, NFC, tethering...) [CHAR LIMIT=40]--> + <string name="wireless_category_general">General</string> + <!-- Wireless controls, header for the mobile networks category (4G/ network operator...) [CHAR LIMIT=40]--> + <string name="wireless_category_mobile_networks">Mobile networks</string> <!-- Wireless controls, item title to go into the network settings --> <string name="network_settings_title">Mobile networks</string> <!-- Wireless controls, the item summary for the user to go into the network settings --> @@ -2082,12 +2154,8 @@ \n\nReady to start? Touch \u201CNext\u201D. </string> <!-- ChooseLockPatternTutorial, tutorial screen text --> - <string name="lock_intro_message" product="default"><font size="17">Protect your phone from unauthorized use by creating a personal screen unlock pattern. - \n<font height="17">\n</font><b>1</b>\u00A0 On the next screen, watch while an example pattern is drawn. - \n<font height="17">\n</font><b>2</b>\u00A0 When ready, draw your own personal unlock pattern. Experiment with different patterns but connect at least four dots. - \n<font height="17">\n</font><b>3</b>\u00A0 Redraw your pattern to confirm. - \n<font height="17">\n</font><b>Ready to start? Touch \u201CNext\u201D</b>. - \n<font height="3">\n</font>To leave your phone unprotected, touch \u201CCancel\u201D.</font> + <string name="lock_intro_message" product="default">Protect your phone from unauthorized use by creating a personal screen unlock pattern. Use your finger to connect at least four dots in any order on the next screen. + \n\nReady to start? Touch \u201CNext\u201D. </string> <!-- Applications Settings --> <skip /> @@ -2115,6 +2183,10 @@ from unknown sources. You agree that you are solely responsible for any damage to your phone or loss of data that may result from using these applications.</string> + <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. --> + <string name="advanced_settings">Advanced settings</string> + <!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox --> + <string name="advanced_settings_summary">Enable more settings options.</string> <!-- Manage applications, individual application info screen title. For example, if they click on "Browser" in "Manage applications", the title of the next screen will be this --> <string name="application_info_label">Application info</string> <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. --> @@ -2139,12 +2211,14 @@ <string name="total_size_label">Total</string> <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the application itself (for example, the java compield files and things like that) --> <string name="application_size_label">Application</string> + <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's code on USB storage [CHARSIZE=40] --> + <string name="external_code_size_label">USB storage app</string> <!-- Manage applications, individual application info screen, label under Storage heading. The amount of sapce taken up by the app's data (for example, downloaded emails or something like that) --> <string name="data_size_label">Data</string> <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's data on USB storage [CHARSIZE=40] --> - <string name="external_size_label" product="nosdcard">USB storage</string> + <string name="external_data_size_label" product="nosdcard">USB storage data</string> <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's data on the SD card [CHARSIZE=40] --> - <string name="external_size_label" product="default">SD card</string> + <string name="external_data_size_label" product="default">SD card</string> <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. --> <string name="uninstall_text">Uninstall</string> <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. --> @@ -2407,8 +2481,10 @@ found in the list of installed applications.</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> - <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. --> - <string name="user_dict_settings_title">User dictionary</string> + <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen when there is only one user dictionary. --> + <string name="user_dict_single_settings_title">User dictionary</string> + <!-- User dictionary settings, The title of the list item to go into the User dictionary list when there are several user dictionaries. --> + <string name="user_dict_multiple_settings_title">Manage user dictionaries</string> <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. --> <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. --> @@ -2425,6 +2501,8 @@ found in the list of installed applications.</string> <string name="user_dict_settings_empty_text" product="tablet">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</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" product="default">You do not have any words in the user dictionary. You can add a word through the menu.</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> <!-- 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> @@ -2494,7 +2572,7 @@ found in the list of installed applications.</string> <string name="builtin_keyboard_settings_summary">Physical keyboard settings</string> <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. --> - <string name="development_settings_title">Development</string> + <string name="development_settings_title">Developer options</string> <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. --> <string name="development_settings_summary">Set options for application development</string> <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. --> @@ -2557,12 +2635,23 @@ found in the list of installed applications.</string> <string name="accessibility_settings">Accessibility</string> <!-- Settings title for accessibility settings screen --> <string name="accessibility_settings_title">Accessibility settings</string> - <!-- Settings summary for accessibility settings --> + <!-- Settings summary for accessibility settings [CHAR LIMIT=40] --> <string name="accessibility_settings_summary">Manage accessibility options</string> - <!-- Setting Checkbox title for enabling accessibility --> - <string name="toggle_accessibility_title">Accessibility</string> - <!-- Setting accessibility services category --> + <!-- Setting Checkbox title for enabling accessibility large text [CHAR LIMIT=25] --> + <string name="toggle_large_text_title">Large text</string> + <!-- Setting accessibility services category [CHAR LIMIT=25] --> <string name="accessibility_services_category">Accessibility services</string> + <!-- Setting Checkbox title for enabling accessibility services [CHAR LIMIT=40] --> + <string name="toggle_accessibility_title">Allow accessibility services</string> + <!-- Setting Checkbox title for enabling touch exploration mode [CHAR LIMIT=40] --> + <string name="accessibility_touch_exploration_title">Enable touch exploration mode</string> + <!-- Setting Checkbox summary for enabling touch exploration mode [CHAR LIMIT=65] --> + <string name="accessibility_touch_exploration_summary">Allows you to touch the screen to hear the contents under your finger.</string> + <!-- Warning message describing changes in interaction from enabling touch exploration mode + and suggesting that the user goes through a tutorial, displayed as a dialog message the + first time the user selects to enable touch exploration --> + <string name="accessibility_touch_exploration_warning">Touch exploration mode changes the way your + device handles touch input. Would you like to take a short tutorial on using touch exploration?</string> <!-- Message for announcing the lack of installed accessibility services. --> <string name="no_accessibility_services_summary">No installed accessibility services.</string> <!-- Warning message about security implications of enabling an accessibility service, @@ -2584,8 +2673,6 @@ found in the list of installed applications.</string> applications installed.\n\nYou can download a screen reader for your device from Android Market.\n\nClick "OK" to install the screen reader.</string> - <!-- Accessibility settings: Webpage accessibility scripts category [CHAR LIMIT=25] --> - <string name="accessibility_script_injection_category">Accessibility scripts</string> <!-- Accessibility settings: Checkbox title for enabling download of accessibility scripts [CHAR LIMIT=40] --> <string name="accessibility_script_injection_enabled">Download accessibility scripts</string> <!-- Accessibility settings: Checkbox summary for enabling download of accessibility scripts [CHAR LIMIT=65] --> @@ -2607,6 +2694,9 @@ found in the list of installed applications.</string> <!-- Accessibility settings: power button behavior summary text --> <string name="accessibility_power_button_ends_call_summary">During a call, pressing Power ends call instead of turning off screen</string> + <!-- Accessibility settings: button for lauching settings for an accessibility service --> + <string name="settings_button">Settings</string> + <!-- Setting interaction category [CHAR LIMIT=35] --> <string name="touchscreen_gestures_category">Touchscreen gestures</string> <!-- Title for setting the long-press timeout [CHAR LIMIT=35] --> @@ -2620,7 +2710,7 @@ found in the list of installed applications.</string> <skip /> <!-- Activity title for App Fuel Gauge summary --> - <string name="power_usage_summary_title">Battery use</string> + <string name="power_usage_summary_title">Battery</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] --> @@ -2858,6 +2948,14 @@ found in the list of installed applications.</string> <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string> <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user --> <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string> + <!-- On the main TTS settings screen, text for a divider under which + the engine specific settings and the "engine install data" option + are listed [CHAR LIMIT=30]--> + <string name="tts_engine_settings_section">Engine settings</string> + <!-- Title for a preference in the main TTS settings screen, which + launches the settings screen for a given TTS engine when clicked + [CHAR LIMIT=30]--> + <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string> <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available --> <string name="pico_languages_and_voices">Languages and voices</string> <!-- On Pico TTS Settings screen, text to mark a voice as installed --> @@ -2880,150 +2978,13 @@ found in the list of installed applications.</string> <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string> <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string> - <string name="vpn_settings_activity_title">VPN settings</string> - - <!-- Title of VPN connect dialog --> - <string name="vpn_connect_to">Connect to <xliff:g id="name" example="Work Network">%s</xliff:g></string> - <!-- In VPN connect dialog, for inputing username and password --> - <string name="vpn_username_colon">Username:</string> - <string name="vpn_password_colon">Password:</string> - <string name="vpn_a_username">a username</string> - <string name="vpn_a_password">a password</string> - - <!-- In VPN connect dialog where user may check to remember the username entered --> - <string name="vpn_save_username">Remember username</string> - - <string name="vpn_connect_button">Connect</string> - <string name="vpn_yes_button">Yes</string> - <string name="vpn_no_button">No</string> - <string name="vpn_back_button">Back</string> - <string name="vpn_mistake_button">No</string> - - <string name="vpn_menu_done">Save</string> - <string name="vpn_menu_cancel">Cancel</string> - <string name="vpn_menu_revert">Revert</string> - <string name="vpn_menu_connect">Connect to network</string> - <string name="vpn_menu_disconnect">Disconnect from network</string> - <string name="vpn_menu_edit">Edit network</string> - <string name="vpn_menu_delete">Delete network</string> - - <!-- VPN error dialog messages --> - <string name="vpn_error_miss_entering">You must enter <xliff:g id="code">%s</xliff:g>.</string> - <string name="vpn_error_miss_selecting">You must select <xliff:g id="option">%s</xliff:g>.</string> - <string name="vpn_error_duplicate_name">The VPN name \'<xliff:g id="name" example="Home Network">%s</xliff:g>\' already exists. Find another name.</string> - <string name="vpn_confirm_profile_deletion">Are you sure you want to delete this VPN?</string> - <string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string> - <string name="vpn_confirm_edit_profile_cancellation">Are you sure you want to discard the changes made to this profile?</string> - <string name="vpn_confirm_reconnect">Unable to connect to the network. Do you want to try again?</string> - <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string> - <string name="vpn_unknown_server_dialog_msg">Server name cannot be resolved. Do you want to check your server name setting?</string> - <string name="vpn_challenge_error_dialog_msg">Challenge error. Do you want to check your secret setting?</string> - <string name="vpn_secret_not_set_dialog_msg">One or more secrets are missing in this VPN configuration. Do you want to check your secret setting?</string> - <string name="vpn_auth_error_dialog_msg">The username or password you entered is incorrect. Do you want to try again?</string> - <string name="vpn_remote_hung_up_error_dialog_msg">Server hung up. The username or password you entered could be incorrect. Do you want to try again?</string> - <string name="vpn_remote_ppp_hung_up_error_dialog_msg">Server hung up. It is possible that you are behind a firewall that prevents you from connecting to the server. Do you want to try again?</string> - <string name="vpn_ppp_negotiation_failed_dialog_msg">Server negotiation failed. The server may not agree with your encryption option. Do you want to check your encryption setting?</string> - - <!-- VPN type selection activity title --> - <string name="vpn_type_title">Add VPN</string> - <!-- "Add VPN" preference title --> - <string name="vpn_add_new_vpn">Add VPN</string> - <!-- VPN details screen title --> - <string name="vpn_details_title">VPN details</string> - <!-- VPN profile editor title when adding a new profile --> - <string name="vpn_edit_title_add">Add <xliff:g id="name">%s</xliff:g> VPN</string> - <!-- VPN profile editor title when editing an existing profile --> - <string name="vpn_edit_title_edit"><xliff:g id="name">%s</xliff:g> details</string> - <!-- Preference group title for a list of VPN profiles --> - <string name="vpns">VPNs</string> - <!-- Preference summary text when VPN is connecting --> - <string name="vpn_connecting">Connecting...</string> - <!-- Preference summary text when VPN is disconnecting --> - <string name="vpn_disconnecting">Disconnecting...</string> - <!-- Preference summary text when VPN is connected --> - <string name="vpn_connected">Connected</string> - <!-- Preference summary text when VPN is not connected --> - <string name="vpn_connect_hint">Connect to network</string> - - <!-- Name of a VPN profile --> - <string name="vpn_name">VPN name</string> - <string name="vpn_a_name">a VPN name</string> - - <!-- Toast message shown when a profile is added --> - <string name="vpn_profile_added">\'<xliff:g id="name">%s</xliff:g>\' is added</string> - <!-- Toast message shown when changes of a profile is saved --> - <string name="vpn_profile_replaced">Changes are made to \'<xliff:g id="name">%s</xliff:g>\'</string> - - <!-- Preference title --> - <string name="vpn_user_certificate_title">Set user certificate</string> - <!-- Complete term --> - <string name="vpn_user_certificate">User certificate</string> - <string name="vpn_a_user_certificate">a user certificate</string> - - <!-- Preference title --> - <string name="vpn_ca_certificate_title">Set CA certificate</string> - <!-- Complete term --> - <string name="vpn_ca_certificate">Certificate authority (CA) certificate</string> - <string name="vpn_a_ca_certificate">a CA certificate</string> - <!-- Preference title --> - <string name="vpn_l2tp_secret_string_title">Set L2TP secret</string> - <!-- Complete term --> - <string name="vpn_l2tp_secret">L2TP secret</string> - <string name="vpn_a_l2tp_secret">an L2TP secret</string> - <string name="vpn_pptp_encryption_title">encryption</string> - <string name="vpn_pptp_encryption">PPTP encryption</string> - - <!-- Preference title --> - <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string> - <!-- Complete term --> - <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string> - <string name="vpn_a_ipsec_presharedkey">an IPSec pre-shared key</string> - - <!-- Preference title --> - <string name="vpn_vpn_server_title">Set VPN server</string> - <!-- Complete term --> - <string name="vpn_vpn_server">VPN server</string> - <string name="vpn_a_vpn_server">a VPN server</string> - <!-- Dialog title for setting VPN server name --> - <string name="vpn_vpn_server_dialog_title">VPN server name</string> - - <!-- Preference title --> - <string name="vpn_dns_search_list_title">DNS search domains</string> - <!-- Complete term --> - <string name="vpn_dns_search_list">DNS search domains</string> - - <!-- Summary text to hint that the value is set --> - <string name="vpn_field_is_set"><xliff:g id="value">%s</xliff:g> is set</string> - <!-- Summary text to hint that the value is not set --> - <string name="vpn_field_not_set"><xliff:g id="value">%s</xliff:g> not set</string> - <!-- Summary text to hint that the value is not set but it's not required--> - <string name="vpn_field_not_set_optional"><xliff:g id="value">%s</xliff:g> not set (optional)</string> - - <!-- CheckBoxPreference title to enable something --> - <string name="vpn_enable_field">Enable <xliff:g id="option">%s</xliff:g></string> - <!-- CheckBoxPreference title to disable something --> - <string name="vpn_disable_field">Disable <xliff:g id="option">%s</xliff:g></string> - - <!-- CheckBoxPreference summary to hint that something is enabled --> - <string name="vpn_is_enabled"><xliff:g id="option">%s</xliff:g> is enabled</string> - <!-- CheckBoxPreference summary to hint that something is disabled --> - <string name="vpn_is_disabled"><xliff:g id="option">%s</xliff:g> is disabled</string> - <!-- Title of preference to enter the VPN settings activity --> <string name="vpn_settings_title">VPN settings</string> <!-- Summary of preference to enter the VPN settings activity --> <string name="vpn_settings_summary">Set up & manage Virtual Private Networks (VPNs)</string> - <!-- A secret edit field's grayed out value when it has not been modified --> - <string name="vpn_secret_unchanged">(unchanged)</string> - <!-- A secret edit field's grayed out value when it has not been set --> - <string name="vpn_secret_not_set">(not set)</string> <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] --> <string name="credentials_title">Credential storage</string> - <!-- Title of preference to enable/dislable access to credential storage [CHAR LIMIT=30] --> - <string name="credentials_access">Use secure credentials</string> - <!-- Summary of preference to enable/dislable access to credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string> <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] --> <string name="credentials_install" product="nosdcard">Install from storage</string> <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] --> @@ -3032,31 +2993,23 @@ found in the list of installed applications.</string> <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string> <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] --> <string name="credentials_install_summary" product="default">Install certificates from SD card</string> - <!-- Title of preference to set the password for credential storage [CHAR LIMIT=30] --> - <string name="credentials_set_password">Set password</string> - <!-- Summary of preference to set the password for credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_set_password_summary">Set or change the password for credential storage</string> <!-- Title of preference to reset credential storage [CHAR LIMIT=30] --> <string name="credentials_reset">Clear credentials</string> <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_reset_summary">Remove all the contents and reset the password</string> + <string name="credentials_reset_summary">Remove all certificates</string> + <!-- Title of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=30] --> + <string name="trusted_credentials">Trusted credentials</string> + <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] --> + <string name="trusted_credentials_summary">Display trusted CA certificates</string> <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] --> <string name="credentials_unlock">Enter password</string> <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] --> <string name="credentials_unlock_hint">Enter the password for credential storage.</string> - <!-- Description of dialog to set the password for credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_password_hint">Set the password for credential storage. It must have at least 8 characters.</string> <!-- Description of the input box for the old password [CHAR LIMIT=30] --> <string name="credentials_old_password">Current password:</string> - <!-- Description of the input box for the new password [CHAR LIMIT=30] --> - <string name="credentials_new_password">New password:</string> - <!-- Description of the input box to confirm the new password [CHAR LIMIT=30] --> - <string name="credentials_confirm_password">Confirm new password:</string> <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] --> - <string name="credentials_reset_hint">All the contents will be removed, and the password will be reset. Are you sure about that?</string> - <!-- Error message [CHAR LIMIT=NONE] --> - <string name="credentials_passwords_mismatch">Passwords do not match.</string> + <string name="credentials_reset_hint">All the contents will be removed. Are you sure about that?</string> <string name="credentials_password_too_short">The password must have at least 8 characters.</string> <!-- Error message [CHAR LIMIT=NONE] --> <string name="credentials_wrong_password">Incorrect password.</string> @@ -3066,19 +3019,23 @@ found in the list of installed applications.</string> <string name="credentials_reset_warning_plural">Incorrect password. You have <xliff:g id="number" example="5">%1$d</xliff:g> more chances before credential storage is erased.</string> <!-- Toast message [CHAR LIMIT=30] --> <string name="credentials_erased">Credential storage is erased.</string> + <!-- Toast message [CHAR LIMIT=30] when credential storage containing private keys and certificates could not be erased (opposite of string credentials_erased) --> + <string name="credentials_not_erased">Credential storage could not be erased.</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. Would you like to do that now?</string> <!-- Sound settings screen, setting check box label --> <string name="emergency_tone_title">Emergency tone</string> <!-- Sound settings screen, setting option summary text --> <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string> - <!-- Privacy Settings screen --><skip /> - <!-- Privacy settings menu title --> - <string name="privacy_settings">Privacy</string> + <!-- Backup and reset Settings screen --><skip /> + <!-- Backup and reset settings menu title --> + <string name="privacy_settings">Backup & reset</string> <!-- Privacy settings activity title --> - <string name="privacy_settings_title">Privacy settings</string> + <string name="privacy_settings_title">Backup & reset</string> <!-- Backup section title --> <string name="backup_section_title">Backup and restore</string> <!-- Personal data section title --> @@ -3350,4 +3307,253 @@ found in the list of installed applications.</string> <string name="hdcp_checking_title">HDCP checking</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> + + <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] --> + <string name="strict_mode">Strict mode enabled</string> + <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] --> + <string name="strict_mode_summary">Flash screen when apps do long operations + on main thread</string> + + <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] --> + <string name="pointer_location">Pointer location</string> + <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] --> + <string name="pointer_location_summary">Screen overlay showing current touch data</string> + + <!-- UI debug setting: show 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 how CPU is being used? [CHAR LIMIT=25] --> + <string name="show_cpu_usage">Show CPU usage</string> + <!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] --> + <string name="show_cpu_usage_summary">Screen overlay showing current CPU usage</string> + + <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] --> + <string name="window_animation_scale_title">Window animation scale</string> + + <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] --> + <string name="transition_animation_scale_title">Transition animation scale</string> + + <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] --> + <string name="debug_applications_category">Applications</string> + + <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] --> + <string name="immediately_destroy_activities">Immediately destroy activities</string> + <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] --> + <string name="immediately_destroy_activities_summary">Destroy every activity as soon as + the user leaves it</string> + + <!-- UI debug setting: limit number of running application processes [CHAR LIMIT=25] --> + <string name="app_process_limit_title">Application process limit</string> + + <!-- Activity title for network data usage summary. [CHAR LIMIT=25] --> + <string name="data_usage_summary_title">Data usage</string> + <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] --> + <string name="data_usage_cycle">Data usage cycle</string> + <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=32] --> + <string name="data_usage_menu_roaming">Data roaming</string> + <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=32] --> + <string name="data_usage_menu_restrict_background">Restrict background data</string> + <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=32] --> + <string name="data_usage_menu_split_4g">Split 4G usage</string> + <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=32] --> + <string name="data_usage_menu_show_wifi">Show Wi-Fi usage</string> + <!-- Title for 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] --> + <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string> + + <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_mobile_limit">Disable mobile data at limit</string> + <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_4g_limit">Disable 4G data at limit</string> + <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=32] --> + <string name="data_usage_disable_3g_limit">Disable 2G-3G data at limit</string> + + <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_wifi">Wi-Fi</string> + <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_mobile">Mobile</string> + <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_4g">4G</string> + <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] --> + <string name="data_usage_tab_3g">2G-3G</string> + + <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] --> + <string name="data_usage_enable_mobile">Mobile data</string> + <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] --> + <string name="data_usage_enable_3g">2G-3G data</string> + <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] --> + <string name="data_usage_enable_4g">4G data</string> + + <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] --> + <string name="data_usage_app_settings">View application settings</string> + <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] --> + <string name="data_usage_app_restrict_background">Restrict background data usage</string> + <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] --> + <string name="data_usage_app_restrict_background_summary">Only allow application background data when using an unlimited network</string> + <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] --> + <string name="data_usage_app_restrict_dialog_title">Restricting background data</string> + <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] --> + <string name="data_usage_app_restrict_dialog">This feature may negatively impact applications which depend on background data usage.\n\nMore appropriate data usage controls may be found within this application\'s settings.</string> + + <!-- 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> + <!-- Subtitle of dialog for editing data usage cycle reset date. [CHAR LIMIT=32] --> + <string name="data_usage_cycle_editor_subtitle">Date of each month:</string> + <!-- Positive button title for data usage cycle editor, confirming that changes should be saved. [CHAR LIMIT=32] --> + <string name="data_usage_cycle_editor_positive">Set</string> + + <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] --> + <string name="data_usage_limit_dialog_title">Limiting data usage</string> + <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] --> + <string name="data_usage_limit_dialog_mobile">Your mobile data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> + <!-- Body of dialog shown before user limits 3G data usage. [CHAR LIMIT=NONE] --> + <string name="data_usage_limit_dialog_3g">Your 2G-3G data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> + <!-- Body of dialog shown before user limits 4G data usage. [CHAR LIMIT=NONE] --> + <string name="data_usage_limit_dialog_4g">Your 4G data connection will be disabled when the specified limit is reached.\n\nTo avoid overage charges, consider using a reduced limit, as device and carrier accounting methods may vary.</string> + + <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> + <string name="data_usage_disabled_dialog_3g_title">2G-3G data disabled</string> + <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> + <string name="data_usage_disabled_dialog_4g_title">4G data disabled</string> + <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> + <string name="data_usage_disabled_dialog_mobile_title">Mobile data disabled</string> + <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] --> + <string name="data_usage_disabled_dialog">The specified data usage limit has been reached.\n\nAdditional data use may incur carrier charges.</string> + <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] --> + <string name="data_usage_disabled_dialog_enable">Re-enable data</string> + + <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] --> + <string name="data_usage_restrict_background_title">Restricting background data</string> + <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] --> + <string name="data_usage_restrict_background">This feature will disable auto-sync and may negatively impact applications which depend on background data usage.</string> + + <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] --> + <string name="data_usage_sweep_warning"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">warning</font></string> + <!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] --> + <string name="data_usage_sweep_limit"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">limit</font></string> + + <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] --> + <string name="data_usage_uninstalled_apps">Removed apps</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] --> + <string name="vpn_name">Name</string> + <!-- Input label for the type of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_type">Type</string> + <!-- Input label for the server address of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_server">Server address</string> + <!-- Checkbox label to enable PPP encryption for a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_mppe">PPP encryption (MPPE)</string> + <!-- Input label for the L2TP secret of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_l2tp_secret">L2TP secret</string> + <!-- Input label for the IPSec identifier of a VPN network. [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] --> + <string name="vpn_ipsec_secret">IPSec pre-shared key</string> + <!-- Selection label for the IPSec user certificate of a VPN network. [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] --> + <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string> + <!-- Input label for the DNS search domains of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_search_domains">DNS search domains</string> + <!-- Input label for the forwarding routes of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_routes">Forwarding routes</string> + <!-- Input label for the username of a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_username">Username</string> + <!-- Input label for the password of a VPN network. [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] --> + <string name="vpn_save_login">Save account information</string> + + <!-- Hint for not filling an optional field in a VPN configuration. [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">(do not verify server)</string> + + <!-- Button label to cancel chaning a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_cancel">Cancel</string> + <!-- Button label to save a VPN network. [CHAR LIMIT=40] --> + <string name="vpn_save">Save</string> + <!-- Button label to connect to a VPN network. [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> + + <!-- Preference title for VPN settings. [CHAR LIMIT=40] --> + <string name="vpn_title">VPN settings</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> + + <!-- Tab label for built-in system CA certificates. --> + <string name="trusted_credentials_system_tab">System</string> + <!-- Tab label for user added CA certificates. --> + <string name="trusted_credentials_user_tab">User</string> + <!-- Button label for disabling a system CA certificate. --> + <string name="trusted_credentials_disable_label">Disable</string> + <!-- Button label for enabling a system CA certificate. --> + <string name="trusted_credentials_enable_label">Enable</string> + <!-- Button label for removing a user CA certificate. --> + <string name="trusted_credentials_remove_label">Remove</string> + <!-- Alert dialog confirmation when enabling a system CA certificate. --> + <string name="trusted_credentials_enable_confirmation">Enable the system CA certificate?</string> + <!-- Alert dialog confirmation when disabling a system CA certificate. --> + <string name="trusted_credentials_disable_confirmation">Disable the system CA certificate?</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">Touch exploration 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</string> + + <!-- Title for touch exploration tutorial lesson 1. --> + <string name="accessibility_tutorial_lesson_1_title">Exploring the screen</string> + <!-- Instruction for touch exploration tutorial lesson 1. --> + <string name="accessibility_tutorial_lesson_1_text_1">When touch exploration is enabled, you can touch the screen to hear spoken descriptions of the content under your finger. The screen currently contains a list of application icons. Find one of them by placing a finger on the screen and sliding it 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 your finger on the screen and keep sliding around to 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">When you\'ve found a widget that you want to click on, you can tap once to activate it. Slide your finger to find the icon for <xliff:g id="app_name" example="Browser">%s</xliff:g>.</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 on top of 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">You\'ve entered and left the <xliff:g id="app_name" example="Browser">%s</xliff:g> icon. Slowly explore again to find the icon while keeping your finger on the screen.</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 section, find and activate the button labeled \"<xliff:g id="next" example="Next">%s</xliff:g>\" that\'s located near the bottom-right of the screen.</string> + + <!-- Title for touch exploration tutorial lesson 2. --> + <string name="accessibility_tutorial_lesson_2_title">Scrolling using two fingers</string> + <!-- Instruction for touch exploration tutorial lesson 2. --> + <string name="accessibility_tutorial_lesson_2_text_1">To perform single-finger gestures like scrolling, you can place two fingers on the screen. The screen currently contains a scrollable list of application names. First, try exploring a few of the list items using one finger.</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 list 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 scroll through the list by placing two fingers on a list item and sliding your fingers up. If you reach the top of the screen, you can place your fingers back on the list and continue.</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 touch exploration tutorial. To exit, find and click the button labeled \"<xliff:g id="finish" example="Finish">%s</xliff:g>.\"</string> + </resources> |