|
3194 | 3194 | <!-- Description of the button to decrement the DatePicker's year value. [CHAR LIMIT=NONE] --> |
3195 | 3195 | <string name="date_picker_decrement_year_button">Decrement year</string> |
3196 | 3196 |
|
3197 | | - <!-- CheckBox - accessibility support --> |
3198 | | - <!-- Description of the checked state of a CheckBox. [CHAR LIMIT=NONE] --> |
3199 | | - <string name="checkbox_checked">checked</string> |
3200 | | - <!-- Description of the not checked state of a CheckBox. [CHAR LIMIT=NONE] --> |
3201 | | - <string name="checkbox_not_checked">not checked</string> |
3202 | | - |
3203 | | - <!-- RadioButton/CheckedTextView - accessibility support --> |
3204 | | - <!-- Description of the selected state of a RadioButton. [CHAR LIMIT=NONE] --> |
3205 | | - <string name="radiobutton_selected">selected</string> |
3206 | | - <!-- Description of the not selected state of a RadioButton. [CHAR LIMIT=NONE] --> |
3207 | | - <string name="radiobutton_not_selected">not selected</string> |
3208 | | - |
3209 | | - <!-- Switch - accessibility support --> |
3210 | | - <!-- Description of the on state of a Switch. [CHAR LIMIT=NONE] --> |
3211 | | - <string name="switch_on">on</string> |
3212 | | - <!-- Description of the off state of a Switch. [CHAR LIMIT=NONE] --> |
3213 | | - <string name="switch_off">off</string> |
3214 | | - |
3215 | | - <!-- ToggleButton - accessibility support --> |
3216 | | - <!-- Description of the pressed state of a ToggleButton. [CHAR LIMIT=NONE] --> |
3217 | | - <string name="togglebutton_pressed">pressed</string> |
3218 | | - <!-- Description of the not pressed state of a ToggleButton. [CHAR LIMIT=NONE] --> |
3219 | | - <string name="togglebutton_not_pressed">not pressed</string> |
3220 | | - |
3221 | 3197 | <!-- KeyboardView - accessibility support --> |
3222 | 3198 | <!-- Description of the Alt button in a KeyboardView. [CHAR LIMIT=NONE] --> |
3223 | 3199 | <string name="keyboardview_keycode_alt">Alt</string> |
|
0 commit comments