diff options
author | 2012-02-09 15:33:40 -0800 | |
---|---|---|
committer | 2012-02-09 15:33:40 -0800 | |
commit | 4baf767facb885bdbd271624e1c9d8cccc553bb4 (patch) | |
tree | e9f60ae085757ca45c82cccb909fafd81de3374b /java/res | |
parent | 0d1a5bad54441b6b1fb417cc5776f60586b32324 (diff) | |
parent | 8d4f0d5d1df2e0ae0b6ac332fd6661b7fa903186 (diff) | |
download | latinime-4baf767facb885bdbd271624e1c9d8cccc553bb4.tar.gz latinime-4baf767facb885bdbd271624e1c9d8cccc553bb4.tar.xz latinime-4baf767facb885bdbd271624e1c9d8cccc553bb4.zip |
Merge "Improved shift key and symbol/alpha switch key accessibility feedback."
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 089acf379..1e8b7db96 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -156,12 +156,12 @@ <!-- Spoken description for unknown keyboard keys. --> <string name="spoken_description_unknown">Key code %d</string> - <!-- Spoken description for the "Shift" keyboard key. --> + <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. --> <string name="spoken_description_shift">Shift</string> - <!-- Spoken description for the "Shift" keyboard key's pressed state. --> - <string name="spoken_description_shift_shifted">Shift enabled</string> - <!-- Spoken description for the "Shift" keyboard key's pressed state. --> - <string name="spoken_description_caps_lock">Caps lock enabled</string> + <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. --> + <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string> + <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. --> + <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string> <!-- Spoken description for the "Delete" keyboard key. --> <string name="spoken_description_delete">Delete</string> <!-- Spoken description for the "To Symbol" keyboard key. --> @@ -185,6 +185,22 @@ <!-- Spoken description for the "\u2022" (BULLET) keyboard key. --> <string name="spoken_description_dot">Dot</string> + <!-- Spoken feedback after turning "Shift" mode on. --> + <string name="spoken_description_shiftmode_on">Shift enabled</string> + <!-- Spoken feedback after turning "Caps lock" mode on. --> + <string name="spoken_description_shiftmode_locked">Caps lock enabled</string> + <!-- Spoken feedback after turning "Shift" mode off. --> + <string name="spoken_description_shiftmode_off">Shift disabled</string> + + <!-- Spoken feedback after changing to the symbols keyboard. --> + <string name="spoken_description_mode_symbol">Symbols mode</string> + <!-- Spoken feedback after changing to the alphanumeric keyboard. --> + <string name="spoken_description_mode_alpha">Letters mode</string> + <!-- Spoken feedback after changing to the phone dialer keyboard. --> + <string name="spoken_description_mode_phone">Phone mode</string> + <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. --> + <string name="spoken_description_mode_phone_shift">Phone symbols mode</string> + <!-- Voice related labels --> <!-- Title of the warning dialog that shows when a user initiates voice input for |