| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2007 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- Strings for Dialog yes button --> |
| <string name="yes">"Yes"</string> |
| <!-- Strings for Dialog no button --> |
| <string name="no">"No"</string> |
| <!-- Strings for Dialog create button --> |
| <string name="create">Create</string> |
| <!-- Strings for Dialog allow button --> |
| <string name="allow">Allow</string> |
| <!-- Strings for Dialog deny button --> |
| <string name="deny">Deny</string> |
| <!-- Used in confirmation dialogs as the action that the user will tap to turn on the feature. [CHAR LIMIT=40]--> |
| <string name="confirmation_turn_on">Turn on</string> |
| |
| <!-- Device Info screen. Used for a status item's value when the proper value is not known --> |
| <string name="device_info_default">Unknown</string> |
| <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings --> |
| <plurals name="show_dev_countdown"> |
| <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer.</item> |
| <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from being a developer.</item> |
| </plurals> |
| <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled --> |
| <string name="show_dev_on">You are now a developer!</string> |
| <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on --> |
| <string name="show_dev_already">No need, you are already a developer.</string> |
| |
| <!-- [CHAR LIMIT=NONE] Toast message when user attemps to launch developer otions before enabling it. --> |
| <string name="dev_settings_disabled_warning">Please enable developer options first.</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. System (Updates, data, accessibility, about phone). [CHAR LIMIT=40] --> |
| <string name="header_category_system">System</string> |
| |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_service_in">In Service</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_service_out">Out of Service</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_service_emergency">Emergency Calls Only</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_service_off">Radio Off</string> |
| |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_roaming_in">Roaming</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_roaming_not">Not Roaming</string> |
| |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_data_disconnected">Disconnected</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_data_connecting">Connecting</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_data_connected">Connected</string> |
| <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_data_suspended">Suspended</string> |
| |
| <!-- Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radioInfo_unknown">Unknown</string> |
| |
| <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer [CHAR LIMIT=25] --> |
| <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string> |
| <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer --> |
| <string name="sdcard_unmount" product="default">Unmount SD card</string> |
| |
| <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted [CHAR LIMIT=25] --> |
| <string name="sdcard_format" product="nosdcard">Erase USB storage</string> |
| <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted --> |
| <string name="sdcard_format" product="default">Erase SD card</string> |
| |
| <!-- Content description for preview pager. [CHAR LIMIT=NONE] --> |
| <string name="preview_pager_content_description">Preview</string> |
| <!-- Content description for dot pager indicator for preview pager. [CHAR LIMIT=NONE] --> |
| <string name="preview_page_indicator_content_description">Preview, page <xliff:g id="current_page" example="3">%1$d</xliff:g> of <xliff:g id="num_pages" example="9">%2$d</xliff:g></string> |
| |
| <!-- Summary of font size setting screen. [CHAR LIMIT=NONE] --> |
| <string name="font_size_summary">Make the text on screen smaller or larger.</string> |
| |
| <!-- Description for the button that makes interface elements smaller. [CHAR_LIMIT=NONE] --> |
| <string name="font_size_make_smaller_desc">Make smaller</string> |
| <!-- Description for the button that makes interface elements larger. [CHAR_LIMIT=NONE] --> |
| <string name="font_size_make_larger_desc">Make larger</string> |
| |
| <!-- Auto rotate switchbar title. [CHAR_LIMIT=NONE] --> |
| <string name="auto_rotate_settings_primary_switch_title">Use Auto-rotate</string> |
| |
| <!-- Disclaimer for camera based rotate [CHAR_LIMIT=NONE] --> |
| <string name="smart_rotate_text_headline">Face Detection uses the front-facing camera to improve Auto-rotate accuracy. Images are never stored or sent to Google.</string> |
| <string name="font_size_preview_text_headline">Sample text</string> |
| <string name="font_size_preview_text_title" |
| translation_description="Title text in sample text used to illustrate how the currently selected font size will appear to the user. NOTE: Translate manually. No not adopt any copyrighted material for translation."> |
| The Wonderful Wizard of Oz |
| </string> |
| <string name="font_size_preview_text_subtitle" |
| translation_description="Subtitle text in sample text used to illustrate how the currently selected font size will appear to the user. NOTE: Translate manually. No not adopt any copyrighted material for translation."> |
| Chapter 11: The Wonderful Emerald City of Oz</string> |
| <string name="font_size_preview_text_body" |
| translation_description="Text in sample text used to illustrate how the currently selected font size will appear to the user. NOTE: Translate manually. No not adopt any copyrighted material for translation."> |
| Even with eyes protected by the green spectacles Dorothy and her friends were at first dazzled by the brilliancy of the wonderful City. |
| The streets were lined with beautiful houses all built of green marble and studded everywhere with sparkling emeralds. |
| They walked over a pavement of the same green marble, and where the blocks were joined together were rows of emeralds, set closely, and glittering in the brightness of the sun. |
| The window panes were of green glass; even the sky above the City had a green tint, and the rays of the sun were green. |
| \n\nThere were many people, men, women and children, walking about, and these were all dressed in green clothes and had greenish skins. |
| They looked at Dorothy and her strangely assorted company with wondering eyes, and the children all ran away and hid behind their mothers when they saw the Lion; but no one spoke to them. |
| Many shops stood in the street, and Dorothy saw that everything in them was green. |
| Green candy and green pop-corn were offered for sale, as well as green shoes, green hats and green clothes of all sorts. |
| At one place a man was selling green lemonade, and when the children bought it Dorothy could see that they paid for it with green pennies. |
| \n\nThere seemed to be no horses nor animals of any kind; the men carried things around in little green carts, which they pushed before them. |
| Everyone seeemed happy and contented and prosperous. |
| </string> |
| <!-- Button. Chosen when they want to save the chosen text size. --> |
| <string name="font_size_save">OK</string> |
| |
| <!-- Title for a notification shown. [CHAR LIMIT=25] --> |
| <string name="sdcard_setting" product="nosdcard">USB storage</string> |
| <!-- Title for a notification shown. --> |
| <string name="sdcard_setting" product="default">SD card</string> |
| |
| <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings --> |
| <string name="bluetooth">Bluetooth</string> |
| <!-- Bluetooth settings screen, summary after selecting Discoverable check box [CHAR LIMIT=50] --> |
| <string name="bluetooth_is_discoverable">Visible to all nearby Bluetooth devices (<xliff:g id="discoverable_time_period">%1$s</xliff:g>)</string> |
| <!-- Bluetooth settings screen, summary when Discoverable duration is set to "forever" [CHAR LIMIT=50] --> |
| <string name="bluetooth_is_discoverable_always">Visible to all nearby Bluetooth devices</string> |
| <!-- Bluetooth settings screen, summary text when not discoverable and no paired devices [CHAR LIMIT=50] --> |
| <string name="bluetooth_not_visible_to_other_devices">Not visible to other Bluetooth devices</string> |
| <!-- Bluetooth settings screen, summary text when not discoverable with paired devices [CHAR LIMIT=50] --> |
| <string name="bluetooth_only_visible_to_paired_devices">Only visible to paired devices</string> |
| <!-- Bluetooth settings screen, option name to pick discoverability timeout duration (a list dialog comes up) --> |
| <string name="bluetooth_visibility_timeout">Visibility timeout</string> |
| <!-- Bluetooth settings screen, check box label whether or not to allow |
| bluetooth voice dialing when lock screen is up--> |
| <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string> |
| <!-- Bluetooth settings screen, lock voice dialing checkbox summary text --> |
| <string name="bluetooth_lock_voice_dialing_summary"> |
| Prevent use of the bluetooth dialer when the screen is locked |
| </string> |
| <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices. [CHAR LIMIT=NONE] --> |
| <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 --> |
| <string name="bluetooth_scan_for_devices">Scan for devices</string> |
| <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] --> |
| <string name="bluetooth_rename_device">Rename this device</string> |
| <!-- Bluetooth settings screen, confirmation button for rename device dialog. [CHAR LIMIT=20] --> |
| <string name="bluetooth_rename_button">Rename</string> |
| <!-- Bluetooth settings. Dialog title to confirm disconnecting from all profiles of a device. [CHAR LIMIT=30] --> |
| <string name="bluetooth_disconnect_title">Disconnect device?</string> |
| <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_disconnect_all_profiles" product="default">Your phone will disconnect from "<xliff:g id="device_name">%1$s</xliff:g>."</string> |
| <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_disconnect_all_profiles" product="tablet">Your tablet will disconnect from "<xliff:g id="device_name">%1$s</xliff:g>."</string> |
| <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_disconnect_all_profiles" product="device">Your device will disconnect from "<xliff:g id="device_name">%1$s</xliff:g>."</string> |
| <!-- dialog ok button for disconnect dialog [CHAR LIMIT=20] --> |
| <string name="bluetooth_disconnect_dialog_ok">Disconnect</string> |
| <!-- Bluetooth Settings. text displayed when user has restriction DISALLOW_CONFIG_BLUETOOTH [CHAR LIMIT=NONE]--> |
| <string name="bluetooth_empty_list_user_restricted">You don\u2019t have permission to change Bluetooth settings.</string> |
| <!-- Title for bluetooth pairing item [CHAR LIMIT=60] --> |
| <string name="bluetooth_pairing_pref_title">Pair new device</string> |
| <!-- Keywords for bluetooth pairing item [CHAR LIMIT=30] --> |
| <string name="keywords_add_bt_device">bluetooth</string> |
| |
| <!-- Bluetooth Visibility message. This message informs the user that their device is now visible to other bluetooth devices. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_is_visible_message"><xliff:g id="device_name">%1$s</xliff:g> is visible to nearby devices while Bluetooth settings is open.</string> |
| <!-- Bluetooth mac address message. This message shows the bluetooth mac address for this device. [CHAR LIMIT=120] --> |
| <string name="bluetooth_footer_mac_message" product="default">Phone\'s Bluetooth address: <xliff:g id="bluetooth_mac_address">%1$s</xliff:g></string> |
| <!-- Bluetooth mac address message. This message shows the bluetooth mac address for this device. [CHAR LIMIT=120] --> |
| <string name="bluetooth_footer_mac_message" product="tablet">Tablet\'s Bluetooth address: <xliff:g id="bluetooth_mac_address">%1$s</xliff:g></string> |
| <!-- Bluetooth mac address message. This message shows the bluetooth mac address for this device. [CHAR LIMIT=120] --> |
| <string name="bluetooth_footer_mac_message" product="device">Device\'s Bluetooth address: <xliff:g id="bluetooth_mac_address">%1$s</xliff:g></string> |
| |
| <!-- Bluetooth Visibility disconnect question. Asks the user if they wish to disconnect a paired bluetooth device. [CHAR LIMIT=50] --> |
| <string name="bluetooth_is_disconnect_question">Disconnect <xliff:g id="device_name">%1$s</xliff:g>?</string> |
| <!-- Bluetooth broadcasting settings, option to enable/disable broadcasting --> |
| <string name="bluetooth_broadcasting">Broadcasting</string> |
| |
| <!--Bluetooth settings screen, summary text for Bluetooth device with no name --> |
| <string name="bluetooth_device">Unnamed Bluetooth device</string> |
| <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices --> |
| <string name="progress_scanning">Searching</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 --> |
| <string name="bluetooth_notif_ticker">Bluetooth pairing request</string> |
| <!-- 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">Tap to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string> |
| <!-- Item in bluetooth settings screen, used to show the list of received files [CHAR LIMIT=30] --> |
| <string name="bluetooth_show_received_files">Received files</string> |
| <!-- Item in bluetooth settings screen, used to show the list of Files received via Bluetooth [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_show_files_received_via_bluetooth">Files received via Bluetooth</string> |
| |
| <!-- Title for contextual Bluetooth devices card when Bluetooth is off [CHAR LIMIT=NONE]--> |
| <string name="bluetooth_devices_card_off_title">Bluetooth is off</string> |
| <!-- Description about contextual Bluetooth devices card when Bluetooth is off [CHAR LIMIT=NONE]--> |
| <string name="bluetooth_devices_card_off_summary">Tap to turn it on</string> |
| |
| <!-- Strings for BluetoothDevicePicker [CHAR LIMIT=40]--> |
| <string name="device_picker">Choose Bluetooth device</string> |
| |
| <!-- This string asks the user whether or not to allow an app to enable bluetooth. [CHAR LIMIT=100] --> |
| <string name="bluetooth_ask_enablement"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth</string> |
| <!-- This string asks the user whether or not to allow an app to disable bluetooth. [CHAR LIMIT=100] --> |
| <string name="bluetooth_ask_disablement"><xliff:g id="app_name">%1$s</xliff:g> wants to turn off Bluetooth</string> |
| |
| <!-- This string asks the user whether or not to allow an app to enable bluetooth. [CHAR LIMIT=100] --> |
| <string name="bluetooth_ask_enablement_no_name">An app wants to turn on Bluetooth</string> |
| <!-- This string asks the user whether or not to allow an app to disable bluetooth. [CHAR LIMIT=100] --> |
| <string name="bluetooth_ask_disablement_no_name">An app wants to turn off Bluetooth</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_discovery" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> wants to make your tablet visible to other Bluetooth devices for <xliff:g id="timeout">%2$d</xliff:g> seconds.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_discovery" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to make your phone visible to other Bluetooth devices for <xliff:g id="timeout">%2$d</xliff:g> seconds.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_discovery_no_name" product="tablet">An app wants to make your tablet visible to other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_discovery_no_name" product="default">An app wants to make your phone visible to other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_lasting_discovery" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_lasting_discovery" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_lasting_discovery_no_name" product="tablet">An app wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_lasting_discovery_no_name" product="default">An app wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_discovery" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:g id="timeout">%2$d</xliff:g> seconds.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_discovery" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and make your phone visible to other devices for <xliff:g id="timeout">%2$d</xliff:g> seconds.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_discovery_no_name" product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_discovery_no_name" product="default">An app wants to turn on Bluetooth and make your phone visible to other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings.</string> |
| |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings.</string> |
| <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="default">An app wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings.</string> |
| |
| <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] --> |
| <string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string> |
| |
| <!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] --> |
| <string name="bluetooth_turning_off">"Turning Bluetooth off\u2026"</string> |
| |
| <!-- Activity label of BluetoothPermissionActivity [CHAR LIMIT=none]--> |
| <string name="bluetooth_connection_permission_request">"Bluetooth connection request"</string> |
| |
| <!-- Notification message when a remote Bluetooth device wants to connect to a Bluetooth profile [CHAR LIMIT=none]--> |
| <string name="bluetooth_connection_notif_message">"Tap to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022."</string> |
| |
| <!-- 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 access request"</string> |
| |
| <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] --> |
| <string name="bluetooth_pb_acceptance_dialog_text"> |
| <xliff:g id="device_name">%1$s</xliff:g> wants to access your contacts and call history. Give access to <xliff:g id="device_name">%2$s</xliff:g>? |
| </string> |
| |
| <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] --> |
| <string name="bluetooth_remember_choice">Don\u2019t ask again</string> |
| <!--FIXME SHOULD BE REMOVED AND ALL LANG VERSIONS FIXED TO ABOVE NAME --> |
| <string name="bluetooth_pb_remember_choice">Don\u2019t ask again</string> |
| |
| <!-- Activity label of BluetoothMessagePermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] --> |
| <string name="bluetooth_map_request">"Message access request"</string> |
| |
| <!-- Bluetooth message permission Alert Activity text [CHAR LIMIT=none] --> |
| <string name="bluetooth_map_acceptance_dialog_text">%1$s wants to access your messages. Give access to %2$s?</string> |
| |
| <!-- Activity label of BluetoothMessagePermissionActivity for SIM access profile. Also used as Strings in the permission dialog [CHAR LIMIT=none] --> |
| <string name="bluetooth_sap_request">"SIM access request"</string> |
| |
| <!-- Bluetooth SIM access permission Alert Activity text [CHAR LIMIT=none] --> |
| <string name="bluetooth_sap_acceptance_dialog_text"><xliff:g id="device_name">%1$s</xliff:g> wants to access your SIM card. Granting access to the SIM card will disable data connectivity on your device for the duration of the connection. Give access to <xliff:g id="device_name">%2$s?</xliff:g></string> |
| |
| <!-- Description for bluetooth device name summary [CHAR LIMIT=none] --> |
| <string name="bluetooth_device_name_summary">Visible as \u201C<xliff:g id="device_name">^1</xliff:g>\u201D to other devices</string> |
| <!-- Footer description for discoverable mode in bluetooth off state [CHAR LIMIT=none] --> |
| <string name="bluetooth_off_footer">Turn on Bluetooth to connect to other devices.</string> |
| |
| <!-- Title for paired device group [CHAR LIMIT=none] --> |
| <string name="bluetooth_paired_device_title">Your devices</string> |
| <!-- Title for pairing bluetooth device page [CHAR LIMIT=none] --> |
| <string name="bluetooth_pairing_page_title">Pair new device</string> |
| <!-- Summary for bluetooth item in connection detail page. (tablet)--> |
| <string name="bluetooth_pref_summary" product="tablet">Allow your tablet to communicate with nearby Bluetooth devices</string> |
| <!-- Summary for bluetooth item in connection detail page. (device)--> |
| <string name="bluetooth_pref_summary" product="device">Allow your device to communicate with nearby Bluetooth devices</string> |
| <!-- Summary for bluetooth item in connection detail page. (phone)--> |
| <string name="bluetooth_pref_summary" product="default">Allow your phone to communicate with nearby Bluetooth devices</string> |
| |
| <!-- UI debug setting: Disable Bluetooth A2DP hardware offload [CHAR LIMIT=none] --> |
| <string name="bluetooth_disable_a2dp_hw_offload">Disable Bluetooth A2DP hardware offload</string> |
| <!-- UI debug setting: Disable Bluetooth A2DP hardware offload [CHAR LIMIT=none] --> |
| <string name="bluetooth_disable_a2dp_hw_offload_dialog_title">Restart Device?</string> |
| <!-- UI debug setting: Disable Bluetooth A2DP hardware offload [CHAR LIMIT=none] --> |
| <string name="bluetooth_disable_a2dp_hw_offload_dialog_message">You need to restart your device to change this setting.</string> |
| <!-- UI debug setting: Disable Bluetooth A2DP hardware offload [CHAR LIMIT=none] --> |
| <string name="bluetooth_disable_a2dp_hw_offload_dialog_confirm">Restart</string> |
| <!-- UI debug setting: Disable Bluetooth A2DP hardware offload [CHAR LIMIT=none] --> |
| <string name="bluetooth_disable_a2dp_hw_offload_dialog_cancel">Cancel</string> |
| |
| <!-- Title for Bluetooth device group with media capability group [CHAR LIMIT=none]--> |
| <string name="connected_device_media_device_title">Media devices</string> |
| <!-- Title for Bluetooth device group with media capability group [CHAR LIMIT=none]--> |
| <string name="connected_device_call_device_title">Call devices</string> |
| <!-- Title for connected device group [CHAR LIMIT=none]--> |
| <string name="connected_device_other_device_title">Other devices</string> |
| <!-- Title for connected device group [CHAR LIMIT=none]--> |
| <string name="connected_device_saved_title">Saved devices</string> |
| <!-- Summary for preference to add a device [CHAR LIMIT=none]--> |
| <string name="connected_device_add_device_summary">Bluetooth will turn on to pair</string> |
| <!-- Title for other connection preferences [CHAR LIMIT=none]--> |
| <string name="connected_device_connections_title">Connection preferences</string> |
| <!-- Title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]--> |
| <string name="connected_device_previously_connected_title">Previously connected devices</string> |
| <!-- Preference screen title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]--> |
| <string name="connected_device_previously_connected_screen_title">Previously connected</string> |
| <!-- Toast text for hint user bluetooth is turned on [CHAR LIMIT=none]--> |
| <string name="connected_device_bluetooth_turned_on_toast">Bluetooth turned on</string> |
| |
| <!-- Title to see all the previous connected devices [CHAR LIMIT=50] --> |
| <string name="previous_connected_see_all">See all</string> |
| |
| <!-- Date & time settings screen title --> |
| <string name="date_and_time">Date & time</string> |
| <!-- The title of the activity to pick a time zone. --> |
| <string name="choose_timezone">Choose time zone</string> |
| |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string> |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string> |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string> |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string> |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string> |
| <!-- Used for diagnostic screens, precise translation is not necessary --> |
| <string name="intent_sender_account_label">Account: </string> |
| |
| <!-- HTTP proxy settings title --> |
| <string name="proxy_settings_title">Proxy</string> |
| <!-- HTTP proxy settings. Button to clear the proxy box. --> |
| <string name="proxy_clear_text">Clear</string> |
| <!-- HTTP proxy settings. The port number label. --> |
| <string name="proxy_port_label">Proxy port</string> |
| <!-- HTTP proxy settings. The exclusion list label. --> |
| <string name="proxy_exclusionlist_label">Bypass proxy for</string> |
| <!-- HTTP proxy settings. The button to restore the defaults. --> |
| <string name="proxy_defaultView_text">Restore defaults</string> |
| <!-- HTTP proxy settings. The button to save. --> |
| <string name="proxy_action_text">Done</string> |
| <!-- HTTP proxy settings. The text field for the hostname --> |
| <string name="proxy_hostname_label">Proxy hostname</string> |
| <!-- HTTP proxy settings. Title if there is an error--> |
| <string name="proxy_error">Attention</string> |
| <!-- HTTP proxy settings. Button to get rid of error box--> |
| <string name="proxy_error_dismiss">OK</string> |
| <!-- HTTP proxy settings. The error if the hostname is not valid --> |
| <string name="proxy_error_invalid_host">The hostname you typed isn\u2019t valid.</string> |
| <!-- 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\u2019t properly formatted. Type a comma-separated list of excluded domains.</string> |
| <!-- HTTP proxy settings. Error msg --> |
| <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 --> |
| <string name="proxy_error_invalid_port">The port you typed isn\u2019t valid.</string> |
| <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]--> |
| <string name="proxy_warning_limited_support">The HTTP proxy is used by the browser but may not be used by the other apps.</string> |
| |
| <!-- HTTP proxy settings. Title for Proxy-Auto Config URL. [CHAR LIMIT=25] --> |
| <string name="proxy_url_title">"PAC URL: "</string> |
| |
| <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radio_info_ping_hostname_v4">Ping Hostname(www.google.com) IPv4:</string> |
| <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radio_info_ping_hostname_v6">Ping Hostname(www.google.com) IPv6:</string> |
| <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="radio_info_http_client_test">HTTP Client Test:</string> |
| <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed --> |
| <string name="ping_test_label">Run Ping Test</string> |
| |
| <!-- Instructions after the user changes the mass storage settings --> |
| <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> |
| <!-- Message when there is no SD card present --> |
| <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> |
| <!-- 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> |
| <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] --> |
| <string name="sdcard_settings_unmounted_status" product="nosdcard">It\u2019s 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\u2019s 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 --> |
| <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string> |
| <!-- Label for used bytes on the SD card --> |
| <string name="sdcard_settings_used_bytes_label">Used bytes:</string> |
| <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30] --> |
| <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning USB storage for media\u2026</string> |
| <!-- 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> |
| <!-- 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> |
| <!-- Used in setup wizard Wi-Fi screen. The button label for going to the next screen without submitting. [CHAR LIMIT=20] --> |
| <string name="skip_label">Skip</string> |
| <!-- Used in setup wizard Wi-Fi screen. The button label for going to the next screen and submitting. [CHAR LIMIT=20] --> |
| <string name="next_label">Next</string> |
| |
| <!-- LocalePicker --> |
| <!-- Title for the locale picker activity --> |
| <string name="language_picker_title">Languages</string> |
| |
| <!-- Menu item in the locale menu. Will remove the selected locales. [CHAR LIMIT=30] --> |
| <string name="locale_remove_menu">Remove</string> |
| |
| <!-- "Button" that opens a language picker. The selected language gets added to the language list. [CHAR LIMIT=30] --> |
| <string name="add_a_language">Add a language</string> |
| |
| <!-- The title of the confirmation dialog shown when the user selects one / several languages and tries to remove them [CHAR LIMIT=60] --> |
| <plurals name="dlg_remove_locales_title"> |
| <item quantity="one">Remove selected language?</item> |
| <item quantity="other">Remove selected languages?</item> |
| </plurals> |
| |
| <!-- The text of the confirmation dialog shown when the user selects several languages and tries to remove them [CHAR LIMIT=NONE] --> |
| <string name="dlg_remove_locales_message">Text will be displayed in another language.</string> |
| |
| <!-- The title of the error dialog shown when the user selects all the languages and tries to remove them [CHAR LIMIT=60] --> |
| <string name="dlg_remove_locales_error_title">Can’t remove all languages</string> |
| <!-- The text of the error dialog shown when the user selects all the languages and tries to remove them [CHAR LIMIT=NONE] --> |
| <string name="dlg_remove_locales_error_message">Keep at least one preferred language</string> |
| |
| <!-- This text shows in the language picker when the system is not translated into that languages [CHAR LIMIT=80] --> |
| <string name="locale_not_translated">May not be available in some apps</string> |
| |
| <!-- Label for an accessibility action that moves a language up in the ordered language list [CHAR LIMIT=20] --> |
| <string name="action_drag_label_move_up">Move up</string> |
| <!-- Label for an accessibility action that moves a language down in the ordered language list [CHAR LIMIT=20] --> |
| <string name="action_drag_label_move_down">Move down</string> |
| <!-- Label for an accessibility action that moves a language to the top of the ordered language list [CHAR LIMIT=20] --> |
| <string name="action_drag_label_move_top">Move to top</string> |
| <!-- Label for an accessibility action that moves a language to the bottom of the ordered language list [CHAR LIMIT=20] --> |
| <string name="action_drag_label_move_bottom">Move to bottom</string> |
| <!-- Label for an accessibility action that removes the currently selected language from the the ordered language list [CHAR LIMIT=20] --> |
| <string name="action_drag_label_remove">Remove language</string> |
| |
| <!-- The title of the dialog to pick an activity. This is shown when there are multiple activities that can do a particular action. For example, suppose you click on the "Share" menu item in the Browser. Since you can share the webpage URL via many communication methods, this dialog would come up with choices like "Email", "IM", etc. This is a generic message, and the previous example is a single possible scenario (so please don't assume it's for the browser or anything :) ). --> |
| <string name="activity_picker_label">Choose activity</string> |
| <!-- Do not translate. --> |
| <string name="debug_intent_sender_label">Debug intent sender</string> |
| <!-- The title of the activity to adjust display settings --> |
| <string name="display_label">Screen</string> |
| <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] --> |
| <string name="sd_card_settings_label" product="nosdcard">USB storage</string> |
| <!-- The title of the activity to adjust SD card settings--> |
| <string name="sd_card_settings_label" product="default">SD card</string> |
| <!-- The title of the activity to adjust proxy settings --> |
| <string name="proxy_settings_label">Proxy settings</string> |
| |
| <!-- Button label for generic cancel action [CHAR LIMIT=20] --> |
| <string name="cancel">Cancel</string> |
| <!-- Button label for generic OK action [CHAR LIMIT=20] --> |
| <string name="okay">OK</string> |
| <!-- Button label for generic forget action [CHAR LIMIT=20] --> |
| <string name="forget">Forget</string> |
| <!-- Button label for generic save action [CHAR LIMIT=20] --> |
| <string name="save">Save</string> |
| <!-- Button label for generic done action [CHAR LIMIT=20] --> |
| <string name="done">Done</string> |
| <!-- Button label for generic apply action [CHAR LIMIT=20] --> |
| <string name="apply">Apply</string> |
| <!-- Button label for generic share action [CHAR LIMIT=20] --> |
| <string name="share">Share</string> |
| <!-- Button label for generic add action [CHAR LIMIT=20] --> |
| <string name="add">Add</string> |
| |
| <!-- Title of the Settings activity shown within the application itself. --> |
| <string name="settings_label">Settings</string> |
| <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] --> |
| <string name="settings_label_launcher">Settings</string> |
| <!-- Label for option to select a settings panel as a shortcut --> |
| <string name="settings_shortcut">Settings shortcut</string> |
| <!-- Wireless controls settings screen, setting check box label --> |
| <string name="airplane_mode">Airplane mode</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 --> |
| <string name="radio_controls_summary">Manage Wi\u2011Fi, Bluetooth, airplane mode, mobile networks, & VPNs</string> |
| |
| <!-- check box cellular data summary [CHAR LIMIT=85] --> |
| <string name="cellular_data_summary">Allow data usage over mobile network</string> |
| <!-- check box to allow data usage when roaming [CHAR LIMIT=41] --> |
| <string name="allow_data_usage_title">Allow data usage when roaming</string> |
| <!-- mobile network settings screen, setting check box title --> |
| <string name="roaming">Roaming</string> |
| <!-- mobile network settings screen, setting option summary text when check box is selected --> |
| <string name="roaming_enable">Connect to data services when roaming</string> |
| <!-- mobile network settings screen, setting option summary text when check box is clear --> |
| <string name="roaming_disable">Connect to data services when roaming</string> |
| <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box --> |
| <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string> |
| <!-- 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">Roaming charges may apply.</string> |
| <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser tablets [CHAR LIMIT=none] --> |
| <string name="roaming_warning_multiuser" product="tablet">When you allow data roaming, roaming charges may apply.\n\nThis setting affects all users on this tablet.</string> |
| <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser phones [CHAR LIMIT=none] --> |
| <string name="roaming_warning_multiuser" product="default">When you allow data roaming, roaming charges may apply.\n\nThis setting affects all users on this phone.</string> |
| <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box --> |
| <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 --> |
| <string name="sum_carrier_select">Choose a network operator</string> |
| |
| <!-- Main Settings screen setting option name to go into the date and time settings--> |
| <string name="date_and_time_settings_title">Date & time</string> |
| <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] --> |
| <string name="date_and_time_settings_title_setup_wizard">Set date and time</string> |
| <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. --> |
| <string name="date_and_time_settings_summary">Set date, time, time zone, & formats</string> |
| <!-- Date & time setting screen setting switch title: whether the system clock (UTC time) should be determined automatically [CHAR LIMIT=100] --> |
| <string name="date_time_auto">Set time automatically</string> |
| <!-- Date & time setting screen setting switch title: whether the time zone should be determined automatically [CHAR LIMIT=100] --> |
| <string name="zone_auto_title">Set time zone automatically</string> |
| <!-- Date & time setting screen setting option summary text for the automatic 24 hour setting checkbox [CHAR LIMIT=100] --> |
| <string name="date_time_24hour_auto">Use locale default</string> |
| <!-- Date & time setting screen setting check box title [CHAR LIMIT=30] --> |
| <string name="date_time_24hour_title">24\u2011hour format</string> |
| <!-- Date & time setting screen setting check box title --> |
| <string name="date_time_24hour">Use 24-hour format</string> |
| <!-- Date & time setting screen setting option title [CHAR LIMIT=30] --> |
| <string name="date_time_set_time_title">Time</string> |
| <!-- Date & time setting screen title for setting time format (allowing user to set device display in 12-hour format or 24-hour format) [CHAR LIMIT=30] --> |
| <string name="time_format_category_title">Time format</string> |
| <!-- Date & time setting screen setting option title [CHAR LIMIT=30] --> |
| <string name="date_time_set_timezone_title">Time zone</string> |
| <!-- Date & time setting screen setting option title --> |
| <string name="date_time_set_timezone">Select time zone</string> |
| <!-- Date & time setting screen setting option title [CHAR LIMIT=30] --> |
| <string name="date_time_set_date_title">Date</string> |
| <!-- Text hint to search region in time zone setting screen --> |
| <string name="date_time_search_region">Search region</string> |
| <!-- Setting option title to select region in time zone setting screen [CHAR LIMIT=30] --> |
| <string name="date_time_select_region">Region</string> |
| <!-- Setting option title in time zone setting screen [CHAR LIMIT=30] --> |
| <string name="date_time_select_fixed_offset_time_zones">Select UTC offset</string> |
| <!-- Label describing when a given time zone changes to DST or standard time --> |
| <string name="zone_change_to_from_dst"><xliff:g id="time_type" example="Pacific Summer Time">%1$s</xliff:g> starts on <xliff:g id="transition_date" example="Mar 11 2018">%2$s</xliff:g>.</string> |
| <!-- Label describing a exemplar location and time zone offset[CHAR LIMIT=NONE] --> |
| <string name="zone_info_exemplar_location_and_offset"><xliff:g id="exemplar_location" example="Los Angeles">%1$s</xliff:g> (<xliff:g id="offset" example="GMT-08:00">%2$s</xliff:g>)</string> |
| <!-- Label describing a time zone offset and name[CHAR LIMIT=NONE] --> |
| <string name="zone_info_offset_and_name"><xliff:g id="time_type" example="Pacific Time">%2$s</xliff:g> (<xliff:g id="offset" example="GMT-08:00">%1$s</xliff:g>)</string> |
| <!-- Label describing a time zone and changes to DST or standard time [CHAR LIMIT=NONE] --> |
| <string name="zone_info_footer">Uses <xliff:g id="offset_and_name" example="Pacific Time (GMT-08:00)">%1$s</xliff:g>. <xliff:g id="dst_time_type" example="Pacific Daylight Time">%2$s</xliff:g> starts on <xliff:g id="transition_date" example="Mar 11 2018">%3$s</xliff:g>.</string> |
| <!-- Label describing a time zone without DST [CHAR LIMIT=NONE] --> |
| <string name="zone_info_footer_no_dst">Uses <xliff:g id="offset_and_name" example="GMT-08:00 Pacific Time">%1$s</xliff:g>. No daylight savings time.</string> |
| <!-- Describes the time type "daylight savings time" (used in zone_change_to_from_dst, when no zone specific name is available) --> |
| <string name="zone_time_type_dst">Daylight savings time</string> |
| <!-- Describes the time type "standard time" (used in zone_change_to_from_dst, when no zone specific name is available) --> |
| <string name="zone_time_type_standard">Standard time</string> |
| <!-- The menu item to switch to selecting a time zone by region (default) [CHAR LIMIT=30] --> |
| <string name="zone_menu_by_region">Select by region</string> |
| <!-- The menu item to switch to selecting a time zone with a fixed offset (such as UTC or GMT+0200) [CHAR LIMIT=30] --> |
| <string name="zone_menu_by_offset">Select by UTC offset</string> |
| |
| <!-- Title string shown above DatePicker, letting a user select system date |
| [CHAR LIMIT=20] --> |
| <string name="date_picker_title">Date</string> |
| <!-- Title string shown above TimePicker, letting a user select system time |
| [CHAR LIMIT=20] --> |
| <string name="time_picker_title">Time</string> |
| |
| <!-- Security Settings --><skip /> |
| |
| <!-- Security settings screen, setting option name to change screen timeout --> |
| <string name="lock_after_timeout">Lock after screen timeout</string> |
| <!-- Security settings screen, setting option summary to change screen timeout --> |
| <string name="lock_after_timeout_summary"><xliff:g id="timeout_string">%1$s</xliff:g> after timeout</string> |
| <!-- Security settings screen, setting option summary to change screen timeout, with additional explanation--> |
| <string name="lock_immediately_summary_with_exception">Immediately after timeout, except when kept unlocked by <xliff:g id="trust_agent_name">%1$s</xliff:g></string> |
| <!-- Security settings screen, setting option summary to change screen timeout, with additional explanation--> |
| <string name="lock_after_timeout_summary_with_exception"><xliff:g id="timeout_string">%1$s</xliff:g> after timeout, except when kept unlocked by <xliff:g id="trust_agent_name">%2$s</xliff:g></string> |
| <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]--> |
| <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string> |
| <!-- Text shown for title of owner info setting [CHAR LIMIT=30]--> |
| <string name="owner_info_settings_title">Add text on lock screen</string> |
| <!-- Text shown for title of settings checkbox to enable widgets [CHAR LIMIT=20]--> |
| <string name="security_enable_widgets_title">Enable widgets</string> |
| <!-- Summary for settings checkbox to disable widgets when the setting has been disabled by an installed device admin [CHAR LIMIT=50] --> |
| <string name="security_enable_widgets_disabled_summary">Disabled by admin</string> |
| |
| <!-- Text shown for the title of the lock when trust lost option [CHAR LIMIT=40] --> |
| <string name="trust_lost_locks_screen_title">Lock screen when trust is lost</string> |
| <!-- Text shown for the description of the lock when trust lost option [CHAR LIMIT=NONE --> |
| <string name="trust_lost_locks_screen_summary">If enabled, the device will lock when the last trust agent loses trust</string> |
| |
| <!-- Text shown for summary of owner info setting (if none set) [CHAR LIMIT=40]--> |
| <string name="owner_info_settings_summary">None</string> |
| <!-- Description of how many characters are used in owner info [CHAR LIMIT=40]--> |
| <string name="owner_info_settings_status"><xliff:g id="count" example="90">%1$d</xliff:g> / <xliff:g id="count" example="100">%2$d</xliff:g></string> |
| <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] --> |
| <string name="owner_info_settings_edit_text_hint">E.g., Joe\u2019s Android.</string> |
| |
| <!-- Text shown next to checkbox for showing profile info on LockScreen [CHAR LIMIT=50]--> |
| <string name="show_profile_info_on_lockscreen_label">Show profile info on lock screen</string> |
| |
| <!-- Main Settings screen setting option title for the item to take you to the Accounts screen [CHAR LIMIT=22] --> |
| <string name="Accounts_settings_title">Accounts</string> |
| <!-- Main Settings screen setting option title for the item to take you to the location screen --> |
| <string name="location_settings_title">Location</string> |
| <!-- Used in the location settings to control turning on/off the feature entirely [CHAR LIMIT=60] --> |
| <string name="location_settings_primary_switch_title">Use location</string> |
| <!-- Summary for Location settings when location is off [CHAR LIMIT=NONE] --> |
| <string name="location_settings_summary_location_off">Off</string> |
| <!-- Summary for Location settings when location is on, explaining how many apps have location permission [CHAR LIMIT=NONE]--> |
| <plurals name="location_settings_summary_location_on"> |
| <item quantity="one">On - <xliff:g id="count">%1$d</xliff:g> app has access to location</item> |
| <item quantity="other">On - <xliff:g id="count">%1$d</xliff:g> apps have access to location</item> |
| </plurals> |
| <!-- Location settings, loading the number of apps which have location permission [CHAR LIMIT=30] --> |
| <string name="location_settings_loading_app_permission_stats">Loading\u2026</string> |
| <!-- Location settings footer warning text when location is on [CHAR LIMIT=NONE] --> |
| <string name="location_settings_footer_general"> |
| Apps with the Nearby devices permission can determine the |
| relative position of connected devices. |
| </string> |
| <!-- Location settings footer warning text when location is off [CHAR LIMIT=NONE] --> |
| <string name="location_settings_footer_location_off"> |
| Location access is off for apps and services. Your device location may still be sent to |
| emergency responders when you call or text an emergency number. |
| </string> |
| <!-- Location settings footer link to support page [CHAR LIMIT=NONE] --> |
| <string name="location_settings_footer_learn_more_link" translatable="false"> |
| https://support.google.com/android/answer/3467281 |
| </string> |
| <!-- Location settings footer link content description [CHAR LIMIT=NONE] --> |
| <string name="location_settings_footer_learn_more_content_description"> |
| Learn more about Location Settings. |
| </string> |
| |
| <!-- Main Settings screen setting option title for the item to take you to the accounts screen [CHAR LIMIT=22] --> |
| <string name="account_settings_title">Accounts</string> |
| <!-- Main Settings screen setting option title for the item to take you to the security screen --> |
| <string name="security_settings_title">Security</string> |
| <!-- Security Settings screen setting option title for the item to take you to the encryption and credential screen --> |
| <string name="encryption_and_credential_settings_title">Encryption & credentials</string> |
| <!-- Security Settings screen Encryption and crendential summary --> |
| <string name="encryption_and_credential_settings_summary" product="default">Phone encrypted</string> |
| <string name="decryption_settings_summary" product="default">Phone not encrypted</string> |
| <!-- Security Settings screen Encryption and crendential summary --> |
| <string name="encryption_and_credential_settings_summary" product="tablet">Device encrypted</string> |
| <string name="decryption_settings_summary" product="tablet">Device not encrypted</string> |
| <!-- Screen title for a list of settings controlling what to show on user's lockscreen [CHAR LIMIT=60] --> |
| <string name="lockscreen_settings_title">Lock screen</string> |
| <!-- Category title for the settings that control what lockscreen shows. [CHAR LIMIT=30] --> |
| <string name="lockscreen_settings_what_to_show_category">What to show</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 --> |
| <string name="cdma_security_settings_summary">Set My Location, screen unlock, credential storage lock</string> |
| <!-- In the security screen, the header title for settings related to Passwords--> |
| <string name="security_passwords_title">Privacy</string> |
| <!-- Summary for settings preference disabled by administrator [CHAR LIMIT=50] --> |
| <string name="disabled_by_administrator_summary">Not available</string> |
| <!-- In the security screen, the header title for security statuses --> |
| <string name="security_status_title">Security status</string> |
| <!-- Summary for Security settings, explaining a few important settings under it [CHAR LIMIT=NONE] --> |
| <string name="security_dashboard_summary">Screen lock, Find My Device, app security</string> |
| |
| <!-- Face enrollment and settings --><skip /> |
| <!-- Note: Update FaceEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. --> |
| <!-- Message shown in summary field when face unlock is set up. [CHAR LIMIT=40] --> |
| <string name="security_settings_face_preference_summary">Face added</string> |
| <!-- Message shown in summary field when Face Unlock is not set up. [CHAR LIMIT=54] --> |
| <string name="security_settings_face_preference_summary_none">Tap to set up face</string> |
| <!-- Title shown for menu item that launches face settings or enrollment. [CHAR LIMIT=32] --> |
| <string name="security_settings_face_preference_title">Face Unlock</string> |
| <!-- Title shown for menu item that launches face settings or enrollment, for work profile [CHAR LIMIT=50] --> |
| <string name="security_settings_face_profile_preference_title">Face Unlock for work</string> |
| <!-- Introduction title shown in face enrollment education screen [CHAR LIMIT=50] --> |
| <string name="security_settings_face_enroll_education_title">How to set up Face Unlock</string> |
| <!-- Introduction title shown in face enrollment education screen for accessibility [CHAR LIMIT=50]--> |
| <string name="security_settings_face_enroll_education_title_accessibility">Set up Face Unlock</string> |
| <!-- Introduction title shown in face enrollment education screen to show the face unlock feature, when face unlock is disabled by device admin [CHAR LIMIT=60] --> |
| <string name="security_settings_face_enroll_education_title_unlock_disabled">Use your face to authenticate</string> |
| <!-- Introduction detail message shown in face education [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_education_message"></string> |
| <!-- Introduction detail message shown in face education for accessibility [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_education_message_accessibility"></string> |
| <!-- Button that takes the user to the enrollment activity [CHAR LIMIT=20] --> |
| <string name="security_settings_face_enroll_education_start">Start</string> |
| <!-- Confirmation dialog message shown when users with system accessibility features enabled try to start the non-accessibility version of enrollment [CHAR LIMIT=150] --> |
| <string name="security_settings_face_enroll_education_accessibility_dialog_message">If accessibility Face Unlock is turned off, some setup steps may not work properly with TalkBack.</string> |
| <!-- Negative button text for users who were shown the accessibility dialog [CHAR LIMIT=10] --> |
| <string name="security_settings_face_enroll_education_accessibility_dialog_negative">Go back</string> |
| <!-- Positive button text for users who were shown the accessibility dialog [CHAR LIMIT=20] --> |
| <string name="security_settings_face_enroll_education_accessibility_dialog_positive">Continue setup</string> |
| <!-- Button shown which shows accessibility toggles for face enrollment when clicked. [CHAR LIMIT=32] --> |
| <string name="security_settings_face_enroll_introduction_accessibility">Use accessibility setup</string> |
| <!-- Additional details shown when the accessibility toggle is expanded. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_face_enroll_introduction_accessibility_expanded"></string> |
| <!-- Message shown for a toggle which when enabled, allows the user to enroll using a simpler flow for accessibility [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_accessibility_diversity"></string> |
| <!-- Message shown for a toggle which when enabled, allows the user to enroll using a simpler flow for accessibility [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_accessibility_vision"></string> |
| <!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] --> |
| <string name="security_settings_face_enroll_introduction_cancel">Cancel</string> |
| <!-- Button text to cancel enrollment [CHAR LIMIT=30] --> |
| <string name="security_settings_face_enroll_introduction_no_thanks">No thanks</string> |
| <!-- Button text to start enrollment [CHAR LIMIT=30] --> |
| <string name="security_settings_face_enroll_introduction_agree">I agree</string> |
| <!-- Button text to scroll to the end of a scrollview. [CHAR LIMIT=30] --> |
| <string name="security_settings_face_enroll_introduction_more">More</string> |
| <!-- Introduction title shown in face enrollment to introduce the face unlock feature [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_introduction_title">Unlock with your face</string> |
| <!-- Introduction title shown in face enrollment when when asking for parental consent for the face unlock feature [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_consent_introduction_title">Allow face unlock</string> |
| <!-- Introduction title shown in face enrollment to introduce the face unlock feature, when face unlock is disabled by device admin [CHAR LIMIT=60] --> |
| <string name="security_settings_face_enroll_introduction_title_unlock_disabled">Use your face to authenticate</string> |
| <!-- Introduction detail message shown in face enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_face_enroll_introduction_message">Use your face to unlock your phone, authorize purchases, or sign in to apps.</string> |
| <!-- Introduction detail message shown in face enrollment dialog when asking for parental consent [CHAR LIMIT=NONE]--> |
| <string name="security_settings_face_enroll_introduction_consent_message">Allow your child to use their face to unlock their phone or verify it\u2019s them. This happens when they sign in to apps, approve a purchase, and more.</string> |
| <!-- Introduction detail message shown in face enrollment dialog, when face unlock is disabled by device admin [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_message_unlock_disabled">Use your face to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your face to unlock this device. For more information, contact your organization\u2019s admin.</string> |
| <!-- Introduction detail message shown in face enrollment screen in setup wizard. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_message_setup">Use your face to unlock your phone, authorize purchases, or sign in to apps</string> |
| <!-- Title of a section on the face enrollment introduction page that provides additional information. [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_introduction_info_title"></string> |
| <!-- Message on the face enrollment introduction page that provides information about glasses. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_glasses"></string> |
| <!-- Message on the face enrollment introduction page that provides information about glasses when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_consent_glasses"></string> |
| <!-- Message on the face enrollment introduction page that provides information about what could cause the phone to unlock. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_looking"></string> |
| <!-- Message on the face enrollment introduction page that provides information about what could cause the phone to unlock when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_consent_looking"></string> |
| <!-- Message on the face enrollment introduction page that provides information about how to require eyes to be open for Face Unlock. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_gaze"></string> |
| <!-- Message on the face enrollment introduction page that provides information about how to require eyes to be open for Face Unlock when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_info_consent_gaze"></string> |
| |
| <!-- Title of a section on the face enrollment introduction page that explains how face unlock works. [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_introduction_how_title"></string> |
| <!-- Message on the face enrollment introduction page that explains how face unlock works. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_how_message"></string> |
| <!-- Message on the face enrollment introduction page that explains how Face Unlock works when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_how_consent_message"></string> |
| <!-- Title of a section on the face enrollment introduction page that explains privacy controls for face unlock. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_control_title"></string> |
| <!-- Title of a section on the face enrollment introduction page that explains privacy controls for face unlock when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_control_consent_title"></string> |
| <!-- Message on the face enrollment introduction page that explains privacy controls for face unlock [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_control_message"></string> |
| <!-- Message on the face enrollment introduction page that explains privacy controls for face unlock when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_enroll_introduction_control_consent_message"></string> |
| <!-- Title shown in face enrollment dialog [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_repeat_title">Center your face in the circle</string> |
| <!-- Button text to skip enrollment of face [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_enrolling_skip">Skip</string> |
| <!-- Text shown when "Add face" button is disabled --> |
| <string name="face_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> faces</string> |
| <!-- Text shown when users has enrolled a maximum number of faces [CHAR LIMIT=NONE] --> |
| <string name="face_intro_error_max">You\u2019ve added the maximum number of faces</string> |
| <!-- Text shown when an unknown error caused the device to be unable to add faces [CHAR LIMIT=NONE] --> |
| <string name="face_intro_error_unknown">Can\u2019t add more faces</string> |
| <!-- Dialog message for dialog which shows when face cannot be enrolled. [CHAR LIMIT=45] --> |
| <string name="security_settings_face_enroll_error_dialog_title">Enrollment was not completed</string> |
| <!-- Button text shown in face dialog shown when an error occurs during enrollment [CHAR LIMIT=22] --> |
| <string name="security_settings_face_enroll_dialog_ok">OK</string> |
| <!-- Dialog message for dialog which shows when face cannot be enrolled due to being idle too long. --> |
| <string name="security_settings_face_enroll_error_timeout_dialog_message">Face enrollment time limit reached. Try again.</string> |
| <!-- Dialog message for dialog which shows when face cannot be enrolled due to an internal error or face can't be read. --> |
| <string name="security_settings_face_enroll_error_generic_dialog_message">Face enrollment didn\'t work.</string> |
| <!-- Message shown in face enrollment dialog once enrollment is completed --> |
| <string name="security_settings_face_enroll_finish_title">All set. Looking good.</string> |
| <!-- Button text to exit face wizard after everything is done [CHAR LIMIT=15] --> |
| <string name="security_settings_face_enroll_done">Done</string> |
| <!-- Settings suggestion title text for re-enrolling a face. [CHAR LIMIT=50] --> |
| <string name="security_settings_face_enroll_should_re_enroll_title">Improve Face Unlock performance</string> |
| <!-- Settings suggestion subtitle text for re-enrolling a face. [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_should_re_enroll_subtitle">Set up Face Unlock again</string> |
| <!-- Settings suggestion title text for mandatory re-enrolling of a face. [CHAR LIMIT=50] --> |
| <string name="security_settings_face_enroll_must_re_enroll_title">Set up Face Unlock again</string> |
| <!-- Settings suggestion subtitle text for mandatory re-enrolling of a face. [CHAR LIMIT=40] --> |
| <string name="security_settings_face_enroll_must_re_enroll_subtitle">Improve security and performance</string> |
| <!-- Settings suggestion alert body title for re-enrolling a face. [CHAR LIMIT=60] --> |
| <string name="security_settings_face_enroll_improve_face_alert_title">Set up Face Unlock</string> |
| <!-- Settings suggestion alert body text for re-enrolling a face. [CHAR LIMIT=300] --> |
| <string name="security_settings_face_enroll_improve_face_alert_body">Delete your current face model to set up Face Unlock again.\n\nYour face model will be permanently and securely deleted.\n\nAfter deletion, you will need your PIN, pattern, or password to unlock your phone or for authentication in apps.</string> |
| <!-- Settings suggestion alert body text for re-enrolling a face. [CHAR LIMIT=300] --> |
| <string name="security_settings_face_enroll_improve_face_alert_body_fingerprint">Delete your current face model to set up Face Unlock again.\n\nYour face model will be permanently and securely deleted.\n\nAfter deletion, you will need your fingerprint, PIN, pattern, or password to unlock your phone or for authentication in apps.</string> |
| <!-- Title for a category shown for the face settings page. [CHAR LIMIT=20] --> |
| <string name="security_settings_face_settings_use_face_category">Use Face Unlock for</string> |
| <!-- Title for a category shown for the face settings page, followed by items that the user can toggle on/off to require/disable. [CHAR LIMIT=50] --> |
| <string name="security_settings_face_settings_preferences_category">When using Face Unlock</string> |
| <!-- Text shown on a toggle which disables/enables face unlock, depending if the user's eyes are open. [CHAR LIMIT=30] --> |
| <string name="security_settings_face_settings_require_attention">Require eyes to be open</string> |
| <!-- Text shown on the details of a toggle which disables/enables face unlock, depending if the user's eyes are open. [CHAR LIMIT=70] --> |
| <string name="security_settings_face_settings_require_attention_details">To unlock the phone, your eyes must be open</string> |
| <!-- When authenticating in apps, always require confirmation (e.g. confirm button) after a face is authenticated. [CHAR LIMIT=50] --> |
| <string name="security_settings_face_settings_require_confirmation">Always require confirmation</string> |
| <!-- When authenticating in apps, always require confirmation (e.g. confirm button) after a face is authenticated. [CHAR LIMIT=70] --> |
| <string name="security_settings_face_settings_require_confirmation_details">When using Face Unlock in apps, always require confirmation step</string> |
| <!-- Button text in face settings which removes the user's face model from the device [CHAR LIMIT=40] --> |
| <string name="security_settings_face_settings_remove_face_model">Delete face model</string> |
| <!-- Button text in face settings which lets the user enroll their face [CHAR LIMIT=40] --> |
| <string name="security_settings_face_settings_enroll">Set up Face Unlock</string> |
| <!-- Text shown in face settings explaining what your face can be used for. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_settings_footer">Use your face to unlock your phone or for authentication in apps, like when you sign in or approve a purchase.\n\nKeep in mind:\nYou can only have one face set up at a time. To add another face, delete the current one.\n\nLooking at the phone can unlock it when you don\u2019t intend to.\n\nYour phone can be unlocked by someone else if it\u2019s held up to your face.\n\nYour phone can be unlocked by someone who looks a lot like you, like an identical sibling.</string> |
| <!-- Text shown in face settings explaining what your face can be used for. Used when attention checking is not supported. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_settings_footer_attention_not_supported">Use your face to unlock your phone or for authentication in apps, like when you sign in or approve a purchase.\n\nKeep in mind:\nYou can only have one face set up at a time. To add another face, delete the current one.\n\nLooking at the phone can unlock it when you don\u2019t intend to.\n\nYour phone can be unlocked by someone else if it\u2019s held up to your face, even if your eyes are closed.\n\nYour phone can be unlocked by someone who looks a lot like you, like an identical sibling.</string> |
| <!-- Dialog title shown when the user removes an enrollment [CHAR LIMIT=35] --> |
| <string name="security_settings_face_settings_remove_dialog_title">Delete face model?</string> |
| <!-- Dialog contents shown when the user removes an enrollment [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_settings_remove_dialog_details">Your face model will be permanently and securely deleted. After deletion, you will need your PIN, pattern, or password to unlock your phone or for authentication in apps.</string> |
| <!-- Dialog title shown when the user chooses to delete an existing enrolled face model. [CHAR LIMIT=35] --> |
| <string name="security_settings_face_settings_remove_model_dialog_title">Delete face model?</string> |
| <!-- Dialog contents shown when the user chooses to delete an existing enrolled face model. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_settings_remove_model_dialog_details">Your face model will be permanently and securely deleted.\n\nAfter deletion, you will need your fingerprint, PIN, pattern, or password to unlock your phone or for authentication in apps.</string> |
| <!-- Subtitle shown for contextual setting face enrollment [CHAR LIMIT=NONE] --> |
| <string name="security_settings_face_settings_context_subtitle">Use Face Unlock to unlock your phone</string> |
| |
| <!-- Fingerprint enrollment and settings --><skip /> |
| <!-- Note: Update FingerprintEnrollParentalConsent.CONSENT_STRING_RESOURCES when any _consent_ strings are added or removed. --> |
| <!-- Title shown for menu item that launches fingerprint settings or enrollment [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_preference_title">Fingerprint</string> |
| <!-- Fingerprint enrollment and settings --><skip /> |
| <!-- Title shown for work menu item that launches fingerprint settings or enrollment [CHAR LIMIT=22] --> |
| <string name="security_settings_work_fingerprint_preference_title">Fingerprint for work</string> |
| <!-- Fingerprint managment category title - configuration options for managing enrolled fingerprints [CHAR LIMIT=22] --> |
| <string name="fingerprint_manage_category_title">Manage fingerprints</string> |
| <!-- Fingerprint category title - configuration options for managing fingerprint enrollment [CHAR LIMIT=22] --> |
| <string name="fingerprint_usage_category_title">Use fingerprint for</string> |
| <!-- Preference to add another fingerprint --> |
| <string name="fingerprint_add_title">Add fingerprint</string> |
| <!-- switch for allowing fingerprint to be used for keyguard --> |
| <string name="fingerprint_enable_keyguard_toggle_title">screen lock</string> |
| <!-- Message showing the current number of fingerprints set up. Shown for a menu item that launches fingerprint settings or enrollment. --> |
| <plurals name="security_settings_fingerprint_preference_summary"> |
| <item quantity="one">Fingerprint added</item> |
| <item quantity="other"><xliff:g id="count">%1$d</xliff:g> fingerprints added</item> |
| </plurals> |
| <!-- message shown in summary field when no fingerprints are registered --> |
| <string name="security_settings_fingerprint_preference_summary_none"></string> |
| <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature [CHAR LIMIT=29] --> |
| <string name="security_settings_fingerprint_enroll_introduction_title">Set up your fingerprint</string> |
| <!-- Introduction title shown in fingerprint enrollment when asking for parental consent for fingerprint unlock [CHAR LIMIT=29] --> |
| <string name="security_settings_fingerprint_enroll_consent_introduction_title">Allow fingerprint unlock</string> |
| <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature, when fingerprint unlock is disabled by device admin [CHAR LIMIT=40] --> |
| <string name="security_settings_fingerprint_enroll_introduction_title_unlock_disabled">Use your fingerprint</string> |
| <!-- Introduction detail message shown in fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_message">Use your fingerprint to unlock your phone or verify it\u2019s you, like when you sign in to apps or approve a purchase.</string> |
| <!-- Introduction detail message shown in fingerprint enrollment dialog when asking for parental consent [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_consent_message">Allow your child to use their fingerprint to unlock their phone or verify it\u2019s them. This happens when they sign in to apps, approve a purchase, and more.</string> |
| <!-- Introduction title shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_title_1">You\u2019re in control</string> |
| <!-- Introduction title shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_title_consent_1">You and your child are in control</string> |
| <!-- Introduction title shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_title_2">Keep in mind</string> |
| <!-- Introduction detail message shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_message_1">The data recorded by Fingerprint is stored securely and never leaves your phone. You can delete your data anytime in Settings.</string> |
| <!-- Introduction detail message shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_message_2">Your fingerprint may be less secure than a strong pattern or PIN.</string> |
| <!-- Introduction detail message shown in the bottom of fingerprint enrollment dialog [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_footer_message_3" product="default">Your phone will occasionally use your recent fingerprint images to create improved fingerprint models.</string> |
| <!-- Introduction detail message shown in fingerprint enrollment dialog, when fingerprint unlock is disabled by device admin [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_introduction_message_unlock_disabled">Use your fingerprint to unlock your phone or approve purchases.\n\nNote: You can\u2019t use your fingerprint to unlock this device. For more information, contact your organization\u2019s admin.</string> |
| <!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_enroll_introduction_cancel">Cancel</string> |
| <!-- Button text to cancel enrollment [CHAR LIMIT=30] --> |
| <string name="security_settings_fingerprint_enroll_introduction_no_thanks">No thanks</string> |
| <!-- Button text to agree the consent and continue to the next screen from the introduction [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_enroll_introduction_agree">I agree</string> |
| <!-- Title of dialog shown when the user tries to skip setting up fingerprint after adding lock screen during initial setup. [CHAR LIMIT=30] --> |
| <string name="setup_fingerprint_enroll_skip_title">Skip fingerprint?</string> |
| <!-- Body text of dialog shown when the user tries to skip setting up fingerprint after adding lock screen during initial setup [CHAR LIMIT=NONE] --> |
| <string name="setup_fingerprint_enroll_skip_after_adding_lock_text">Fingerprint setup only takes a minute or two. If you skip this, you can add your fingerprint later in settings.</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so [CHAR LIMIT=30]--> |
| |
| <!-- Introduction detail message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_message_setup">When you see this icon, use your fingerprint for authentication, like when you sign in to apps or approve a purchase</string> |
| <!-- Introduction subtitle message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_title_1">Keep in mind</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_1">Using your fingerprint to unlock your phone may be less secure than a strong pattern or PIN</string> |
| <!-- Introduction subtitle message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_title_2">How it works</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_2">Fingerprint Unlock creates a unique model of your fingerprint to verify it\u2019s you. To create this fingerprint model during setup, you will take images of your fingerprint from different positions.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard when asking for parental consent. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_2">Fingerprint Unlock creates a unique model of your child\u2019s fingerprint to verify it\u2019s them. To create this fingerprint model during setup, they will take images of their fingerprint from different positions.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_3">When you use Pixel Imprint, images are used to update your fingerprint model. Images used to create your fingerprint model are never stored, but the fingerprint model is stored securely on your phone and never leaves the phone. All processing occurs securely on your phone.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard when asking for parental consent. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_3">When they use Pixel Imprint, images are used to update their fingerprint model. Images used to create your child\u2019s fingerprint model are never stored, but the fingerprint model is stored securely on the phone and never leaves the phone. All processing occurs securely on the phone.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_4">You can delete your fingerprint images and model, or turn off Fingerprint Unlock at any time in Settings. Fingerprint images and models are stored on the phone until you delete them.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_4">You and your child can delete their fingerprint images and model, or turn off Fingerprint Unlock at any time in Settings. Fingerprint images and models are stored on the phone until they\u2019re deleted.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_5">Your phone can be unlocked when you don\u2019t intend to, like if someone holds it up to your finger.</string> |
| <!-- Introduction description message shown in fingerprint enrollment introduction screen in setup wizard when asking for parental consent. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_footer_message_consent_5">Your child\u2019s phone can be unlocked when they don\u2019t intend to, like if someone holds it up to their finger.</string> |
| <!-- Introduction detail message shown in fingerprint enrollment introduction to learn more about fingerprint [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_introduction_message_learn_more"></string> |
| |
| <!-- Acquire message received during fingerprint enrollment to inform the user to change the position of their finger. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_try_adjusting">Change the position of your finger slightly each time</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user to cover the fingerprint sensor. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_partially_detected">Cover the icon with the center of your fingerprint</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user this fingerprint has already been added. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_already_enrolled">This fingerprint has already been added</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user to clean the screen near the fingerprint sensor. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_clean_sensor">Clean your screen near the sensor and try again</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user to lift their finger. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_too_fast">Lift your finger after you feel a vibration</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user to try better lighting. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_acquire_too_bright">Move somewhere with gentler lighting and try again</string> |
| <!-- Acquire message received during fingerprint enrollment to inform the user they've reached the maximum number of enrollments. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_enroll_error_max_attempts">You\u2019ve reached the maximum number of attempts</string> |
| |
| <!-- Message shown in fingerprint security settings home screen. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_v2_home_screen">Use your fingerprint to unlock your phone or verify it\u2019s you, like when you sign in to apps\n\n<annotation id="url">Learn more</annotation></string> |
| |
| <!-- Biometric settings --><skip /> |
| <!-- Title shown for menu item that launches biometric settings. [CHAR LIMIT=66] --> |
| <string name="security_settings_biometric_preference_title">Face & Fingerprint Unlock</string> |
| <!-- Message shown in summary field of biometric settings. [CHAR LIMIT=66] --> |
| <string name="security_settings_biometric_preference_summary_none_enrolled">Tap to set up</string> |
| <!-- Message shown in summary field of biometric settings when face is enrolled, and multiple fingerprints are enrolled. [CHAR LIMIT=66]--> |
| <string name="security_settings_biometric_preference_summary_both_fp_multiple">Face and fingerprints added</string> |
| <!-- Message shown in summary field of biometric settings when face is enrolled, and a single fingerprintis enrolled. [CHAR LIMIT=66]--> |
| <string name="security_settings_biometric_preference_summary_both_fp_single">Face and fingerprint added</string> |
| <!-- Introduction shown in face and fingerprint page to introduce the biometric feature. [CHAR LIMIT=NONE]--> |
| <string name="biometric_settings_intro">When you set up Face Unlock and Fingerprint Unlock, your phone will ask for your fingerprint when you wear a mask or are in a dark area</string> |
| <!-- Biometric category title - biometric options for unlocking the device. [CHAR LIMIT=50] --> |
| <string name="biometric_settings_category_ways_to_unlock">Ways to unlock</string> |
| <!-- Biometric category title - configuration options for using biometric to unlock the device or authenticate in apps. [CHAR LIMIT=50] --> |
| <string name="biometric_settings_category_ways_to_use">Use face and fingerprint for</string> |
| <!-- Text shown on a toggle which allows or disallows the device to use biometric for unlocking the device. [CHAR LIMIT=50] --> |
| <string name="biometric_settings_use_biometric_unlock_phone">Unlocking your phone</string> |
| <!-- Text shown on a toggle which allows or disallows the device to use biometric for authentication. [CHAR LIMIT=50] --> |
| <string name="biometric_settings_use_biometric_for_apps">Authentication in apps</string> |
| <!-- Message shown during enrollment to prompt a child to give the device to a parent or guardian. [CHAR LIMIT=NONE]--> |
| <string name="biometric_settings_hand_back_to_guardian">Hand the phone back to your parent</string> |
| <!-- Button text shown during enrollment to proceed after a child user has handed the device to a parent or guardian. [CHAR LIMIT=22] --> |
| <string name="biometric_settings_hand_back_to_guardian_ok">OK</string> |
| |
| <!-- Title of dialog shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so [CHAR LIMIT=30]--> |
| <string name="lock_screen_intro_skip_title">Skip screen lock?</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so, including loss of factory reset protection. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text_frp" product="tablet">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost, stolen or reset.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so, including loss of factory reset protection. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text_frp" product="device">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this device if it\u2019s lost, stolen or reset.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so, including loss of factory reset protection. (phone) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text_frp" product="default">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this phone if it\u2019s lost, stolen or reset.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text" product="tablet">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text" product="device">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so. (phone) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_intro_skip_dialog_text" product="default">Device protection features won\u2019t be turned on. You won\u2019t be able to prevent others from using this phone if it\u2019s lost or stolen.</string> |
| <!-- Button for skipping a step after having been warned of a potential concern [CHAR LIMIT=30] --> |
| <string name="skip_anyway_button_label">Skip anyway</string> |
| <!-- Button for going to the previous screen or step [CHAR LIMIT=20] --> |
| <string name="go_back_button_label">Go back</string> |
| <!-- Button text to skip lock screen setup [CHAR LIMIT=20] --> |
| <string name="skip_lock_screen_dialog_button_label">Skip</string> |
| <!-- Button text to cancel lock screen skip dialog [CHAR LIMIT=20] --> |
| <string name="cancel_lock_screen_dialog_button_label">Cancel</string> |
| <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=29] --> |
| <string name="security_settings_fingerprint_enroll_find_sensor_title">Touch the sensor</string> |
| <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=60] --> |
| <string name="security_settings_udfps_enroll_find_sensor_title">How to set up your fingerprint</string> |
| <!-- Message shown in fingerprint enrollment dialog to locate the sensor --> |
| <string name="security_settings_fingerprint_enroll_find_sensor_message">It\u2019s on the back of your phone. Use your index finger.</string> |
| <!-- Message shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=NONE]--> |
| <string name="security_settings_udfps_enroll_find_sensor_message">The fingerprint sensor is on your screen. You\u2019ll capture your fingerprint on the next screen.</string> |
| <!-- Button for starting fingerprint enrollment. [CHAR LIMIT=10]--> |
| <string name="security_settings_udfps_enroll_find_sensor_start_button">Start</string> |
| <!-- Message announced to a11y users during fingerprint enrollment to help them locate the sensor. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_udfps_enroll_a11y">Move your finger across the screen to find the sensor. Touch & hold the fingerprint sensor.</string> |
| <!-- Content description of graphic that shows where the fingerprint of the device is [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_find_sensor_content_description">Illustration with device and fingerprint sensor location</string> |
| <!-- Label text shown in fingerprint dialog for renaming a fingerprint template [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_enroll_dialog_name_label">Name</string> |
| <!-- Button text shown in fingerprint dialog that allows the user to rename a fingerprint template [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_enroll_dialog_ok">OK</string> |
| <!-- Button text shown in fingerprint dialog that allows the user to delete the fingerprint template [CHAR LIMIT=22] --> |
| <string name="security_settings_fingerprint_enroll_dialog_delete">Delete</string> |
| <!-- Title shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=29]--> |
| <string name="security_settings_fingerprint_enroll_start_title">Touch the sensor</string> |
| <!-- Message shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_start_message">Put your finger on the sensor and lift after you feel a vibration</string> |
| <!-- Message shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=NONE] --> |
| <string name="security_settings_udfps_enroll_start_message">Keep your finger on the sensor until you feel a vibration</string> |
| <!-- Title shown in fingerprint enrollment [CHAR LIMIT=NONE]--> |
| <string name="security_settings_fingerprint_enroll_udfps_title">Touch & hold the fingerprint sensor</string> |
| <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=40] --> |
| <string name="security_settings_fingerprint_enroll_repeat_title">Lift, then touch again</string> |
| <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=40] --> |
| <string name="security_settings_udfps_enroll_title_one_more_time">One more time</string> |
| <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=60] --> |
| <string name="security_settings_udfps_enroll_repeat_title_touch_icon">Follow the fingerprint icon</string> |
| <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_repeat_message">Keep lifting your finger to add the different parts of your fingerprint</string> |
| <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=160] --> |
| <string name="security_settings_udfps_enroll_repeat_message">Touch & hold each time the fingerprint icon moves. This helps capture more of your fingerprint.</string> |
| <!-- Title shown during fingerprint enrollment that instructs the user to enroll their fingertip [CHAR LIMIT=80] --> |
| <string name="security_settings_udfps_enroll_fingertip_title">Place the tip of your finger on the sensor</string> |
| <!-- Title shown during fingerprint enrollment that instructs the user to enroll the edges of their finger [CHAR LIMIT=80] --> |
| <string name="security_settings_udfps_enroll_edge_title">Finally, place the edges of your finger</string> |
| <!-- Message shown during fingerprint enrollment that instructs the user to enroll the edges of their finger [CHAR LIMIT=160] --> |
| <string name="security_settings_udfps_enroll_edge_message">Place the side of your fingerprint on the sensor and hold, then switch to the other side</string> |
| <!-- Message shown in fingerprint enrollment asking users to repeat touching the fingerprint sensor. [CHAR LIMIT=160] --> |
| <string name="security_settings_udfps_enroll_repeat_a11y_message">This helps capture more of your fingerprint</string> |
| <!-- Message read to a11y users when enrollment progress is made. The number is from 0 to 100. [CHAR LIMIT=NONE]--> |
| <string name="security_settings_udfps_enroll_progress_a11y_message">Enrolling fingerprint <xliff:g id="percentage" example="10">%d</xliff:g> percent</string> |
| <!-- Title shown in fingerprint enrollment dialog once enrollment is completed [CHAR LIMIT=29] --> |
| <string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added</string> |
| <!-- Message shown in fingerprint enrollment dialog once enrollment is completed --> |
| <string name="security_settings_fingerprint_enroll_finish_message">Now you can use your fingerprint to unlock your phone or verify it\u2019s you, like when you sign in to apps</string> |
| <!-- Button text to skip enrollment of fingerprint [CHAR LIMIT=40] --> |
| <string name="security_settings_fingerprint_enroll_enrolling_skip">Do it later</string> |
| <!-- Title of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=40] --> |
| <string name="setup_fingerprint_enroll_enrolling_skip_title">Skip fingerprint setup?</string> |
| <!-- Content of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=NONE] --> |
| <string name="setup_fingerprint_enroll_enrolling_skip_message">You\u2019ve chosen to use your fingerprint as one way to unlock your phone. If you skip now, you\u2019ll need to set this up later. Setup takes only a minute or so.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_message" product="tablet">A PIN protects the tablet if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_message" product="tablet">A pattern protects the tablet if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_message" product="tablet">A password protects the tablet if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_message" product="device">A PIN protects the device if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_message" product="device">A pattern protects the device if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_message" product="device">A password protects the device if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_message" product="default">A PIN protects the phone if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_message" product="default">A pattern protects the phone if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_message" product="default">A password protects the phone if it\u2019s lost or stolen</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_fingerprint_message" product="tablet">A PIN is required to set up Fingerprint Unlock.\n\nA PIN protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_fingerprint_message" product="tablet">A pattern is required to set up Fingerprint Unlock.\n\nA pattern protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_fingerprint_message" product="tablet">A password is required to set up Fingerprint Unlock.\n\nA password protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_fingerprint_message" product="device">A PIN is required to set up Fingerprint Unlock.\n\nA PIN protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_fingerprint_message" product="device">A pattern is required to set up Fingerprint Unlock.\n\nA pattern protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_fingerprint_message" product="device">A password is required to set up Fingerprint Unlock.\n\nA password protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_fingerprint_message" product="default">A PIN is required to set up Fingerprint Unlock.\n\nA PIN protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_fingerprint_message" product="default">A pattern is required to set up Fingerprint Unlock.\n\nA pattern protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_fingerprint_message" product="default">A password is required to set up Fingerprint Unlock.\n\nA password protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_face_message" product="tablet">A PIN is required to set up Face Unlock.\n\nA PIN protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_face_message" product="tablet">A pattern is required to set up Face Unlock.\n\nA pattern protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_face_message" product="tablet">A password is required to set up Face Unlock.\n\nA password protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_face_message" product="device">A PIN is required to set up Face Unlock.\n\nA PIN protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_face_message" product="device">A pattern is required to set up Face Unlock.\n\nA pattern protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_face_message" product="device">A password is required to set up Face Unlock.\n\nA password protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_face_message" product="default">A PIN is required to set up Face Unlock.\n\nA PIN protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_face_message" product="default">A pattern is required to set up Face Unlock.\n\nA pattern protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_face_message" product="default">A password is required to set up Face Unlock.\n\nA password protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_biometrics_message" product="tablet">A PIN is required to set up Face Unlock and Fingerprint Unlock.\n\nA PIN protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_biometrics_message" product="tablet">A pattern is required to set up Face Unlock and Fingerprint Unlock.\n\nA pattern protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_biometrics_message" product="tablet">A password is required to set up Face Unlock and Fingerprint Unlock.\n\nA password protects the tablet if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_biometrics_message" product="device">A PIN is required to set up Face Unlock and Fingerprint Unlock.\n\nA PIN protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_biometrics_message" product="device">A pattern is required to set up Face Unlock and Fingerprint Unlock.\n\nA pattern protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (device) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_biometrics_message" product="device">A password is required to set up Face Unlock and Fingerprint Unlock.\n\nA password protects the device if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pin_skip_biometrics_message" product="default">A PIN is required to set up Face Unlock and Fingerprint Unlock.\n\nA PIN protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_pattern_skip_biometrics_message" product="default">A pattern is required to set up Face Unlock and Fingerprint Unlock.\n\nA pattern protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Dialog text shown when the user tries to skip setting up a screen lock, warning that they can't continue to set up face or fingerprint. (default) [CHAR LIMIT=NONE] --> |
| <string name="lock_screen_password_skip_biometrics_message" product="default">A password is required to set up Face Unlock and Fingerprint Unlock.\n\nA password protects the phone if it\u2019s lost or stolen.</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a PIN, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_pin_skip_title">Skip PIN setup?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a PIN, warning them of potential consequences of not doing so [CHAR LIMIT=90]--> |
| <string name="lock_screen_pin_skip_face_title">Skip setup for PIN and face?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a PIN, warning them of potential consequences of not doing so [CHAR LIMIT=90]--> |
| <string name="lock_screen_pin_skip_fingerprint_title">Skip setup for PIN and fingerprint?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a PIN, warning them of potential consequences of not doing so [CHAR LIMIT=90]--> |
| <string name="lock_screen_pin_skip_biometrics_title">Skip setup for PIN, face, and fingerprint?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a password, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_password_skip_title">Skip password setup?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a password, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_password_skip_face_title">Skip setup for password and face?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a password, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_password_skip_fingerprint_title">Skip setup for password and fingerprint?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a password, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_password_skip_biometrics_title">Skip setup for password, face, and fingerprint?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a pattern, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_pattern_skip_title">Skip pattern setup?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a pattern, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_pattern_skip_face_title">Skip setup for pattern and face?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a pattern, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_pattern_skip_fingerprint_title">Skip setup for pattern and fingerprint?</string> |
| <!-- Title of dialog shown when the user tries to skip setting up a pattern, warning them of potential consequences of not doing so [CHAR LIMIT=48]--> |
| <string name="lock_screen_pattern_skip_biometrics_title">Skip setup for pattern, face, and fingerprint?</string> |
| |
| <!-- Button text to setup screen lock in onboard dialog [CHAR LIMIT=34] --> |
| <string name="security_settings_fingerprint_enroll_setup_screen_lock">Set up screen lock</string> |
| <!-- Button text to exit fingerprint wizard after everything is done [CHAR LIMIT=15] --> |
| <string name="security_settings_fingerprint_enroll_done">Done</string> |
| <!-- Dialog title for dialog which shows when user touches the icon on the screen, instead of the sensor at the back [CHAR LIMIT=45] --> |
| <string name="security_settings_fingerprint_enroll_touch_dialog_title">Whoops, that\u2019s not the sensor</string> |
| <!-- Dialog message for dialog which shows when user touches the icon on the screen, instead of the sensor at the back [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_touch_dialog_message">Touch the sensor on the back of your phone. Use your index finger.</string> |
| <!-- Dialog message for dialog which shows when finger cannot be enrolled. [CHAR LIMIT=45] --> |
| <string name="security_settings_fingerprint_enroll_error_dialog_title">Enrollment was not completed</string> |
| <!-- Dialog message for dialog which shows when finger cannot be enrolled due to being idle too long. --> |
| <string name="security_settings_fingerprint_enroll_error_timeout_dialog_message">Fingerprint enrollment time limit reached. Try again.</string> |
| <!-- Dialog message for dialog which shows when finger cannot be enrolled due to an internal error or fingerprint can't be read. --> |
| <string name="security_settings_fingerprint_enroll_error_generic_dialog_message">Fingerprint enrollment didn\'t work. Try again or use a different finger.</string> |
| <!-- Button text shown at the end of enrollment that allows the user to add another fingerprint --> |
| <string name="fingerprint_enroll_button_add">Add another</string> |
| <!-- Button text shown at the end of enrollment that allows the user to move to the next step --> |
| <string name="fingerprint_enroll_button_next">Next</string> |
| <!-- Text shown in fingerprint settings explaining what the fingerprint can be used for. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_disclaimer">In addition to unlocking your phone, you can also use your fingerprint to authorize purchases and app access. <annotation id="url">Learn more</annotation></string> |
| <!-- Text shown in fingerprint settings explaining what the fingerprint can be used for in the case unlocking is disabled [CHAR LIMIT=NONE] --> |
| <string name="security_settings_fingerprint_enroll_disclaimer_lockscreen_disabled"> |
| The screen lock option is disabled. To learn more, contact your organization\'s admin. |
| <annotation id="admin_details">More details</annotation>\n\nYou can still use your |
| fingerprint to authorize purchases and app access. |
| <annotation id="url">Learn more</annotation></string> |
| <!-- Text shown in fingerprint enroll when we didn't observe progress for a few seconds. [CHAR LIMIT=100] --> |
| <string name="security_settings_fingerprint_enroll_lift_touch_again">Lift finger, then touch sensor again</string> |
| <!-- Text shown during fingerprint enrollment to indicate bad sensor calibration. [CHAR LIMIT=100] --> |
| <string name="security_settings_fingerprint_bad_calibration">Can\u2019t use fingerprint sensor. Visit a repair provider</string> |
| |
| <!-- Text shown when "Add fingerprint" button is disabled --> |
| <string name="fingerprint_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> fingerprints</string> |
| <!-- Text shown when users has enrolled a maximum number of fingerprints [CHAR LIMIT=NONE] --> |
| <string name="fingerprint_intro_error_max">You\u2019ve added the maximum number of fingerprints</string> |
| <!-- Text shown when an unknown error caused the device to be unable to add fingerprints [CHAR LIMIT=NONE] --> |
| <string name="fingerprint_intro_error_unknown">Can\u2019t add more fingerprints</string> |
| |
| <!-- Title shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=50]--> |
| <string name="fingerprint_last_delete_title">Remove all fingerprints?</string> |
| |
| <!-- Title shown in a dialog which asks the user to confirm when a single fingerprint gets deleted. [CHAR LIMIT=50]--> |
| <string name="fingerprint_delete_title">Remove \'<xliff:g id="fingerprint_id" example="Fingerprint 2">%1$s</xliff:g>\'</string> |
| |
| <!-- Message shown in a dialog which asks the user to confirm when a single fingerprint gets deleted. [CHAR LIMIT=NONE]--> |
| <string name="fingerprint_delete_message">Do you want to delete this fingerprint?</string> |
| |
| <!-- Message shown in a dialog which asks the user to confirm when a single fingerprint gets deleted. [CHAR LIMIT=NONE]--> |
| <string name="fingerprint_v2_delete_message">This deletes the fingerprint images and model associated with \'<xliff:g id="fingerprint_id" example="Fingerprint 2">%1$s</xliff:g>\' that are stored on your device</string> |
| |
| <!-- Message shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=NONE]--> |
| <string name="fingerprint_last_delete_message">You won\'t be able to use your fingerprint to unlock your phone or verify it\'s you in apps.</string> |
| <string name="fingerprint_last_delete_message_profile_challenge">You won\'t be able to use your fingerprint to unlock your work profile, authorize purchases, or sign in to work apps.</string> |
| |
| <!-- Button to confirm the last removing the last fingerprint. [CHAR LIMIT=20]--> |
| <string name="fingerprint_last_delete_confirm">Yes, remove</string> |
| |
| <!-- Title of the combined biometrics settings screen. [CHAR LIMIT=40] --> |
| <string name="security_settings_biometrics_title">Face \u0026 fingerprint unlock</string> |
| <!-- Summary of the current biometrics setting when no biometrics have been enrolled. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_summary_none">Tap to set up</string> |
| <!-- Summary of the current biometrics setting when the user has enrolled a face but no fingerprint. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_summary_face">Face only</string> |
| <!-- Summary of the current biometrics setting when the user has enrolled a fingerprint but no face. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_summary_fingerprint">Fingerprint only</string> |
| <!-- Summary of the current biometrics setting when the user has enrolled both a face and a fingerprint. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_summary_both">Face and fingerprint</string> |
| <!-- Description shown on the combined biometrics settings screen. [CHAR LIMIT=NONE] --> |
| <string name="security_settings_biometrics_description">When you set up face and fingerprint unlock, your phone will ask for your fingerprint when you wear a mask or are in a dark area</string> |
| <!-- Title of a section on the biometrics settings screen for setting up different types of authentication. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_types_category">Ways to unlock</string> |
| <!-- Title of a section on the biometrics settings screen for adjusting authentication preferences. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_preferences_category">Use face or fingerprint for</string> |
| <!-- Title of a section on the biometrics settings screen for adjusting authentication preferences. [CHAR LIMIT=50] --> |
| <string name="security_settings_biometrics_preference_use_with_apps">Authentication in apps</string> |
| |
| <!-- Title of the preferences category for preference items to control encryption --> |
| <string name="crypt_keeper_settings_title">Encryption</string> |
| |
| <!-- Title of the preferences item to control encryption --> |
| <string name="crypt_keeper_encrypt_title" product="tablet">Encrypt tablet</string> |
| <!-- Title of the preferences item to control encryption --> |
| <string name="crypt_keeper_encrypt_title" product="default">Encrypt phone</string> |
| |
| <!-- Summary of the preferences item to control encryption, when encryption is active --> |
| <string name="crypt_keeper_encrypted_summary">Encrypted</string> |
| |
| <!-- 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. After you encrypt your tablet, assuming you\u2019ve set up a screen lock |
| (that is, a pattern or numeric PIN or password), you\u2019ll need to unlock the screen to decrypt |
| the tablet every time you power it on. The only other way to decrypt is to perform 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 throughout the process. If you interrupt it, |
| you\u2019ll lose some or all of your data</string> |
| <!-- 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. After you encrypt your phone, assuming you\u2019ve set up a screen lock |
| (that is, a pattern or numeric PIN or password), you\u2019ll need to unlock the screen to decrypt |
| the phone every time you power it on. The only other way to decrypt is to perform 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 throughout the process. If you interrupt it, |
| you\u2019ll lose some or all of your data.</string> |
| |
| <!-- Button text to start encryption process --> |
| <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string> |
| <!-- Button text to start encryption process --> |
| <string name="crypt_keeper_button_text" product="default">Encrypt phone</string> |
| |
| <!-- Warning string that will be displayed when encryption cannot be started --> |
| <string name="crypt_keeper_low_charge_text">Charge your battery and try again.</string> |
| <!-- Warning string that will be displayed when encryption cannot be started --> |
| <string name="crypt_keeper_unplugged_text">Plug in your charger and try again.</string> |
| |
| <!-- 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 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">Encrypt?</string> |
| <!-- Warning text in the final confirmation screen before starting device encryption --> |
| <string name="crypt_keeper_final_desc" product="tablet"> |
| The encryption operation is irreversible and if you interrupt it, you\u2019ll 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"> |
| The encryption operation is irreversible and if you interrupt it, you\u2019ll lose data. |
| Encryption takes an hour or more, during which the phone will restart several times. |
| </string> |
| |
| <!-- Title of the progress screen while encrypting the device --> |
| <string name="crypt_keeper_setup_title">Encrypting</string> |
| |
| <!-- Informational text on the progress screen while encrypting the device --> |
| <string name="crypt_keeper_setup_description" product="tablet">Wait while your tablet |
| is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string> |
| <!-- Informational text on the progress screen while encrypting the device --> |
| <string name="crypt_keeper_setup_description" product="default">Wait while your phone |
| is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string> |
| <string name="crypt_keeper_setup_time_remaining" product="tablet">Wait while your tablet |
| is being encrypted. Time remaining: <xliff:g id="duration" example="1:23">^1</xliff:g></string> |
| <string name="crypt_keeper_setup_time_remaining" product="default">Wait while your phone |
| is being encrypted. Time remaining: <xliff:g id="duration" example="1:23">^1</xliff:g></string> |
| |
| <string name="crypt_keeper_force_power_cycle" product="tablet">To unlock your tablet, turn it off and then on.</string> |
| <string name="crypt_keeper_force_power_cycle" product="default">To unlock your phone, turn it off and then on.</string> |
| |
| |
| <!-- Warn user their device will be wiped if they make x more failed attempts --> |
| <string name="crypt_keeper_warn_wipe">Warning: Your device will be wiped after |
| <xliff:g id="count" example="7">^1</xliff:g> more failed attempts to be unlocked! |
| </string> |
| |
| <!-- Informational text on the password entry screen prompting the user for their password --> |
| <string name="crypt_keeper_enter_password">Type your password</string> |
| |
| <!-- Title of the encryption screen when encrypting the device failed --> |
| <string name="crypt_keeper_failed_title">Encryption unsuccessful</string> |
| |
| <!-- Informational text when encryption fails --> |
| <string name="crypt_keeper_failed_summary" product="tablet"> |
| Encryption was interrupted and can\u2019t complete. As a result, the data on |
| your tablet is no longer accessible. |
| \n\n |
| To resume using your tablet, you need to perform a factory reset. |
| When you set up your tablet after the reset, you\u2019ll have an opportunity |
| to restore any data that was backed up to your Google Account. |
| </string> |
| |
| <!-- Informational text when encryption fails --> |
| <string name="crypt_keeper_failed_summary" product="default"> |
| Encryption was interrupted and can\u2019t complete. As a result, the data on |
| your phone is no longer accessible. |
| \n\nTo resume using your phone, you need to perform a factory reset. |
| When you set up your phone after the reset, you\u2019ll have an opportunity |
| to restore any data that was backed up to your Google Account. |
| </string> |
| |
| <!-- Title of the encryption screen when decrypting the device failed --> |
| <string name="crypt_keeper_data_corrupt_title">Decryption unsuccessful</string> |
| |
| <!-- Informational text when encryption fails --> |
| <string name="crypt_keeper_data_corrupt_summary" product="tablet"> |
| The password you entered is correct, but unfortunately your data is |
| corrupt. |
| \n\nTo resume using your tablet, you need to perform a factory reset. |
| When you set up your tablet after the reset, you\u2019ll have an opportunity |
| to restore any data that was backed up to your Google Account. |
| </string> |
| |
| <!-- Informational text when encryption fails --> |
| <string name="crypt_keeper_data_corrupt_summary" product="default"> |
| The password you entered is correct, but unfortunately your data is |
| corrupt. |
| \n\nTo resume using your phone, you need to perform a factory reset. |
| When you set up your phone after the reset, you\u2019ll 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 suggested actions for screen lock [CHAR LIMIT=46] --> |
| <string name="suggested_lock_settings_title">Secure your phone</string> |
| |
| <!-- Summary for suggested actions for screen lock (tablet) [CHAR LIMIT=55] --> |
| <string name="suggested_lock_settings_summary" product="tablet">Set screen lock to protect tablet</string> |
| <!-- Summary for suggested actions for screen lock (device) [CHAR LIMIT=55] --> |
| <string name="suggested_lock_settings_summary" product="device">Set screen lock to protect device</string> |
| <!-- Summary for suggested actions for screen lock (phone) [CHAR LIMIT=55] --> |
| <string name="suggested_lock_settings_summary" product="default">Set screen lock to protect phone</string> |
| |
| <!-- Title for suggested actions for settings up a fingerprint lock [CHAR LIMIT=46] --> |
| <string name="suggested_fingerprint_lock_settings_title">Add fingerprint to unlock</string> |
| |
| <!-- Summary for suggested actions for settings up a fingerprint lock (tablet) [CHAR LIMIT=55] --> |
| <string name="suggested_fingerprint_lock_settings_summary" product="tablet"></string> |
| <!-- Summary for suggested actions for settings up a fingerprint lock (device) [CHAR LIMIT=55] --> |
| <string name="suggested_fingerprint_lock_settings_summary" product="device"></string> |
| <!-- Summary for suggested actions for settings up a fingerprint lock (phone) [CHAR LIMIT=55] --> |
| <string name="suggested_fingerprint_lock_settings_summary" product="default"></string> |
| |
| <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> |
| <string name="lock_settings_picker_title">Choose screen lock</string> |
| |
| <!-- Screen title. This title is asking the user to choose a type of screen lock for their device, such as a pattern, PIN, or password. [CHAR LIMIT=55] --> |
| <string name="lock_settings_picker_new_lock_title">Choose a screen lock</string> |
| |
| <!-- Screen title. This title is asking the user to choose a new screen lock for their device, such as a pattern, PIN, or password. [CHAR LIMIT=55] --> |
| <string name="lock_settings_picker_update_lock_title">Choose a new screen lock</string> |
| |
| <!-- Screen title. This title is asking the user to choose a type of screen lock (such as a pattern, PIN, or password) that they need to enter to use their work apps. [CHAR LIMIT=56] --> |
| <string name="lock_settings_picker_new_profile_lock_title">Choose a lock for work apps</string> |
| |
| <!-- Screen title. This title is asking the user to choose a new screen lock (such as a pattern, PIN, or password) that they need to enter to use their work apps. [CHAR LIMIT=55] --> |
| <string name="lock_settings_picker_update_profile_lock_title">Choose a new work lock</string> |
| |
| <!-- Title for security picker in setup wizard to choose the unlock method: None/Pattern/PIN/Password (tablet) [CHAR LIMIT=22] --> |
| <string name="setup_lock_settings_picker_title" product="tablet">Protect your tablet</string> |
| <!-- Title for security picker in setup wizard to choose the unlock method: None/Pattern/PIN/Password (device) [CHAR LIMIT=22] --> |
| <string name="setup_lock_settings_picker_title" product="device">Protect your device</string> |
| <!-- Title for security picker in setup wizard to choose the unlock method: None/Pattern/PIN/Password (phone) [CHAR LIMIT=22] --> |
| <string name="setup_lock_settings_picker_title" product="default">Protect your phone</string> |
| |
| <!-- Message shown when setting up screen lock, prompting user to choose the their backup screen lock method [CHAR LIMIT=NONE] --> |
| <string name="lock_settings_picker_biometrics_added_security_message">For added security, set a backup screen lock</string> |
| |
| <!-- Description text for screen in setup wizard asking user to set up screen lock, explaining to the user how setting up a screen lock protect them from losing data. (tablet) [CHAR LIMIT=NONE] --> |
| <string name="setup_lock_settings_picker_message" product="tablet">Prevent others from using this tablet without your permission by activating device protection features. Choose the screen lock you want to use.</string> |
| <!-- Description text for screen in setup wizard asking user to set up screen lock, explaining to the user how setting up a screen lock protect them from losing data. (device) [CHAR LIMIT=NONE] --> |
| <string name="setup_lock_settings_picker_message" product="device">Prevent others from using this device without your permission by activating device protection features. Choose the screen lock you want to use.</string> |
| <!-- Description text for screen in setup wizard asking user to set up screen lock, explaining to the user how setting up a screen lock protect them from losing data. (phone) [CHAR LIMIT=NONE] --> |
| <string name="setup_lock_settings_picker_message" product="default">Prevent others from using this phone without your permission by activating device protection features. Choose the screen lock you want to use.</string> |
| |
| <!-- Message shown in screen lock picker while setting up the backup/fallback screen lock method for biometrics. Users can choose to use this method to unlock the screen instead of biometrics, or when biometrics are not accepted. [CHAR LIMIT=80] [BACKUP_MESSAGE_ID=2799884038398627882] --> |
| <string name="lock_settings_picker_biometric_message">Choose your backup screen lock method</string> |
| |
| <!-- Text shown on the screen lock menu. This text is letting the user know that their IT admin can't reset their screen lock if they forget it, and they can choose to set another lock that would be specifically for their work apps. The place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. They mark a link to bring the user to enroll a work profile screen lock instead. [CHAR LIMIT=100] --> |
| <string name="lock_settings_picker_admin_restricted_personal_message">This lock can\u2019t be reset by your IT admin. <xliff:g id="link_begin" example="">LINK_BEGIN</xliff:g>Set a separate work lock instead<xliff:g id="link_end" example="">LINK_END</xliff:g></string> |
| |
| <!-- Message shown in screen lock picker for setting up a work profile screen lock. [CHAR LIMIT=80] --> |
| <string name="lock_settings_picker_profile_message">If you forget this lock, ask your IT admin to reset it</string> |
| |
| <!-- Label for button in screen lock settings, allowing users to choose other types of screen locks. [CHAR LIMIT=40] --> |
| <string name="setup_lock_settings_options_button_label">Screen lock options</string> |
| |
| <!-- Title for dialog in screen lock settings, allowing users to choose other types of screen locks. [CHAR LIMIT=40] --> |
| <string name="setup_lock_settings_options_dialog_title">Screen lock options</string> |
| |
| <!-- Main Security lock settings --><skip /> |
| <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_launch_picker_title">Screen lock</string> |
| |
| <!-- Summary for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=NONE] --> |
| <string name="unlock_set_unlock_launch_picker_summary_lock_immediately"><xliff:g id="unlock_method" example="PIN">%1$s</xliff:g> / Immediately after sleep</string> |
| |
| <!-- Summary for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=NONE] --> |
| <string name="unlock_set_unlock_launch_picker_summary_lock_after_timeout"><xliff:g id="unlock_method" example="PIN">%1$s</xliff:g> / <xliff:g id="timeout_string">%2$s</xliff:g> after sleep</string> |
| |
| <!-- Profile Security lock settings --><skip /> |
| <!-- Title for PreferenceScreen to launch picker for security method for the managed profile when there is none [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_launch_picker_title_profile">Work profile lock</string> |
| |
| <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string> |
| |
| <!-- Summary for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string> |
| |
| <!-- Summary for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string> |
| |
| <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_off_title">None</string> |
| <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_off_summary"></string> |
| |
| <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_none_title">Swipe</string> |
| <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]--> |
| <string name="unlock_set_unlock_none_summary">No security</string> |
| |
| <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]--> |
| <string name="unlock_set_unlock_pattern_title">Pattern</string> |
| <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_pattern_summary">Medium security</string> |
| |
| <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_pin_title">PIN</string> |
| <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_pin_summary">Medium to high security</string> |
| |
| <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] --> |
| <string name="unlock_set_unlock_password_title">Password</string> |
| <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_password_summary">High security</string> |
| |
| <!-- Title for preference that allows the user to setup their lock screen preference later [CHAR LIMIT=22] --> |
| <string name="unlock_set_do_later_title">Not now</string> |
| |
| <!-- Summary specifying that this is the current screen lock setting [CHAR LIMIT=45] --> |
| <string name="current_screen_lock">Current screen lock</string> |
| |
| <!-- Title for preference that guides the user through creating a backup unlock pattern for fingerprint [CHAR LIMIT=45]--> |
| <string name="fingerprint_unlock_set_unlock_pattern">Fingerprint + Pattern</string> |
| <!-- Title for preference that guides the user through creating a backup unlock PIN for fingerprint [CHAR LIMIT=45]--> |
| <string name="fingerprint_unlock_set_unlock_pin">Fingerprint + PIN</string> |
| <!-- Title for preference that guides the user through creating a backup unlock password for fingerprint [CHAR LIMIT=45]--> |
| <string name="fingerprint_unlock_set_unlock_password">Fingerprint + Password</string> |
| <!-- Title for preference that guides the user to skip fingerprint setup [CHAR LIMIT=60]--> |
| <string name="fingerprint_unlock_skip_fingerprint">Continue without fingerprint</string> |
| <!-- Message shown in screen lock picker while setting up the new screen lock with fingerprint option. [CHAR LIMIT=NONE]--> |
| <string name="fingerprint_unlock_title">You can unlock your phone using your fingerprint. For security, this option requires a backup screen lock.</string> |
| |
| <!-- Title for preference that guides the user through creating a backup unlock pattern for Face Unlock [CHAR LIMIT=45]--> |
| <string name="face_unlock_set_unlock_pattern">Face Unlock + Pattern</string> |
| <!-- Title for preference that guides the user through creating a backup unlock PIN for Face Unlock [CHAR LIMIT=45]--> |
| <string name="face_unlock_set_unlock_pin">Face Unlock + PIN</string> |
| <!-- Title for preference that guides the user through creating a backup unlock password for Face Unlock [CHAR LIMIT=45]--> |
| <string name="face_unlock_set_unlock_password">Face Unlock + Password</string> |
| <!-- Title for preference that guides the user to skip Face Unlock setup [CHAR LIMIT=60]--> |
| <string name="face_unlock_skip_face">Continue without Face Unlock</string> |
| <!-- Message shown in screen lock picker while setting up the new screen lock with face unlock option. [CHAR LIMIT=NONE] --> |
| <string name="face_unlock_title">You can unlock your phone using your face. For security, this option requires a backup screen lock.</string> |
| |
| <!-- Title for preference that guides the user through creating a backup unlock pattern for biometrics unlock [CHAR LIMIT=45]--> |
| <string name="biometrics_unlock_set_unlock_pattern">Pattern \u2022 Face \u2022 Fingerprint</string> |
| <!-- Title for preference that guides the user through creating a backup unlock PIN for biometrics unlock [CHAR LIMIT=45]--> |
| <string name="biometrics_unlock_set_unlock_pin">PIN \u2022 Face \u2022 Fingerprint</string> |
| <!-- Title for preference that guides the user through creating a backup unlock password for biometrics unlock [CHAR LIMIT=45]--> |
| <string name="biometrics_unlock_set_unlock_password">Password \u2022 Face \u2022 Fingerprint</string> |
| <!-- Title for preference that guides the user to skip face unlock setup [CHAR LIMIT=60]--> |
| <string name="biometrics_unlock_skip_biometrics">Continue without face or fingerprint</string> |
| <!-- Message shown in screen lock picker while setting up the new screen lock with biometrics option. [CHAR LIMIT=NONE] --> |
| <string name="biometrics_unlock_title">You can unlock your phone using your face or fingerprint. For security, this option requires a backup screen lock.</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 admin, 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">None</string> |
| <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_mode_none">Swipe</string> |
| <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] --> |
| <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">PIN</string> |
| <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] --> |
| <string name="unlock_set_unlock_mode_password">Password</string> |
| |
| <!-- Footer text in when choosing screen lock type during setup wizard, telling the user that |
| they can add fingerprint after they complete setup wizard. The text "Settings > Security" |
| should match settings_label and security_settings_title [CHAR LIMIT=NONE] --> |
| <string name="unlock_setup_wizard_fingerprint_details">Once you\u2019ve set up a screen lock, you can also set up your fingerprint in Settings > Security.</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> |
| |
| <!-- Title of the dialog shown when the user removes the device lock [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_title">Delete screen lock?</string> |
| <!-- Title of the dialog shown when the user removes the profile lock [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_title_profile">Remove profile protection?</string> |
| |
| <!-- Content of the dialog shown when the user removes the device lock pattern [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pattern">"A pattern protects your phone if it\u2019s lost or stolen"</string> |
| <!-- Content of the dialog shown when the user removes the device lock pattern and the user has fingerprints enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pattern_fingerprint">"A pattern protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This also deletes the fingerprint model stored on your device. You won\u2019t be able to use your fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock pattern and the user has face authentication enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pattern_face">"A pattern protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock pattern and the user has face authentication and fingerprint enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pattern_face_fingerprint">"A pattern protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This deletes the fingerprint model stored on your device. Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face or fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock PIN [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pin">"A PIN protects your phone if it\u2019s lost or stolen"</string> |
| <!-- Content of the dialog shown when the user removes the device lock PIN and the user has fingerprints enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pin_fingerprint">"A PIN protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This also deletes the fingerprint model stored on your device. You won\u2019t be able to use your fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock PIN and the user has face enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pin_face">"A PIN protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock PIN and the user has face authentication and fingerprint enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_pin_face_fingerprint">"A PIN protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This deletes the fingerprint model stored on your device. Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face or fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock password [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_password">"A password protects your phone if it\u2019s lost or stolen"</string> |
| <!-- Content of the dialog shown when the user removes the device lock password and the user has fingerprints enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_password_fingerprint">"A password protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This also deletes the fingerprint model stored on your device. You won\u2019t be able to use your fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock password and the user has face enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_password_face">"A password protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock password and the user has face authentication and fingerprint enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_password_face_fingerprint">"A password protects your phone if it\u2019s lost or stolen.<xliff:g id="empty_line">\n\n</xliff:g>This deletes the fingerprint model stored on your device. Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face or fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock of unknown type [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_unknown">"Device protection features will not work without your screen lock."</string> |
| <!-- Content of the dialog shown when the user removes the device lock of unknown type and the user has fingerprints enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_unknown_fingerprint">"Device protection features will not work without your screen lock.<xliff:g id="empty_line">\n\n</xliff:g>This also deletes the fingerprint model stored on your device. You won\u2019t be able to use your fingerprint for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock of unknown type and the user has face enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_unknown_face">"Device protection features will not work without your screen lock.<xliff:g id="empty_line">\n\n</xliff:g>Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face for authentication in apps."</string> |
| <!-- Content of the dialog shown when the user removes the device lock of unknown type and the user has face authentication and fingerprint enrolled [CHAR LIMIT=NONE] --> |
| <string name="unlock_disable_frp_warning_content_unknown_face_fingerprint">"Device protection features will not work without your screen lock.<xliff:g id="empty_line">\n\n</xliff:g>This deletes the fingerprint model stored on your device. Your face model will also be permanently and securely deleted. You won\u2019t be able to use your face or fingerprint for authentication in apps."</string> |
| |
| <!-- Affirmative action of the dialog shown when the user removes the device lock [CHAR LIMIT=25] --> |
| <string name="unlock_disable_frp_warning_ok">Delete</string> |
| |
| <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] --> |
| <string name="unlock_change_lock_pattern_title">Change unlock pattern</string> |
| <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] --> |
| <string name="unlock_change_lock_pin_title">Change unlock PIN</string> |
| <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]--> |
| <string name="unlock_change_lock_password_title">Change unlock password</string> |
| |
| <!-- Footer preference text in the screen lock type picker to indicate which app is requesting a new screen lock and that it requests for a strong PIN or password [CHAR LIMIT=NONE] --> |
| <string name="unlock_footer_high_complexity_requested"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> recommends a strong PIN or password and may not work as expected without one</string> |
| <!-- Footer preference text in the screen lock type picker to indicate which app is requesting a new screen lock and that it requests for a medium strength PIN or password [CHAR LIMIT=NONE] --> |
| <string name="unlock_footer_medium_complexity_requested"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> recommends a new PIN or password and may not work as expected without one</string> |
| <!-- Footer preference text in the screen lock type picker to indicate which app is requesting a new screen lock and it requests for any screen lock [CHAR LIMIT=NONE] --> |
| <string name="unlock_footer_low_complexity_requested"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> recommends a new pattern, PIN, or password and may not work as expected without one</string> |
| <!-- Footer preference text in the screen lock type picker to indicate which app is requesting a new screen lock [CHAR LIMIT=NONE] --> |
| <string name="unlock_footer_none_complexity_requested"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> recommends a new screen lock</string> |
| |
| |
| <!-- Message shown on the lock screen when the user incorrectly enters their lock and it counts towards the max attempts before their data on the device is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_failed_attempts_before_wipe">Try again. Attempt <xliff:g id="current_attempts">%1$d</xliff:g> of <xliff:g id="total_attempts">%2$d</xliff:g>.</string> |
| |
| <!-- Title of a dialog shown when the user only has one attempt left to provide the lock before the device, one of its users, or a work profile is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_attempt_before_wipe_warning_title">Your data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the device lock pattern before the device is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pattern_attempt_before_wipe_device">If you enter an incorrect pattern on the next attempt, this device\'s data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the device lock PIN before the device is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pin_attempt_before_wipe_device">If you enter an incorrect PIN on the next attempt, this device\'s data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the device lock password before the device is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_password_attempt_before_wipe_device">If you enter an incorrect password on the next attempt, this device\'s data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the user lock pattern before the user is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pattern_attempt_before_wipe_user">If you enter an incorrect pattern on the next attempt, this user will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the user lock PIN before the user is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pin_attempt_before_wipe_user">If you enter an incorrect PIN on the next attempt, this user will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the user lock password before the user is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_password_attempt_before_wipe_user">If you enter an incorrect password on the next attempt, this user will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the work lock pattern before the work profile is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pattern_attempt_before_wipe_profile">If you enter an incorrect pattern on the next attempt, your work profile and its data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the work lock PIN before the work profile is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_pin_attempt_before_wipe_profile">If you enter an incorrect PIN on the next attempt, your work profile and its data will be deleted</string> |
| <!-- Content of the dialog shown when the user only has one attempt left to provide the work lock password before the work profile is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_last_password_attempt_before_wipe_profile">If you enter an incorrect password on the next attempt, your work profile and its data will be deleted</string> |
| |
| <!-- Content of the dialog shown when the user has failed to provide the device lock too many times and the device is wiped. [CHAR LIMIT=NONE] --> |
| <string name="lock_failed_attempts_now_wiping_device">Too many incorrect attempts. This device\'s data will be deleted.</string> |
| <!-- Content of the dialog shown when the user has failed to provide the user lock too many times and the user is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_failed_attempts_now_wiping_user">Too many incorrect attempts. This user will be deleted.</string> |
| <!-- Content of the dialog shown when the user has failed to provide the work lock too many times and the work profile is removed. [CHAR LIMIT=NONE] --> |
| <string name="lock_failed_attempts_now_wiping_profile">Too many incorrect attempts. This work profile and its data will be deleted.</string> |
| <!-- Button label to dismiss the dialog telling the user the work profile has been wiped. [CHAR LIMIT=40] --> |
| <string name="lock_failed_attempts_now_wiping_dialog_dismiss">Dismiss</string> |
| |
| <!-- Hint shown in dialog screen when password is too short --> |
| <plurals name="lockpassword_password_too_short"> |
| <item quantity="one">Must contain at least <xliff:g id="count" example="1">%d</xliff:g> character</item> |
| <item quantity="other">Must be at least <xliff:g id="count" example="3">%d</xliff:g> characters</item> |
| </plurals> |
| <!-- Hint shown in dialog screen when PIN is too short --> |
| <plurals name="lockpassword_pin_too_short"> |
| <item quantity="one">PIN must contain at least <xliff:g id="count" example="1">%d</xliff:g> digit</item> |
| <item quantity="other">PIN must be at least <xliff:g id="count" example="3">%d</xliff:g> digits</item> |
| </plurals> |
| |
| <!-- Hint shown after minimum password criteria is met --> |
| <string name="lockpassword_continue_label">Continue</string> |
| |
| <!-- Error shown in popup when password is too long --> |
| <plurals name="lockpassword_password_too_long"> |
| <item quantity="one">Must be fewer than <xliff:g id="number" example="1">%d</xliff:g> character</item> |
| <item quantity="other">Must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters</item> |
| </plurals> |
| <!-- Error shown in popup when PIN is too long --> |
| <plurals name="lockpassword_pin_too_long"> |
| <item quantity="one">Must be fewer than <xliff:g id="number" example="1">%d</xliff:g> digit</item> |
| <item quantity="other">Must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits</item> |
| </plurals> |
| |
| <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! --> |
| <string name="lockpassword_pin_recently_used">Device admin 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">This can\'t include an invalid character</string> |
| |
| <!-- Error shown when in PASSWORD mode and password is all digits --> |
| <string name="lockpassword_password_requires_alpha">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">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">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">Must contain at least 1 letter</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> 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">Must contain at least 1 lowercase letter</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> 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">Must contain at least 1 uppercase letter</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> 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">Must contain at least 1 numerical digit</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> 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">Must contain at least 1 special symbol</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> 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">Must contain at least 1 non-letter character</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> non-letter characters</item> |
| </plurals> |
| |
| <plurals name="lockpassword_password_requires_nonnumerical"> |
| <item quantity="one">Must contain at least 1 non-numerical character</item> |
| <item quantity="other">Must contain at least <xliff:g id="count" example="3">%d</xliff:g> non-numerical 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 admin doesn\'t allow using a recent |
| password</string> |
| |
| <!-- [CHAR_LIMIT=NONE] Error shown when the user tries to set an ascending or descending sequence of digits --> |
| <string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence |
| of digits isn\'t allowed</string> |
| |
| <!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] --> |
| <string name="lockpassword_confirm_label">Confirm</string> |
| |
| <!-- Label for ChoosePassword/PIN OK button --> |
| <string name="lockpassword_cancel_label">Cancel</string> |
| |
| <!-- Label for ChoosePassword/PIN Clear button that clears all text entered by the user so far. --> |
| <string name="lockpassword_clear_label">Clear</string> |
| |
| <!-- Toast for a failed password change attempt when the old credential has been changed. [CHAR LIMIT=120]--> |
| <string name="lockpassword_credential_changed">Screen lock was already changed. Try again with the new screen lock.</string> |
| |
| <!-- Label for LockPatternTutorial Cancel button --> |
| <string name="lockpattern_tutorial_cancel_label">Cancel</string> |
| |
| <!-- Label for LockPatternTutorial Continue button --> |
| <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 is complete.</string> |
| |
| <!-- Title of preference to manage device admin apps, which are used by IT admins to manage devices --> |
| <string name="manage_device_admin">Device admin apps</string> |
| |
| <!-- Summary of preference to manage device admin apps, informing the user that currently no device admin apps are installed and active --> |
| <string name="number_of_device_admins_none">No active apps</string> |
| |
| <!-- Summary of preference to manage device admin apps, informing the user how many device admin apps are installed and active --> |
| <plurals name="number_of_device_admins"> |
| <item quantity="one"><xliff:g id="count">%d</xliff:g> active app</item> |
| <item quantity="other"><xliff:g id="count">%d</xliff:g> active apps</item> |
| </plurals> |
| |
| <!-- Title of preference to manage trust agents --> |
| <string name="manage_trust_agents">Trust agents</string> |
| |
| <!-- Summary shown when trust agent settings is disabled because the user hasn't set up primary security --> |
| <string name="disabled_because_no_backup_security">To use, first set a screen lock</string> |
| |
| <!-- Summary of preference to manage device policies when there is no trust agents--> |
| <string name="manage_trust_agents_summary">None</string> |
| |
| <!-- Summary of preference to manage device policies when there is trust agent--> |
| <plurals name="manage_trust_agents_summary_on"> |
| <item quantity="one">1 active trust agent</item> |
| <item quantity="other"><xliff:g id="count" example="3">%d</xliff:g> active trust agents</item> |
| </plurals> |
| |
| <!-- Bluetooth settings --> |
| <!-- Bluetooth settings check box title on Main Settings screen --> |
| <string name="bluetooth_quick_toggle_title">Bluetooth</string> |
| <!-- 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</string> |
| <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen --> |
| <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> |
| |
| <!-- ======================================================================================= --> |
| <!-- Note: The opening brackets of HTML style tags are escaped (e.g. "<b>" is "<b>") in --> |
| <!-- the following resources to enable formatting followed by HTML styling, as described --> |
| <!-- here: http://developer.android.com/guide/topics/resources/string-resource.html --> |
| <!-- ======================================================================================= --> |
| |
| <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] --> |
| <string name="bluetooth_pairing_request">Pair with <xliff:g id="device_name">%1$s</xliff:g>?</string> |
| |
| <!-- Message when bluetooth is informing the user of the pairing key. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_pairing_key_msg">Bluetooth pairing code</string> |
| |
| <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_enter_passkey_msg">Type the pairing code then press Return or Enter</string> |
| |
| <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] --> |
| <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string> |
| |
| <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] --> |
| <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string> |
| |
| <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] --> |
| <string name="bluetooth_pin_values_hint_16_digits">Must be 16 digits</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 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 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> |
| |
| <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing --> |
| <string name="bluetooth_incoming_pairing_msg">From:<br><b><xliff:g id="device_name">%1$s</xliff:g></b><br><br>Pair with this device?</string> |
| |
| <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. --> |
| <string name="bluetooth_display_passkey_pin_msg">To pair with:<xliff:g id="bold1"><br><b></xliff:g><xliff:g id="device_name">%1$s</xliff:g><xliff:g id="end_bold1"></b><br><br></xliff:g>Type on it:<xliff:g id="bold2"><br><b></xliff:g><xliff:g id="passkey">%2$s</xliff:g><xliff:g id="end_bold2"></b></xliff:g>, then press Return or Enter.</string> |
| |
| <!-- Checkbox message in pairing dialogs. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_pairing_shares_phonebook">Allow access to your contacts and call history</string> |
| |
| <!-- Title for BT error dialogs. --> |
| <string name="bluetooth_error_title"></string> |
| |
| <!-- Message for the error dialog when BT connecting operation fails generically. --> |
| <string name="bluetooth_connecting_error_message">Couldn\u2019t 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> |
| <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] --> |
| <string name="bluetooth_search_for_devices">Refresh</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: Paired dialog title [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_paired_dialog_title">Paired device</string> |
| <!-- Bluetooth settings: Checkbox label for enable/disable internet connection. [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_paired_dialog_internet_option">Internet connection</string> |
| <!-- Bluetooth settings: Checkbox label for enable/disable keyboard connection. [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_paired_dialog_keyboard_option">Keyboard</string> |
| <!-- Bluetooth settings: Checkbox label for enable/disable contacts connection. [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_paired_dialog_contacts_option">Contacts and call history</string> |
| <!-- Bluetooth settings: pairing dialog title. [CHAR LIMIT=40] --> |
| <string name="bluetooth_pairing_dialog_title">Pair with this device?</string> |
| <!-- Bluetooth settings: share phone book title. [CHAR LIMIT=40] --> |
| <string name="bluetooth_pairing_dialog_sharing_phonebook_title">Share phone book?</string> |
| <!-- Bluetooth settings: Message informing user that a bluetooth wants to access contant and call history. [CHAR LIMIT=100] --> |
| <string name="bluetooth_pairing_dialog_contants_request"><xliff:g id="device_name">%1$s</xliff:g> wants to access your contacts and call history.</string> |
| <!-- Bluetooth settings: paring permission message. [CHAR LIMIT=100] --> |
| <string name="bluetooth_pairing_dialog_paring_request"><xliff:g id="device_name">%1$s</xliff:g> wants to pair with Bluetooth. When connected, it will have access to your contacts and call history.</string> |
| <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_found_media_devices">Available devices</string> |
| <!-- Bluetooth settings: The message displayed if no Bluetooth devices were found. [CHAR LIMIT=40] --> |
| <string name="bluetooth_preference_no_found_devices">No devices available</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. --> |
| <string name="bluetooth_device_context_disconnect">Disconnect</string> |
| <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. --> |
| <string name="bluetooth_device_context_pair_connect">Pair & connect</string> |
| <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. --> |
| <string name="bluetooth_device_context_unpair">Unpair</string> |
| <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. --> |
| <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 settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]--> |
| <string name="bluetooth_empty_list_bluetooth_off">When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices.</string> |
| <!-- Bluetooth settings. Text displayed when Bluetooth is off and bluetooth scanning is turned on [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_scanning_on_info_message">When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices.\n\nTo improve device experience, apps and services can still scan for nearby devices at any time, even when Bluetooth is off. This can be used, for example, to improve location-based features and services. You can change this in <annotation id="link">Bluetooth scanning settings</annotation>.</string> |
| <!-- Message to describe "BLE scan always available feature" when Bluetooth is off. The |
| place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. They mark a link to bring |
| the user to "scanning settings" screen. --> |
| <string name="ble_scan_notify_text">To improve location accuracy, system apps and services can |
| still detect Bluetooth devices. You can change this in |
| <xliff:g id="link_begin">LINK_BEGIN</xliff:g>scanning |
| settings<xliff:g id="link_end">LINK_END</xliff:g>.</string> |
| <!-- Bluetooth connecting error message [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_connect_failed">Couldn\'t connect. Try again.</string> |
| |
| <!-- Title of device details screen [CHAR LIMIT=28]--> |
| <string name="device_details_title">Device details</string> |
| <!-- Title of the item to show device MAC address --> |
| <string name="bluetooth_device_mac_address">Device\'s Bluetooth address: <xliff:g id="address">%1$s</xliff:g></string> |
| <!-- Bluetooth device details. The title of a confirmation dialog for unpairing a paired device. [CHAR LIMIT=60] --> |
| <string name="bluetooth_unpair_dialog_title">Forget device?</string> |
| <!-- Content Description for companion device app associations removal button [CHAR LIMIT=28]--> |
| <string name="remove_association_button">Remove association</string> |
| <!-- Bluetooth device details companion apps. The title of a confirmation dialog for remove an app. [CHAR LIMIT=60] --> |
| <string name="bluetooth_companion_app_remove_association_dialog_title">Disconnect App?</string> |
| |
| <!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. --> |
| <string name="bluetooth_unpair_dialog_body" product="default">Your phone will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string> |
| <!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. --> |
| <string name="bluetooth_unpair_dialog_body" product="tablet">Your tablet will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string> |
| <!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. --> |
| <string name="bluetooth_unpair_dialog_body" product="device">Your device will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string> |
| <!-- Bluetooth device details companion apps. The body of confirmation dialog for remove association. [CHAR LIMIT=60] --> |
| <string name="bluetooth_companion_app_body"><xliff:g id="app_name" example="App Name">%1$s</xliff:g> app will no longer connect to your <xliff:g id="device_name" example="Device Name">%2$s</xliff:g></string> |
| |
| <!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. [CHAR LIMIT=NONE] --> |
| <string name="bluetooth_untethered_unpair_dialog_body"><xliff:g id="device_name" example="Jack's headphone">%1$s</xliff:g> will no longer be paired with any device linked to this account</string> |
| |
| <!-- Bluetooth device details. In the confirmation dialog for unpairing a paired device, this is the label on the button that will complete the unpairing action. --> |
| <string name="bluetooth_unpair_dialog_forget_confirm_button">Forget device</string> |
| <!-- Bluetooth device details companion apps. In the confirmation dialog for removing an associated app, this is the label on the button that will complete the disassociate action. [CHAR LIMIT=80] --> |
| <string name = "bluetooth_companion_app_remove_association_confirm_button">Disconnect app</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 users to choose which one they want to connect to. --> |
| <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string> |
| |
| <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string> |
| <!-- Bluetooth settings. Message for disconnecting from the headset profile. [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from handsfree audio.</string> |
| <!-- Bluetooth settings. Message for disconnecting from the HID profile. [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from input device.</string> |
| <!-- Bluetooth settings. Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_pan_user_profile">Internet access via <xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string> |
| <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_pan_nap_profile" product="tablet"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this tablet\u2019s internet connection.</string> |
| <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] --> |
| <string name="bluetooth_disconnect_pan_nap_profile" product="default"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this phone\u2019s internet connection.</string> |
| |
| <!-- Bluetooth settings. Connection options screen. The title of the screen. [CHAR LIMIT=40] --> |
| <string name="bluetooth_device_advanced_title">Paired Bluetooth device</string> |
| <!-- Bluetooth settings. Connection options screen. The title of the checkbox that controls whether the device is in "online" mode or "offline" mode. This essentially is the checkbox that controls whether any checks / unchecks on a profile should be applied immediately, or next time the device is connected. --> |
| <string name="bluetooth_device_advanced_online_mode_title">Connect</string> |
| <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. --> |
| <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string> |
| <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. |
| When a user decides what Bluetooth capabilities to use with the device. --> |
| <string name="bluetooth_device_advanced_profile_header_title">Use for</string> |
| <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] --> |
| <string name="bluetooth_device_advanced_rename_device">Rename</string> |
| <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] --> |
| <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string> |
| <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]--> |
| <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for internet access</string> |
| <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]--> |
| <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local internet connection with device</string> |
| |
| <!-- Bluetooth settings. Dock Setting Title --> |
| <string name="bluetooth_dock_settings">Dock Settings</string> |
| <!-- Bluetooth settings. Dock Setting Dialog Title --> |
| <string name="bluetooth_dock_settings_title">Use dock for audio</string> |
| <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone --> |
| <string name="bluetooth_dock_settings_headset">As speaker phone</string> |
| <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio --> |
| <string name="bluetooth_dock_settings_a2dp">For music and media</string> |
| <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again --> |
| <string name="bluetooth_dock_settings_remember">Remember settings</string> |
| |
| <!-- Bluetooth developer settings: Maximum number of connected audio devices --> |
| <string name="bluetooth_max_connected_audio_devices_string">Maximum connected Bluetooth audio devices</string> |
| <!-- Bluetooth developer settings: Maximum number of connected audio devices --> |
| <string name="bluetooth_max_connected_audio_devices_dialog_title">Select maximum number of connected Bluetooth audio devices</string> |
| |
| <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] --> |
| <string name="wifi_display_settings_title">Cast</string> |
| <!-- Wifi Display settings. The keywords of the setting. [CHAR LIMIT=NONE] --> |
| <string name="keywords_wifi_display_settings">mirror</string> |
| <!-- Wifi Display settings. The title of a menu item to enable wireless display [CHAR LIMIT=40] --> |
| <string name="wifi_display_enable_menu_item">Enable wireless display</string> |
| <!-- Wifi Display settings. Text that appears when scanning for devices is finished and no nearby device was found [CHAR LIMIT=40]--> |
| <string name="wifi_display_no_devices_found">No nearby devices were found.</string> |
| <!-- Wifi Display settings. The status summary for connecting devices. [CHAR LIMIT=40] --> |
| <string name="wifi_display_status_connecting">Connecting</string> |
| <!-- Wifi Display settings. The status summary for connected devices. [CHAR LIMIT=40] --> |
| <string name="wifi_display_status_connected">Connected</string> |
| <!-- Wifi Display settings. The status summary for devices that's already in use. [CHAR LIMIT=40] --> |
| <string name="wifi_display_status_in_use">In use</string> |
| <!-- Wifi Display settings. The status summary for devices that's not available. [CHAR LIMIT=40] --> |
| <string name="wifi_display_status_not_available">Unavailable</string> |
| <!-- Wifi Display settings. Image description for device details button. This opens the screen to rename, unpair, etc. a single device. --> |
| <string name="wifi_display_details">Display settings</string> |
| |
| <!-- Wifi Display settings. Options dialog. The title of the dialog. [CHAR LIMIT=40] --> |
| <string name="wifi_display_options_title">Wireless display options</string> |
| <!-- Wifi Display settings. Options dialog. The forget button text. [CHAR LIMIT=20] --> |
| <string name="wifi_display_options_forget">Forget</string> |
| <!-- Wifi Display settings. Options dialog. The done button text. [CHAR LIMIT=20] --> |
| <string name="wifi_display_options_done">Done</string> |
| <!-- Wifi Display settings. Options dialog. The name label used when prompting the user to rename the display. [CHAR LIMIT=20] --> |
| <string name="wifi_display_options_name">Name</string> |
| |
| <!-- Wifi Display settings. The sub heading for wireless display certification options. [CHAR LIMIT=40] --> |
| <string name="wifi_display_certification_heading" translatable="false">Certification</string> |
| <!-- Wifi Display settings. The section title for wireless display session info. [CHAR LIMIT=40] --> |
| <string name="wifi_display_session_info" translatable="false">Session info</string> |
| <!-- Wifi Display settings. The checkbox title for enabling listen mode during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_listen_mode" translatable="false">Enable listen mode</string> |
| <!-- Wifi Display settings. The checkbox title for enabling autonomous GO during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_autonomous_go" translatable="false">Enable autonomous GO</string> |
| <!-- Wifi Display settings. The button text for sending pause trigger during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_pause" translatable="false">Pause</string> |
| <!-- Wifi Display settings. The button text for sending play (resume) trigger during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_resume" translatable="false">Resume</string> |
| <!-- Wifi Display settings. The dropdown menu title for choosing WPS configuration during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_wps_config" translatable="false">WPS configuration</string> |
| <!-- Wifi Display settings. The dropdown menu title for choosing listen channel during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_listen_channel" translatable="false">Listen channel</string> |
| <!-- Wifi Display settings. The dropdown menu title for choosing operating channel during certification process. [CHAR LIMIT=40] --> |
| <string name="wifi_display_operating_channel" translatable="false">Operating channel</string> |
| <!-- Wifi 2.4GHz is used as a universal identifier for 2.4GHz band --> |
| <string name="wifi_band_24ghz">2.4 GHz</string> |
| <!-- Wifi Internal 5GHz as a universal identifier for 5GHz band --> |
| <string name="wifi_band_5ghz">5 GHz</string> |
| <!-- Wifi 6GHz is used as a universal identifier for 6GHz band [CHAR LIMIT=40] --> |
| <string name="wifi_band_6ghz">6 GHz</string> |
| <!-- Wifi Sign in text for button [CHAR LIMIT = 40]--> |
| <string name="wifi_sign_in_button_text">Sign in</string> |
| <!-- Text for button to go to Wifi venue information webpage when Wifi is a captive portal [CHAR LIMIT=40]--> |
| <string name="wifi_venue_website_button_text">Open site</string> |
| <!-- Text shown in wifi settings indicating how much time is left on an internet access point that has a time limit for the session [CHAR LIMIT=40] --> |
| <string name="wifi_time_remaining"><xliff:g id="Remaining time" example="1 day, 2 hours, 3 minutes">%1$s</xliff:g> left</string> |
| <!-- Text shown in wifi settings indicating at what time the connection will expire on an internet access point that has a time limit for the session [CHAR LIMIT=40] --> |
| <string name="wifi_expiry_time">Expires on <xliff:g id="Expiry time" example="2020/01/02 12:34PM">%1$s</xliff:g></string> |
| <!-- Wifi Sign in CTA for wifi settings when captive portal auth is required [CHAR LIMIT = 50] --> |
| <string name="wifi_tap_to_sign_in">Tap here to sign in to network</string> |
| <!-- Transmit Link speed on Wifi Status screen [CHAR LIMIT=32] --> |
| <string name="tx_link_speed"><xliff:g id="Transmit link speed" example="150 Mbps">%1$d</xliff:g> Mbps</string> |
| <!-- Receive Link speed on Wifi Status screen [CHAR LIMIT=32] --> |
| <string name="rx_link_speed"><xliff:g id="Receive link speed" example="54 Mbps">%1$d</xliff:g> Mbps</string> |
| <!-- Link speed on Wifi Status screen [CHAR LIMIT=32] --> |
| <string name="link_speed"><xliff:g id="Link speed" example="54 Mbps">%1$d</xliff:g> Mbps</string> |
| <!-- This string asks the user whether or not to allow an app to enable WiFi. [CHAR LIMIT=NONE] --> |
| <string name="wifi_ask_enable"><xliff:g id="requester" example="FancyApp">%s</xliff:g> wants to turn on Wi-Fi</string> |
| <!-- This string asks the user whether or not to allow an app to disable WiFi. [CHAR LIMIT=NONE] --> |
| <string name="wifi_ask_disable"><xliff:g id="requester" example="FancyApp">%s</xliff:g> wants to turn off Wi-Fi</string> |
| |
| <!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=67] --> |
| <string name="art_verifier_for_debuggable_title">Verify bytecode of debuggable apps</string> |
| <!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=NONE] --> |
| <string name="art_verifier_for_debuggable_summary">Allow ART to verify bytecode for debuggable apps</string> |
| |
| <!-- Debugging developer settings: show refresh rate? [CHAR LIMIT=36] --> |
| <string name="show_refresh_rate">Show refresh rate</string> |
| <!-- Debugging developer settings: show refresh rate summary [CHAR LIMIT=58] --> |
| <string name="show_refresh_rate_summary">Show the current display refresh rate</string> |
| |
| <!-- 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, for a tablet. [CHAR LIMIT=NONE] --> |
| <string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches an NFC 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 an NFC device</string> |
| <!-- Dialog title for NFC disclaimer [CHAR_LIMIT=40]--> |
| <string name="nfc_disclaimer_title">Turn on NFC</string> |
| <!-- Dialog content for NFC disclaimer: telling user NFC can exchange data when device is nearby other devices (for example: payment terminals, badge reader etc). [CHAR_LIMIT=NONE]--> |
| <string name="nfc_disclaimer_content">NFC exchanges data between this device and other nearby devices or targets, such as payment terminals, access readers, and interactive ads or tags.</string> |
| |
| <!-- Used in the settings screen to secure NFC [CHAR LIMIT=NONE] --> |
| <string name="nfc_secure_settings_title">Require device unlock for NFC</string> |
| <!-- Description of Secure NFC in the 1st level settings screen. [CHAR LIMIT=NONE] --> |
| <string name="nfc_secure_toggle_summary" product="default">Allow NFC use only when screen is unlocked</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] --> |
| <string name="android_beam_on_summary">Ready to transmit app content via NFC</string> |
| <!-- Used to describe the off state of the Android Beam feature [CHAR LIMIT=NONE] --> |
| <string name="android_beam_off_summary">Off</string> |
| <!-- Used to describe the enabled state of the Android Beam feature when NFC, which it relies on, is turned off [CHAR LIMIT=NONE] --> |
| <string name="nfc_disabled_summary">Unavailable because NFC is turned off</string> |
| <!-- Used in the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] --> |
| <string name="android_beam_label">Android Beam</string> |
| <!-- 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 web pages, YouTube videos, contacts, and more.\n\nJust bring the devices together (typically back to back) and then tap your screen. The app determines what gets beamed.</string> |
| |
| <!-- Wi-Fi Settings --> <skip /> |
| <!-- Used in the 1st-level settings screen to turn on Wi-Fi --> |
| <string name="wifi_quick_toggle_title">Wi\u2011Fi</string> |
| <!-- Used in the 1st-level settings screen as the turn-on summary --> |
| <string name="wifi_quick_toggle_summary">Turn on Wi\u2011Fi</string> |
| <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen [CHAR LIMIT=20]--> |
| <string name="wifi_settings">Wi\u2011Fi</string> |
| |
| <!-- Used in the Wi-Fi settings screen to control turning on/off Wi-Fi entirely [CHAR LIMIT=30]--> |
| <string name="wifi_settings_primary_switch_title">Use Wi\u2011Fi</string> |
| <!-- Title of the Wi-fi settings screen --> |
| <string name="wifi_settings_category">Wi\u2011Fi settings</string> |
| <!-- Title of the Wi-fi settings entry in the left top level menu --> |
| <string name="wifi_settings_title">Wi\u2011Fi</string> |
| <!-- Summary text of the Wi-fi settings screen --> |
| <string name="wifi_settings_summary">Set up & manage wireless access points</string> |
| <!-- Used by Account creation for turning on Wi-Fi [CHAR LIMIT=60] --> |
| <string name="wifi_select_network">Select Wi\u2011Fi</string> |
| <!-- Summary text when turning Wi-Fi or bluetooth on --> |
| <string name="wifi_starting">Turning Wi\u2011Fi on\u2026</string> |
| <!-- Summary text when turning Wi-Fi or bluetooth off --> |
| <string name="wifi_stopping">Turning off Wi\u2011Fi\u2026</string> |
| <!-- Summary text when Wi-Fi or bluetooth has error --> |
| <string name="wifi_error">Error</string> |
| <!-- Summary text when wifi SoftAP started failed due to no legal usable channel allowed in this region by regulatory --> |
| <string name="wifi_sap_no_channel_error">5 GHz band not available in this country</string> |
| <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode --> |
| <string name="wifi_in_airplane_mode">In Airplane mode</string> |
| <!-- Checkbox title for option to notify user when public networks are nearby --> |
| <string name="wifi_notify_open_networks">Notify for public networks</string> |
| <!-- Checkbox summary for option to notify user when open networks are nearby--> |
| <string name="wifi_notify_open_networks_summary">Notify when a high\u2011quality public network is available</string> |
| <!-- Checkbox title for option to enable Wi-Fi when saved networks are nearby --> |
| <string name="wifi_wakeup">Turn on Wi\u2011Fi automatically</string> |
| <!-- Checkbox summary for option to enable Wi-Fi when high quality saved networks are nearby--> |
| <string name="wifi_wakeup_summary">Wi\u2011Fi will turn back on near high\u2011quality saved networks, like your home network</string> |
| <!-- Checkbox summary for auto-wifi when user needs to enable location scanning to toggle it --> |
| <string name="wifi_wakeup_summary_no_location">Unavailable because location is turned off. Turn on <annotation id="link">location</annotation>.</string> |
| <!-- Checkbox summary for Wi-Fi wakeup option to explain that Wi-Fi wakeup is disabled because Wi-Fi scanning is turned off --> |
| <string name="wifi_wakeup_summary_scanning_disabled">Unavailable because Wi\u2011Fi scanning is turned off</string> |
| <!-- Checkbox summary for Wi-Fi wakeup option to explain that a network rating provider needs to be selected to use the feature. --> |
| <string name="wifi_wakeup_summary_scoring_disabled">To use, select a network rating provider</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\u2019t use a Wi\u2011Fi network unless it has a good internet connection</string> |
| <!-- Checkbox summary for option to toggle poor network detection [CHAR LIMIT=60] --> |
| <string name="wifi_avoid_poor_network_detection_summary">Only use networks that have a good internet connection</string> |
| <!-- Checkbox title for option to connect to public Wi-Fi automatically [CHAR LIMIT=40] --> |
| <string name="use_open_wifi_automatically_title">Connect to public networks</string> |
| <!-- Checkbox summary for option to connect to open Wi-Fi automatically [CHAR LIMIT=100] --> |
| <string name="use_open_wifi_automatically_summary">Automatically connect to high\u2011quality public networks</string> |
| <!-- Checkbox summary for option to connect to open Wi-Fi automatically, to explain that a network rating provider needs to be selected to use the feature. --> |
| <string name="use_open_wifi_automatically_summary_scoring_disabled">To use, select a network rating provider</string> |
| <!-- Checkbox summary for option to connect to open Wi-Fi automatically, to explain that a compatible network rating provider needs to be selected to use the feature. --> |
| <string name="use_open_wifi_automatically_summary_scorer_unsupported_disabled">To use, select a compatible network rating provider</string> |
| <!-- Preference title for option to install certificates --> |
| <string name="wifi_install_credentials">Install certificates</string> |
| <!-- Message to describe "Wi-Fi scan always available feature" when Wi-Fi is off and Wi-Fi |
| scanning is on. The place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. They |
| mark a link to bring the user to "scanning settings" screen. --> |
| <string name="wifi_scan_notify_text">To improve location accuracy, apps and services can still scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. This can be used, for example, to improve location-based features and services. You can change this in <xliff:g id="link_begin">LINK_BEGIN</xliff:g>Wi\u2011Fi scanning settings<xliff:g id="link_end">LINK_END</xliff:g>.</string> |
| <!-- Message to describe "Wi-Fi scan always available feature" when Wi-Fi is off and Wi-Fi |
| scanning is also off. The place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. |
| They mark a link to bring the user to "scanning settings" screen. --> |
| <string name="wifi_scan_notify_text_scanning_off">To improve location accuracy, |
| turn on Wi-Fi scanning in |
| <xliff:g id="link_begin">LINK_BEGIN</xliff:g>Wi\u2011Fi scanning |
| settings<xliff:g id="link_end">LINK_END</xliff:g>.</string> |
| <!-- Wifi scan always mode checkbox text --> |
| <string name="wifi_scan_notify_remember_choice">Don\u2019t show again</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\u2011Fi on during sleep</string> |
| <!-- Setting title for setting the wifi sleep policy. Do we keep Wi-Fi active when the screen turns off? [CHAR LIMIT=30] --> |
| <string name="wifi_setting_on_during_sleep_title">Wi\u2011Fi on during sleep</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> |
| <!-- Checkbox title for option to toggle suspend power optimizations [CHAR LIMIT=30] --> |
| <string name="wifi_suspend_efficiency_title">Improve efficiency</string> |
| <!-- Checkbox title for option to toggle suspend power optimizations --> |
| <string name="wifi_suspend_optimizations">Wi\u2011Fi optimization</string> |
| <!-- Checkbox summary for option to toggle suspend power optimizations --> |
| <string name="wifi_suspend_optimizations_summary">Minimize battery usage when Wi\u2011Fi is on</string> |
| <!-- Checkbox summary for option to toggle suspend power optimizations [CHAR LIMIT=30] --> |
| <string name="wifi_limit_optimizations_summary">Limit battery used by Wi\u2011Fi</string> |
| <!-- Checkbox title. Should we switch to using cellular data if Wi-Fi is still connected but the Wi-Fi network we're connected to no longer has Internet access (e.g., due to an outage)? --> |
| <string name="wifi_switch_away_when_unvalidated">Switch to mobile data if Wi\u2011Fi loses internet access.</string> |
| <!-- Preference title for option to automatically switch away from bad wifi networks [CHAR LIMIT=60]--> |
| <string name="wifi_cellular_data_fallback_title">Switch to mobile data automatically</string> |
| <!-- Preference summary to automatically switch away from bad wifi networks [CHAR LIMIT=None]--> |
| <string name="wifi_cellular_data_fallback_summary">Use mobile data when Wi\u2011Fi has no internet access. Data usage charges may apply.</string> |
| <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]--> |
| <string name="wifi_add_network">Add network</string> |
| <!-- Action bar title to open additional Wi-Fi settings--> |
| <string name="wifi_configure_settings_preference_title">Wi\u2011Fi preferences</string> |
| <!-- Summary for Wi-Fi Preferences that explains that Wi-Fi will be enabled when high quality saved networks are nearby--> |
| <string name="wifi_configure_settings_preference_summary_wakeup_on">Wi\u2011Fi turns back on automatically</string> |
| <!-- Summary for Wi-Fi Preferences that explains that Wi-Fi will not automatically be enabled when high quality saved networks are nearby--> |
| <string name="wifi_configure_settings_preference_summary_wakeup_off">Wi\u2011Fi doesn\u0027t turn back on automatically</string> |
| <!-- Header for the list of wifi networks--> |
| <string name="wifi_access_points">Wi\u2011Fi networks</string> |
| <!-- Content description for menu button in Wifi setup. Not shown on the screen. [CHAR LIMIT=NONE] --> |
| <string name="wifi_menu_more_options">More options</string> |
| <!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]--> |
| <string name="wifi_menu_p2p">Wi\u2011Fi Direct</string> |
| <!-- Menu option to scan Wi-Fi networks --> |
| <string name="wifi_menu_scan">Scan</string> |
| <!-- Menu option to Wi-Fi advanced settings --> |
| <string name="wifi_menu_advanced">Advanced</string> |
| <!-- Menu option to Wi-Fi configure settings --> |
| <string name="wifi_menu_configure">Configure</string> |
| <!-- Menu option to connect to a Wi-Fi network --> |
| <string name="wifi_menu_connect">Connect to network</string> |
| <!-- Menu option to remember a temporary Wi-Fi network --> |
| <string name="wifi_menu_remember">Remember network</string> |
| <!-- Menu option to delete a Wi-Fi network --> |
| <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 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\u2011Fi 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">Searching for networks\u2026</string> |
| <!-- Wifi Settings. text displayed when user has restriction DISALLOW_CONFIG_WIFI [CHAR LIMIT=NONE]--> |
| <string name="wifi_empty_list_user_restricted">You don\u2019t have permission to change the Wi\u2011Fi network.</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> |
| <!-- Wi-Fi settings dialog. Title of dialog displayed asking user to enable Wi-Fi Scanning [CHAR LIMIT=60]--> |
| <string name="wifi_settings_scanning_required_title">Turn on Wi\u2011Fi scanning?</string> |
| <!-- Wi-Fi settings dialog. Summary text describing why we need Wi-Fi scanning on. [CHAR LIMIT=NONE]--> |
| <string name="wifi_settings_scanning_required_summary">To turn on Wi\u2011Fi automatically, you first need to turn on Wi\u2011Fi scanning.</string> |
| <!-- Wi-Fi settings dialog. Informational text describing what Wi-Fi scanning does. [CHAR LIMIT=NONE]--> |
| <string name="wifi_settings_scanning_required_info">Wi\u2011Fi scanning allows apps and services to scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. This can be used, for example, to improve location\u2011based features and services.</string> |
| <!-- Wi-Fi settings dialog. Text for the button that takes users to a help article about Wi-Fi scanning. [CHAR LIMIT = 20]--> |
| <string name="wifi_settings_scanning_required_turn_on">Turn on</string> |
| <!-- Wi-Fi settings dialog. Text to show in toast for when user turns on wifi scanning. [CHAR LIMIT=NONE] --> |
| <string name="wifi_settings_scanning_required_enabled">Wi\u2011Fi scanning turned on</string> |
| |
| <!-- Dialog for Access Points --> <skip /> |
| <!-- Label to show/hide advanced options [CHAR LIMIT=40] --> |
| <string name="wifi_show_advanced">Advanced options</string> |
| <!-- Message for talkback to say when focus on Advanced Options[CHAR LIMIT=NONE] --> |
| <string name="wifi_advanced_toggle_description">Drop down list Advanced Options</string> |
| <!-- Extended message for talkback to say when Advanced Options is collapsed. (e.g., Double-tap to expand) [CHAR LIMIT=NONE] --> |
| <string name="wifi_advanced_toggle_description_collapsed">expand</string> |
| <!-- Label for the SSID of the network --> |
| <string name="wifi_ssid">Network name</string> |
| <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] --> |
| <string name="wifi_ssid_hint">Enter the SSID</string> |
| <!-- Label for the security of the connection --> |
| <string name="wifi_security">Security</string> |
| <!-- Label for the hidden network status of this network --> |
| <string name="wifi_hidden_network">Hidden network</string> |
| <!-- Label for the warning shown to users if they try to connect to a network as "hidden" --> |
| <string name="wifi_hidden_network_warning">If your router is not broadcasting a network ID but you would like to connect to it in the future, you can set the network as hidden.\n\nThis may create a security risk because your phone will regularly broadcast its signal to find the network.\n\nSetting the network as hidden will not change your router settings.</string> |
| <!-- Label for the signal strength of the connection --> |
| <string name="wifi_signal">Signal strength</string> |
| <!-- Label for the status of the connection --> |
| <string name="wifi_status">Status</string> |
| <!-- Label for the transmit link speed of the connection. [CHAR LIMIT=32] --> |
| <string name="tx_wifi_speed">Transmit link speed</string> |
| <!-- Label for the receive link speed of the connection. [CHAR LIMIT=32] --> |
| <string name="rx_wifi_speed">Receive link speed</string> |
| <!-- Label for the link speed of the connection. [CHAR LIMIT=32] --> |
| <string name="wifi_speed">Link speed</string> |
| <!-- Label for the frequency band of the connection --> |
| <string name="wifi_frequency">Frequency</string> |
| <!-- Label for the IP address of the connection --> |
| <string name="wifi_ip_address">IP address</string> |
| <!-- Label for Passpoint network --> |
| <string name="passpoint_label">Saved via</string> |
| <!-- Content for Passpoint network --> |
| <string name="passpoint_content"><xliff:g id="name">%1$s</xliff:g> credentials</string> |
| <!-- Label for the EAP method of the network --> |
| <string name="wifi_eap_method">EAP method</string> |
| <!-- Label for the phase2 --> |
| <string name="please_select_phase2">Phase 2 authentication</string> |
| <!-- Label for the EAP CA certificate of the network --> |
| <string name="wifi_eap_ca_cert">CA certificate</string> |
| <!-- Label for the OCSP type of the network. [CHAR LIMIT=32] --> |
| <string name="wifi_eap_ocsp">Online Certificate Status</string> |
| <!-- Label for the domain name that the EAP CA certificate(s) can be used to validate. --> |
| <string name="wifi_eap_domain">Domain</string> |
| <!-- Label for the EAP user certificate of the network --> |
| <string name="wifi_eap_user_cert">User certificate</string> |
| <!-- Label for the EAP identity of the network --> |
| <string name="wifi_eap_identity">Identity</string> |
| <!-- Label for the EAP anonymous identity of the network --> |
| <string name="wifi_eap_anonymous">Anonymous identity</string> |
| <!-- Label for the password of the secured network --> |
| <string name="wifi_password">Password</string> |
| <!-- Label for the check box to show password --> |
| <string name="wifi_show_password">Show password</string> |
| <!-- Label for the RadioGroup to choose wifi ap band --> |
| <string name="wifi_ap_band_config">Select AP Band</string> |
| <!-- Label for the radio button to choose wifi ap channel automatically--> |
| <string name="wifi_ap_choose_auto">Auto</string> |
| <!-- Label for the radio button to choose wifi ap 2.4 GHz band --> |
| <string name="wifi_ap_choose_2G">2.4 GHz Band</string> |
| <!-- Label for the radio button to only choose wifi ap 5GHz band --> |
| <string name="wifi_ap_choose_5G">5.0 GHz Band</string> |
| <!-- Label for the radio button to prefer 5GHz wifi ap band [CHAR LIMIT=80]--> |
| <string name="wifi_ap_prefer_5G">5.0 GHz Band preferred</string> |
| <!-- Label for adding to the list of selected bands when 2.4 GHz is selected --> |
| <string name="wifi_ap_2G">2.4 GHz</string> |
| <!-- Label for adding to the list of selected bands when 5.0 GHz is selected --> |
| <string name="wifi_ap_5G">5.0 GHz</string> |
| <!-- Label that is shown as a dialog summary informing users they must pick at LEAST one band for their hotspot [CHAR LIMIT=NONE]--> |
| <string name="wifi_ap_band_select_one">Choose at least one band for Wi\u2011Fi hotspot:</string> |
| <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] --> |
| <string name="wifi_ip_settings">IP settings</string> |
| <!-- Label for the spinner to show Wifi MAC randomization [CHAR LIMIT=25] --> |
| <string name="wifi_privacy_settings">Privacy</string> |
| <!-- Label for the subscription preference. [CHAR LIMIT=32] --> |
| <string name="wifi_subscription">Subscription</string> |
| <!-- Summary text for the subscription preference. [CHAR LIMIT=NONE] --> |
| <string name="wifi_subscription_summary">View or change subscription</string> |
| <!-- Summary for Wifi MAC randomization option when it is ephemeral network [CHAR LIMIT=50] --> |
| <string name="wifi_privacy_settings_ephemeral_summary">Randomized MAC</string> |
| <!-- Title for the fragment to add a device into the wifi network [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_add_device_to_network">Add a device</string> |
| <!-- Hint for the user to center another device's QR code in the below camera window [CHAR LIMIT=120] --> |
| <string name="wifi_dpp_center_qr_code">Center the QR code below to add the device to \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d</string> |
| <!-- Title for the fragment to scan QR code [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_scan_qr_code">Scan QR code</string> |
| <!-- Hint for the user to center another device's QR code in the below camera window [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_scan_qr_code_join_network">Center the QR code below to connect to \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d</string> |
| <!-- Hint for the user to center another device's QR code in the below camera window [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_scan_qr_code_join_unknown_network">Join Wi\u2011Fi by scanning a QR code</string> |
| <!-- Title for the fragment to share Wi-Fi [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_share_wifi">Share Wi\u2011Fi</string> |
| <!-- Hint for the user to use another device to scan QR code on screen to join Wi-Fi [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_scan_qr_code_with_another_device">Scan this QR code with another device to join \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d</string> |
| <!-- Hint for the user to use another device to scan QR code on screen to join a open Wi-Fi [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_scan_open_network_qr_code_with_another_device">Scan this QR code to connect to \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_authentication_or_configuration">Try again. If the issue continues, contact the device manufacturer</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_not_compatible">Something went wrong</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_timeout">Make sure the device has been plugged in, charged, and turned on</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_generic">Make sure the device has been plugged in, charged, and turned on. If the issue continues, contact the device manufacturer</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_not_supported">Adding \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d isn\u2019t supported by this device</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_cannot_find_network">Try moving the device closer to your Wi\u2011Fi access point/router</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_enrollee_authentication">Check the password and try again</string> |
| <!-- Hint for Wi-Fi DPP handshake failure [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_failure_enrollee_rejected_configuration">Contact the device manufacturer</string> |
| <!-- Hint for Wi-Fi connection fail [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_check_connection_try_again">Check connection and try again</string> |
| <!-- Title for the fragment choose network [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_choose_network">Choose network</string> |
| <!-- Hint for the user to center another device's QR code in the below camera window [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_choose_network_to_connect_device">To connect your device, choose a network</string> |
| <!-- Hint for the user to add the device to a Wi-Fi network [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_add_device_to_wifi">Add this device to \u201c<xliff:g id="ssid" example="OfficeWifi">%1$s</xliff:g>\u201d?</string> |
| <!-- Title for the fragment to tell the user that Wi-Fi shared with device successfully [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_wifi_shared_with_device">Wi\u2011Fi shared with device</string> |
| <!-- Button label to add another device to Wi-Fi [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_add_another_device">Add another device</string> |
| <!-- Button label to choose different Wi-Fi network [CHAR LIMIT=80] --> |
| <string name="wifi_dpp_choose_different_network">Choose different network</string> |
| <!-- Hint for QR code detection [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_could_not_add_device">Couldn\u2019t add device</string> |
| <!-- Title for the fragment to show that device found but naming known [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_device_found">Device found</string> |
| <!-- Hint for Wi-Fi DPP handshake running [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_sharing_wifi_with_this_device">Sharing Wi\u2011Fi with this device\u2026</string> |
| <!-- Hint for Wi-Fi DPP handshake running [CHAR LIMIT=NONE] --> |
| <string name="wifi_dpp_connecting">Connecting\u2026</string> |
| <!-- Title for the fragment to show that the QR code is for sharing Wi-Fi hotspot network [CHAR LIMIT=50] --> |
| <string name="wifi_dpp_share_hotspot">Share hotspot</string> |
| |