File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ SHELLBAR_CANCEL=Cancel
198
198
# XACT: ARIA announcement for aria-label attribute of Wizard navigation header
199
199
WIZARD_NAV_ARIA_LABEL =Wizard Progress Bar
200
200
201
+ # XBUT: Wizard's Dialog Cancel button on mobile devices
202
+ WIZARD_CANCEL_BUTTON =Cancel
203
+
201
204
# XACT: ARIA announcement for aria-label attribute of Wizard list
202
205
WIZARD_LIST_ARIA_LABEL =Wizard Steps
203
206
Original file line number Diff line number Diff line change @@ -252,6 +252,9 @@ INPUT_SUGGESTIONS_NO_HIT=No results
252
252
# XACT: ARIA label for the Input clear icon
253
253
INPUT_CLEAR_ICON_ACC_NAME =Clear
254
254
255
+ # XBUT: Input's Dialog OK button on mobile devices
256
+ INPUT_SUGGESTIONS_OK_BUTTON =OK
257
+
255
258
# XFLD: Subtle link description label
256
259
LINK_SUBTLE =Subtle
257
260
@@ -333,6 +336,9 @@ MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
333
336
# XACT: ARIA announcement for Combo Box and Multi Combo Box available options
334
337
COMBOBOX_AVAILABLE_OPTIONS =Available Options
335
338
339
+ # XBUT: Combobox Dialog OK button on mobile devices
340
+ COMBOBOX_DIALOG_OK_BUTTON =OK
341
+
336
342
# XACT: ARIA announcement for suggestions popup
337
343
INPUT_AVALIABLE_VALUES =Available Values
338
344
@@ -516,6 +522,12 @@ TOKENIZER_SHOW_ALL_ITEMS={0} Items
516
522
# XFLD: Clear All link text in Tokenizer
517
523
TOKENIZER_CLEAR_ALL =Clear All
518
524
525
+ # XBUT: Tokenizer's Dialog Cancel button on mobile devices
526
+ TOKENIZER_DIALOG_CANCEL_BUTTON =Cancel
527
+
528
+ # XBUT: Tokenizer's Dialog OK button on mobile devices
529
+ TOKENIZER_DIALOG_OK_BUTTON =OK
530
+
519
531
# XACT: Label text for TreeListItem
520
532
TREE_ITEM_ARIA_LABEL =Tree Item
521
533
You can’t perform that action at this time.
0 commit comments