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