@ui5/webcomponents 2.23.0-rc.0 → 2.23.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Form.d.ts +9 -25
  4. package/dist/Form.js +42 -207
  5. package/dist/Form.js.map +1 -1
  6. package/dist/FormGroup.d.ts +11 -0
  7. package/dist/FormGroup.js +3 -0
  8. package/dist/FormGroup.js.map +1 -1
  9. package/dist/FormItem.d.ts +2 -0
  10. package/dist/FormItem.js.map +1 -1
  11. package/dist/FormTemplate.js +26 -15
  12. package/dist/FormTemplate.js.map +1 -1
  13. package/dist/ListItem.d.ts +2 -0
  14. package/dist/ListItem.js +4 -0
  15. package/dist/ListItem.js.map +1 -1
  16. package/dist/ListItemTemplate.js +1 -1
  17. package/dist/ListItemTemplate.js.map +1 -1
  18. package/dist/MenuItem.d.ts +1 -0
  19. package/dist/TreeItemBase.d.ts +1 -0
  20. package/dist/css/themes/Form.css +1 -1
  21. package/dist/css/themes/FormItem.css +1 -1
  22. package/dist/css/themes/FormItemSpan.css +1 -1
  23. package/dist/css/themes/FormLayout.css +1 -1
  24. package/dist/custom-elements-internal.json +32 -5
  25. package/dist/custom-elements.json +32 -5
  26. package/dist/form-utils/FormUtils.d.ts +9 -0
  27. package/dist/form-utils/FormUtils.js +47 -0
  28. package/dist/form-utils/FormUtils.js.map +1 -0
  29. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  30. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  31. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  32. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  33. package/dist/generated/themes/Form.css.d.ts +1 -1
  34. package/dist/generated/themes/Form.css.js +1 -1
  35. package/dist/generated/themes/Form.css.js.map +1 -1
  36. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  37. package/dist/generated/themes/FormItem.css.js +1 -1
  38. package/dist/generated/themes/FormItem.css.js.map +1 -1
  39. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  40. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  41. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  42. package/dist/generated/themes/FormLayout.css.d.ts +1 -1
  43. package/dist/generated/themes/FormLayout.css.js +1 -1
  44. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  45. package/dist/vscode.html-custom-data.json +7 -2
  46. package/dist/web-types.json +15 -5
  47. package/package.json +9 -9
  48. package/src/FormTemplate.tsx +41 -23
  49. package/src/ListItemTemplate.tsx +1 -1
  50. package/src/i18n/messagebundle_en.properties +341 -0
  51. package/src/i18n/messagebundle_en_US_sappsd.properties +1 -0
  52. package/src/i18n/messagebundle_en_US_saprigi.properties +1 -0
  53. package/src/i18n/messagebundle_en_US_saptrc.properties +1 -0
  54. package/src/themes/Form.css +4 -2
  55. package/src/themes/FormItem.css +5 -51
  56. package/src/themes/FormItemSpan.css +9 -9
  57. package/src/themes/FormLayout.css +30 -113
@@ -1,154 +1,232 @@
1
+ #This is the resource bundle for the UI5 Web Components
2
+ #
1
3
 
4
+ #XACT: ARIA announcement for the required state
2
5
  ACC_STATE_REQUIRED=Required
3
6
 
7
+ #XACT: ARIA announcement for the disabled state
4
8
  ACC_STATE_DISABLED=Disabled
5
9
 
10
+ #XACT: ARIA announcement for the readonly state
6
11
  ACC_STATE_READONLY=Read Only
7
12
 
13
+ #XACT: ARIA announcement for the empty state
8
14
  ACC_STATE_EMPTY=Empty
9
15
 
16
+ #XACT: ARIA announcement for an element with a single interactive element
10
17
  ACC_STATE_SINGLE_CONTROL=Includes element
11
18
 
19
+ #XACT: ARIA announcement for an element with multiple interactive elements
12
20
  ACC_STATE_MULTIPLE_CONTROLS=Includes elements
13
21
 
22
+ #XBUT: Card Content aria-label text
14
23
  ARIA_LABEL_CARD_CONTENT=Card Content
15
24
 
25
+ #XBUT: Card aria-roledescription text
16
26
  ARIA_ROLEDESCRIPTION_CARD=Card
17
27
 
28
+ #XBUT: Card Header aria-roledescription text
18
29
  ARIA_ROLEDESCRIPTION_CARD_HEADER=Card Header
19
30
 
31
+ #XBUT: Card Header aria-roledescription interactive text
20
32
  ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=Interactive Card Header
21
33
 
34
+ #XACT: ARIA announcement for the Avatar default tooltip
22
35
  AVATAR_TOOLTIP=Avatar
23
36
 
37
+ #XACT: ARIA type description for interactive Avatar (when the Avatar is a button)
24
38
  AVATAR_TYPE_BUTTON=Button
25
39
 
40
+ #XACT: ARIA type description for non-interactive Avatar (when the Avatar is an image)
26
41
  AVATAR_TYPE_IMAGE=Image
27
42
 
43
+ #XACT: ARIA announcement for the Avatar default tooltip
28
44
  AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL={0} displayed, {1} hidden.
29
45
 
46
+ #XACT: ARIA announcement for the Avatar default tooltip
30
47
  AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL=Activate for complete list.
31
48
 
49
+ #XACT: ARIA announcement for the AvatarGroup type Individual aria-label attribute
32
50
  AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL=Individual avatars.
33
51
 
52
+ #XACT: ARIA announcement for the AvatarGroup type Group aria-label attribute
34
53
  AVATAR_GROUP_ARIA_LABEL_GROUP=Conjoined avatars.
35
54
 
55
+ #XACT: ARIA announcement for the navigation in AvatarGroup
36
56
  AVATAR_GROUP_MOVE=Press ARROW keys to move.
37
57
 
58
+ #XACT: ARIA announcement for the badge with "Tag" design
38
59
  TAG_DESCRIPTION_TAG=Tag
39
60
 
61
+ #XACT: ARIA announcement for the roledescription attribute
40
62
  TAG_ROLE_DESCRIPTION=Tag button
41
63
 
64
+ #XACT: ARIA announcement for the "Negative" state
42
65
  TAG_ERROR=Error
43
66
 
67
+ #XACT: ARIA announcement for the "Critical" state
44
68
  TAG_WARNING=Warning
45
69
 
70
+ #XACT: ARIA announcement for the "Positive" state
46
71
  TAG_SUCCESS=Success
47
72
 
73
+ #XACT: ARIA announcement for the "Information" state
48
74
  TAG_INFORMATION=Information
49
75
 
76
+ #XACT: position (current and max. value) of a Breadcrumb item which should be announced by screenreaders
50
77
  BREADCRUMB_ITEM_POS={0} of {1}
51
78
 
79
+ #XACT: ARIA announcement for the breadcrumbs
52
80
  BREADCRUMBS_ARIA_LABEL=Breadcrumb Trail
53
81
 
82
+ #XACT: ARIA announcement for the breadcrumbs overflow button
54
83
  BREADCRUMBS_OVERFLOW_ARIA_LABEL=More
55
84
 
85
+ #XFLD: Breadcrumbs popover cancel button
56
86
  BREADCRUMBS_CANCEL_BUTTON=Cancel
57
87
 
88
+ #XACT: Breadcrumbs popover accessible name
58
89
  FORM_SELECTABLE_AVALIABLE_VALUES=Available Values
59
90
 
91
+ #XTOL: text that could be show if BusyIndicator is active
60
92
  BUSY_INDICATOR_TITLE=Please wait
61
93
 
94
+ #XACT: ARIA announcement for the accept button
62
95
  BUTTON_ARIA_TYPE_ACCEPT=Positive Action
63
96
 
97
+ #XACT: ARIA announcement for the reject button
64
98
  BUTTON_ARIA_TYPE_REJECT=Negative Action
65
99
 
100
+ #XACT: ARIA announcement for the default action (emphasized) button
66
101
  BUTTON_ARIA_TYPE_EMPHASIZED=Default Action
67
102
 
103
+ #XACT: ARIA announcement for the warning button
68
104
  BUTTON_ARIA_TYPE_ATTENTION=Warning
69
105
 
106
+ #XACT: ARIA announcement for the Button Badge with value 1 - "{0} item"
70
107
  BUTTON_BADGE_ONE_ITEM={0} item
71
108
 
109
+ #XACT: ARIA announcement for the Button Badge with value more than 1 - "{0} items"
72
110
  BUTTON_BADGE_MANY_ITEMS={0} items
73
111
 
112
+ #ACC: ARIA announcement for the Button role attribute
74
113
  BUTTON_ROLE_DESCRIPTION=Button
75
114
 
115
+ #ACC: ARIA announcement for the Link role attribute
76
116
  LINK_ROLE_DESCRIPTION=Link
77
117
 
118
+ #XACT: Text for Today item in CalendarLegend
78
119
  CAL_LEGEND_TODAY_TEXT=Today
79
120
 
121
+ #XACT: Text for Selected Day item in CalendarLegend
80
122
  CAL_LEGEND_SELECTED_TEXT=Selected Day
81
123
 
124
+ #XACT: Text for Working Day item in CalendarLegend
82
125
  CAL_LEGEND_WORKING_DAY_TEXT=Working Day
83
126
 
127
+ #XACT: Text for Non-Working Day item in CalendarLegend
84
128
  CAL_LEGEND_NON_WORKING_DAY_TEXT=Non-Working Day
85
129
 
130
+ #XACT: Role description text for the Calendar Legend
86
131
  CAL_LEGEND_ROLE_DESCRIPTION=Calendar Legend
87
132
 
133
+ # Carousel of text
88
134
  CAROUSEL_OF_TEXT=of
89
135
 
136
+ #Carousel dots text
90
137
  CAROUSEL_DOT_TEXT=Page {0} of {1}
91
138
 
139
+ # Carousel Previous Page text
92
140
  CAROUSEL_PREVIOUS_ARROW_TEXT=Previous Page
93
141
 
142
+ # Carousel Next Page text
94
143
  CAROUSEL_NEXT_ARROW_TEXT=Next Page
95
144
 
145
+ #XACT: ARIA announcement for the attribute 'aria-roledescription' of the Carousel component
96
146
  CAROUSEL_ARIA_ROLE_DESCRIPTION=Carousel
97
147
 
148
+ #XACT: ARIA announcement for the aria-label attribute of an element within a Carousel component with a list role
98
149
  CAROUSEL_ARIA_LIST_LABEL=Item Container
99
150
 
151
+ #XFLD: Label of the container holding the colors
100
152
  COLORPALETTE_CONTAINER_LABEL=Color Palette - Predefined Colors
101
153
 
154
+ #XFLD: Title of the popup holding the colors
102
155
  COLORPALETTE_POPOVER_TITLE=Color Palette
103
156
 
157
+ #XFLD: Label of the color box
104
158
  COLORPALETTE_COLOR_LABEL=Color
105
159
 
160
+ #XFLD: Color Palette dialog button
106
161
  COLOR_PALETTE_DIALOG_CANCEL_BUTTON=Cancel
107
162
 
163
+ #XFLD: Color Palette dialog button
108
164
  COLOR_PALETTE_DIALOG_OK_BUTTON=OK
109
165
 
166
+ #XTIT: Color Palette dialog title of the Color Picker
110
167
  COLOR_PALETTE_DIALOG_TITLE=Change Color
111
168
 
169
+ #XTIT: Color Palette dialog button text to open the Color Picker
112
170
  COLOR_PALETTE_MORE_COLORS_TEXT=More Colors...
113
171
 
172
+ #XTIT: Color Palette dialog button text to set the default color
114
173
  COLOR_PALETTE_DEFAULT_COLOR_TEXT=Default Color
115
174
 
175
+ #XACT: ARIA information for the ColorPicker slider group
116
176
  COLORPICKER_LABEL=Color Picker
117
177
 
178
+ #XACT: ARIA information for the ColorPicker slider group
118
179
  COLORPICKER_SLIDER_GROUP=Color Sliders
119
180
 
181
+ #XACT: ARIA information for the ColorPicker Alpha slider
120
182
  COLORPICKER_ALPHA_SLIDER=Alpha Slider
121
183
 
184
+ #XACT: ARIA information for the ColorPicker Hue slider
122
185
  COLORPICKER_HUE_SLIDER=Hue Slider
123
186
 
187
+ #XTOL: Six symbol hexadecimal group representing CSS color hex string
124
188
  COLORPICKER_HEX=Hexadecimal
125
189
 
190
+ #XFLD: Label text for the ColorPicker Red input field
126
191
  COLORPICKER_RED=Red
127
192
 
193
+ #XFLD: Label text for the ColorPicker Green input field
128
194
  COLORPICKER_GREEN=Green
129
195
 
196
+ #XFLD: Label text for the ColorPicker Blue input field
130
197
  COLORPICKER_BLUE=Blue
131
198
 
199
+ #XFLD: Label text for the ColorPicker Hue input field
132
200
  COLORPICKER_HUE=Hue
133
201
 
202
+ #XFLD: Label text for the ColorPicker Saturation input field
134
203
  COLORPICKER_SATURATION=Saturation
135
204
 
205
+ #XFLD: Label text for the ColorPicker Light input field
136
206
  COLORPICKER_LIGHT=Light
137
207
 
208
+ #XTOL: Tooltip for color picker mode toggle button
138
209
  COLORPICKER_TOGGLE_MODE_TOOLTIP=Change Color Mode
139
210
 
211
+ #XTOL: Alpha chanel transparency value for RGBA color mode
140
212
  COLORPICKER_ALPHA=Alpha
141
213
 
214
+ #XACT: Text which indicates that the value of an input is in percent.
142
215
  COLORPICKER_PERCENTAGE=%
143
216
 
217
+ #XACT: Text which indicates that the color mode is changed.
144
218
  COLORPICKER_COLOR_MODE_CHANGED=Color mode changed to {0}. Current values: {1}.
145
219
 
220
+ #XACT: DatePicker 'Open Picker' icon title
146
221
  DATEPICKER_OPEN_ICON_TITLE=Open Picker
147
222
 
223
+ #XACT: DatePicker 'Open Picker' icon title when the picker is opened
148
224
  DATEPICKER_OPEN_ICON_TITLE_OPENED=Close Picker
149
225
 
226
+ #XACT: Aria information for the Date Picker
150
227
  DATEPICKER_DATE_DESCRIPTION=Date Input
151
228
 
229
+ #XFLD: DatePicker dialog header title on mobile
152
230
  DATEPICKER_MOBILE_HEADER_TITLE=Enter date
153
231
 
154
232
  DATEPICKER_VALUE_MISSING=Enter the date in the following format: {0}.
@@ -159,6 +237,7 @@ DATEPICKER_RANGE_OVERFLOW=Enter a date lower than the maximum value of {0}.
159
237
 
160
238
  DATEPICKER_RANGE_UNDERFLOW=Enter a date higher than the minimum value of {0}.
161
239
 
240
+ #XACT: Aria information for the Date Time Picker
162
241
  DATETIME_DESCRIPTION=Date Time Input
163
242
 
164
243
  DATETIME_VALUE_MISSING=Enter the date and time in the following format: {0}.
@@ -169,6 +248,7 @@ DATETIME_RANGEOVERFLOW=Enter a value lower than the maximum value of {0}.
169
248
 
170
249
  DATETIME_RANGEUNDERFLOW=Enter a value higher than the minimum value of {0}.
171
250
 
251
+ #XACT: Aria information for the Date Range Picker
172
252
  DATERANGE_DESCRIPTION=Date Range Input
173
253
 
174
254
  DATERANGE_VALUE_MISSING=Enter the date range in the following format: {0} - {0}.
@@ -179,361 +259,535 @@ DATERANGE_OVERFLOW=Enter a value lower than the maximum value of {0}.
179
259
 
180
260
  DATERANGE_UNDERFLOW=Enter a value higher than the minimum value of {0}.
181
261
 
262
+ #XACT: Aria information for the Date Picker popover
182
263
  DATEPICKER_POPOVER_ACCESSIBLE_NAME=Enter date for {0}
183
264
 
265
+ #XTXT: Date Picker placeholder prefix
184
266
  DATETIME_COMPONENTS_PLACEHOLDER_PREFIX=e.g.
185
267
 
268
+ #XACT: Aria information for the Date Time Picker popover
186
269
  DATETIMEPICKER_POPOVER_ACCESSIBLE_NAME=Choose Date and Time for {0}
187
270
 
271
+ #XACT: Aria information for the Date Range Picker popover
188
272
  DATERANGEPICKER_POPOVER_ACCESSIBLE_NAME=Choose Date Range for {0}
189
273
 
190
274
  DELETE=Delete
191
275
 
276
+ #XFLD: En dash (–) character to indicate that there is an empty space. In some languages there might be a different symbol used.
192
277
  EMPTY_INDICATOR_SYMBOL=–
278
+ #XFLD: ARIA announcement for the empty value.
193
279
  EMPTY_INDICATOR_ACCESSIBLE_TEXT=Empty Value
194
280
 
281
+ #XLNK: Link to allow the user to see complete text
195
282
  EXPANDABLE_TEXT_SHOW_MORE=Show More
196
283
 
284
+ #XLNK: Link to allow the user to collapse the complete text and display only the first characters that can fit
197
285
  EXPANDABLE_TEXT_SHOW_LESS=Show Less
198
286
 
287
+ #XBUT: Text for close action of dialog on mobile devices
199
288
  EXPANDABLE_TEXT_CLOSE=Close
200
289
 
290
+ #XACT: ARIA-label text for link that allows the user to see complete text in a popover
201
291
  EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL=Show the full text
202
292
 
293
+ #XACT: ARIA-label text for link that allows the user to close the popover with the complete text
203
294
  EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL=Close the popover
204
295
 
296
+ #XACT: ARIA announcement for the FileUploader's roledescription attribute
205
297
  FILEUPLOADER_ROLE_DESCRIPTION=File Uploader
206
298
 
299
+ #XACT: Default placeholder text for the ui5-file-uploader
207
300
  FILEUPLOADER_DEFAULT_PLACEHOLDER=Browse or drop a file
208
301
 
302
+ #XACT: Default placeholder text for the multiple ui5-file-uploader
209
303
  FILEUPLOADER_DEFAULT_MULTIPLE_PLACEHOLDER=Browse or drop multiple files
210
304
 
305
+ #XTOL: Default tooltip text for the ui5-file-uploader's input field
211
306
  FILEUPLOADER_INPUT_TOOLTIP=All files will be replaced on each upload
212
307
 
308
+ #XTOL: Default tooltip text for the ui5-file-uploader's value help icon
213
309
  FILEUPLOADER_VALUE_HELP_TOOLTIP=Browse and replace all files
214
310
 
311
+ #XTOL: Default tooltip text for the ui5-file-uploader's clear icon
215
312
  FILEUPLOADER_CLEAR_ICON_TOOLTIP=Remove all files
216
313
 
217
314
  FILEUPLOAER_VALUE_MISSING=Select or drag and drop a file to upload.
218
315
 
219
316
  GROUP_HEADER_TEXT=Group Header
220
317
 
318
+ #XACT: ARIA announcement for the Select`s roledescription attribute
221
319
  SELECT_ROLE_DESCRIPTION=Listbox
222
320
 
321
+ #XTXT: MultiComboBox and ComboBox icon accessible name
223
322
  SELECT_OPTIONS=Select Options
224
323
 
324
+ #XTXT: MultiComboBox show selected items button accessible name
225
325
  SHOW_SELECTED_BUTTON=Show Selected Items Only
226
326
 
327
+ #XBUT: A link that can be clicked to display more/all items
227
328
  INPUT_SUGGESTIONS=Suggestions Available
228
329
 
330
+ #XCKL: Select all checkbox label
229
331
  MCB_SELECTED_ITEMS=Select All ({0} of {1})
230
332
 
333
+ #XTIT: Default title text for mobile
231
334
  INPUT_SUGGESTIONS_TITLE=All Items
232
335
 
336
+ #XACT: ARIA announcement for the Input suggestion result if one hit
233
337
  INPUT_SUGGESTIONS_ONE_HIT=1 result available
234
338
 
339
+ #XACT: ARIA announcement for the Input suggestion result if more than one hit ({0} is the number of hits)
235
340
  INPUT_SUGGESTIONS_MORE_HITS={0} results are available
236
341
 
342
+ #XACT: ARIA announcement for the Input suggestion result if no hit
237
343
  INPUT_SUGGESTIONS_NO_HIT=No results
238
344
 
345
+ #XACT: ARIA announcement when suggestions popover is expanded
239
346
  INPUT_SUGGESTIONS_EXPANDED=Expanded
240
347
 
348
+ #XACT: ARIA announcement when suggestions popover is collapsed
241
349
  INPUT_SUGGESTIONS_COLLAPSED=Collapsed
242
350
 
351
+ #XACT: ARIA label for the Input clear icon
243
352
  INPUT_CLEAR_ICON_ACC_NAME=Clear
244
353
 
354
+ #XBUT: Input's Dialog OK button on mobile devices
245
355
  INPUT_SUGGESTIONS_OK_BUTTON=OK
246
356
 
357
+ #XBUT: Input's Dialog Cancel button on mobile devices
247
358
  INPUT_SUGGESTIONS_CANCEL_BUTTON=Cancel
248
359
 
360
+ #XFLD: Subtle link description label
249
361
  LINK_SUBTLE=Subtle
250
362
 
363
+ #XFLD: Emphasized link description label
251
364
  LINK_EMPHASIZED=Emphasized
252
365
 
366
+ #XACT: ARIA announcement for the interactive nature of the list
253
367
  LIST_ROLE_DESCRIPTION=List with interactive items. To move to the content, press F2.
254
368
 
369
+ #XACT: ARIA announcement for the active clickable list items
255
370
  LIST_ITEM_ACTIVE=Is Active
256
371
 
372
+ #XACT: ARIA announcement for the position of the list items in an entire list
257
373
  LIST_ITEM_POSITION=List item {0} of {1}
258
374
 
375
+ #XACT: ARIA announcement for the list item selection.
259
376
  LIST_ITEM_SELECTED=Selected
260
377
 
378
+ #XACT: ARIA announcement for the list item selected=false state
261
379
  LIST_ITEM_NOT_SELECTED=Not Selected
262
380
 
381
+ #XACT: ARIA announcement for the list item selected=false state
263
382
  LIST_ITEM_GROUP_HEADER=Group Header
264
383
 
384
+ #XACT: ARIA announcement for grouping with role=list
265
385
  LIST_ROLE_LIST_GROUP_DESCRIPTION=contains {0} sub groups with {1} items
266
386
 
387
+ #XACT: ARIA announcement for grouping with role=listbox
267
388
  LIST_ROLE_LISTBOX_GROUP_DESCRIPTION=contains {0} sub groups
268
389
 
390
+ #XBUT: List Multi Selection Mode Checkbox aria-label text
269
391
  ARIA_LABEL_LIST_ITEM_CHECKBOX=Multiple Selection Mode
270
392
 
393
+ #XBUT: List Single Selection Mode RadioButton aria-label text
271
394
  ARIA_LABEL_LIST_ITEM_RADIO_BUTTON=Item Selection.
272
395
 
396
+ #XACT: ARIA announcement for the list which allows single selections
273
397
  ARIA_LABEL_LIST_SELECTABLE=Contains Selectable Items
274
398
 
399
+ #XACT: ARIA announcement for the list which allows multiple selections
275
400
  ARIA_LABEL_LIST_MULTISELECTABLE=Contains Multi-Selectable Items
276
401
 
402
+ #XACT: ARIA announcement for the list which has deletable items
277
403
  ARIA_LABEL_LIST_DELETABLE=Contains Deletable Items
278
404
 
405
+ #XTOL: Tooltip of information message strip close button
279
406
  MESSAGE_STRIP_CLOSE_BUTTON_INFORMATION=Close information message strip
280
407
 
408
+ #XTOL: Tooltip of positive message strip close button
281
409
  MESSAGE_STRIP_CLOSE_BUTTON_POSITIVE=Close positive message strip
282
410
 
411
+ #XTOL: Tooltip of negative message strip close button
283
412
  MESSAGE_STRIP_CLOSE_BUTTON_NEGATIVE=Close negative message strip
284
413
 
414
+ #XTOL: Tooltip of critical message strip close button
285
415
  MESSAGE_STRIP_CLOSE_BUTTON_CRITICAL=Close critical message strip
286
416
 
417
+ #XTOL: Tooltip of custom message strip close button
287
418
  MESSAGE_STRIP_CLOSE_BUTTON_CUSTOM=Close custom message strip
288
419
 
420
+ #XACT: ARIA announcement for the MessageStrip's closable state
289
421
  MESSAGE_STRIP_CLOSABLE=Closable
290
422
 
423
+ #XACT: ARIA announcement for the MessageStrip's "Error" state
291
424
  MESSAGE_STRIP_ERROR=Error Message Strip
292
425
 
426
+ #XACT: ARIA announcement for the MessageStrip's "Warning" state
293
427
  MESSAGE_STRIP_WARNING=Warning Message Strip
294
428
 
429
+ #XACT: ARIA announcement for the MessageStrip's "Success" state
295
430
  MESSAGE_STRIP_SUCCESS=Success Message Strip
296
431
 
432
+ #XACT: ARIA announcement for the MessageStrip's "Information" state
297
433
  MESSAGE_STRIP_INFORMATION=Message Strip
298
434
 
435
+ #XACT: ARIA announcement for the MessageStrip's "Custom" state
299
436
  MESSAGE_STRIP_CUSTOM=Custom Message Strip
300
437
 
438
+ #XFLD: MultiComboBox OK dialog button
301
439
  MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
302
440
 
441
+ #XFLD: MultiComboBox Cancel dialog button
303
442
  MULTICOMBOBOX_DIALOG_CANCEL_BUTTON=Cancel
304
443
 
444
+ #XACT: ARIA announcement for Combo Box and Multi Combo Box available options
305
445
  COMBOBOX_AVAILABLE_OPTIONS=Available Options
306
446
 
447
+ #XBUT: Combobox Dialog OK button on mobile devices
307
448
  COMBOBOX_DIALOG_OK_BUTTON=OK
308
449
 
450
+ #XBUT: Combobox Dialog Cancel button on mobile devices
309
451
  COMBOBOX_DIALOG_CANCEL_BUTTON=Cancel
310
452
 
453
+ #XACT: ARIA announcement for suggestions popup
311
454
  INPUT_AVALIABLE_VALUES=Available Values
312
455
 
456
+ #XMSG: Text used for value state error message when an item is already selected
313
457
  VALUE_STATE_ERROR_ALREADY_SELECTED=This value is already selected.
314
458
 
459
+ #XBUT: MultiInput aria-roledescription text
315
460
  MULTIINPUT_ROLEDESCRIPTION_TEXT=Multi Value Input
316
461
 
462
+ #XFLD: Token number indicator which is used to show more tokens
317
463
  MULTIINPUT_SHOW_MORE_TOKENS={0} more
318
464
 
465
+ #XACT: ARIA announcement for value help icon
319
466
  MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
320
467
 
468
+ #XACT: ARIA announcement for value help
321
469
  MULTIINPUT_VALUE_HELP=Value help available
322
470
 
471
+ #XACT: ARIA announcement for value help
323
472
  MULTIINPUT_FILTER_BUTTON_LABEL=Show selected tokens
324
473
 
474
+ #XTOL: Tooltip for panel expand title
325
475
  PANEL_ICON=Expand/Collapse
326
476
 
477
+ #XACT: ARIA description for range slider progress
327
478
  RANGE_SLIDER_ARIA_DESCRIPTION=Range
328
479
 
480
+ #XACT: ARIA description for range slider start handle
329
481
  RANGE_SLIDER_START_HANDLE_DESCRIPTION=Minimum
330
482
 
483
+ #XACT: ARIA description for range slider end handle
331
484
  RANGE_SLIDER_END_HANDLE_DESCRIPTION=Maximum
332
485
 
486
+ #XBUT: Rating indicator tooltip text
333
487
  RATING_INDICATOR_TOOLTIP_TEXT=Rating
334
488
 
489
+ #XBUT: Rating indicator aria-roledescription text
335
490
  RATING_INDICATOR_TEXT=Rating Indicator
336
491
 
492
+ #XACT: Rating indicator ARIA description
337
493
  RATING_INDICATOR_ARIA_DESCRIPTION=Required
338
494
 
495
+ #XFLD: ResponsivePopover's button's text which closes the dialog
339
496
  RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON=Decline
340
497
 
498
+ #XACT: ARIA description for the segmented button
341
499
  SEGMENTEDBUTTON_ARIA_DESCRIPTION=Segmented button group
342
500
 
501
+ #XACT: ARIA described by for the segmented button
343
502
  SEGMENTEDBUTTON_ARIA_DESCRIBEDBY=Press SPACE or ENTER to select an item
344
503
 
504
+ #XACT: ARIA description for the segmented button item
345
505
  SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION=Segmented button
346
506
 
507
+ #XACT: ARIA description for slider handle
347
508
  SLIDER_ARIA_DESCRIPTION=Slider handle
348
509
 
510
+ #XTXT Table and List "load more" row's text.
349
511
  LOAD_MORE_TEXT=More
350
512
 
513
+ #XTXT Table's header row text.
351
514
  TABLE_HEADER_ROW_INFORMATION=Header Row 1 of {0}
352
515
 
516
+ #XACT Table row's position
353
517
  TABLE_ROW_POSITION={0} of {1}
354
518
 
519
+ #XACT Table group row's aria label
355
520
  TABLE_GROUP_ROW_ARIA_LABEL=Group Header Row
356
521
 
522
+ #XACT ARIA label for selection checkbox
357
523
  ARIA_LABEL_ROW_SELECTION=Item Selection
358
524
 
525
+ #XACT ARIA label for select all checkbox in a multiselect mode table
359
526
  ARIA_LABEL_SELECT_ALL_CHECKBOX=Select All Rows
360
527
 
528
+ #XACT ARIA label for table cell without content
361
529
  ARIA_LABEL_EMPTY_CELL=Empty
362
530
 
531
+ #XACT: ARIA announcement for the positive design
363
532
  TAB_ARIA_DESIGN_POSITIVE=Positive
364
533
 
534
+ #XACT: ARIA announcement for the negative design
365
535
  TAB_ARIA_DESIGN_NEGATIVE=Negative
366
536
 
537
+ #XACT: ARIA announcement for the critical design
367
538
  TAB_ARIA_DESIGN_CRITICAL=Critical
368
539
 
540
+ #XACT: ARIA announcement for the neutral design
369
541
  TAB_ARIA_DESIGN_NEUTRAL=Neutral
370
542
 
543
+ #XACT: ARIA role description for Tab with subitems
371
544
  TAB_SPLIT_ROLE_DESCRIPTION=Tab with Subitems
372
545
 
546
+ #XACT: ACC next icon name in tab container
373
547
  TABCONTAINER_NEXT_ICON_ACC_NAME=Next
374
548
 
549
+ #XACT: ACC previous icon name in tab container
375
550
  TABCONTAINER_PREVIOUS_ICON_ACC_NAME=Previous
376
551
 
552
+ #XACT: ACC overflow menu title in tab container
377
553
  TABCONTAINER_OVERFLOW_MENU_TITLE=Overflow Menu
378
554
 
555
+ #XTXT Text for end overflow button in tab container
379
556
  TABCONTAINER_END_OVERFLOW=More
380
557
 
558
+ #XBUT Text for cancel button, which closes the popover on mobile devices
381
559
  TABCONTAINER_POPOVER_CANCEL_BUTTON=Cancel
382
560
 
561
+ #XACT: ARIA description for TabContainer tablist when there are tabs with subitems
383
562
  TABCONTAINER_SUBTABS_DESCRIPTION=Press down arrow key to open subitems menu
384
563
 
564
+ #XTXT: Text for characters left
385
565
  TEXTAREA_CHARACTERS_LEFT={0} characters remaining
386
566
 
567
+ #XTXT: Text for characters over
387
568
  TEXTAREA_CHARACTERS_EXCEEDED={0} characters over limit
388
569
 
570
+ #XTXT: Text for characters over in form
389
571
  TEXTAREA_EXCEEDS_MAXLENGTH=Value too long by {0} characters.
390
572
 
573
+ #XFLD: Timepicker slider header
391
574
  TIMEPICKER_HOURS_LABEL=Hours
392
575
 
576
+ #XFLD: Timepicker slider header
393
577
  TIMEPICKER_MINUTES_LABEL=Minutes
394
578
 
579
+ #XFLD: Timepicker slider header
395
580
  TIMEPICKER_SECONDS_LABEL=Seconds
396
581
 
582
+ #XFLD: Timepicker popover button
397
583
  TIMEPICKER_SUBMIT_BUTTON=OK
398
584
 
585
+ #XFLD: Timepicker popover button
399
586
  TIMEPICKER_CANCEL_BUTTON=Cancel
400
587
 
588
+ #XACT: Aria information for the Time Picker
401
589
  TIMEPICKER_INPUT_DESCRIPTION=Time Input
402
590
 
591
+ #XACT: Aria information for the Time Picker popover
403
592
  TIMEPICKER_POPOVER_ACCESSIBLE_NAME=Choose Time for {0}
404
593
 
594
+ #XACT: Aria information for the Time Picker Clock Dial
405
595
  TIMEPICKER_CLOCK_DIAL_LABEL=Clock Dial
406
596
 
597
+ #XACT: Time Picker Inputs tooltip/aria-label for Hours input
407
598
  TIMEPICKER_INPUTS_ENTER_HOURS=Please enter hours
408
599
 
600
+ #XACT: Time Picker Inputs tooltip/aria-label for Minutes input
409
601
  TIMEPICKER_INPUTS_ENTER_MINUTES=Please enter minutes
410
602
 
603
+ #XACT: Time Picker Inputs tooltip/aria-label for Seconds input
411
604
  TIMEPICKER_INPUTS_ENTER_SECONDS=Please enter seconds
412
605
 
606
+ #XACT: Time Picker 'Open Picker' icon title
413
607
  TIMEPICKER_OPEN_ICON_TITLE=Open Picker
414
608
 
609
+ #XACT: Time Picker 'Open Picker' icon title when the picker is opened
415
610
  TIMEPICKER_OPEN_ICON_TITLE_OPENED=Close Picker
416
611
 
417
612
  TIMEPICKER_VALUE_MISSING=Enter the time in the following format: {0}.
418
613
 
419
614
  TIMEPICKER_PATTERN_MISSMATCH=This format is not supported. Enter the time in the following format: {0}.
420
615
 
616
+ #XACT: Aria information for the Duration Picker
421
617
  DURATION_INPUT_DESCRIPTION=Duration Input
422
618
 
619
+ #XFLD: DateTimePicker popover button
423
620
  DATETIME_PICKER_DATE_BUTTON=Date
424
621
 
622
+ #XFLD: DateTimePicker popover button
425
623
  DATETIME_PICKER_TIME_BUTTON=Time
426
624
 
625
+ #XACT: ARIA announcement for token deletable
427
626
  TOKEN_ARIA_DELETABLE=Deletable
428
627
 
628
+ #XACT: ARIA announcement for token removal
429
629
  TOKEN_ARIA_DELETE=Delete
430
630
 
631
+ #XACT: ARIA announcement for token label
431
632
  TOKEN_ARIA_LABEL=Token
432
633
 
634
+ #XACT: ARIA announcement for custom list item type
433
635
  LISTITEMCUSTOM_TYPE_TEXT=List Item
434
636
 
637
+ #XACT: ARIA announcement for tokens
435
638
  TOKENIZER_ARIA_CONTAIN_TOKEN=No Tokens
436
639
 
640
+ #XACT: ARIA announcement for tokenizer with 1 token
437
641
  TOKENIZER_ARIA_CONTAIN_ONE_TOKEN=Contains 1 token
438
642
 
643
+ #XACT: ARIA announcement for tokenizer with n tokens
439
644
  TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS=Contains {0} tokens
440
645
 
646
+ #XACT: ARIA announcement for tokenizer label
441
647
  TOKENIZER_ARIA_LABEL=Tokenizer
442
648
 
649
+ #XFLD: Token number indicator which is used to show all tokens in Tokenizer when all of the tokens are hidden
443
650
  TOKENIZER_SHOW_ALL_ITEMS={0} Items
444
651
 
652
+ #XFLD: Clear All link text in Tokenizer
445
653
  TOKENIZER_CLEAR_ALL=Clear All
446
654
 
655
+ #XBUT: Tokenizer's Dialog Cancel button on mobile devices
447
656
  TOKENIZER_DIALOG_CANCEL_BUTTON=Cancel
448
657
 
658
+ #XBUT: Tokenizer's Dialog OK button on mobile devices
449
659
  TOKENIZER_DIALOG_OK_BUTTON=OK
450
660
 
661
+ #XACT: Label text for TreeListItem
451
662
  TREE_ITEM_ARIA_LABEL=Tree Item
452
663
 
664
+ #XTOL: tooltip for expand icon in a tree item
453
665
  TREE_ITEM_EXPAND_NODE=Expand Node
454
666
 
667
+ #XACT: tooltip for collapse icon in a tree item
455
668
  TREE_ITEM_COLLAPSE_NODE=Collapse Node
456
669
 
670
+ #XACT: the value state type that is preppended to value state error message text
457
671
  VALUE_STATE_TYPE_ERROR=Value State Error
458
672
 
673
+ #XACT: the value state type that is preppended to value state warning message text
459
674
  VALUE_STATE_TYPE_WARNING=Value State Warning
460
675
 
676
+ #XACT: the value state type that is preppended to value state success message text
461
677
  VALUE_STATE_TYPE_SUCCESS=Value State Success
462
678
 
679
+ #XACT: the value state type that is preppended to value state information message text
463
680
  VALUE_STATE_TYPE_INFORMATION=Value State Information
464
681
 
682
+ #XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
465
683
  VALUE_STATE_ERROR=Invalid entry
466
684
 
685
+ #XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
467
686
  VALUE_STATE_WARNING=Warning issued
468
687
 
688
+ #XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
469
689
  VALUE_STATE_INFORMATION=Informative entry
470
690
 
691
+ #XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
471
692
  VALUE_STATE_SUCCESS=Entry successfully validated
472
693
 
694
+ #XACT: ARIA announcement for keyboard shortcut to value state link
473
695
  VALUE_STATE_LINK=To move the focus to the link, press Ctrl+Alt+F8
474
696
 
697
+ #XACT: ARIA announcement for keyboard shortcut to value state link on Mac
475
698
  VALUE_STATE_LINK_MAC=To move the focus to the link, press Cmd+Option+F8
476
699
 
700
+ #XACT: ARIA announcement for keyboard shortcut to value state multiple links
477
701
  VALUE_STATE_LINKS=To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab
478
702
 
703
+ #XACT: ARIA announcement for keyboard shortcut to value state multiple links on Mac
479
704
  VALUE_STATE_LINKS_MAC=To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab
480
705
 
706
+ #XACT: ARIA label for month button in the Calendar Header
481
707
  CALENDAR_HEADER_MONTH_BUTTON=Month {0}
482
708
 
709
+ #XACT: ARIA label for year button in the Calendar Header
483
710
  CALENDAR_HEADER_YEAR_BUTTON=Year {0}
484
711
 
712
+ #XACT: ARIA label for year range button in the Calendar Header
485
713
  CALENDAR_HEADER_YEAR_RANGE_BUTTON=Year range from {0} to {1}
486
714
 
715
+ #XACT: text that is used in the daterange calendar footer cancel button in mobile devices
487
716
  CALENDAR_FOOTER_CANCEL_BUTTON=Cancel
488
717
 
718
+ #XACT: text that is used in the daterange calendar footer ok button in mobile devices
489
719
  CALENDAR_FOOTER_OK_BUTTON=OK
490
720
 
721
+ #XACT: Keyboard shortcut for month button in the Calendar Header
491
722
  CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT=F4
492
723
 
724
+ #XACT: Keyboard shortcut for year button in the Calendar Header
493
725
  CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT=Shift + F4
494
726
 
727
+ #XACT: Keyboard shortcut for year range button in the Calendar Header
495
728
  CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT=Shift + F4
496
729
 
730
+ #XACT: Title for month next button in the Calendar Header
497
731
  CALENDAR_HEADER_MONTH_NEXT_BUTTON_TITLE=Next Month
498
732
 
733
+ #XACT: Title for year next button in the Calendar Header
499
734
  CALENDAR_HEADER_YEAR_NEXT_BUTTON_TITLE=Next Year
500
735
 
736
+ #XACT: Title for year range next button in the Calendar Header
501
737
  CALENDAR_HEADER_YEAR_RANGE_NEXT_BUTTON_TITLE=Next Year Range
502
738
 
739
+ #XACT: Keyboard shortcut for month next button in the Calendar Header
503
740
  CALENDAR_HEADER_MONTH_NEXT_BUTTON_SHORTCUT=Pageup
504
741
 
742
+ #XACT: Title for month previous button in the Calendar Header
505
743
  CALENDAR_HEADER_MONTH_PREVIOUS_BUTTON_TITLE=Previous Month
506
744
 
745
+ #XACT: Title for year previous button in the Calendar Header
507
746
  CALENDAR_HEADER_YEAR_PREVIOUS_BUTTON_TITLE=Previous Year
508
747
 
748
+ #XACT: Title for year range previous button in the Calendar Header
509
749
  CALENDAR_HEADER_YEAR_RANGE_PREVIOUS_BUTTON_TITLE=Previous Year Range
510
750
 
751
+ #XACT: Keyboard shortcut for month previous button in the Calendar Header
511
752
  CALENDAR_HEADER_MONTH_PREVIOUS_BUTTON_SHORTCUT=Pagedown
512
753
 
754
+ #XACT: ARIA label for day picker selected range start
513
755
  DAY_PICKER_SELECTED_RANGE_START={0} First date of range
514
756
 
757
+ #XACT: ARIA label for day picker selected range between dates
515
758
  DAY_PICKER_SELECTED_RANGE_BETWEEN={0} in a selected range
516
759
 
760
+ #XACT: ARIA label for day picker selected range end
517
761
  DAY_PICKER_SELECTED_RANGE_END={0} Last date of range
518
762
 
763
+ #XBUT: Text for 'Week number' in the DayPicker
519
764
  DAY_PICKER_WEEK_NUMBER_TEXT=Week Number
520
765
 
766
+ #XBUT: Text for 'Non-Working Day' in the DayPicker
521
767
  DAY_PICKER_NON_WORKING_DAY=Non-Working Day
522
768
 
769
+ #XBUT: Text for 'Today' in the DayPicker
523
770
  DAY_PICKER_TODAY=Today
524
771
 
772
+ #XACT: ARIA description for month picker
525
773
  MONTH_PICKER_DESCRIPTION=Month Picker
526
774
 
775
+ #XACT: ARIA description for year picker
527
776
  YEAR_PICKER_DESCRIPTION=Year Picker
528
777
 
778
+ #XACT: ARIA description for year picker
529
779
  YEAR_RANGE_PICKER_DESCRIPTION=Year Range Picker
530
780
 
781
+ #XACT: ARIA description for slider tooltip input
531
782
  SLIDER_TOOLTIP_INPUT_DESCRIPTION=Press F2 to enter a value
532
783
 
784
+ #XACT: ARIA label for slider tooltip input
533
785
  SLIDER_TOOLTIP_INPUT_LABEL=Current Value
534
786
 
787
+ #XTOL: tooltip for decrease button of the StepInput
535
788
  STEPINPUT_DEC_ICON_TITLE=Decrease
536
789
 
790
+ #XTOL: tooltip for increase button of the StepInput
537
791
  STEPINPUT_INC_ICON_TITLE=Increase
538
792
 
539
793
  STEPINPUT_PATTER_MISSMATCH=This format is not supported. Enter a number with {0} decimal places.
@@ -542,45 +796,66 @@ STEPINPUT_RANGEOVERFLOW=Enter a number lower than the maximum value of {0}.
542
796
 
543
797
  STEPINPUT_RANGEUNDERFLOW=Enter a number higher than the minimum value of {0}.
544
798
 
799
+ #XACT: Aria information for the Split Button
545
800
  SPLIT_BUTTON_DESCRIPTION=Split Button
546
801
 
802
+ #XACT: Aria hint for the keyboard handling support of the Split Button
547
803
  SPLIT_BUTTON_KEYBOARD_HINT=Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action
548
804
 
805
+ #XBUT: Tooltip text for 'Arrow' button
549
806
  SPLIT_BUTTON_ARROW_BUTTON_TOOLTIP=Open Menu
550
807
 
808
+ #XACT: ARIA announcement for the Menu Back button aria-label attribute
551
809
  MENU_BACK_BUTTON_ARIA_LABEL=Back
552
810
 
811
+ #XBUT: Menu Cancel button on mobile devices
553
812
  MENU_CANCEL_BUTTON_TEXT=Cancel
554
813
 
814
+ #XACT: ARIA information for the Menu popover
555
815
  MENU_POPOVER_ACCESSIBLE_NAME=Select an option from the menu
556
816
 
817
+ #XACT: ARIA information for the Menu Item Group with itemSelectionMode "None"
557
818
  MENU_ITEM_GROUP_NONE_ACCESSIBLE_NAME=Contains Non-Selectable Items
558
819
 
820
+ #XACT: ARIA information for the Menu Item Group with itemSelectionMode "SingleSelect"
559
821
  MENU_ITEM_GROUP_SINGLE_ACCESSIBLE_NAME=Contains Selectable Items
560
822
 
823
+ #XACT: ARIA information for the Menu Item Group with itemSelectionMode "MultiSelect"
561
824
  MENU_ITEM_GROUP_MULTI_ACCESSIBLE_NAME=Contains Multi-Selectable Items
562
825
 
826
+ #XACT: ARIA information for the Menu Item end content slot
563
827
  MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Additional Actions
564
828
 
829
+ #XACT: ARIA information for the Menu Item loading state
565
830
  MENU_ITEM_LOADING=Loading
566
831
 
832
+ #XACT: ARIA announcement for roldesecription attribute of Dialog header
567
833
  DIALOG_HEADER_ARIA_ROLE_DESCRIPTION=Interactive Header
568
834
 
835
+ #XACT: ARIA announcement for describedby attribute of resizable Dialog header
569
836
  DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE=Use Shift+Arrow keys to resize
570
837
 
838
+ #XACT: ARIA announcement for describedby attribute of draggable Dialog header
571
839
  DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE=Use Arrow keys to move
572
840
 
841
+ #XACT: ARIA announcement for describedby attribute of draggable and resizable Dialog header
573
842
  DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Use Arrow keys to move, Shift+Arrow keys to resize
843
+ #XFLD: A colon to separate the "label" from an input. In some languages there might be a different symbol used for such a colon
574
844
  LABEL_COLON=:
575
845
 
846
+ #XACT: ARIA announcement for the input field of the TimePicker
576
847
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options
577
848
 
849
+ #XACT: ARIA announcement for Toolbar's popup
578
850
  TOOLBAR_POPOVER_AVAILABLE_VALUES=Available Values
579
851
 
852
+ #XACT: ARIA announcement for the Form aria-label attribute
580
853
  FORM_ACCESSIBLE_NAME=Form
581
854
 
855
+ #XACT: ARIA announcement for the Form group aria-label attribute
582
856
  FORM_GROUP_ACCESSIBLE_NAME=Group {0}
583
857
 
858
+ #XMSG: Text used for reporting that a radio button group requires one of the radio buttons to be checked
584
859
  FORM_CHECKABLE_REQUIRED=Please tick this box if you want to proceed.
585
860
 
586
861
  FORM_MIXED_TEXTFIELD_REQUIRED=Please fill in this field or select an item in the list.
@@ -591,49 +866,85 @@ FORM_SELECTABLE_REQUIRED2=Please select one of these options.
591
866
 
592
867
  FORM_TEXTFIELD_REQUIRED=Please fill in this field.
593
868
 
869
+ #XACT: ARIA description for the column header with selection
594
870
  TABLE_SELECTION=Selection
871
+ #XACT: ARIA description for the selection component of the row
595
872
  TABLE_ROW_SELECTOR=Row Selector
873
+ #XACT: ARIA description for the navigated indicator of the row
596
874
  TABLE_ROW_NAVIGATED=Navigated
875
+ #XMSG: Message text to be displayed when there are no rows in the grid
597
876
  TABLE_NO_DATA=No Data
877
+ #XACT: ARIA announcement for the table that allows single selections
598
878
  TABLE_SINGLE_SELECTABLE=Single Selection Table
879
+ #XACT: ARIA announcement for the table that allows multi selection
599
880
  TABLE_MULTI_SELECTABLE=Multi Selection Table
881
+ #XACT: ARIA description for the selection column header when select all checkbox is shown
600
882
  TABLE_COLUMNHEADER_SELECTALL_DESCRIPTION=Select All Checkbox
883
+ #XACT: ARIA description for the selection column header when clear all button is shown
601
884
  TABLE_COLUMNHEADER_CLEARALL_DESCRIPTION=Clear All Button
885
+ #XACT: ARIA announcement of a table row
602
886
  TABLE_ROW=Row
887
+ #XACT: ARIA roledescription for a group row in the table
888
+ TABLE_GROUP_ROW=Group Row
889
+ #XACT: Description for the popin containing column header
603
890
  TABLE_ROW_POPIN=Row Popin
891
+ #XACT: ARIA announcement for the position of a row among all table rows
604
892
  TABLE_ROW_INDEX={0} of {1}
893
+ #XACT: ARIA announcement for the selected table row
605
894
  TABLE_ROW_SELECTED=Selected
895
+ #XACT: ARIA announcement for the active clickable table rows
606
896
  TABLE_ROW_ACTIVE=Is Active
897
+ #XACT: ARIA announcement for the navigable table rows
607
898
  TABLE_ROW_NAVIGABLE=Has Details
899
+ #XACT: ARIA description for the column header row of the table
608
900
  TABLE_COLUMN_HEADER_ROW=Column Header Row
901
+ #XTXT: Text for the growing button
609
902
  TABLE_MORE=More
903
+ #XACT: ARIA description for the growing button
610
904
  TABLE_MORE_DESCRIPTION=To load more rows, press Enter or Space
905
+ #XACT: ARIA description for the row action of the header cell
611
906
  TABLE_ROW_ACTIONS=Row Actions
907
+ #XACT: Screenreader announcement when a single action is available
612
908
  TABLE_ROW_SINGLE_ACTION=1 row action available
909
+ #XACT: Screenreader announcement when several actions are available
613
910
  TABLE_ROW_MULTIPLE_ACTIONS={0} row actions available
911
+ #XACT: ARIA description for the row action navigation
614
912
  TABLE_NAVIGATION=Navigation
913
+ #XTOL: Tooltip for the AI button in the column header to indicate that the column is generated by AI
615
914
  TABLE_GENERATED_BY_AI=Generated by AI
915
+ #XTOL: Tooltip of the header row checkbox to select all rows in the table
616
916
  TABLE_SELECT_ALL_ROWS=Select All Rows
917
+ #XTOL: Tooltip of the header row checkbox to deselect all rows in the table
617
918
  TABLE_DESELECT_ALL_ROWS=Deselect All Rows
618
919
 
920
+ #XFLD: Text for the "Yesterday" option in the DynamicDateRange component.
619
921
  DYNAMIC_DATE_RANGE_YESTERDAY_TEXT=Yesterday
620
922
 
923
+ #XFLD: Text for the "Today" option in the DynamicDateRange component.
621
924
  DYNAMIC_DATE_RANGE_TODAY_TEXT=Today
622
925
 
926
+ #XFLD: Text for the "Tomorrow" option in the DynamicDateRange component.
623
927
  DYNAMIC_DATE_RANGE_TOMORROW_TEXT=Tomorrow
624
928
 
929
+ #XFLD: Text for the "Date" option in the DynamicDateRange component.
625
930
  DYNAMIC_DATE_RANGE_DATE_TEXT=Date
626
931
 
932
+ #XFLD: Text for the "Date Range" option in the DynamicDateRange component.
627
933
  DYNAMIC_DATE_RANGE_DATERANGE_TEXT=From / To
628
934
 
935
+ #XFLD: Text for the "From" input field in the From (Date Time) option of the DynamicDateRange component.
629
936
  DYNAMIC_DATE_RANGE_FROM_INPUT_TEXT=From
630
937
 
938
+ #XFLD: Text for the "To" input field in the To (Date Time) option of the DynamicDateRange component.
631
939
  DYNAMIC_DATE_RANGE_TO_INPUT_TEXT=To
632
940
 
941
+ #XFLD: Text for the "From" From (Date Time) option of the DynamicDateRange component.
633
942
  DYNAMIC_DATE_RANGE_FROM_TEXT=From (Date Time)
634
943
 
944
+ #XFLD: Text for the "To" To (Date Time) option of the DynamicDateRange component.
635
945
  DYNAMIC_DATE_RANGE_TO_TEXT=To (Date Time)
636
946
 
947
+ #XFLD: Text for the selected date in the DynamicDateRange component.
637
948
  DYNAMIC_DATE_RANGE_SELECTED_TEXT=Selected
638
949
 
639
950
  DYNAMIC_DATE_TIME_RANGE_TEXT=From / To (Date and Time)
@@ -642,62 +953,92 @@ DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL=To
642
953
 
643
954
  DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL=From
644
955
 
956
+ #FLD: Text for the selected date section when there's no value in the DynamicDateRange component.
645
957
  DYNAMIC_DATE_RANGE_EMPTY_SELECTED_TEXT=Choose Dates
646
958
 
959
+ #XACT: Accessible name for the DynamicDateRange popover dialog.
647
960
  DYNAMIC_DATE_RANGE_POPOVER_ACCESSIBLE_NAME=Dynamic Date Range
648
961
 
962
+ #XFLD: Text for icon that navigates back to the previous page in the DynamicDateRange component.
649
963
  DYNAMIC_DATE_RANGE_NAVIGATION_ICON_TOOLTIP=Navigate Back
650
964
 
965
+ #XFLD: Text for the "Last Days" option in the DynamicDateRange component.
651
966
  DYNAMIC_DATE_RANGE_LAST_DAYS_TEXT=Last X Days
652
967
 
968
+ #XFLD: Text for the "Next Days" option in the DynamicDateRange component.
653
969
  DYNAMIC_DATE_RANGE_NEXT_DAYS_TEXT=Next X Days
654
970
 
971
+ #XFLD: Text for the "Last Weeks" option in the DynamicDateRange component.
655
972
  DYNAMIC_DATE_RANGE_LAST_WEEKS_TEXT=Last X Weeks
656
973
 
974
+ #XFLD: Text for the "Next Weeks" option in the DynamicDateRange component.
657
975
  DYNAMIC_DATE_RANGE_NEXT_WEEKS_TEXT=Next X Weeks
658
976
 
977
+ #XFLD: Text for the "Last Months" option in the DynamicDateRange component.
659
978
  DYNAMIC_DATE_RANGE_LAST_MONTHS_TEXT=Last X Months
660
979
 
980
+ #XFLD: Text for the "Next Months" option in the DynamicDateRange component.
661
981
  DYNAMIC_DATE_RANGE_NEXT_MONTHS_TEXT=Next X Months
662
982
 
983
+ #XFLD: Text for the "Last Quarters" option in the DynamicDateRange component.
663
984
  DYNAMIC_DATE_RANGE_LAST_QUARTERS_TEXT=Last X Quarters
664
985
 
986
+ #XFLD: Text for the "Next Quarters" option in the DynamicDateRange component.
665
987
  DYNAMIC_DATE_RANGE_NEXT_QUARTERS_TEXT=Next X Quarters
666
988
 
989
+ #XFLD: Text for the "Last Years" option in the DynamicDateRange component.
667
990
  DYNAMIC_DATE_RANGE_LAST_YEARS_TEXT=Last X Years
668
991
 
992
+ #XFLD: Text for the "Next Years" option in the DynamicDateRange component.
669
993
  DYNAMIC_DATE_RANGE_NEXT_YEARS_TEXT=Next X Years
670
994
 
995
+ #XACT: Text for checkbox state - checked
671
996
  CHECKBOX_CHECKED=Checked
672
997
 
998
+ #XACT: Text for checkbox state - not checked
673
999
  CHECKBOX_NOT_CHECKED=Not checked
674
1000
 
1001
+ #XACT: ARIA type for checkbox
675
1002
  CHECKBOX_ARIA_TYPE=Checkbox
676
1003
 
1004
+ #XFLD: Label for the value input field in the DynamicDateRange component.
677
1005
  DYNAMIC_DATE_RANGE_VALUE_LABEL_TEXT=Value for X
678
1006
 
1007
+ #XFLD: Label for the unit of time selection in the DynamicDateRange component.
679
1008
  DYNAMIC_DATE_RANGE_UNIT_OF_TIME_LABEL_TEXT=Unit of Time
680
1009
 
1010
+ #XFLD: Unit name for days in DynamicDateRange options.
681
1011
  DYNAMIC_DATE_RANGE_DAYS_UNIT_TEXT=Days
682
1012
 
1013
+ #XFLD: Unit name for weeks in DynamicDateRange options.
683
1014
  DYNAMIC_DATE_RANGE_WEEKS_UNIT_TEXT=Weeks
684
1015
 
1016
+ #XFLD: Unit name for months in DynamicDateRange options.
685
1017
  DYNAMIC_DATE_RANGE_MONTHS_UNIT_TEXT=Months
686
1018
 
1019
+ #XFLD: Unit name for quarters in DynamicDateRange options.
687
1020
  DYNAMIC_DATE_RANGE_QUARTERS_UNIT_TEXT=Quarters
688
1021
 
1022
+ #XFLD: Unit name for years in DynamicDateRange options.
689
1023
  DYNAMIC_DATE_RANGE_YEARS_UNIT_TEXT=Years
690
1024
 
1025
+ #XFLD: Template for combined Last options. {0} = units separated by separator.
691
1026
  DYNAMIC_DATE_RANGE_LAST_COMBINED_TEXT=Last X {0} (Included)
692
1027
 
1028
+ #XFLD: Template for combined Next options. {0} = units separated by separator.
693
1029
  DYNAMIC_DATE_RANGE_NEXT_COMBINED_TEXT=Next X {0} (Included)
694
1030
 
1031
+ #XFLD: Suffix text for included date range options.
695
1032
  DYNAMIC_DATE_RANGE_INCLUDED_TEXT=(Included)
696
1033
 
1034
+ #XACT: Default text for switch "on" state, used to detect duplicate screen reader announcements
697
1035
  SWITCH_ON=On
698
1036
 
1037
+ #XACT: Default text for switch "off" state, used to detect duplicate screen reader announcements
699
1038
  SWITCH_OFF=Off
700
1039
 
1040
+ #XACT: ARIA announcement for icon type image
701
1041
  ICON_ARIA_TYPE_IMAGE=Image
702
1042
 
1043
+ #XACT: ARIA announcement for icon type interactive
703
1044
  ICON_ARIA_TYPE_INTERACTIVE=Button