|
2272 | 2272 | <!-- Accessibility description sent when user completes drawing a pattern. [CHAR LIMIT=NONE] --> |
2273 | 2273 | <string name="lockscreen_access_pattern_detected">Pattern completed</string> |
2274 | 2274 |
|
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> |
2277 | 2287 | <!-- Accessibility description of the lock screen user selector widget. [CHAR_LIMIT=none] --> |
2278 | 2288 | <string name="keyguard_accessibility_user_selector">User selector</string> |
2279 | 2289 | <!-- Accessibility description of the lock screen status widget. [CHAR_LIMIT=none] --> |
2280 | 2290 | <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> |
2281 | 2293 | <!-- Accessibility description of the lock media control widget. [CHAR_LIMIT=none] --> |
2282 | 2294 | <string name="keygaurd_accessibility_media_controls">Media controls</string> |
2283 | 2295 |
|
|
0 commit comments