diff options
| author | 2020-03-20 15:52:11 +0800 | |
|---|---|---|
| committer | 2020-03-20 18:04:15 +0800 | |
| commit | c0598eb36092d60fdabcd651973b2a84f096840d (patch) | |
| tree | e08c3b1446e22fd87a6df32ad8b73d3776a5e73e | |
| parent | b7efa560551cef7a7c5cb8f2c6b29a68fdb69593 (diff) | |
Update R accessibility assets and strings (7/n)
- Volume key shortcut confirm dialog strings
Bug: 148837311
Test: Manual test
Change-Id: If4dd012117886d66851d6b42a017ffa066f2edae
| -rw-r--r-- | core/res/res/values/strings.xml | 41 |
1 files changed, 33 insertions, 8 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ddee2e9ab33d..92ff9f529c2f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4348,6 +4348,35 @@ accessibility feature. </string> + <!-- Dialog title for dialog shown when the multiple accessibility shortcut is activated, and we want to confirm that the user understands what's going to happen. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_multiple_service_warning_title">Turn on accessibility features?</string> + + <!-- Message shown in dialog when user is in the process of enabling the multiple accessibility service via the volume buttons shortcut for the first time. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_multiple_service_warning">Holding down both volume keys for a few seconds turns on accessibility features. This may change how your device works.\n\nCurrent features:\n<xliff:g id="service" example="TalkBack">%1$s</xliff:g>\nYou can change selected features in Settings > Accessibility.</string> + + <!-- Used in multiple service warning to list current features. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_multiple_service_list">\t• <xliff:g id="service" example="TalkBack">%1$s</xliff:g>\n</string> + + <!-- Dialog title for dialog shown when the TalkBack shortcut is activated, and we want to confirm that the user understands what's going to happen. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_talkback_warning_title">Turn on TalkBack?</string> + + <!-- Message shown in dialog when user is in the process of enabling the TalkBack via the volume buttons shortcut for the first time. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_talkback_warning">Holding down both volume keys for a few seconds turns on TalkBack, a screen reader that is helpful for people who are blind or have low vision. TalkBack completely changes how your device works.\n\nYou can change this shortcut to another feature in Settings > Accessibility.</string> + + <!-- Dialog title for dialog shown when this accessibility shortcut is activated, and we want to confirm that the user understands what's going to happen. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_single_service_warning_title">Turn on <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> + + <!-- Message shown in dialog when user is in the process of enabling this accessibility service via the volume buttons shortcut for the first time. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_single_service_warning">Holding down both volume keys for a few seconds turns on <xliff:g id="service" example="TalkBack">%1$s</xliff:g>, an accessibility feature. This may change how your device works.\n\nYou can change this shortcut to another feature in Settings > Accessibility.</string> + + <!-- Text in button that closes the warning dialog about the accessibility shortcut, leaving the + shortcut enabled. [CHAR LIMIT=none]--> + <string name="accessibility_shortcut_on">Turn on</string> + + <!-- Text in button that closes the warning dialog about the accessibility shortcut, leaving the + shortcut enabled. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_off">Don’t turn on</string> + <!-- Title for a warning about security implications of enabling an accessibility service. [CHAR LIMIT=NONE] --> <string name="accessibility_enable_service_title">Allow @@ -4430,15 +4459,11 @@ shown in the warning dialog about the accessibility shortcut. --> <string name="color_correction_feature_name">Color Correction</string> - <!-- Text in toast to alert the user that the accessibility shortcut turned on an accessibility - service.--> - <string name="accessibility_shortcut_enabling_service">Accessibility Shortcut turned - <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> on</string> + <!-- Text in toast to alert the user that the accessibility shortcut turned on an accessibility service. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_enabling_service">Held volume keys. <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> turned on.</string> - <!-- Text in toast to alert the user that the accessibility shortcut turned off an accessibility - service.--> - <string name="accessibility_shortcut_disabling_service">Accessibility Shortcut turned - <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> off</string> + <!-- Text in toast to alert the user that the accessibility shortcut turned off an accessibility service. [CHAR LIMIT=none] --> + <string name="accessibility_shortcut_disabling_service">Held volume keys. <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> turned off.</string> <!-- Text spoken when accessibility shortcut warning dialog is shown. [CHAR LIMIT=none] --> <string name="accessibility_shortcut_spoken_feedback">Press and hold both volume keys for three seconds to use |