diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8f582b5..b4cc3de 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -762,6 +762,9 @@ <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> <string name="lock_settings_picker_title">Screen lock</string> + <!-- Title for security picker when choosing a facelock's backup unlock method: Pattern/PIN [CHAR LIMIT=22] --> + <string name="backup_lock_settings_picker_title">Choose backup lock</string> + <!-- 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> @@ -775,6 +778,9 @@ <!-- Summary for PreferenceScreen to changeecurity 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> + <!-- Info explaining the backup lock which is used for facelock --> + <string name="unlock_backup_info_summary">When conditions for FaceLock aren\'t ideal, how do you want to unlock?</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] --> @@ -1116,6 +1122,21 @@ <!-- NFC settings --> <!-- Used in the 1st-level settings screen to turn on NFC --> <string name="nfc_quick_toggle_title">NFC</string> + <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] --> + <string name="nfc_quick_toggle_summary">Allow devices separated by a few centimeters to exchange information</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">On</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="android_beam_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 Browser pages, YouTube videos, People contacts, and more.\n\nJust bring the devices together (typically back to back) and then touch your screen. The app determines what gets beamed.</string> + <!-- Wi-Fi Settings --> <skip /> <!-- Used in the 1st-level settings screen to turn on Wi-Fi --> <string name="wifi_quick_toggle_title">Wi-Fi</string> @@ -1350,8 +1371,12 @@ <string name="wifi_p2p_menu_search">Search</string> <!-- Menu option to create a group--> <string name="wifi_p2p_menu_create_group">Create group</string> + <!-- Menu option to remove a group--> + <string name="wifi_p2p_menu_remove_group">Remove group</string> <!-- Menu option to Wi-Fi p2p advanced settings --> <string name="wifi_p2p_menu_advanced">Advanced</string> + <!-- Title for available p2p devices --> + <string name="wifi_p2p_available_devices">Available Devices</string> <!-- Wifi AP settings--> <!-- Label for wifi tether checkbox. Toggles Access Point on/off --> @@ -2963,11 +2988,11 @@ found in the list of installed applications.</string> <!-- Title of keyboard settings list item within voice input/output settings --> <string name="keyboard_settings_title">Android keyboard</string> <!-- Title for the 'voice input' category of voice input/output settings --> - <string name="voice_category">Voice</string> + <string name="voice_category">Speech</string> <!-- Title for the voice recognizer setting in voice input/output settings --> <string name="recognizer_title">Voice recognizer</string> <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings --> - <string name="recognizer_settings_title">Voice input for search</string> + <string name="recognizer_settings_title">Voice Search</string> <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings. Would say something like, e.g., "Settings for 'Google'". --> <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string> |