Skip to content

Commit 3cd4640

Browse files
committed
Lockscreen accessibility - strings.
Change-Id: Ia0f5a6356592f53081040667d20abf5f8eb09ad2
1 parent cfc3086 commit 3cd4640

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
@@ -2272,12 +2272,24 @@
22722272
<!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] -->
22732273
<string name="lockscreen_access_pattern_detected">Pattern completed</string>
22742274

2275-
<!-- Accessibility description sent when user changes the current lock screen widget. [CHAR_LIMIT=none] -->
2276-
<string name="keyguard_accessibility_widget_changed">%1$s. Widget %2$d of %3$d.</string>
2275+
<!-- Accessibility description of the add widget button. [CHAR_LIMIT=none] -->
2276+
<string name="keyguard_accessibility_add_widget">Add widget.</string>
2277+
<!-- Accessibility description of the empty sidget slot (place holder for a new widget). [CHAR_LIMIT=none] -->
2278+
<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>
2281+
<!-- Accessibility description of the event of expanding an unlock area. [CHAR_LIMIT=none] -->
2282+
<string name="keyguard_accessibility_unlock_area_expanded">Unlock area expanded.</string>
2283+
<!-- Accessibility description of the event of collapsing an unlock area. [CHAR_LIMIT=none] -->
2284+
<string name="keyguard_accessibility_unlock_area_collapsed">Unlock area collapsed.</string>
2285+
<!-- Accessibility description of a lock screen widget. [CHAR_LIMIT=none] -->
2286+
<string name="keyguard_accessibility_widget">%1$s widget.</string>
22772287
<!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] -->
22782288
<string name="keyguard_accessibility_user_selector">User selector</string>
22792289
<!-- Accessibility description of the lock screen status widget. [CHAR_LIMIT=none] -->
22802290
<string name="keyguard_accessibility_status">Status</string>
2291+
<!-- Accessibility description of the camera widget. [CHAR_LIMIT=none] -->
2292+
<string name="keyguard_accessibility_camera">Camera</string>
22812293
<!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] -->
22822294
<string name="keygaurd_accessibility_media_controls">Media controls</string>
22832295

0 commit comments

Comments
 (0)