@openui5/sap.ui.integration 1.96.23 → 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.
- package/package.json +3 -3
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +1 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +8 -6
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en.properties +75 -0
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_mk.properties +145 -0
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sh.properties +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_sr.properties +145 -0
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en.properties +134 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_mk.properties +264 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sh.properties +16 -16
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_sr.properties +264 -0
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_uk.properties +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_zh_TW.properties +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/messagebundle_bg.properties +2 -2
- package/src/sap/ui/integration/messagebundle_en.properties +81 -0
- package/src/sap/ui/integration/messagebundle_fi.properties +2 -2
- package/src/sap/ui/integration/messagebundle_kk.properties +1 -1
- package/src/sap/ui/integration/messagebundle_ko.properties +1 -1
- package/src/sap/ui/integration/messagebundle_lt.properties +1 -1
- package/src/sap/ui/integration/messagebundle_mk.properties +158 -0
- package/src/sap/ui/integration/messagebundle_sh.properties +19 -19
- package/src/sap/ui/integration/messagebundle_sr.properties +158 -0
- package/src/sap/ui/integration/messagebundle_th.properties +2 -2
- package/src/sap/ui/integration/messagebundle_uk.properties +3 -3
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardActions.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.integration",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.25",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.integration",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.96.
|
|
18
|
-
"@openui5/sap.f": "1.96.
|
|
17
|
+
"@openui5/sap.ui.core": "1.96.25",
|
|
18
|
+
"@openui5/sap.f": "1.96.25"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.96.
|
|
9
|
+
<version>1.96.25</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with integration-related controls.</documentation>
|
|
12
12
|
|
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @extends sap.ui.integration.cards.BaseContent
|
|
39
39
|
*
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.96.
|
|
41
|
+
* @version 1.96.25
|
|
42
42
|
*
|
|
43
43
|
* @constructor
|
|
44
44
|
* @private
|
|
@@ -65,11 +65,6 @@ sap.ui.define([
|
|
|
65
65
|
this.setComponentsReady(false);
|
|
66
66
|
this._bAdaptiveCardElementsReady = false;
|
|
67
67
|
this._setupCardContent();
|
|
68
|
-
|
|
69
|
-
Core.attachThemeChanged(function () {
|
|
70
|
-
this._adjustHostConfig();
|
|
71
|
-
this.invalidate();
|
|
72
|
-
}.bind(this));
|
|
73
68
|
};
|
|
74
69
|
|
|
75
70
|
AdaptiveContent.prototype.onAfterRendering = function () {
|
|
@@ -176,6 +171,13 @@ sap.ui.define([
|
|
|
176
171
|
return this._oCardConfig;
|
|
177
172
|
};
|
|
178
173
|
|
|
174
|
+
AdaptiveContent.prototype.onThemeChanged = function () {
|
|
175
|
+
if (this.getDomRef() && AdaptiveCards) {
|
|
176
|
+
this._adjustHostConfig();
|
|
177
|
+
this.invalidate();
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
|
|
179
181
|
/**
|
|
180
182
|
* Processes the markdown only if enableMarkdown is set to true
|
|
181
183
|
*
|
|
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
|
|
|
17
17
|
* <code>ui5-select</code>, or container with <code>ui5-radiobutton</code>, or <code>ui5-checkbox</code> web components.
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.96.
|
|
20
|
+
* @version 1.96.25
|
|
21
21
|
*
|
|
22
22
|
* @private
|
|
23
23
|
* @since 1.74
|
|
@@ -16,7 +16,7 @@ sap.ui.define(["sap/ui/integration/thirdparty/adaptivecards"], function (Adaptiv
|
|
|
16
16
|
* <code>ui5-input</code> or <code>ui5-textarea<code> UI5 web component.
|
|
17
17
|
*
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.96.
|
|
19
|
+
* @version 1.96.25
|
|
20
20
|
*
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.74
|
|
@@ -1,145 +1,220 @@
|
|
|
1
|
+
#This is the resource bundle for the OpenUI5 sap.ui.integration.designtime.editor module
|
|
2
|
+
#
|
|
3
|
+
#XLBL: Fallback label for property editor type
|
|
1
4
|
BASE_EDITOR.FALLBACK_TYPE=Custom type
|
|
2
5
|
|
|
6
|
+
#XFLD: Empty table text
|
|
3
7
|
BASE_EDITOR.MAP.EMPTY=No entries
|
|
4
8
|
|
|
9
|
+
#XFLD: Header for key column inside map editor
|
|
5
10
|
BASE_EDITOR.MAP.KEY=Key
|
|
6
11
|
|
|
12
|
+
#XFLD: Header for value column inside map editor
|
|
7
13
|
BASE_EDITOR.MAP.VALUE=Value
|
|
8
14
|
|
|
15
|
+
#XFLD: Header for data type column inside map editor
|
|
9
16
|
BASE_EDITOR.MAP.TYPE=Type
|
|
10
17
|
|
|
18
|
+
#XFLD: Property editor tooltip
|
|
11
19
|
BASE_EDITOR.MAP.REMOVE=Remove
|
|
12
20
|
|
|
21
|
+
#XTOL: Validation error text
|
|
13
22
|
BASE_EDITOR.MAP.DUPLICATE_KEY=Please enter a unique key.
|
|
14
23
|
|
|
24
|
+
#XFLD: Label for adding new map item, placeholder is the item type (singular), i.e. "Add: Item"
|
|
15
25
|
BASE_EDITOR.MAP.ADD=Add\: {0}
|
|
16
26
|
|
|
27
|
+
#XFLD: Map editor default type
|
|
17
28
|
BASE_EDITOR.MAP.DEFAULT_TYPE=Parameter
|
|
18
29
|
|
|
30
|
+
#XLBL: Property editor type - String
|
|
19
31
|
BASE_EDITOR.TYPES.STRING=String
|
|
20
32
|
|
|
33
|
+
#XLBL: Property editor type - Boolean
|
|
21
34
|
BASE_EDITOR.TYPES.BOOLEAN=Boolean
|
|
22
35
|
|
|
36
|
+
#XLBL: Property editor type - Number
|
|
23
37
|
BASE_EDITOR.TYPES.NUMBER=Number
|
|
24
38
|
|
|
39
|
+
#XLBL: Property editor type - Integer
|
|
25
40
|
BASE_EDITOR.TYPES.INTEGER=Integer
|
|
26
41
|
|
|
42
|
+
#XLBL: Property editor type - Date
|
|
27
43
|
BASE_EDITOR.TYPES.DATE=Date
|
|
28
44
|
|
|
45
|
+
#XLBL: Property editor type - Datetime
|
|
29
46
|
BASE_EDITOR.TYPES.DATETIME=Date/Time
|
|
30
47
|
|
|
48
|
+
#XLBL: Property editor type - Group
|
|
31
49
|
BASE_EDITOR.TYPES.GROUP=Group
|
|
32
50
|
|
|
51
|
+
#XLBL: Property editor type - Separator
|
|
33
52
|
BASE_EDITOR.TYPES.SEPARATOR=Separator
|
|
34
53
|
|
|
54
|
+
#XLBL: Property editor type - Icon
|
|
35
55
|
BASE_EDITOR.TYPES.ICON=Icon
|
|
36
56
|
|
|
57
|
+
#XLBL: Property editor type - SimpleIcon
|
|
37
58
|
BASE_EDITOR.TYPES.SIMPLEICON=Simple Icon
|
|
38
59
|
|
|
60
|
+
#XLBL: Property editor type - Array
|
|
39
61
|
BASE_EDITOR.TYPES.ARRAY=Array
|
|
40
62
|
|
|
63
|
+
#XLBL: Property editor type - JSON
|
|
41
64
|
BASE_EDITOR.TYPES.JSON=JSON
|
|
42
65
|
|
|
66
|
+
#XTOL: Validation error text
|
|
43
67
|
BASE_EDITOR.STRING.INVALID_BINDING=Please enter a valid binding string.
|
|
44
68
|
|
|
69
|
+
#XTOL: Validation error text
|
|
45
70
|
BASE_EDITOR.LIST.DUPLICATE_ENTRY=Please enter a unique value.
|
|
46
71
|
|
|
72
|
+
#XTOL: Validation error text
|
|
47
73
|
BASE_EDITOR.ENUM.INVALID_SELECTION=Please select a value from the list.
|
|
48
74
|
|
|
75
|
+
#XTOL: Validation error text
|
|
49
76
|
BASE_EDITOR.ENUM.CUSTOM_VALUES_NOT_ALLOWED=Custom values are not allowed.
|
|
50
77
|
|
|
78
|
+
#XTOL: Validation error text
|
|
51
79
|
BASE_EDITOR.SELECT.INVALID_SELECTION=Please select a value from the list.
|
|
52
80
|
|
|
81
|
+
#XTOL: Validation error text
|
|
53
82
|
BASE_EDITOR.SELECT.CUSTOM_VALUES_NOT_ALLOWED=Custom values are not allowed.
|
|
54
83
|
|
|
84
|
+
#XTOL: Validation error text
|
|
55
85
|
BASE_EDITOR.PROPERTY.BINDING_NOT_ALLOWED=Binding strings are not allowed.
|
|
56
86
|
|
|
87
|
+
#XFLD: Property editor tooltip
|
|
57
88
|
BASE_EDITOR.ARRAY.ITEM_LABEL=Item
|
|
58
89
|
|
|
90
|
+
#XFLD: Default label for new array item, placeholder is the array item type (singular), i.e. "New Item"
|
|
59
91
|
BASE_EDITOR.ARRAY.NEW_ITEM_LABEL=New\: {0}
|
|
60
92
|
|
|
93
|
+
#XFLD: Property editor tooltip
|
|
61
94
|
BASE_EDITOR.ARRAY.REMOVE=Remove Item
|
|
62
95
|
|
|
96
|
+
#XFLD: Property editor tooltip
|
|
63
97
|
BASE_EDITOR.MOVEUP=Move Up
|
|
64
98
|
|
|
99
|
+
#XFLD: Property editor tooltip
|
|
65
100
|
BASE_EDITOR.MOVEDOWN=Move Down
|
|
66
101
|
|
|
102
|
+
#XBUT: Button to add items to an array, placeholder is the array item type (singular), i.e. "Add Item"
|
|
67
103
|
BASE_EDITOR.ARRAY.ADD=Add\: {0}
|
|
68
104
|
|
|
105
|
+
#XFLD: Property editor tooltip - Title for JSON Data Editor
|
|
69
106
|
BASE_EDITOR.JSON.TITLE=Edit JSON Data
|
|
70
107
|
|
|
108
|
+
#XFLD: Property editor tooltip - Save changes to JSON
|
|
71
109
|
BASE_EDITOR.JSON.SAVE=Save
|
|
72
110
|
|
|
111
|
+
#XFLD: Property editor tooltip - Cancel JSON editing and discard changes
|
|
73
112
|
BASE_EDITOR.JSON.CANCEL=Cancel
|
|
74
113
|
|
|
114
|
+
#XFLD: Property editor tooltip - Beautify the code inside the JSON editor
|
|
75
115
|
BASE_EDITOR.JSON.BEAUTIFY=Beautify
|
|
76
116
|
|
|
117
|
+
#XTOL: Validation error text - NaN or invalid binding string inside number editor
|
|
77
118
|
BASE_EDITOR.NUMBER.INVALID_BINDING_OR_NUMBER=Please enter a valid binding string or a number.
|
|
78
119
|
|
|
120
|
+
#XTOL: Validation error text - NaN or invalid binding string inside integer editor
|
|
79
121
|
BASE_EDITOR.INTEGER.INVALID_BINDING_OR_INTEGER=Please enter a valid binding string or an integer.
|
|
80
122
|
|
|
123
|
+
#XTOL: Validation error text - Not a boolean or invalid binding string inside boolean editor
|
|
81
124
|
BASE_EDITOR.BOOLEAN.INVALID_BINDING_OR_BOOLEAN=Please enter a valid binding string or a boolean.
|
|
82
125
|
|
|
126
|
+
#XSEL: True value inside boolean editor
|
|
83
127
|
BASE_EDITOR.BOOLEAN.TRUE_VALUE=True
|
|
84
128
|
|
|
129
|
+
#XSEL: False value inside boolean editor
|
|
85
130
|
BASE_EDITOR.BOOLEAN.FALSE_VALUE=False
|
|
86
131
|
|
|
132
|
+
#XTOL: Validation error text - Not an icon URI or invalid binding string inside icon editor
|
|
87
133
|
BASE_EDITOR.ICON.INVALID_BINDING_OR_ICON=Please enter a valid binding string or an icon URI.
|
|
88
134
|
|
|
135
|
+
#XTOL: Tooltip for Settings-Button
|
|
89
136
|
BASE_EDITOR.ICON.BUTTON_SETTINGS=Settings
|
|
90
137
|
|
|
138
|
+
#XTIT: Title for the Settings Dialog
|
|
91
139
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_TITLE=Display Settings
|
|
92
140
|
|
|
141
|
+
#XLBL: Label for Shape Input Field on Settings Dialog
|
|
93
142
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_LABEL=Shape
|
|
94
143
|
|
|
144
|
+
#XTOL: Tooltip for Shape Selection
|
|
95
145
|
BASE_EDITOR.ICON.SELECTION_SHAPE=Select the shape of the icon
|
|
96
146
|
|
|
147
|
+
#XLBL: Label for Shape "Square"
|
|
97
148
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_SQUARE=Square
|
|
98
149
|
|
|
150
|
+
#XLBL: Label for Shape "Circle"
|
|
99
151
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_SHAPE_CIRCLE=Circle
|
|
100
152
|
|
|
153
|
+
#XTOL: Tooltip for Alt Text
|
|
101
154
|
BASE_EDITOR.ICON.INPUT_ALT=Enter alternative text for the icon
|
|
102
155
|
|
|
156
|
+
#XLBL: Label for Text Input Field on Settings Dialog
|
|
103
157
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_TEXT_LABEL=Text
|
|
104
158
|
|
|
159
|
+
#XTOL: Tooltip for Text
|
|
105
160
|
BASE_EDITOR.ICON.INPUT_TEXT=Enter text inside the icon
|
|
106
161
|
|
|
162
|
+
#XLBL: Label for Icon-Type "Icon"
|
|
107
163
|
BASE_EDITOR.ICON.TYPE_ICON=Icon
|
|
108
164
|
|
|
165
|
+
#XLBL: Label for Icon-Type "Picture"
|
|
109
166
|
BASE_EDITOR.ICON.TYPE_PICTURE=Picture
|
|
110
167
|
|
|
168
|
+
#XLBL: Label for Background Color Input Field on Settings Dialog
|
|
111
169
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_BACKGROUNDCOLOR_LABEL=Background Color
|
|
112
170
|
|
|
171
|
+
#XTOL: Tooltip for Background Color
|
|
113
172
|
BASE_EDITOR.ICON.INPUT_BACKGROUNDCOLOR=Enter background color of the icon
|
|
114
173
|
|
|
174
|
+
#XTOL: Tooltip for Color
|
|
115
175
|
BASE_EDITOR.ICON.INPUT_COLOR=Enter color of the icon
|
|
116
176
|
|
|
177
|
+
#XLBL: Label for Color Input Field on Settings Dialog
|
|
117
178
|
BASE_EDITOR.ICON.SETTINGS_DIALOG_COLOR_LABEL=Color
|
|
118
179
|
|
|
180
|
+
#XTOL: Validation error text - Not a date or binding string inside date editor
|
|
119
181
|
BASE_EDITOR.DATE.INVALID_BINDING_OR_DATE=Please enter a valid binding string or date.
|
|
120
182
|
|
|
183
|
+
#XTOL: Validation error text
|
|
121
184
|
BASE_EDITOR.VALIDATOR.INVALID_BINDING=Invalid binding.
|
|
122
185
|
|
|
186
|
+
#XTOL: Validation error text
|
|
123
187
|
BASE_EDITOR.VALIDATOR.FORBIDDEN_BINDING=Bindings are not allowed.
|
|
124
188
|
|
|
189
|
+
#XTOL: Validation error text
|
|
125
190
|
BASE_EDITOR.VALIDATOR.FORBIDDEN_CUSTOM_VALUE=Custom values are not allowed.
|
|
126
191
|
|
|
192
|
+
#XTOL: Validation error text
|
|
127
193
|
BASE_EDITOR.VALIDATOR.NOT_A_NUMBER=Not a number
|
|
128
194
|
|
|
195
|
+
#XTOL: Validation error text
|
|
129
196
|
BASE_EDITOR.VALIDATOR.NOT_AN_INTEGER=Not an integer
|
|
130
197
|
|
|
198
|
+
#XTOL: Validation error text
|
|
131
199
|
BASE_EDITOR.VALIDATOR.NOT_A_BOOLEAN=Not a boolean
|
|
132
200
|
|
|
201
|
+
#XTOL: Validation error text
|
|
133
202
|
BASE_EDITOR.VALIDATOR.NOT_A_JSONOBJECT=Not a JSON format
|
|
134
203
|
|
|
204
|
+
#XTOL: Validation error text
|
|
135
205
|
BASE_EDITOR.VALIDATOR.NOT_AN_ICON=Not an icon
|
|
136
206
|
|
|
207
|
+
#XTOL: Validation error text
|
|
137
208
|
BASE_EDITOR.VALIDATOR.MAX_LENGTH=Max length of {0} symbols exceeded.
|
|
138
209
|
|
|
210
|
+
#XTOL: Validation error text
|
|
139
211
|
BASE_EDITOR.VALIDATOR.DUPLICATE_ENTRY=Duplicate entry
|
|
140
212
|
|
|
213
|
+
#XTOL: Validation error text
|
|
141
214
|
BASE_EDITOR.VALIDATOR.DUPLICATE_KEY=Duplicate key
|
|
142
215
|
|
|
216
|
+
#XTOL: Validation error text
|
|
143
217
|
BASE_EDITOR.VALIDATOR.INVALID_DATE=Invalid date
|
|
144
218
|
|
|
219
|
+
#XTOL: Validation error text
|
|
145
220
|
BASE_EDITOR.VALIDATOR.FAILED_PATTERN_TEST=Input does not match the pattern.
|