diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-10-10 17:39:54 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-10 17:39:54 -0700 |
commit | f005a2c83b341647ea827e548cf506d37a8bf97e (patch) | |
tree | 7cab06f2773f9c21c90deec107e80816f438b5ab /core/res | |
parent | 6b1950cce182c51eff045acc1655d9994685edcd (diff) | |
parent | 530d9f10a6af8ff83a184582ca81608b29510b42 (diff) | |
download | frameworks_base-f005a2c83b341647ea827e548cf506d37a8bf97e.zip frameworks_base-f005a2c83b341647ea827e548cf506d37a8bf97e.tar.gz frameworks_base-f005a2c83b341647ea827e548cf506d37a8bf97e.tar.bz2 |
Merge "Adding accessibility support to the pattern lock."
Diffstat (limited to 'core/res')
-rwxr-xr-x | core/res/res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index b1dc252..3f0f2f3 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1958,6 +1958,15 @@ <!-- Displayed on lock screen's right tab - turn sound off --> <string name="lockscreen_sound_off_label">Sound off</string> + <!-- Accessibility description sent when user starts drawing a lock pattern. [CHAR LIMIT=NONE] --> + <string name="lockscreen_access_pattern_start">Pattern started</string> + <!-- Accessibility description sent when the pattern times out and is cleared. [CHAR LIMIT=NONE] --> + <string name="lockscreen_access_pattern_cleared">Pattern cleared</string> + <!-- Accessibility description sent when user adds a cell to the pattern. [CHAR LIMIT=NONE] --> + <string name="lockscreen_access_pattern_cell_added">Cell added</string> + <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] --> + <string name="lockscreen_access_pattern_detected">Pattern completed</string> + <!-- Password keyboard strings. Used by LockScreen and Settings --><skip /> <!-- Label for "switch to symbols" key. Must be short to fit on key! --> <string name="password_keyboard_label_symbol_key">\?123</string> |