aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2013-10-03 15:38:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-03 15:38:09 -0700
commit2e0a2b2c5612ec6db9a6f6941350688a75014783 (patch)
treedc29d625e9f5317bb8e655f5da3e0e1f414018df /java/res
parent975520fc196cae7259513196997b2e121c548967 (diff)
parent5c35c6ac78fd8b81a2755ae741ce60e71938942b (diff)
downloadlatinime-2e0a2b2c5612ec6db9a6f6941350688a75014783.tar.gz
latinime-2e0a2b2c5612ec6db9a6f6941350688a75014783.tar.xz
latinime-2e0a2b2c5612ec6db9a6f6941350688a75014783.zip
am 5c35c6ac: am 1e2543f1: am 458fb52b: Merge "Speak auto-corrections for accessibility"
* commit '5c35c6ac78fd8b81a2755ae741ce60e71938942b': Speak auto-corrections for accessibility
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml5
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. -->