diff options
author | 2013-09-27 14:15:53 -0700 | |
---|---|---|
committer | 2013-09-27 14:15:53 -0700 | |
commit | 67319f92f31ca5b40e1f80f7b9ae63b9d8886f0e (patch) | |
tree | 71966ff67f281d93138334fee19ca05c78c514a9 /java/res | |
parent | 45de3925d8b61b4d2e64db0d02a105bcf26fe9f1 (diff) | |
download | latinime-67319f92f31ca5b40e1f80f7b9ae63b9d8886f0e.tar.gz latinime-67319f92f31ca5b40e1f80f7b9ae63b9d8886f0e.tar.xz latinime-67319f92f31ca5b40e1f80f7b9ae63b9d8886f0e.zip |
Speak auto-corrections for accessibility
BUG: 8669376
Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 69da1e862..06f4b4789 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -174,6 +174,11 @@ <!-- Spoken description when there is no text entered --> <string name="spoken_no_text_entered">No text entered</string> + <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. --> + <string name="spoken_auto_correct"><xliff:g id="key" example="Space">%1$s</xliff:g> corrects <xliff:g id="original">%2$s</xliff:g> to <xliff:g id="corrected">%3$s</xliff:g></string> + <!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. --> + <string name="spoken_auto_correct_obscured"><xliff:g id="key" example="Space">%1$s</xliff:g> has auto-correction</string> + <!-- Spoken description for unknown keyboard keys. --> <string name="spoken_description_unknown">Key code %d</string> <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. --> |