@ui5/webcomponents-fiori 2.26.0-rc.0 → 2.26.0
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.
- package/CHANGELOG.md +33 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/DynamicPage.js +7 -0
- package/dist/DynamicPage.js.map +1 -1
- package/dist/Search.js +1 -1
- package/dist/Search.js.map +1 -1
- package/dist/SearchField.d.ts +29 -0
- package/dist/SearchField.js +88 -1
- package/dist/SearchField.js.map +1 -1
- package/dist/SearchFieldScopePopoverTemplate.d.ts +2 -0
- package/dist/SearchFieldScopePopoverTemplate.js +11 -0
- package/dist/SearchFieldScopePopoverTemplate.js.map +1 -0
- package/dist/SearchFieldTemplate.js +14 -5
- package/dist/SearchFieldTemplate.js.map +1 -1
- package/dist/UserMenuTemplate.js +1 -1
- package/dist/UserMenuTemplate.js.map +1 -1
- package/dist/UserSettingsDialog.d.ts +9 -2
- package/dist/UserSettingsDialog.js +42 -3
- package/dist/UserSettingsDialog.js.map +1 -1
- package/dist/UserSettingsDialogTemplate.js +2 -2
- package/dist/UserSettingsDialogTemplate.js.map +1 -1
- package/dist/UserSettingsItem.d.ts +18 -0
- package/dist/UserSettingsItem.js +50 -0
- package/dist/UserSettingsItem.js.map +1 -1
- package/dist/css/themes/SearchField.css +1 -1
- package/dist/css/themes/ShellBarLegacy.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +3 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +3 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -0
- package/dist/custom-elements-internal.json +18 -18
- package/dist/custom-elements.json +18 -18
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +5 -1
- package/dist/generated/i18n/i18n-defaults.js +5 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/SearchField.css.d.ts +1 -1
- package/dist/generated/themes/SearchField.css.js +1 -1
- package/dist/generated/themes/SearchField.css.js.map +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.d.ts +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.js +1 -1
- package/dist/generated/themes/ShellBarLegacy.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +78 -193
- package/dist/web-types.json +5 -5
- package/package.json +7 -7
- package/src/SearchFieldScopePopoverTemplate.tsx +37 -0
- package/src/SearchFieldTemplate.tsx +45 -18
- package/src/UserMenuTemplate.tsx +1 -1
- package/src/UserSettingsDialogTemplate.tsx +4 -4
- package/src/i18n/messagebundle.properties +12 -0
- package/src/i18n/messagebundle_en.properties +218 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +8 -0
- package/src/themes/SearchField.css +63 -3
- package/src/themes/ShellBarLegacy.css +3 -1
- package/src/themes/base/SearchField-parameters.css +3 -1
- package/src/themes/sap_fiori_3/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +0 -1
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +0 -1
- package/src/themes/sap_horizon/SearchField-parameters.css +6 -0
- package/src/themes/sap_horizon/parameters-bundle.css +1 -2
- package/src/themes/sap_horizon_dark/SearchField-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +0 -1
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +0 -1
|
@@ -1,415 +1,633 @@
|
|
|
1
1
|
|
|
2
|
+
#This is the resource bundle for the UI5 Web Components
|
|
3
|
+
#
|
|
2
4
|
|
|
5
|
+
#XBUT: Button text for cancel button in the BarcodeScannerDialog
|
|
3
6
|
BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT=Cancel
|
|
4
7
|
|
|
8
|
+
#XBUT: Text for the busy indicator in the BarcodeScannerDialog
|
|
5
9
|
BARCODE_SCANNER_DIALOG_LOADING_TXT=Loading
|
|
6
10
|
|
|
11
|
+
#XACT: Aria label for the expanded header state
|
|
7
12
|
DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER=Header Expanded
|
|
8
13
|
|
|
14
|
+
#XACT: Aria label for the snapped header state
|
|
9
15
|
DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER=Header Snapped
|
|
10
16
|
|
|
17
|
+
#XACT: Aria label for the button that expands the header
|
|
11
18
|
DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER=Expand Header
|
|
12
19
|
|
|
20
|
+
#XACT: Aria label for the button that snaps the header
|
|
13
21
|
DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Collapse Header
|
|
14
22
|
|
|
23
|
+
#XACT: Aria label for the button that pins the header
|
|
15
24
|
DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER=Pin Header
|
|
16
25
|
|
|
26
|
+
#XACT: Aria label for the button that unpins the header
|
|
17
27
|
DYNAMIC_PAGE_ARIA_LABEL_UNPIN_HEADER=Unpin Header
|
|
18
28
|
|
|
29
|
+
#XACT: Aria description for the button that toggles the header
|
|
19
30
|
DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER=Toggle Header
|
|
20
31
|
|
|
32
|
+
#XTXT: Text for the FlexibleColumnLayout start column
|
|
21
33
|
FCL_START_COLUMN_TXT=First column
|
|
22
34
|
|
|
35
|
+
#XTXT: Text for the FlexibleColumnLayout mid column
|
|
23
36
|
FCL_MIDDLE_COLUMN_TXT=Middle column
|
|
24
37
|
|
|
38
|
+
#XTXT: Text for the FlexibleColumnLayout end column
|
|
25
39
|
FCL_END_COLUMN_TXT=Last column
|
|
26
40
|
|
|
41
|
+
#XACT: ARIA announcement for the separator between start and mid columns
|
|
27
42
|
FCL_START_SEPARATOR_TOOLTIP=Resize between start and mid columns
|
|
28
43
|
|
|
44
|
+
#XACT: ARIA announcement for the separator between mid and end columns
|
|
29
45
|
FCL_END_SEPARATOR_TOOLTIP=Resize between mid and end columns
|
|
30
46
|
|
|
47
|
+
#XTXT: Text for the Navigation Menu Popover hidden text
|
|
31
48
|
NAVIGATION_MENU_POPOVER_HIDDEN_TEXT=Additional Navigation Items
|
|
32
49
|
|
|
50
|
+
#XTXT: Text for the Navigation Sub Menu Popover which opens from a selectable item hidden text
|
|
33
51
|
NAVIGATION_MENU_SELECTABLE_ITEM_HIDDEN_TEXT=This menu item opens a submenu and also links to a page. To go to the page, press Enter or the right arrow key to open the submenu, then select the first item in the submenu.
|
|
34
52
|
|
|
53
|
+
#XTXT: Accessible name for the NotificationList
|
|
35
54
|
NOTIFICATION_LIST_ACCESSIBLE_NAME=Notifications
|
|
36
55
|
|
|
56
|
+
#XTXT: Text for the 'ShowMore' link in the NotificationListItem
|
|
37
57
|
NOTIFICATION_LIST_ITEM_SHOW_MORE=More
|
|
38
58
|
|
|
59
|
+
#XTXT: Text for the 'ShowLess' link in the NotificationListItem
|
|
39
60
|
NOTIFICATION_LIST_ITEM_SHOW_LESS=Less
|
|
40
61
|
|
|
62
|
+
#XBUT: Tooltip text for 'Overflow' button in the NotificationListItem, that opens a menu with actions
|
|
41
63
|
NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE=Actions
|
|
42
64
|
|
|
65
|
+
#XBUT: Label text for 'More' link in the NotificationListItem, that shows the full texts of the title and the description, if truncated
|
|
43
66
|
NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL=More button. Show the full texts
|
|
44
67
|
|
|
68
|
+
#XBUT: Label text for 'More' link in the NotificationListItem, that truncates the texts (title and description)
|
|
45
69
|
NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE=Less button. Show the texts with truncation
|
|
46
70
|
|
|
71
|
+
#XBUT: Tooltip text for 'Close' button in the NotificationListItem
|
|
47
72
|
NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE=Close
|
|
48
73
|
|
|
74
|
+
#XTXT: Text for the NotificationListItem "loading" state
|
|
49
75
|
NOTIFICATION_LIST_ITEM_LOADING=Loading
|
|
50
76
|
|
|
77
|
+
#XTXT: Text for the NotificationListItem "read" state
|
|
51
78
|
NOTIFICATION_LIST_ITEM_READ=Read
|
|
52
79
|
|
|
80
|
+
#XTXT: Text for the NotificationListGroupItem "unread" state
|
|
53
81
|
NOTIFICATION_LIST_ITEM_UNREAD=Unread
|
|
54
82
|
|
|
83
|
+
#XTXT: Text for the NotificationListItem status
|
|
55
84
|
NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT=Status Information
|
|
56
85
|
NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT=Status Positive
|
|
57
86
|
NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT=Status Negative
|
|
58
87
|
NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT=Status Critical
|
|
59
88
|
|
|
89
|
+
#XTXT: Text for the NotificationListItem Importance label
|
|
60
90
|
NOTIFICATION_LIST_ITEM_IMPORTANT_TXT=Important
|
|
61
91
|
|
|
92
|
+
#XTXT: Text for the NotificationListGroupItem
|
|
62
93
|
NOTIFICATION_LIST_GROUP_ITEM_TXT=Notification Group
|
|
63
94
|
|
|
95
|
+
#XTXT: Text for the NotificationListGroupItem counter
|
|
64
96
|
NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT=Counter
|
|
65
97
|
|
|
98
|
+
#XBUT: accessible name for 'Toggle' icon in the NotificationListGroupItem
|
|
66
99
|
NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE=Expand/Collapse
|
|
67
100
|
|
|
101
|
+
#XTXT: The state of the NotificationListGroupItem
|
|
68
102
|
NOTIFICATION_LIST_GROUP_COLLAPSED=Collapsed
|
|
69
103
|
|
|
104
|
+
#XTXT: The state of the NotificationListGroupItem
|
|
70
105
|
NOTIFICATION_LIST_GROUP_EXPANDED=Expanded
|
|
71
106
|
|
|
107
|
+
#XACT: ARIA announcement for timeline label
|
|
72
108
|
TIMELINE_ARIA_LABEL=Timeline
|
|
73
109
|
|
|
110
|
+
#XBUT: Button text for the load more button in the Timeline
|
|
74
111
|
TIMELINE_LOAD_MORE_BUTTON_TEXT=Load More
|
|
75
112
|
|
|
113
|
+
#XACT: ARIA announcement for the TimelineItem state
|
|
76
114
|
TIMELINE_ITEM_INFORMATION_STATE_TEXT=Information State
|
|
77
115
|
TIMELINE_ITEM_POSITIVE_STATE_TEXT=Positive State
|
|
78
116
|
TIMELINE_ITEM_NEGATIVE_STATE_TEXT=Negative State
|
|
79
117
|
TIMELINE_ITEM_CRITICAL_STATE_TEXT=Critical State
|
|
80
118
|
|
|
119
|
+
#XBUT: Button text for cancel button in the UploadCollectionItem
|
|
81
120
|
UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT=Cancel
|
|
82
121
|
|
|
122
|
+
#XBUT: Text for Rename button in the UploadCollectionItem in case of renaming a file
|
|
83
123
|
UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT=Rename
|
|
84
124
|
|
|
125
|
+
#XTXT: Text for 'Error' upload state in the UploadCollectionItem
|
|
85
126
|
UPLOADCOLLECTIONITEM_ERROR_STATE=Terminated
|
|
86
127
|
|
|
128
|
+
#XTXT: Text for 'Ready' upload state in the UploadCollectionItem
|
|
87
129
|
UPLOADCOLLECTIONITEM_READY_STATE=Pending
|
|
88
130
|
|
|
131
|
+
#XTXT: Text for 'Uploading' upload state in the UploadCollectionItem
|
|
89
132
|
UPLOADCOLLECTIONITEM_UPLOADING_STATE=Uploading
|
|
90
133
|
|
|
134
|
+
#XBUT: Tooltip text for 'Terminate' button in the UploadCollectionItem
|
|
91
135
|
UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT=Terminate
|
|
92
136
|
|
|
137
|
+
#XBUT: Tooltip text for 'Retry' button in the UploadCollectionItem
|
|
93
138
|
UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT=Retry
|
|
94
139
|
|
|
140
|
+
#XBUT: Tooltip text for 'Edit' button in the UploadCollectionItem
|
|
95
141
|
UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT=Edit
|
|
96
142
|
|
|
143
|
+
#XMSG: Message text for no data text in the UploadCollection
|
|
97
144
|
UPLOADCOLLECTION_NO_DATA_TEXT=No files found
|
|
98
145
|
|
|
146
|
+
#XMSG: Message text for no data description in the UploadCollection
|
|
99
147
|
UPLOADCOLLECTION_NO_DATA_DESCRIPTION=Drop files to upload them or use the "Upload" button
|
|
100
148
|
|
|
149
|
+
#XACT: ARIA announcement for the ettribute 'aria-roledescription' of the UploadCollection component
|
|
101
150
|
UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION=Upload Collection
|
|
102
151
|
|
|
152
|
+
#XMSG: Message text indicating where to drag
|
|
103
153
|
UPLOADCOLLECTION_DRAG_FILE_INDICATOR=Drag files here
|
|
104
154
|
|
|
155
|
+
#XMSG: Message text indicating where to drop file and upload
|
|
105
156
|
UPLOADCOLLECTION_DROP_FILE_INDICATOR=Drop files to upload them
|
|
106
157
|
|
|
158
|
+
#XACT: ARIA announcement for the ShellBar container
|
|
107
159
|
SHELLBAR_LABEL=Shell Bar
|
|
108
160
|
|
|
161
|
+
#XACT: ARIA announcement for the logo button
|
|
109
162
|
SHELLBAR_LOGO=Logo
|
|
110
163
|
|
|
164
|
+
#XACT: ARIA announcement for the logo area
|
|
111
165
|
SHELLBAR_LOGO_AREA={0} {1}
|
|
112
166
|
|
|
167
|
+
#XACT: ARIA announcement for the main navigation button
|
|
113
168
|
SHELLBAR_ADDITIONAL_CONTEXT=Additional Info
|
|
114
169
|
|
|
170
|
+
#XACT: ARIA description announcement for the search field
|
|
115
171
|
SHELLBAR_SEARCHFIELD_DESCRIPTION=Search results will be shown in the main area
|
|
116
172
|
|
|
173
|
+
#XACT: ARIA announcement for the notifications button
|
|
117
174
|
SHELLBAR_NOTIFICATIONS={0} Notifications
|
|
118
175
|
|
|
176
|
+
#XACT: ARIA predefined text for the notifications without the notifications count
|
|
119
177
|
SHELLBAR_NOTIFICATIONS_NO_COUNT=Notifications
|
|
120
178
|
|
|
179
|
+
#XACT: ARIA announcement for the profile button
|
|
121
180
|
SHELLBAR_PROFILE=User Menu
|
|
122
181
|
|
|
182
|
+
#XACT: ARIA announcement for the products button
|
|
123
183
|
SHELLBAR_PRODUCTS=Products
|
|
124
184
|
|
|
185
|
+
#XACT: ARIA announcement for the ProductSwitch button
|
|
125
186
|
SHELLBAR_PRODUCT_SWITCH_BTN=Product Switcher
|
|
126
187
|
|
|
188
|
+
#XACT: ARIA announcement of ProductSwitch container
|
|
127
189
|
PRODUCT_SWITCH_CONTAINER_LABEL=Products
|
|
128
190
|
|
|
191
|
+
#XACT: ARIA announcement for the search button
|
|
129
192
|
SHELLBAR_SEARCH=Search
|
|
130
193
|
|
|
194
|
+
#XACT: ARIA announcement for the search field
|
|
131
195
|
SHELLBAR_SEARCH_FIELD=Search Field
|
|
132
196
|
|
|
197
|
+
#XACT: ARIA announcement for the image button
|
|
133
198
|
SHELLBAR_IMAGE_BTN=User Menu
|
|
134
199
|
|
|
200
|
+
#XACT: ARIA announcement for the search button
|
|
135
201
|
SHELLBAR_SEARCH_BTN_OPEN=Open Search
|
|
136
202
|
|
|
203
|
+
#XACT: ARIA announcement for the search item delete button tooltip
|
|
137
204
|
SEARCH_ITEM_DELETE_BUTTON_TOOLTIP=Remove Suggestion
|
|
138
205
|
|
|
206
|
+
#XACT: ARIA announcement for the more button
|
|
139
207
|
SHELLBAR_OVERFLOW=More
|
|
140
208
|
|
|
209
|
+
#XACT: ARIA announcement for the assistant button
|
|
141
210
|
SHELLBAR_ASSISTANT=Assistant
|
|
142
211
|
|
|
212
|
+
#XACT: ARIA announcement for the cancel button
|
|
143
213
|
SHELLBAR_CANCEL=Cancel
|
|
144
214
|
|
|
215
|
+
#XACT: ARIA announcement for aria-label attribute of Wizard navigation header
|
|
145
216
|
WIZARD_NAV_ARIA_LABEL=Wizard Progress Bar
|
|
146
217
|
|
|
218
|
+
#XBUT: Wizard's Dialog Cancel button on mobile devices
|
|
147
219
|
WIZARD_CANCEL_BUTTON=Cancel
|
|
148
220
|
|
|
221
|
+
#XACT: ARIA announcement for aria-label attribute of Wizard list
|
|
149
222
|
WIZARD_LIST_ARIA_LABEL=Wizard Steps
|
|
150
223
|
|
|
224
|
+
#XACT: ARIA announcement for aria-describedby attribute of Wizard nav list
|
|
151
225
|
WIZARD_LIST_ARIA_DESCRIBEDBY=To activate, press the space bar or Enter
|
|
152
226
|
|
|
227
|
+
#XACT: ARIA announcement for aria-label attribute of Wizard ActionSheet steps
|
|
153
228
|
WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL=Steps
|
|
154
229
|
|
|
230
|
+
#XACT: ARIA announcement for aria-label attribute of optional Wizard steps
|
|
155
231
|
WIZARD_OPTIONAL_STEP_ARIA_LABEL=Optional
|
|
156
232
|
|
|
233
|
+
#XACT: ARIA announcement for aria-label attribute of Active Wizard steps
|
|
157
234
|
WIZARD_STEP_ACTIVE=Active
|
|
158
235
|
|
|
236
|
+
#XACT: ARIA announcement for aria-label attribute of Inactive Wizard steps
|
|
159
237
|
WIZARD_STEP_INACTIVE=Inactive
|
|
160
238
|
|
|
239
|
+
#XACT: ARIA announcement for aria-label attribute of Wizard steps
|
|
161
240
|
WIZARD_STEP_ARIA_LABEL=Step {0}
|
|
162
241
|
|
|
242
|
+
#XACT: ARIA announcement for roledescription attribute of Wizard navigation header
|
|
163
243
|
WIZARD_NAV_ARIA_ROLE_DESCRIPTION=Wizard
|
|
164
244
|
|
|
245
|
+
#XACT: WizardProgressNavigator predefined text for step
|
|
165
246
|
WIZARD_NAV_STEP_DEFAULT_HEADING=Step
|
|
166
247
|
|
|
248
|
+
#XTIT: View Settings Dialog dialog title for Sort
|
|
167
249
|
VSD_DIALOG_TITLE_SORT=View Settings
|
|
168
250
|
|
|
251
|
+
#XFLD: View Settings Dialog popover OK button text
|
|
169
252
|
VSD_SUBMIT_BUTTON=OK
|
|
170
253
|
|
|
254
|
+
#XFLD: View Settings Dialog popover Cancel button text
|
|
171
255
|
VSD_CANCEL_BUTTON=Cancel
|
|
172
256
|
|
|
257
|
+
#XFLD: View Settings Dialog Reset button text
|
|
173
258
|
VSD_RESET_BUTTON=Reset
|
|
174
259
|
|
|
260
|
+
#XMSG: View Settings Dialog Reset button invisible message text
|
|
175
261
|
VSD_RESET_BUTTON_ACTION=Reset has reverted all settings to initial state
|
|
176
262
|
|
|
263
|
+
#XTOL View Settings Dialog Sort button tooltop text
|
|
177
264
|
VSD_SORT_TOOLTIP=Sort
|
|
178
265
|
|
|
266
|
+
#XTOL View Settings Dialog Filter button tooltop text
|
|
179
267
|
VSD_FILTER_TOOLTIP=Filter
|
|
180
268
|
|
|
269
|
+
#XTOL View Settings Dialog Group button tooltop text
|
|
181
270
|
VSD_GROUP_TOOLTIP=Group
|
|
182
271
|
|
|
272
|
+
#XBLI: View Settings Dialog Sort Order group header text
|
|
183
273
|
VSD_SORT_ORDER=Sort Order
|
|
184
274
|
|
|
275
|
+
#XBLI: View Settings Dialog Group Order group header text
|
|
185
276
|
VSD_GROUP_ORDER=Group Order
|
|
186
277
|
|
|
278
|
+
#XBLI: View Settings Dialog Filter by group header text
|
|
187
279
|
VSD_FILTER_BY=Filter By
|
|
188
280
|
|
|
281
|
+
#XBLI: View Settings Dialog Sort By group header text
|
|
189
282
|
VSD_SORT_BY=Sort By
|
|
190
283
|
|
|
284
|
+
#XBLI: View Settings Dialog Group By group header text
|
|
191
285
|
VSD_GROUP_BY=Group By
|
|
192
286
|
|
|
287
|
+
#XBLI: View Settings Dialog sort order list Ascending text
|
|
193
288
|
VSD_ORDER_ASCENDING=Ascending
|
|
194
289
|
|
|
290
|
+
#XBLI: View Settings Dialog sort order list Descending text
|
|
195
291
|
VSD_ORDER_DESCENDING=Descending
|
|
196
292
|
|
|
293
|
+
#XACT: View Settings Dialog filter item announcement text
|
|
197
294
|
VSD_FILTER_ITEM_LABEL_TEXT={0} Counter {1}
|
|
198
295
|
|
|
296
|
+
#XTXT: IllustratedMessage subtitle for the Achievement illustration
|
|
199
297
|
IM_SUBTITLE_ACHIEVEMENT=Congratulations on your outstanding performance and dedication!
|
|
200
298
|
|
|
299
|
+
#XTIT: IllustratedMessage title for the Achievement illustration
|
|
201
300
|
IM_TITLE_ACHIEVEMENT=Great job!
|
|
202
301
|
|
|
302
|
+
#XTXT: IllustratedMessage subtitle for the UserHasSignedUp illustration
|
|
203
303
|
IM_SUBTITLE_USERHASSIGNEDUP=You set up your account. Want to take a quick tour?
|
|
204
304
|
|
|
305
|
+
#XTIT: IllustratedMessage title for the UserHasSignedUp illustration
|
|
205
306
|
IM_TITLE_USERHASSIGNEDUP=Success!
|
|
206
307
|
|
|
308
|
+
#XTIT: IllustratedMessage's title for the BeforeSearch illustration
|
|
207
309
|
IM_TITLE_BEFORESEARCH=Let''s get some results
|
|
208
310
|
|
|
311
|
+
#XTXT: IllustratedMessage's subtitle for the BeforeSearch illustration
|
|
209
312
|
IM_SUBTITLE_BEFORESEARCH=Start by providing your search criteria.
|
|
210
313
|
|
|
314
|
+
#XTIT: IllustratedMessage's title for the NoActivities illustration
|
|
211
315
|
IM_TITLE_NOACTIVITIES=You''ve not added any activities yet
|
|
212
316
|
|
|
317
|
+
#XTXT: IllustratedMessage's subtitle for the NoActivities illustration
|
|
213
318
|
IM_SUBTITLE_NOACTIVITIES=Would you like to add one now?
|
|
214
319
|
|
|
320
|
+
#XTIT: IllustratedMessage's title for the NoColumnsSet illustration
|
|
215
321
|
IM_TITLE_NOCOLUMNSSET=Add columns to see the content
|
|
216
322
|
|
|
323
|
+
#XTIT: IllustratedMessage's subtitle for the NoColumnsSet illustration
|
|
217
324
|
IM_SUBTITLE_NOCOLUMNSSET=Select the columns you need in the table settings.
|
|
218
325
|
|
|
326
|
+
#XTIT: IllustratedMessage's title for the NoData illustration
|
|
219
327
|
IM_TITLE_NODATA=There''s no data yet.
|
|
220
328
|
|
|
329
|
+
#XTXT: IllustratedMessage's subtitle for the NoData illustration
|
|
221
330
|
IM_SUBTITLE_NODATA=When there is, you''ll see it here.
|
|
222
331
|
|
|
332
|
+
#XTIT: IllustratedMessage's title for the NoEmail illustration
|
|
223
333
|
IM_TITLE_NOMAIL=No mail
|
|
224
334
|
|
|
335
|
+
#XTXT: IllustratedMessage's subtitle for the NoEmail illustration
|
|
225
336
|
IM_SUBTITLE_NOMAIL=Check back again later.
|
|
226
337
|
|
|
338
|
+
#XTIT: IllustratedMessage's title for the NoEntries illustration
|
|
227
339
|
IM_TITLE_NOENTRIES=There are no entries yet
|
|
228
340
|
|
|
341
|
+
#XTXT: IllustratedMessage's subtitle for the NoEntries illustration
|
|
229
342
|
IM_SUBTITLE_NOENTRIES=When there are, you''ll see them here.
|
|
230
343
|
|
|
344
|
+
#XTIT: IllustratedMessage's title for the NoNotifications illustration
|
|
231
345
|
IM_TITLE_NONOTIFICATIONS=You do not have any notifications.
|
|
232
346
|
|
|
347
|
+
#XTXT: IllustratedMessage's subtitle for the NoNotifications illustration
|
|
233
348
|
IM_SUBTITLE_NONOTIFICATIONS=Check back again later.
|
|
234
349
|
|
|
350
|
+
#XTIT: IllustratedMessage's title for the NoSavedItems illustration
|
|
235
351
|
IM_TITLE_NOSAVEDITEMS=You do not have any pins.
|
|
236
352
|
|
|
353
|
+
#XTXT: IllustratedMessage's subtitle for the NoSavedItems illustration
|
|
237
354
|
IM_SUBTITLE_NOSAVEDITEMS=Would you like to add one now?
|
|
238
355
|
|
|
356
|
+
#XTIT: IllustratedMessage's title for the NoSearchResults illustration
|
|
239
357
|
IM_TITLE_NOSEARCHRESULTS=We could not find this.
|
|
240
358
|
|
|
359
|
+
#XTXT: IllustratedMessage's subtitle for the NoSearchResults illustration
|
|
241
360
|
IM_SUBTITLE_NOSEARCHRESULTS=Try adjusting your search.
|
|
242
361
|
|
|
362
|
+
#XTIT: IllustratedMessage's title for the NoTasks illustration
|
|
243
363
|
IM_TITLE_NOTASKS=You do not have any tasks.
|
|
244
364
|
|
|
365
|
+
#XTXT: IllustratedMessage's subtitle for the NoTasks illustration
|
|
245
366
|
IM_SUBTITLE_NOTASKS=When you do, you''ll see them here.
|
|
246
367
|
|
|
368
|
+
#XTIT: IllustratedMessage's title for the UnableToLoad illustration
|
|
247
369
|
IM_TITLE_UNABLETOLOAD=Unable to load data
|
|
248
370
|
|
|
371
|
+
#XTXT: IllustratedMessage's subtitle for the UnableToLoad illustration
|
|
249
372
|
IM_SUBTITLE_UNABLETOLOAD=Check your internet connection. And if that''s not it, try reloading. If that still doesn''t help, check with your administrator.
|
|
250
373
|
|
|
374
|
+
#XTIT: IllustratedMessage's title for the UnableToLoadImage illustration
|
|
251
375
|
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
252
376
|
|
|
377
|
+
#XTXT: IllustratedMessage's subtitle for the UnableToLoadImage illustration
|
|
253
378
|
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn''t find the image at the specified location, or the server isn''t responding.
|
|
254
379
|
|
|
380
|
+
#XTIT: IllustratedMessage's title for the UnableToUpload illustration
|
|
255
381
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
256
382
|
|
|
383
|
+
#XTXT: IllustratedMessage's subtitle for the UnableToUpload illustration
|
|
257
384
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.
|
|
258
385
|
|
|
386
|
+
#XTIT: IllustratedMessage's title for the UploadToCloud illustration
|
|
259
387
|
IM_TITLE_UPLOADTOCLOUD=Migrate to SAP Integration Suite
|
|
260
388
|
|
|
389
|
+
#XTXT: IllustratedMessage's subtitle for the UploadToCloud illustration
|
|
261
390
|
IM_SUBTITLE_UPLOADTOCLOUD=Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.
|
|
262
391
|
|
|
392
|
+
#XTIT: IllustratedMessage's title for the AddColumn illustration
|
|
263
393
|
IM_TITLE_ADDCOLUMN=Looks like there''s free space
|
|
264
394
|
|
|
395
|
+
#XTXT: IllustratedMessage's description for the AddColumn illustration
|
|
265
396
|
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
266
397
|
|
|
398
|
+
#XTIT: IllustratedMessage's title for the AddPeople illustration
|
|
267
399
|
IM_TITLE_ADDPEOPLE=You''ve not added anyone to the calendar yet
|
|
268
400
|
|
|
401
|
+
#XTXT: IllustratedMessage's description for the AddPeople illustration
|
|
269
402
|
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
270
403
|
|
|
404
|
+
#XTIT: IllustratedMessage's title for the BalloonSky illustration
|
|
271
405
|
IM_TITLE_BALLOONSKY=You''ve been appreciated!
|
|
272
406
|
|
|
407
|
+
#XTXT: IllustratedMessage's description for the BalloonSky illustration
|
|
273
408
|
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
274
409
|
|
|
410
|
+
#XTIT: IllustratedMessage's title for the EmptyPlanningCalendar illustration
|
|
275
411
|
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
276
412
|
|
|
413
|
+
#XTXT: IllustratedMessage's description for the EmptyPlanningCalendar illustration
|
|
277
414
|
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
278
415
|
|
|
416
|
+
#XTIT: IllustratedMessage's title for the FilterTable illustration
|
|
279
417
|
IM_TITLE_FILTERTABLE=Filter options are available
|
|
280
418
|
|
|
419
|
+
#XTXT: IllustratedMessage's description for the FilterTable illustration
|
|
281
420
|
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what''s most relevant for you.
|
|
282
421
|
|
|
422
|
+
#XTIT: IllustratedMessage's title for the GroupTable illustration
|
|
283
423
|
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
284
424
|
|
|
425
|
+
#XTXT: IllustratedMessage's description for the GroupTable illustration
|
|
285
426
|
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
286
427
|
|
|
428
|
+
#XTIT: IllustratedMessage's title for the NewMail illustration
|
|
287
429
|
IM_TITLE_NEWMAIL=New mail
|
|
288
430
|
|
|
431
|
+
#XTXT: IllustratedMessage's description for the NewMail illustration
|
|
289
432
|
IM_SUBTITLE_NEWMAIL=You have new mail in your inbox.
|
|
290
433
|
|
|
434
|
+
#XTIT: IllustratedMessage's title for the NoFilterResults illustration
|
|
291
435
|
IM_TITLE_NOFILTERRESULTS=No results found
|
|
292
436
|
|
|
437
|
+
#XTXT: IllustratedMessage's description for the NoFilterResults illustration
|
|
293
438
|
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
294
439
|
|
|
440
|
+
#XTIT: IllustratedMessage's title for the PageNotFound illustration
|
|
295
441
|
IM_TITLE_PAGENOTFOUND=Sorry, we can''t find this page
|
|
296
442
|
|
|
443
|
+
#XTXT: IllustratedMessage's description for the PageNotFound illustration
|
|
297
444
|
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
298
445
|
|
|
446
|
+
#XTIT: IllustratedMessage's title for the ResizeColumn illustration
|
|
299
447
|
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
300
448
|
|
|
449
|
+
#XTXT: IllustratedMessage's description for the ResizeColumn illustration
|
|
301
450
|
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
302
451
|
|
|
452
|
+
#XTIT: IllustratedMessage's title for the SignOut illustration
|
|
303
453
|
IM_TITLE_SIGNOUT=You''ve been signed out
|
|
304
454
|
|
|
455
|
+
#XTXT: IllustratedMessage's description for the SignOut illustration
|
|
305
456
|
IM_SUBTITLE_SIGNOUT=You can now close this window.
|
|
306
457
|
|
|
458
|
+
#XTIT: IllustratedMessage's title for the SortColumn illustration
|
|
307
459
|
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
308
460
|
|
|
461
|
+
#XTXT: IllustratedMessage's description for the SortColumn illustration
|
|
309
462
|
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
310
463
|
|
|
464
|
+
#XTIT: IllustratedMessage's title for the SuccessScreen illustration
|
|
311
465
|
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
312
466
|
|
|
467
|
+
#XTXT: IllustratedMessage's description for the SuccessScreen illustration
|
|
313
468
|
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
314
469
|
|
|
470
|
+
#XTIT: IllustratedMessage's title for the UploadCollection illustration
|
|
315
471
|
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
316
472
|
|
|
473
|
+
#XTXT: IllustratedMessage's description for the UploadCollection illustration
|
|
317
474
|
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files all at once.
|
|
318
475
|
|
|
476
|
+
#XTIT: IllustratedMessage's title for the AddDimensions illustration
|
|
319
477
|
IM_TITLE_ADDDIMENSIONS=Some dimensions are missing
|
|
320
478
|
|
|
479
|
+
#XTIT: IllustratedMessage's subtitle for the AddDimensions illustration
|
|
321
480
|
IM_SUBTITLE_ADDDIMENSIONS=Add more dimensions to complete your chart.
|
|
322
481
|
|
|
482
|
+
#XTIT: IllustratedMessage's title for the NoDimensionsSet illustration
|
|
323
483
|
IM_TITLE_NODIMENSIONSSET=No chart data
|
|
324
484
|
|
|
485
|
+
#XTIT: IllustratedMessage's subtitle for the NoDimensionsSet illustration
|
|
325
486
|
IM_SUBTITLE_NODIMENSIONSSET=Try adjusting your chart settings.
|
|
326
487
|
|
|
488
|
+
#XTIT: IllustratedMessage's title for the Survey illustration
|
|
327
489
|
IM_TITLE_SURVEY=Your Opinion Matters
|
|
328
490
|
|
|
491
|
+
#XTIT: IllustratedMessage's subtitle for the Survey illustration
|
|
329
492
|
IM_SUBTITLE_SURVEY=We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.
|
|
330
493
|
|
|
494
|
+
#XACT: ARIA announcement for DynamicSideContent main content label
|
|
331
495
|
DSC_MAIN_ARIA_LABEL=Main Content
|
|
332
496
|
|
|
497
|
+
#XACT: ARIA announcement for DynamicSideContent side content label
|
|
333
498
|
DSC_SIDE_ARIA_LABEL=Side Content
|
|
334
499
|
|
|
500
|
+
#XACT: ARIA label for search field scope select
|
|
335
501
|
SEARCH_FIELD_SCOPE_SELECT_LABEL=Select Scope
|
|
336
502
|
|
|
503
|
+
#XACT: ARIA label for search field
|
|
337
504
|
SEARCH_FIELD_LABEL=Search Field
|
|
338
505
|
|
|
506
|
+
#XFLD: Placeholder text for search field with scope on mobile
|
|
507
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Search in: {0}
|
|
508
|
+
|
|
509
|
+
#XACT: ARIA announcement for search field clear icon
|
|
339
510
|
SEARCH_FIELD_CLEAR_ICON=Clear Search
|
|
340
511
|
|
|
512
|
+
#XACT: ARIA announcement for search field search icon
|
|
341
513
|
SEARCH_FIELD_SEARCH_ICON=Search
|
|
342
514
|
|
|
515
|
+
#TXT: Text for the "Show more" item in the search results list
|
|
343
516
|
SEARCH_ITEM_SHOW_MORE_NO_COUNT=Show More
|
|
344
517
|
|
|
518
|
+
#TXT: Text for the "Show more" item in the search results list with counter
|
|
345
519
|
SEARCH_ITEM_SHOW_MORE_COUNT=Show More ({0})
|
|
346
520
|
|
|
521
|
+
#XACT: ARIA announcement for search field collapsed search button
|
|
347
522
|
SHELLBAR_SEARCH_COLLAPSED=Open Search
|
|
348
523
|
|
|
524
|
+
#XACT: ARIA announcement for search field expanded search button
|
|
349
525
|
SHELLBAR_SEARCH_EXPANDED=Collapse Search
|
|
350
526
|
|
|
527
|
+
#XBUT: ARIA announcement for search cancel button on mobile devices
|
|
351
528
|
SEARCH_CANCEL_BUTTON=Cancel
|
|
352
529
|
|
|
530
|
+
#XBUT: ARIA announcement for search suggestions
|
|
353
531
|
SEARCH_SUGGESTIONS=Suggestions
|
|
354
532
|
|
|
533
|
+
#XTXT: Text for the Side Navigation Popover hidden text
|
|
355
534
|
SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT=Navigation
|
|
356
535
|
|
|
536
|
+
#XTXT: Aria role description for the Side Navigation collapsed List
|
|
357
537
|
SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC=Navigation List Menu Bar
|
|
358
538
|
|
|
539
|
+
#XTXT: Aria role description for the Side Navigation collapsed List Items
|
|
359
540
|
SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC=Navigation List Menu Item
|
|
360
541
|
|
|
542
|
+
#XTXT: Aria role description for the Side Navigation List
|
|
361
543
|
SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC=Navigation List Tree
|
|
362
544
|
|
|
545
|
+
#XTXT: Aria role description for the Side Navigation List Items
|
|
363
546
|
SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC=Navigation List Tree Item
|
|
364
547
|
|
|
548
|
+
#XTXT: Accessible name for the Side Navigation overflow item
|
|
365
549
|
SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME=More Items
|
|
366
550
|
|
|
551
|
+
#XTXT: Aria description for the Side Navigation overflow item
|
|
367
552
|
SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL=Displays additional navigation items that are hidden due to limited screen space.
|
|
368
553
|
|
|
554
|
+
#XTXT: Aria description for the Side Navigation item, which can be selected and has children
|
|
369
555
|
SIDE_NAVIGATION_PARENT_ITEM_SELECTABLE_DESCRIPTION=To navigate to navigation item {0}, press Spacebar or Enter.
|
|
370
556
|
|
|
557
|
+
#XTXT: Text for the Side Navigation Primary list
|
|
371
558
|
SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL=Primary Navigation Menu
|
|
372
559
|
|
|
560
|
+
#XTXT: Text for the Side Navigation Footer list
|
|
373
561
|
SIDE_NAVIGATION_FIXED_LIST_LABEL=Footer Navigation Menu
|
|
374
562
|
|
|
563
|
+
#XTXT
|
|
375
564
|
SIDE_NAVIGATION_ICON_COLLAPSE=Collapse
|
|
376
565
|
|
|
566
|
+
#XTXT
|
|
377
567
|
SIDE_NAVIGATION_ICON_EXPAND=Expand
|
|
378
568
|
|
|
569
|
+
#XTXT: User menu other accounts button
|
|
379
570
|
USER_MENU_OTHER_ACCOUNT_BUTTON_TXT=Accounts
|
|
380
571
|
|
|
572
|
+
#XTXT: User menu manage account button
|
|
381
573
|
USER_MENU_CLOSE_BUTTON_TXT=Close
|
|
382
574
|
|
|
575
|
+
#XTXT: User menu manage account button
|
|
383
576
|
USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT=Manage Account
|
|
384
577
|
|
|
578
|
+
#XTXT: User menu sign out button
|
|
385
579
|
USER_MENU_SIGN_OUT_BUTTON_TXT=Sign Out
|
|
386
580
|
|
|
581
|
+
#XACT: ARIA User menu edit profile image
|
|
387
582
|
USER_MENU_EDIT_AVATAR_TXT=Edit Profile Image
|
|
388
583
|
|
|
584
|
+
#XACT: ARIA edit account
|
|
389
585
|
USER_MENU_EDIT_ACCOUNTS_TXT=Edit account
|
|
390
586
|
|
|
587
|
+
#XACT: ARIA information for the user menu popover
|
|
391
588
|
USER_MENU_POPOVER_ACCESSIBLE_NAME=User menu for
|
|
392
589
|
|
|
590
|
+
#XACT: ARIA close dialog
|
|
393
591
|
USER_MENU_CLOSE_DIALOG_BUTTON=Decline
|
|
394
592
|
|
|
593
|
+
#XTXT: ARIA selected account
|
|
395
594
|
USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT=Selected
|
|
396
595
|
|
|
596
|
+
#XTXT: ARIA User menu current account information
|
|
397
597
|
USER_MENU_CURRENT_INFORMATION_TXT=Current user information
|
|
398
598
|
|
|
599
|
+
#XTXT: ARIA User menu actions
|
|
399
600
|
USER_MENU_ACTIONS_TXT=Actions
|
|
400
601
|
|
|
602
|
+
#XACT: ARIA information for the user settings dialog
|
|
401
603
|
USER_SETTINGS_DIALOG_ACCESSIBLE_NAME=User Settings
|
|
402
604
|
|
|
605
|
+
#XTXT: Aria role description for the user settings items
|
|
403
606
|
USER_SETTINGS_LIST_ARIA_ROLE_DESC=User Settings Item
|
|
404
607
|
|
|
608
|
+
#XTXT: User settings dialog close button
|
|
405
609
|
USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT=Close
|
|
406
610
|
|
|
611
|
+
#XTXT: User settings dialog save button
|
|
407
612
|
USER_SETTINGS_DIALOG_SAVE_BUTTON_TEXT=Save
|
|
408
613
|
|
|
614
|
+
#XTXT: User settings dialog cancel button
|
|
409
615
|
USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=Cancel
|
|
410
616
|
|
|
617
|
+
#XTXT: User settings dialog not result text
|
|
411
618
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=No search results
|
|
412
619
|
|
|
620
|
+
#XACT: ARIA announcement for the User Settings Dialog search result if no hit
|
|
621
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=No search results
|
|
622
|
+
|
|
623
|
+
#XACT: ARIA announcement for the User Settings Dialog search result if one hit
|
|
624
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 result available
|
|
625
|
+
|
|
626
|
+
#XACT: ARIA announcement for the User Settings Dialog search result if more than one hit ({0} is the number of hits)
|
|
627
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} results are available
|
|
628
|
+
|
|
629
|
+
#XTXT: User settings account view edit avatar text
|
|
413
630
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Edit Avatar
|
|
414
631
|
|
|
632
|
+
#XTXT: User settings account view manage button
|
|
415
633
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Manage Account
|
|
@@ -336,6 +336,8 @@ SEARCH_FIELD_SCOPE_SELECT_LABEL=
|
|
|
336
336
|
|
|
337
337
|
SEARCH_FIELD_LABEL=Search Field
|
|
338
338
|
|
|
339
|
+
SEARCH_FIELD_PLACEHOLDER_WITH_SCOPE=Search in: {0}
|
|
340
|
+
|
|
339
341
|
SEARCH_FIELD_CLEAR_ICON=Clear Search
|
|
340
342
|
|
|
341
343
|
SEARCH_FIELD_SEARCH_ICON=Search
|
|
@@ -410,6 +412,12 @@ USER_SETTINGS_DIALOG_CANCEL_BUTTON_TEXT=
|
|
|
410
412
|
|
|
411
413
|
USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=No search results
|
|
412
414
|
|
|
415
|
+
USER_SETTINGS_DIALOG_SEARCH_NO_RESULTS=No search results
|
|
416
|
+
|
|
417
|
+
USER_SETTINGS_DIALOG_SEARCH_ONE_RESULT=1 result available
|
|
418
|
+
|
|
419
|
+
USER_SETTINGS_DIALOG_SEARCH_MORE_RESULTS={0} results are available
|
|
420
|
+
|
|
413
421
|
USER_SETTINGS_ACCOUNT_EDIT_AVATAR_TXT=Edit Avatar
|
|
414
422
|
|
|
415
423
|
USER_SETTINGS_ACCOUNT_MANAGE_ACCOUNT_BUTTON_TXT=Manage Account
|