diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 543c659..bad006e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -234,6 +234,10 @@ <string name="bluetooth_devices">Bluetooth devices</string> <!-- Bluetooth settings screen, title for the current bluetooth name setting --> <string name="bluetooth_device_name">Device name</string> + <!-- Bluetooth settings screen, image description for device details button. This opens the screen to rename, unpair, etc. a single device. --> + <string name="bluetooth_device_details">Device settings</string> + <!-- Bluetooth settings screen, image description for profile of a device details button. --> + <string name="bluetooth_profile_details">Profile settings</string> <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) --> <string name="bluetooth_name_not_set">No name set, using account name</string> <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices --> @@ -769,6 +773,9 @@ 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 /> @@ -1585,6 +1592,14 @@ <string name="volume_notification_description">Notifications</string> <!-- Volume description for alarm volume --> <string name="volume_alarm_description">Alarms</string> + <!-- Image description for ringer volume mute button. --> + <string name="volume_ring_mute">Mute ringtone & notifications</string> + <!-- Image description for media volume mute button. --> + <string name="volume_media_mute">Mute music & other media</string> + <!-- Image description for notification volume mute button. --> + <string name="volume_notification_mute">Mute notifications</string> + <!-- Image description for alarm volume mute button. --> + <string name="volume_alarm_mute">Mute alarms</string> <!-- Sound settings screen, setting option name checkbox. About vibration setting during incoming calls. [CHAR LIMIT=30] --> <string name="vibrate_when_ringing_title">Vibrate when ringing</string> @@ -2644,6 +2659,10 @@ card numbers. It comes from the app <xliff:g id="spellchecker_application_name">%1$s</xliff:g>. Use this spell checker?</string> + <!-- Image button description for spell checker quick settings. --> + <string name="spellchecker_quick_settings">Settings</string> + <!-- Image button description for spell checker language. --> + <string name="spellchecker_language">Language</string> <!-- Toast that settings for an application is failed to open. --> <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string> @@ -3479,6 +3498,10 @@ <string name="accessibility_sync_disabled">Sync disabled</string> <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] --> <string name="accessibility_sync_error">Sync error.</string> + <!-- Image description for the sync failed icon. --> + <string name="sync_failed">Sync failed</string> + <!-- Animation description for the sync active icon. --> + <string name="sync_active">Sync active</string> <!-- Account specific sync settings title [CHAR LIMIT=35] --> <string name="account_sync_settings_title">Sync settings</string> |