@openui5/sap.ui.integration 1.96.24 → 1.96.25

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 (124) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +1 -1
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  23. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  27. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  28. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  29. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  31. package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
  32. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  33. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  34. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  35. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  36. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  37. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  38. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  39. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +75 -0
  40. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +1 -1
  41. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sr.properties +1 -1
  42. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  43. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  44. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  45. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  46. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  47. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  51. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  75. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +134 -0
  76. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  77. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  78. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  79. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  80. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  81. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  82. package/src/sap/ui/integration/editor/Editor.js +2 -2
  83. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  84. package/src/sap/ui/integration/editor/Extension.js +1 -1
  85. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  86. package/src/sap/ui/integration/editor/Settings.js +1 -1
  87. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  88. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  89. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  90. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  91. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  92. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  93. package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
  94. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  95. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  96. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  97. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  98. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  99. package/src/sap/ui/integration/library.js +2 -2
  100. package/src/sap/ui/integration/messagebundle_en.properties +81 -0
  101. package/src/sap/ui/integration/messagebundle_sh.properties +1 -1
  102. package/src/sap/ui/integration/messagebundle_sr.properties +1 -1
  103. package/src/sap/ui/integration/messagebundle_th.properties +1 -1
  104. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  105. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  106. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  107. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  108. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  109. package/src/sap/ui/integration/util/CardActions.js +1 -1
  110. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  111. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  112. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  113. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  114. package/src/sap/ui/integration/util/Destinations.js +1 -1
  115. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  116. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  117. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  118. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  119. package/src/sap/ui/integration/util/Manifest.js +1 -1
  120. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  121. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  122. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  123. package/src/sap/ui/integration/util/Utils.js +1 -1
  124. package/src/sap/ui/integration/widgets/Card.js +2 -2
@@ -1,158 +1,239 @@
1
+ #This is the resource bundle for the SAPUI5 sap.ui.integration library
2
+ #
1
3
 
4
+ #XTIT: Card header count
2
5
  CARD.COUNT_X_OF_Y={0} of {1}
3
6
 
7
+ #XMSG: Error message when data couldn't load
4
8
  CARD_DATA_LOAD_ERROR=Unable to load the data.
5
9
 
10
+ #XMSG: Error message when data for a filter couldn't load
6
11
  CARD_FILTER_DATA_LOAD_ERROR=Unable to load the filter.
7
12
 
13
+ #XMSG: Error message when embedded page couldn't be loaded after certain seconds
8
14
  CARD_WEB_PAGE_TIMEOUT_ERROR=The page could not be loaded in {0} seconds. Please check the URL.
9
15
 
16
+ #XMSG: Error message when there is no provided URL
10
17
  CARD_WEB_PAGE_EMPTY_URL_ERROR=The URL of the page is empty.
11
18
 
19
+ #XMSG: Error message when provided URL doesn't start with https://
12
20
  CARD_WEB_PAGE_HTTPS_URL_ERROR=Please use a secure URL (https\://)
13
21
 
22
+ #XMSG: Success Message for Action Submit in AdaptiveContent
14
23
  CARDS_ADAPTIVE_ACTION_SUBMIT_SUCCESS=Data sent successfully
15
24
 
25
+ #XMSG: Error Message for Action Submit in AdaptiveContent
16
26
  CARDS_ADAPTIVE_ACTION_SUBMIT_ERROR=An error occurred when sending the data
17
27
 
28
+ #XTXT: ARIA label text for a CalendarContent
18
29
  CARDS_CALENDAR=Calendar Card
19
30
 
31
+ #XTXT: ARIA label text for a legend inside a CalendarContent
20
32
  CARDS_CALENDAR_LEGEND=Legend
21
33
 
34
+ #XTXT: ARIA label text for an appointment list inside a CalendarContent
22
35
  CARDS_CALENDAR_APPOINTMENTS=Appointments List
23
36
 
37
+ #XTIT: Card Editor caption for editor destination settings section, destinations is a technical term here and refers to https://help.sap.com/viewer/b865ed651e414196b39f8922db2122c7/Cloud/en-US/e4f1d97cbb571014a247d10f9f9a685d.html
24
38
  EDITOR_DESTINATIONS=Destinations
25
39
 
40
+ #XTIT: Card Editor Label to indicate general settings
26
41
  EDITOR_PARAMETERS_GENERALSETTINGS=General Settings
27
42
 
43
+ #XTIT: Card Editor Label to indicate the original language in the translation screen
28
44
  EDITOR_ORIGINALLANG=Original Language
29
45
 
46
+ #XSEL: Context selection, display value of an empty default value
30
47
  EDITOR_CONTEXT_EMPTY_VAL=None
31
48
 
49
+ #XTIT: Context selection, description of an empty default value
32
50
  EDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
33
51
 
52
+ #XSEL: Context selection, display value of other values provided by the editor
34
53
  EDITOR_CONTEXT_EDITOR_INTERNAL_VAL=Other values
35
54
 
55
+ #XSEL: Context selection, display value of a placeholder for today's date
36
56
  EDITOR_CONTEXT_EDITOR_TODAY_VAL=Current date
37
57
 
58
+ #XTIT: Context selection, description where to use today's date
38
59
  EDITOR_CONTEXT_EDITOR_TODAY_DESC=The current date can be used for filters or strings.
39
60
 
61
+ #XSEL: Context selection, display value of a placeholder for nows timestamp
40
62
  EDITOR_CONTEXT_EDITOR_NOW_VAL=Now, date and time
41
63
 
64
+ #XTIT: Context selection, description where to use for nows timestamp
42
65
  EDITOR_CONTEXT_EDITOR_NOW_DESC=The current date and time can be used for filters or strings
43
66
 
67
+ #XSEL: Context selection, display value of a placeholder for users currently used language
44
68
  EDITOR_CONTEXT_EDITOR_LANG_VAL=Current language
45
69
 
70
+ #XTIT: Context selection, description where to use and specialities of current language
46
71
  EDITOR_CONTEXT_EDITOR_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
47
72
 
73
+ #XTOL: Title of the translation list popover of a string field
48
74
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_TITLE=Value translations
49
75
 
76
+ #XTOL: Text of Save Button of the translation list popover of a string field
50
77
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_SAVE=Save
51
78
 
79
+ #XTOL: Text of Cancel Button of the translation list popover of a string field
52
80
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_BUTTON_CANCEL=Cancel
53
81
 
82
+ #XTOL: Text of Current Language in the translation list popover of a string field
54
83
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTLANGUAGE=Current language
55
84
 
85
+ #XTOL: Text of Current Language value in the translation list popover of a string field
56
86
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_CURRENTVALUE=Value
57
87
 
88
+ #XTOL: Text of Other Languages in the translation list popover of a string field
58
89
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_OTHERLANGUAGES=Other languages
59
90
 
91
+ #XTOL: Text of Not Updated group in the translation list popover of a string field
60
92
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_NOTUPDATED=Not updated
61
93
 
94
+ #XTOL: Text of Updated group in the translation list popover of a string field
62
95
  EDITOR_FIELD_TRANSLATION_LIST_POPOVER_LISTITEM_GROUP_UPDATED=Updated
63
96
 
97
+ #XTOL: Tooltip of the more settings button of a field
64
98
  EDITOR_FIELD_MORE_SETTINGS=More settings
65
99
 
100
+ #XTIT: Instruction to select value from list
66
101
  EDITOR_SELECT_FROM_LIST=Select a dynamic value from the list
67
102
 
103
+ #XBUT: Activates the Dynamic Value Pane
68
104
  EDITOR_MORE_DYNAMICVALUES=Dynamic Value
69
105
 
106
+ #XTIT: After user selection the actual dynamic value will be shown (the current value in my environment)
70
107
  EDITOR_ACTUAL_VALUE=Actual Dynamic Value
71
108
 
109
+ #XTIT: Hint that the value is technical and should not shown to the end-user
72
110
  EDITOR_MORE_DYNAMICVALUES_TECHHINT=This value is used in technical settings of a card and should not be shown to end-users.
73
111
 
112
+ #XBUT: Activates the Settings Pane
74
113
  EDITOR_MORE_SETTINGS=Settings
75
114
 
115
+ #XTIT: Groups field for page administrator settings
76
116
  EDITOR_MORE_SETTINGS_P_ADMIN=Page Administrator Settings
77
117
 
118
+ #XBUT: Activates the Settings Pane
78
119
  EDITOR_MORE_SETTINGS_P_ADMIN_RESET=Reset to Default Values
79
120
 
121
+ #XCKL: Allows to select if a field is visible
80
122
  EDITOR_MORE_SETTINGS_P_ADMIN_VISIBLE=Allow field to be viewed
81
123
 
124
+ #XCKL: Allows to select if a field is editable
82
125
  EDITOR_MORE_SETTINGS_P_ADMIN_EDIT=Allow field to be edited
83
126
 
127
+ #XCKL: Allows to select if a field is can have dynamic values
84
128
  EDITOR_MORE_SETTINGS_P_ADMIN_DYN=Allow dynamic values to be set
85
129
 
130
+ #XTIT: Page admin values list
86
131
  EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=Allow to Selected Values
87
132
 
133
+ #XTIT: Tooltips for page admin values list
88
134
  EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=Allowed Values to be Selected by Page Admin
89
135
 
136
+ #XTIT: Tooltips for select all button
90
137
  EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=Select All
91
138
 
139
+ #XTIT: Tooltips for deselect all button
92
140
  EDITOR_MORE_SETTINGS_P_ADMIN_DESELECT_ALL=Deselect All
93
141
 
142
+ #XBUT: Saves the values and closes the dialog
94
143
  EDITOR_MORE_OK=OK
95
144
 
145
+ #XBUT: Closes the dialog without saving
96
146
  EDITOR_MORE_CANCEL=Cancel
97
147
 
148
+ #XBUT: Reset to default values
98
149
  EDITOR_MORE_RESET=Reset
99
150
 
151
+ #XTIT: Choose an icon from file
100
152
  EDITOR_ICON_CHOOSE=Choose an icon from file
101
153
 
154
+ #XTIT: Selected an icon from a file
102
155
  EDITOR_ICON_SELECTED=Selected from file
103
156
 
157
+ #XTIT: No icon selected
104
158
  EDITOR_ICON_NONE=(None)
105
159
 
160
+ #XMSG: Validation Error: Does not match pattern
106
161
  EDITOR_VAL_NOMATCH=Value does not match the validation criteria.
107
162
 
163
+ #XMSG: Validation Error: Max length exceeded
108
164
  EDITOR_VAL_MAXLENGTH=Value exceeds the maximum length of {0}.
109
165
 
166
+ #XMSG: Validation Error: Min length
110
167
  EDITOR_VAL_MINLENGTH=Value must be a minimum of {0} characters.
111
168
 
169
+ #XMSG: Validation Error: Text required
112
170
  EDITOR_VAL_TEXTREQ=Field is required. Please enter a text.
113
171
 
172
+ #XMSG: Validation Error: List required
114
173
  EDITOR_VAL_LISTREQ=Field is required. Please select an item.
115
174
 
175
+ #XMSG: Validation Error: Max length exceeded of List
116
176
  EDITOR_VAL_LISTMAXLENGTH=List exceeds the maximum length of {0}
117
177
 
178
+ #XMSG: Validation Error: Min length of List
118
179
  EDITOR_VAL_LISTMINLENGTH=List must have at least {0} items
119
180
 
181
+ #XMSG: Validation Error: Number Maximum Inclusive
120
182
  EDITOR_VAL_MAX=Value must be {0} or less.
121
183
 
184
+ #XMSG: Validation Error: Number Minimum Inclusive
122
185
  EDITOR_VAL_MIN=Value must be {0} or greater.
123
186
 
187
+ #XMSG: Validation Error: Number Maximum Exclusive
124
188
  EDITOR_VAL_MAX_E=Value must be less than {0}.
125
189
 
190
+ #XMSG: Validation Error: Number Minimum Exclusive
126
191
  EDITOR_VAL_MIN_E=Value must be greater than {0}.
127
192
 
193
+ #XMSG: Validation Error: Number Multiple Of
128
194
  EDITOR_VAL_MULTIPLE=Value must be a multiple of {0}
129
195
 
196
+ #XMSG: Validation Error: Number required
130
197
  EDITOR_VAL_NUMBERREQ=Field entry is required. Please enter a number.
131
198
 
199
+ #XMSG: Text of Selected Group in MultiComboBox in ListField
132
200
  EDITOR_ITEM_SELECTED=Selected
133
201
 
202
+ #XMSG: Text of Unselected Group in MultiComboBox in ListField
134
203
  EDITOR_ITEM_UNSELECTED=Unselected
135
204
 
205
+ #XMSG: Bad Request
136
206
  EDITOR_BAD_REQUEST=Bad request
137
207
 
208
+ #XSEL: Context selection, display value of an empty default value
138
209
  CARDEDITOR_CONTEXT_EMPTY_VAL=None
139
210
 
211
+ #XTIT: Context selection, description of an empty default value
140
212
  CARDEDITOR_CONTEXT_EMPTY_DESC=Select a dynamic value from the list
141
213
 
214
+ #XSEL: Context selection, display value of other values provided by the card
142
215
  CARDEDITOR_CONTEXT_CARD_INTERNAL_VAL=Other values
143
216
 
217
+ #XSEL: Context selection, display value of a placeholder for today's date
144
218
  CARDEDITOR_CONTEXT_CARD_TODAY_VAL=Current date
145
219
 
220
+ #XTIT: Context selection, description where to use today's date
146
221
  CARDEDITOR_CONTEXT_CARD_TODAY_DESC=The current date can be used for filters or strings.
147
222
 
223
+ #XSEL: Context selection, display value of a placeholder for nows timestamp
148
224
  CARDEDITOR_CONTEXT_CARD_NOW_VAL=Now, date and time
149
225
 
226
+ #XTIT: Context selection, description where to use for nows timestamp
150
227
  CARDEDITOR_CONTEXT_CARD_NOW_DESC=The current date and time can be used for filters or strings
151
228
 
229
+ #XSEL: Context selection, display value of a placeholder for users currently used language
152
230
  CARDEDITOR_CONTEXT_CARD_LANG_VAL=Current language
153
231
 
232
+ #XTIT: Context selection, description where to use and specialities of current language
154
233
  CARDEDITOR_CONTEXT_CARD_LANG_DESC=The current language abbreviation of the current end user. Language and region are separated by a dash. For example, en-US. The region might be omitted.
155
234
 
235
+ #XTIT: Card Editor Tooltip for a live preview
156
236
  CARDEDITOR_PREVIEW_BTN_LIVEPREVIEW=Live Preview
157
237
 
238
+ #XTIT: Card Editor Tooltip for a abstract sample/placeholder preview
158
239
  CARDEDITOR_PREVIEW_BTN_SAMPLEPREVIEW=Sample Preview
@@ -3,7 +3,7 @@ CARD.COUNT_X_OF_Y={0} od {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=Nije mogu\u0107e u\u010Ditati podatke.
5
5
 
6
- CARD_FILTER_DATA_LOAD_ERROR=Unable to load the filter.
6
+ CARD_FILTER_DATA_LOAD_ERROR=Nije mogu\u0107e u\u010Ditati filter
7
7
 
8
8
  CARD_WEB_PAGE_TIMEOUT_ERROR=Stranica se ne mo\u017Ee u\u010Ditati za {0} sekundi. Proverite URL.
9
9
 
@@ -3,7 +3,7 @@ CARD.COUNT_X_OF_Y={0} \u043E\u0434 {1}
3
3
 
4
4
  CARD_DATA_LOAD_ERROR=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u043F\u043E\u0434\u0430\u0442\u043A\u0435.
5
5
 
6
- CARD_FILTER_DATA_LOAD_ERROR=Unable to load the filter.
6
+ CARD_FILTER_DATA_LOAD_ERROR=\u041D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0444\u0438\u043B\u0442\u0435\u0440
7
7
 
8
8
  CARD_WEB_PAGE_TIMEOUT_ERROR=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0443\u0447\u0438\u0442\u0430\u0442\u0438 \u0437\u0430 {0} \u0441\u0435\u043A\u0443\u043D\u0434\u0438. \u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 URL.
9
9
 
@@ -85,7 +85,7 @@ EDITOR_MORE_SETTINGS_P_ADMIN_DYN=\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2
85
85
 
86
86
  EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST=\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2B\u0E49\u0E43\u0E0A\u0E49\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01
87
87
 
88
- EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2B\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E14\u0E22\u0E1C\u0E39\u0E49\u0E14\u0E39\u0E41\u0E25\u0E40\u0E1E\u0E08
88
+ EDITOR_MORE_SETTINGS_P_ADMIN_VALUES_LIST_TOOLTIPS=\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2B\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E14\u0E22\u0E1C\u0E39\u0E49\u0E14\u0E39\u0E41\u0E25\u0E2B\u0E19\u0E49\u0E32
89
89
 
90
90
  EDITOR_MORE_SETTINGS_P_ADMIN_SELECT_ALL=\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
91
91
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.model.json.JSONModel
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.96.24
28
+ * @version 1.96.25
29
29
  * @constructor
30
30
  * @private
31
31
  * @alias sap.ui.integration.model.ContextModel
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.model.json.JSONModel
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.24
30
+ * @version 1.96.25
31
31
  * @constructor
32
32
  * @private
33
33
  * @alias sap.ui.integration.model.ObservableModel
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.base.Object
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.24
25
+ * @version 1.96.25
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * Helper class for working with bindings.
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.96.24
41
+ * @version 1.96.25
42
42
  *
43
43
  * @private
44
44
  * @alias sap.ui.integration.util.BindingHelper
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * Resolves a binding syntax based on a provided model and path.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.96.24
35
+ * @version 1.96.25
36
36
  *
37
37
  * @private
38
38
  * @alias sap.ui.integration.util.BindingResolver
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.base.ManagedObject
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.96.24
46
+ * @version 1.96.25
47
47
  *
48
48
  * @constructor
49
49
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.base.Object
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.24
25
+ * @version 1.96.25
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.integration.util.BaseFactory
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.96.24
43
+ * @version 1.96.25
44
44
  *
45
45
  * @constructor
46
46
  * @private
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"],
24
24
  * @extends sap.ui.base.ManagedObject
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.24
27
+ * @version 1.96.25
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -22,7 +22,7 @@ function (BaseObject, ServiceDataProvider, RequestDataProvider, CacheAndRequestD
22
22
  * When destroyed, all data providers created by this class are also destroyed.
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.24
25
+ * @version 1.96.25
26
26
  *
27
27
  * @private
28
28
  * @ui5-restricted sap.ui.integration, shell-toolkit
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.Object
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.24
30
+ * @version 1.96.25
31
31
  *
32
32
  * @constructor
33
33
  * @param {sap.ui.integration.Host} oHost The Host which will be used for resolving destinations.
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
17
17
  * @extends sap.ui.integration.util.DataProvider
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.24
20
+ * @version 1.96.25
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @extends sap.ui.integration.util.BaseFactory
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.96.24
71
+ * @version 1.96.25
72
72
  *
73
73
  * @constructor
74
74
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * Helper class for working with bindings for json objects.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.24
30
+ * @version 1.96.25
31
31
  *
32
32
  * @private
33
33
  * @ui5-restricted sap.ui.integration, shell-toolkit
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.96.24
26
+ * @version 1.96.25
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * @extends sap.ui.base.Object
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.96.24
63
+ * @version 1.96.25
64
64
  *
65
65
  * @constructor
66
66
  * @private
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.integration.util.DataProvider
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.96.24
34
+ * @version 1.96.25
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/util/DataProvider"], function (DataProvider)
17
17
  * @extends sap.ui.integration.util.DataProvider
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.24
20
+ * @version 1.96.25
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.EventProvider
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.96.24
40
+ * @version 1.96.25
41
41
  *
42
42
  * @constructor
43
43
  * @param {Object} mServiceFactoryReferences A map with service descriptions.
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * Utility class helping with JSON strings and formatters.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.24
20
+ * @version 1.96.25
21
21
  *
22
22
  * @private
23
23
  * @alias sap.ui.integration.util.Utils
@@ -158,7 +158,7 @@ sap.ui.define([
158
158
  * @extends sap.f.CardBase
159
159
  *
160
160
  * @author SAP SE
161
- * @version 1.96.24
161
+ * @version 1.96.25
162
162
  * @public
163
163
  * @constructor
164
164
  * @see {@link topic:5b46b03f024542ba802d99d67bc1a3f4 Cards}
@@ -424,7 +424,7 @@ sap.ui.define([
424
424
  * @experimental since 1.79
425
425
  * @public
426
426
  * @author SAP SE
427
- * @version 1.96.24
427
+ * @version 1.96.25
428
428
  * @borrows sap.ui.integration.widgets.Card#getDomRef as getDomRef
429
429
  * @borrows sap.ui.integration.widgets.Card#setVisible as setVisible
430
430
  * @borrows sap.ui.integration.widgets.Card#getParameters as getParameters