Skip to content

Commit 51cfc54

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Accessibility of the lock screen - strings" into jb-mr1-lockscreen-dev
2 parents 7f5bade + 562afa9 commit 51cfc54

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

core/res/res/values/strings.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,8 +2276,6 @@
22762276
<string name="keyguard_accessibility_add_widget">Add widget.</string>
22772277
<!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
22782278
<string name="keyguard_accessibility_widget_empty_slot">Empty</string>
2279-
<!-- Accessibility description of the unlock area. [CHAR_LIMIT=none] -->
2280-
<string name="keyguard_accessibility_unlock_area">Unlock area.</string>
22812279
<!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
22822280
<string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
22832281
<!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
@@ -2300,6 +2298,20 @@
23002298
<string name="keyguard_accessibility_widget_deleted">Widget <xliff:g id="widget_index">%1$s</xliff:g> deleted.</string>
23012299
<!-- Accessibility description of the button to expand the lock area. [CHAR_LIMIT=none] -->
23022300
<string name="keyguard_accessibility_expand_lock_area">Expand unlock area.</string>
2301+
<!-- Accessibility description of the slide unlock. [CHAR_LIMIT=none] -->
2302+
<string name="keyguard_accessibility_slide_unlock">Slide unlock.</string>
2303+
<!-- Accessibility description of the pattern unlock. [CHAR_LIMIT=none] -->
2304+
<string name="keyguard_accessibility_pattern_unlock">Pattern unlock.</string>
2305+
<!-- Accessibility description of the face unlock. [CHAR_LIMIT=none] -->
2306+
<string name="keyguard_accessibility_face_unlock">Face unlock.</string>
2307+
<!-- Accessibility description of the pin lock. [CHAR_LIMIT=none] -->
2308+
<string name="keyguard_accessibility_pin_unlock">Pin unlock.</string>
2309+
<!-- Accessibility description of the password lock. [CHAR_LIMIT=none] -->
2310+
<string name="keyguard_accessibility_password_unlock">Password unlock.</string>
2311+
<!-- Accessibility description of the unlock pattern area. [CHAR_LIMIT=none] -->
2312+
<string name="keyguard_accessibility_pattern_area">Pattern area.</string>
2313+
<!-- Accessibility description of the unlock slide area. [CHAR_LIMIT=none] -->
2314+
<string name="keyguard_accessibility_slide_area">Slide area.</string>
23032315

23042316
<!-- Password keyboard strings. Used by LockScreen and Settings --><skip />
23052317
<!-- Label for "switch to symbols" key. Must be short to fit on key! -->

0 commit comments

Comments
 (0)