aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2013-09-30 11:16:36 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-30 11:16:36 -0700
commit1e2543f125a0d2bda79ebc9996db64cf6d9760e3 (patch)
tree32fbb95b5c5b9f8338af5569a3473cf5a91d4440 /java/res
parent9c0740b782f7ab2028b7631ccc6f197b26c3612f (diff)
parent458fb52b985d9c4f37b82689b573d42f95487a32 (diff)
downloadlatinime-1e2543f125a0d2bda79ebc9996db64cf6d9760e3.tar.gz
latinime-1e2543f125a0d2bda79ebc9996db64cf6d9760e3.tar.xz
latinime-1e2543f125a0d2bda79ebc9996db64cf6d9760e3.zip
am 458fb52b: Merge "Speak auto-corrections for accessibility"
* commit '458fb52b985d9c4f37b82689b573d42f95487a32': 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. -->