@openui5/sap.ui.core 1.108.33 → 1.108.34
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 +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/i18n/ResourceBundle.js +36 -0
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +281 -280
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +3 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +40 -11
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -2,336 +2,337 @@
|
|
|
2
2
|
SAPUI5_FRIDAY=Friday
|
|
3
3
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
4
4
|
|
|
5
|
-
VALUE_STATE_ERROR=
|
|
6
|
-
VALUE_STATE_WARNING=
|
|
7
|
-
VALUE_STATE_SUCCESS=
|
|
8
|
-
VALUE_STATE_INFORMATION=
|
|
9
|
-
|
|
10
|
-
INDICATION_STATE_INDICATION01=
|
|
11
|
-
INDICATION_STATE_INDICATION02=
|
|
12
|
-
INDICATION_STATE_INDICATION03=
|
|
13
|
-
INDICATION_STATE_INDICATION04=
|
|
14
|
-
INDICATION_STATE_INDICATION05=
|
|
15
|
-
INDICATION_STATE_INDICATION06=
|
|
16
|
-
INDICATION_STATE_INDICATION07=
|
|
17
|
-
INDICATION_STATE_INDICATION08=
|
|
18
|
-
|
|
19
|
-
BUSY_TEXT=
|
|
20
|
-
BUSY_VALUE_TEXT=
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
date.week.calendarweek.wide=
|
|
24
|
-
date.week.calendarweek.narrow=
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
FileSize.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
FileSize.
|
|
32
|
-
FileSize.
|
|
33
|
-
FileSize.
|
|
34
|
-
FileSize.
|
|
35
|
-
FileSize.
|
|
36
|
-
FileSize.
|
|
37
|
-
FileSize.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
FileSize.
|
|
41
|
-
FileSize.
|
|
42
|
-
FileSize.
|
|
43
|
-
FileSize.
|
|
44
|
-
FileSize.
|
|
45
|
-
FileSize.
|
|
46
|
-
FileSize.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
Currency.
|
|
82
|
-
|
|
83
|
-
Unit.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
Integer.
|
|
90
|
-
Integer.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
Float.
|
|
94
|
-
Float.
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Currency.
|
|
98
|
-
Currency.
|
|
99
|
-
Currency.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
Unit.
|
|
103
|
-
Unit.
|
|
104
|
-
Unit.
|
|
105
|
-
Unit.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
FileSize.
|
|
109
|
-
FileSize.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Date.
|
|
113
|
-
Date.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
Time.
|
|
117
|
-
Time.
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
DateTime.
|
|
121
|
-
DateTime.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
String.
|
|
127
|
-
String.
|
|
128
|
-
String.
|
|
129
|
-
String.
|
|
130
|
-
String.
|
|
131
|
-
String.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
Icon.
|
|
141
|
-
Icon.
|
|
142
|
-
Icon.add
|
|
143
|
-
Icon.add-
|
|
144
|
-
Icon.add-
|
|
145
|
-
Icon.
|
|
146
|
-
Icon.
|
|
147
|
-
Icon.collapse
|
|
148
|
-
Icon.
|
|
149
|
-
Icon.
|
|
150
|
-
Icon.
|
|
151
|
-
Icon.
|
|
152
|
-
Icon.
|
|
153
|
-
Icon.
|
|
154
|
-
Icon.
|
|
155
|
-
Icon.drill-
|
|
156
|
-
Icon.
|
|
157
|
-
Icon.
|
|
158
|
-
Icon.
|
|
159
|
-
Icon.expand
|
|
160
|
-
Icon.
|
|
161
|
-
Icon.
|
|
162
|
-
Icon.
|
|
163
|
-
Icon.
|
|
164
|
-
Icon.
|
|
165
|
-
Icon.
|
|
166
|
-
Icon.
|
|
167
|
-
Icon.
|
|
168
|
-
Icon.ipad
|
|
169
|
-
Icon.
|
|
170
|
-
Icon.iphone
|
|
171
|
-
Icon.
|
|
172
|
-
Icon.
|
|
173
|
-
Icon.message-
|
|
174
|
-
Icon.message-
|
|
175
|
-
Icon.message-
|
|
176
|
-
Icon.
|
|
177
|
-
Icon.
|
|
178
|
-
Icon.
|
|
179
|
-
Icon.
|
|
180
|
-
Icon.
|
|
181
|
-
Icon.
|
|
182
|
-
Icon.
|
|
183
|
-
Icon.resize
|
|
184
|
-
Icon.resize-
|
|
185
|
-
Icon.
|
|
186
|
-
Icon.
|
|
187
|
-
Icon.
|
|
188
|
-
Icon.
|
|
189
|
-
Icon.
|
|
190
|
-
Icon.
|
|
191
|
-
Icon.sort
|
|
192
|
-
Icon.sort-
|
|
193
|
-
Icon.
|
|
194
|
-
Icon.
|
|
195
|
-
Icon.
|
|
196
|
-
Icon.
|
|
197
|
-
Icon.
|
|
198
|
-
Icon.zoom-
|
|
5
|
+
VALUE_STATE_ERROR=R9w0OyUkcQV+Cr+QqxjQ8A_Invalid entry
|
|
6
|
+
VALUE_STATE_WARNING=cSqCx22WZ9oCdTZixxCs9A_Warning issued
|
|
7
|
+
VALUE_STATE_SUCCESS=eskkB2qecItRz6Acd181wQ_Entry validated successfully
|
|
8
|
+
VALUE_STATE_INFORMATION=zvTszjWVYd/OphcO+ychYQ_Informative entry
|
|
9
|
+
|
|
10
|
+
INDICATION_STATE_INDICATION01=2NZ4Mmb6vrB4qeQb3TnFIA_Indication Color 1
|
|
11
|
+
INDICATION_STATE_INDICATION02=BD1oJKaLcsfWgEXbZQNX8Q_Indication Color 2
|
|
12
|
+
INDICATION_STATE_INDICATION03=dVITgaU6g6ILximTTDf4Qw_Indication Color 3
|
|
13
|
+
INDICATION_STATE_INDICATION04=onfAnJzZRFqQPbQAeQXA3Q_Indication Color 4
|
|
14
|
+
INDICATION_STATE_INDICATION05=THoppxydRW3WguOOTAUDvw_Indication Color 5
|
|
15
|
+
INDICATION_STATE_INDICATION06=Y5hvqHt53BFrIBW6AEoAiw_Indication Color 6
|
|
16
|
+
INDICATION_STATE_INDICATION07=LFix9a9JXx4ikRUo+BokJg_Indication Color 7
|
|
17
|
+
INDICATION_STATE_INDICATION08=d3DPc4PnTfun6prD8KcAjQ_Indication Color 8
|
|
18
|
+
|
|
19
|
+
BUSY_TEXT=Es8BWVIbafFwgch0MQJVKA_Please wait
|
|
20
|
+
BUSY_VALUE_TEXT=5nPff5bZOf6T98R6xzLPDA_Busy
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
date.week.calendarweek.wide=wweYKYR/uDC/PRW3ir2l+A_Calendar Week {0}
|
|
24
|
+
date.week.calendarweek.narrow=DqjUY24zWdhS2knkO+lqHg_CW {0}
|
|
25
|
+
date.placeholder=K3adVmkWetIyf/dVZe1UzQ_e.g. {0}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
FileSize.Byte=j7FwZxSH0l2osU/kXj1kSw_{0} Byte
|
|
29
|
+
FileSize.Bytes=0yTu4E1UcqHhK/tnSXpWvw_{0} Bytes
|
|
30
|
+
|
|
31
|
+
FileSize.Kilobyte=XFx4e/fHyd6CXnEbm1TVqA_{0} KB
|
|
32
|
+
FileSize.Megabyte=OWURKlAZGNb7omJmj6gKcQ_{0} MB
|
|
33
|
+
FileSize.Gigabyte=ERBlauyb/qH3hyACQzBzlQ_{0} GB
|
|
34
|
+
FileSize.Terabyte=uuCx+5xUl0j9l5KirTYHiA_{0} TB
|
|
35
|
+
FileSize.Petabyte=N4EnhwdsMFVqPk2blqCzhQ_{0} PB
|
|
36
|
+
FileSize.Exabyte=AprVN5t7LOsXQ2e57qF40w_{0} EB
|
|
37
|
+
FileSize.Zettabyte=LkyVqiyye9EV/xvp9+i4dQ_{0} ZB
|
|
38
|
+
FileSize.Yottabyte=9iTNRpHWPhXgpPPMhmtNHg_{0} YB
|
|
39
|
+
|
|
40
|
+
FileSize.Kibibyte=sbx+q5mJqnhz8ne4ZzGI4g_{0} KiB
|
|
41
|
+
FileSize.Mebibyte=ATNDGVffwNki9mE477gYZA_{0} MiB
|
|
42
|
+
FileSize.Gibibyte=6wVcsIufcsJikQr3g9EmRA_{0} GiB
|
|
43
|
+
FileSize.Tebibyte=VP58LuDuN8SyQjuRVCDF/w_{0} TiB
|
|
44
|
+
FileSize.Pebibyte=t1v5LHvLG6VTkShoYPsRcA_{0} PiB
|
|
45
|
+
FileSize.Exbibyte=6Kr1v0NhxDzCJ1ZP9toTzg_{0} EiB
|
|
46
|
+
FileSize.Zebibyte=CcR1KIGYdFnDVp78sUIn6g_{0} ZiB
|
|
47
|
+
FileSize.Yobibyte=saHNGjHugTTG9nzsXf8Bjw_{0} YiB
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
INFINITY=qeI1tNL61ZKd0XxYnEvYLQ_Infinity
|
|
51
|
+
MINUS_INFINITY=kEFMJCtsbdmL81F6L2V/wQ_Minus infinity
|
|
52
|
+
NAN=2RpPG9CI4WYau7BfKQZ9iA_Not a number
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
CommunicationError=Cn6bm2WxnhFtiTPM02Dq6A_Communication error
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
NO=KoVHy1n6QQdAO4/zakcbCg_No
|
|
59
|
+
YES=XrY9AOZ38hsqqWpj8gzf2g_Yes
|
|
60
|
+
EnterYesOrNo=yv/749rhJsYWHdQc6z6l1A_Enter "{0}" or "{1}".
|
|
61
|
+
EnterDigitsOnly=k6zE3q97r2Nb1rerVa1cnQ_Enter only digits.
|
|
62
|
+
EnterMaximumOfDigits=EpcARnY8GIvyw9iD3P6VaA_Enter a maximum of {0} digits.
|
|
63
|
+
EnterNumber=STqAkUyrE0PvONO1Ql9gOQ_Enter a number.
|
|
64
|
+
EnterNumberPrecision=H1FPyfRJSmmmcNEqKPKYew_Enter a number with a maximum of {0} digits, including any decimal places.
|
|
65
|
+
EnterNumberInteger=2uPiJvte2g0vahXC/0XPBw_Enter a number with a maximum of {0} digits to the left of the decimal separator.
|
|
66
|
+
EnterNumberFraction=6ODl9b4iWy+oHG3gGgdS+g_Enter a number with a maximum of {0} decimal places.
|
|
67
|
+
EnterNumberIntegerFraction=9VcJoI0rqTN9obAtI4H6dw_Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places.
|
|
68
|
+
EnterNumberFractionOnly=7g04U71F9K/nze7CW3VKVQ_Enter a number with an absolute value less than 1 and a maximum of {0} decimal places.
|
|
69
|
+
EnterNumberMin=JWClfkzBU7xN0Il49OoJvw_Enter a number with a minimum value of {0}.
|
|
70
|
+
EnterNumberMinExclusive=NA4jd9OmFdN8ueaDiAL51Q_Enter a number greater than {0}.
|
|
71
|
+
EnterNumberMax=F319IJJihvoeCqKM6jGvhA_Enter a number with a maximum value of {0}.
|
|
72
|
+
EnterNumberMaxExclusive=w8gC9s75rr5KcU3QE8+Xaw_Enter a number less than {0}.
|
|
73
|
+
EnterText=7dA3HU5yNEOfgXRFGgnFFw_Enter a text.
|
|
74
|
+
EnterTextMaxLength=nNV/bn7+JShPmhggsAVSAA_Enter a text with a maximum of {0} characters and spaces.
|
|
75
|
+
EnterInt=e9QHUg0lnXCiG0f4VlzMwg_Enter a number without decimals.
|
|
76
|
+
EnterDateTime=s44UKKnhW+h9Cg8RBMwLMA_Enter a valid date and a valid time in the following format\: {0}.
|
|
77
|
+
EnterDateTimeTimezone=CNCdshaI2yavqcmyhMnH4Q_Enter a valid time zone, for example\: {0}.
|
|
78
|
+
EnterDate=qXojnpvkqK63VrNDj6QYsA_Enter a valid date in the following format\: {0}.
|
|
79
|
+
EnterGuid=rSxYIffWtXUqA+S7J6HOQA_Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF.
|
|
80
|
+
EnterTime=rEObWlrxKHqC18Do1Hyhog_Enter a valid time in the following format\: {0}.
|
|
81
|
+
Currency.WithDecimals=IuRdhwM0SRuxZ3g/YDDSiA_This currency supports a maximum of {0} decimals. Adjust the amount or enter a different currency.
|
|
82
|
+
Currency.WithoutDecimals=ozUwS1yTvf3KXwOkE+CpwQ_This currency does not support decimals. Adjust the amount or enter a different currency.
|
|
83
|
+
Unit.WithDecimals=/wBTlhWr1x1sJZW6g+pVzA_This unit supports a maximum of {0} decimals. Adjust the value or enter a different unit.
|
|
84
|
+
Unit.WithoutDecimals=DvZAfdmzYJFpoANKY9soCA_This unit does not support decimals. Adjust the value or enter a different unit.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
Boolean.Invalid=qz7/YSU+GiVSBlWpc69agw_Enter a valid Boolean value.
|
|
88
|
+
|
|
89
|
+
Integer.Invalid=mBKH9aUyT7QTLq+SLJMWdQ_Enter a valid number.
|
|
90
|
+
Integer.Minimum=38JRpQsXk8YK8Ziu2riD9g_Enter a number greater than or equal to {0}.
|
|
91
|
+
Integer.Maximum=LtFBtYhAJs7xsxqrdVKFZg_Enter a number less than or equal to {0}.
|
|
92
|
+
|
|
93
|
+
Float.Invalid=W4tR/7WHRFNbyoGmFfbFbA_Enter a valid number.
|
|
94
|
+
Float.Minimum=LBoGfNcJX3biOQqV4VeG8A_Enter a number greater than or equal to {0}.
|
|
95
|
+
Float.Maximum=A1dzk2mCtqc0oA9eFsXDZQ_Enter a number less than or equal to {0}.
|
|
96
|
+
|
|
97
|
+
Currency.Invalid=Dy+tovleweZRxPWKBSjd1Q_Enter a valid currency amount.
|
|
98
|
+
Currency.InvalidMeasure=1tr4guplmwHF4uooS85ZZg_Enter a valid currency.
|
|
99
|
+
Currency.Minimum=K9JtxnQkyfnJI5AGiWAl6g_Enter an amount greater than or equal to {0}.
|
|
100
|
+
Currency.Maximum=F9Swhu1zybKBCIV1UXY2rw_Enter an amount less than or equal to {0}.
|
|
101
|
+
|
|
102
|
+
Unit.Invalid=nnRLyahRIDuVzwkeikQ6Zw_Enter a valid unit amount.
|
|
103
|
+
Unit.InvalidMeasure=DeXF+xwk8/MaoGfHH0Oo1w_Enter a valid unit.
|
|
104
|
+
Unit.Minimum=LafK0AZTnLJLiBpL9v7xog_Enter an amount greater than or equal to {0}.
|
|
105
|
+
Unit.Maximum=gwvVnE+8yx3Cw3pMkSDDFw_Enter an amount less than or equal to {0}.
|
|
106
|
+
Unit.Decimals=otnyOSF/jTVFVfExYp0Biw_Enter an amount with less decimals than {0}.
|
|
107
|
+
|
|
108
|
+
FileSize.Invalid=1C6mYi3iW+0l6rWYWj7ZNg_Enter a valid file size.
|
|
109
|
+
FileSize.Minimum=7rMWzm0l4NQ8Jy4JWFjSFA_Enter a file size greater than or equal to {0}.
|
|
110
|
+
FileSize.Maximum=zN4uw4Fx4tQmN0Cqwr3z1g_Enter a file size lower than or equal to {0}.
|
|
111
|
+
|
|
112
|
+
Date.Invalid=la843GgK42tK/hcG/vdaMw_Enter a date.
|
|
113
|
+
Date.Minimum=K8o0gRGTYhZBn0pacHybVw_Enter a date after {0}.
|
|
114
|
+
Date.Maximum=/0uaUXmnYW31quAHqa0Avw_Enter a date before {0}.
|
|
115
|
+
|
|
116
|
+
Time.Invalid=TWGVl1lEDndSVygg+1hL6w_Enter a valid time.
|
|
117
|
+
Time.Minimum=aapj8F4/93x0WdrnhNYcGw_Enter a time after {0}.
|
|
118
|
+
Time.Maximum=LrKAk21UzGcULtMxbiFMPQ_Enter a time before {0}.
|
|
119
|
+
|
|
120
|
+
DateTime.Invalid=Mi57rcTe8CwAXmJmybhYLQ_Enter a valid date and time.
|
|
121
|
+
DateTime.Minimum=IzlA/V+2Kh4TFfcMYpDA4A_Enter a date and time after {0}.
|
|
122
|
+
DateTime.Maximum=9q5lrzzdMAdzlWqcN5+2gQ_Enter a date and time before {0}.
|
|
123
|
+
|
|
124
|
+
DateInterval.Invalid=KbwaDXwf2+Wolfk35QGPvA_Enter a valid date interval.
|
|
125
|
+
|
|
126
|
+
String.MinLength=/2H0THoYxhE/VHzH+HU5Aw_Enter a value with at least {0} characters.
|
|
127
|
+
String.MaxLength=hiwY0G36J8Ps8Z0H0gan8g_Enter a value with no more than {0} characters.
|
|
128
|
+
String.StartsWith=A0xvz3O+HFoLdzwbrQQ0eg_Enter a value starting with "{0}".
|
|
129
|
+
String.EndsWith=KURGZhxtBAdxj4dNRNN4Zg_Enter a value ending with "{0}".
|
|
130
|
+
String.Contains=9RFWLx+7UyXcPX+pleLYNg_Enter a value containing "{0}".
|
|
131
|
+
String.Equals=bNB0xfnoHj9aIhgk4IUXAA_Enter value "{0}".
|
|
132
|
+
String.Search=FqRSluiB5rq1lXvR69pGqA_Enter a valid value.
|
|
133
|
+
|
|
134
|
+
ACC_CTR_TYPE_IMAGE=ivS6A/CS6AvGsbE0nu1ohw_Image
|
|
135
|
+
ACC_CTR_TYPE_BUTTON=9r0rteKWg/Q6scriDK4x3Q_Button
|
|
136
|
+
|
|
137
|
+
CLOSE=7Cu5ERwj+8YDtuGasqmkMg_Close
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
Icon.action-settings=tSwyKQl6RSEW5mjkIEpEpg_Settings
|
|
141
|
+
Icon.activate=1R55w59HkNaekswWKSH3IA_Activate
|
|
142
|
+
Icon.add=/sRNKDklQ4l6g24Kdiw45A_Add
|
|
143
|
+
Icon.add-contact=CcN66qS8sGiHb2svUxfY4A_Add Contact
|
|
144
|
+
Icon.add-filter=j7+xOjhTQs1qGXHtO3Te8w_Add Filter
|
|
145
|
+
Icon.add-photo=NkovSNmxrF8xqJeBAxDC2w_Add Photo
|
|
146
|
+
Icon.back-to-top=pxN+K6Z8NuGvdTip+vNy8Q_Back to Top
|
|
147
|
+
Icon.collapse=KlEUwneFHX/RfGanGZqx0g_Collapse
|
|
148
|
+
Icon.collapse-group=vFU60jV8IKnltRVIBrJYAg_Collapse Group
|
|
149
|
+
Icon.crop=Q/mH89XrKIWNagS9txuupQ_Crop
|
|
150
|
+
Icon.decline=MUrU4HUBXR9sQCXgy7VYjA_Decline
|
|
151
|
+
Icon.delete=1dzGJyo4sK2TTp6/9HiVZw_Delete
|
|
152
|
+
Icon.display=6nlZmk4eLkm1M/LEEa7bcw_Display
|
|
153
|
+
Icon.down=fjechlSs6sRwht2aY6l4sA_Down
|
|
154
|
+
Icon.download=bEc30DKZBpuC4vjl3P72ew_Download
|
|
155
|
+
Icon.drill-down=Y7ARp4J9oTLJ7BLtXkCHMA_Drill Down
|
|
156
|
+
Icon.drill-up=LRvViCCZBtjSq0SvFa2RJg_Drill Up
|
|
157
|
+
Icon.error=irXS76VARQuYMr/QtsPD5w_Error
|
|
158
|
+
Icon.exit-full-screen=Wo34a1wri6TzqdSw6xDZCw_Exit Full Screen
|
|
159
|
+
Icon.expand=SMTyeF8R/TfxAUSF2E/tNg_Expand
|
|
160
|
+
Icon.expand-group=460uO1ofW4NP80M/yO1eow_Expand Group
|
|
161
|
+
Icon.filter=Fyno6+iJ+gPzsz63YOP/3Q_Filter
|
|
162
|
+
Icon.flag=QFRjjsBJ4e/8pvRMaDoLfA_Flag
|
|
163
|
+
Icon.forward=Df/lBWOg9djod759JD1jgQ_Forward
|
|
164
|
+
Icon.full-screen=F59Vt1cOePVpdrBnpP7CGA_Enter Full Screen
|
|
165
|
+
Icon.generate-shortcut=SfKpHHvw5U8n3nzq40roNQ_Create Shortcut
|
|
166
|
+
Icon.group-2=mzFyTukfmMza7rrz1kU7Cw_Group
|
|
167
|
+
Icon.hide=aJC0o8VaY6fXQdMWLWc09g_Hide
|
|
168
|
+
Icon.ipad=SX+HRU/Yjzz4a9nQjR2j3Q_Tablet
|
|
169
|
+
Icon.ipad-2=+ypAdfUwaSfkmKLWFPDJYA_Tablet
|
|
170
|
+
Icon.iphone=rJsbX2LXgWsL9limEi1R7A_Phone
|
|
171
|
+
Icon.iphone-2=uSywKckTyqyuWaz7tr8nOQ_Phone
|
|
172
|
+
Icon.laptop=bLuqn0EvBaE+s4RuJT0nkw_Laptop
|
|
173
|
+
Icon.message-error=Roz9zCcjrv1OmY1MkQLWCg_Error
|
|
174
|
+
Icon.message-information=Pebcx/1nzxcy4Xog6GQF/g_Information
|
|
175
|
+
Icon.message-success=NfPjBNYDf26ko8JHeOFtyg_Successful
|
|
176
|
+
Icon.message-warning=3uvdhALwgNf2MO83WltBFg_Warning
|
|
177
|
+
Icon.move=1FAusjiz2v3KtyOoXf22AA_Move
|
|
178
|
+
Icon.multi-select=kQlM5sTCuUokHPdqb5Py5g_Multi Select
|
|
179
|
+
Icon.nav-back=z5NuEe1kBu1QbjK/jNi97A_Navigate Back
|
|
180
|
+
Icon.overflow=T5V0E63HRwkUpiCkV5UcoA_More
|
|
181
|
+
Icon.redo=BasJoWodSK7zZPGLDURYGw_Redo
|
|
182
|
+
Icon.refresh=Al2cegXhyYwOAYnMa0US0w_Refresh
|
|
183
|
+
Icon.resize=2E510dBTyoEWNWiam1my0g_Resize
|
|
184
|
+
Icon.resize-horizontal=tYrmrGc1a5TakKtbOPitvw_Resize Horizontally
|
|
185
|
+
Icon.resize-vertical=evRPcAkFxIYIlkmnsmpJsQ_Resize Vertically
|
|
186
|
+
Icon.response=cUQPyxnfHISZvJumDU6x4A_Reply
|
|
187
|
+
Icon.save=mC0fkDQ5e3YtdIWPc2BnzA_Save
|
|
188
|
+
Icon.search=6ntkppKh9UN/VWWiac0nRg_Search
|
|
189
|
+
Icon.settings=cPGwPPbbx6N9kW325k92Ng_Settings
|
|
190
|
+
Icon.show=h241yYPSF2AGN9eftRe8Dw_Show
|
|
191
|
+
Icon.sort=AGfcR/c5K1U0xLqhUtV5HA_Sort
|
|
192
|
+
Icon.sort-ascending=9wYP8/a4XYOqtCI4QdX+ng_Sort Ascending
|
|
193
|
+
Icon.sort-descending=5hu30yo4fmfY1drKXOQ5GQ_Sort Descending
|
|
194
|
+
Icon.synchronize=waQaYeXPc4Gd6sMXD7BE5g_Synchronize
|
|
195
|
+
Icon.undo=DxanMx/7I24NXuBg1uaKJA_Undo
|
|
196
|
+
Icon.up=TY4vz6ICeYhWOlRZ5DCk/Q_Up
|
|
197
|
+
Icon.upload=sggXs8IRryr5qus+yBCIeQ_Upload
|
|
198
|
+
Icon.zoom-in=obknR0mawm+W/N3xnbdQGg_Zoom In
|
|
199
|
+
Icon.zoom-out=kdH1mUe+XuqXOPdAb59yvA_Zoom Out
|
|
199
200
|
|
|
200
201
|
|
|
201
|
-
TechInfo.DialogTitle=
|
|
202
|
+
TechInfo.DialogTitle=g7D7NFxz01Z0i8kPBSBeOg_Technical Information Dialog
|
|
202
203
|
|
|
203
|
-
TechInfo.HelpButton.Tooltip=
|
|
204
|
+
TechInfo.HelpButton.Tooltip=WpR+lHTERkGVzqDhl9llnw_Open documentation
|
|
204
205
|
|
|
205
|
-
TechInfo.VersionLink.Tooltip=
|
|
206
|
+
TechInfo.VersionLink.Tooltip=urf4NhAle/kvFI+3gqAzjw_Open version information in a new tab
|
|
206
207
|
|
|
207
|
-
TechInfo.CopyButton.Tooltip
|
|
208
|
+
TechInfo.CopyButton.Tooltip=/KSGyc2EUMdZIP0DDLc3Ig_Copy technical information to clipboard
|
|
208
209
|
|
|
209
|
-
TechnInfo.DiagnosticsButton.Text=
|
|
210
|
+
TechnInfo.DiagnosticsButton.Text=11kdzf3gT+xjJffx/9R6Kg_Open Diagnostics
|
|
210
211
|
|
|
211
|
-
TechnInfo.TestRecorderButton.Text=
|
|
212
|
+
TechnInfo.TestRecorderButton.Text=XxPGrCghzz6KSh5HQhM6gg_Activate Test Recorder
|
|
212
213
|
|
|
213
|
-
TechnInfo.AssistantButton.Text=
|
|
214
|
+
TechnInfo.AssistantButton.Text=Z2az0sRHqAzM46Ez5nRQJg_Activate Support Assistant
|
|
214
215
|
|
|
215
|
-
TechInfo.UserAgent.Label=
|
|
216
|
+
TechInfo.UserAgent.Label=ib5YOGof3toDVvu+4uVyNQ_User Agent
|
|
216
217
|
|
|
217
|
-
TechInfo.AppUrl.Label=
|
|
218
|
+
TechInfo.AppUrl.Label=ys0NHWhbHdom8MS86QPYew_App URL
|
|
218
219
|
|
|
219
|
-
TechInfo.DebugSources.Label=
|
|
220
|
+
TechInfo.DebugSources.Label=oH54jQcgEe15g32XLkwk3A_Use Debug Sources
|
|
220
221
|
|
|
221
|
-
TechInfo.DebugSources.Tooltip=
|
|
222
|
+
TechInfo.DebugSources.Tooltip=Re2+2PjQdQRuDgxfTL/J9g_Reloads the current page with unminified sources for debugging
|
|
222
223
|
|
|
223
|
-
TechInfo.DebugSourcesModules.Link=
|
|
224
|
+
TechInfo.DebugSourcesModules.Link=QTSvTuBQa2uZgPvPu1JJoQ_Select specific modules
|
|
224
225
|
|
|
225
|
-
TechInfo.VersionBuildTime.Text=
|
|
226
|
+
TechInfo.VersionBuildTime.Text=sdcYTIUL/xCaAGILLk5nhg_(built at {0})
|
|
226
227
|
|
|
227
|
-
TechInfo.CopyToClipboard.Success=
|
|
228
|
+
TechInfo.CopyToClipboard.Success=J6P0V+/xfXGBwMWKfMnIcg_Technical information copied to clipboard
|
|
228
229
|
|
|
229
|
-
TechInfo.CopyToClipboard.Error=
|
|
230
|
+
TechInfo.CopyToClipboard.Error=djV732XjvyVmq0HA8zKPzQ_Technical information could not be copied to clipboard
|
|
230
231
|
|
|
231
|
-
TechInfo.DebugSources.ConfirmTitle=
|
|
232
|
+
TechInfo.DebugSources.ConfirmTitle=JFaQdclSptqjWL+8ff+t5Q_Reload App
|
|
232
233
|
|
|
233
|
-
TechInfo.DebugSources.ConfirmMessage=
|
|
234
|
+
TechInfo.DebugSources.ConfirmMessage=s+MGBNVFgFwX4S98KRzOnA_Reload the app to enable or disable the debug sources
|
|
234
235
|
|
|
235
|
-
TechInfo.SupportAssistantConfigPopup.Title=
|
|
236
|
+
TechInfo.SupportAssistantConfigPopup.Title=LFNzo5Ox/nbCVjPiDbdXtg_Support Assistant Settings
|
|
236
237
|
|
|
237
|
-
TechInfo.SupportAssistantConfigPopup.StandardLocation=
|
|
238
|
+
TechInfo.SupportAssistantConfigPopup.StandardLocation=LPZYX+/ywy4fnO7vwmQmtg_Recommended Locations
|
|
238
239
|
|
|
239
|
-
TechInfo.SupportAssistantConfigPopup.CustomLocation=
|
|
240
|
+
TechInfo.SupportAssistantConfigPopup.CustomLocation=c4LY0kQGaj2nrNZJOD5JEw_Custom Location
|
|
240
241
|
|
|
241
|
-
TechInfo.SupportAssistantConfigPopup.AppVersionOption=
|
|
242
|
+
TechInfo.SupportAssistantConfigPopup.AppVersionOption=eFh5DNowrT2Aqzoz6j2gEg_Application Version ({0})
|
|
242
243
|
|
|
243
|
-
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=
|
|
244
|
+
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=GSIUX3pnHJ7jEIyk8HCTzw_The syntax of the location address is incorrect. The correct syntax is http\://<Valid custom URI>/resources/sap/ui/support.
|
|
244
245
|
|
|
245
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound
|
|
246
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=LUpwbs+khvi+7aJNGqM/3Q_Support Assistant is not available in this location\:
|
|
246
247
|
|
|
247
|
-
TechInfo.SupportAssistantConfigPopup.ProtocolError=
|
|
248
|
+
TechInfo.SupportAssistantConfigPopup.ProtocolError=hdgPvnf121pYfcrhrE53Lg_App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
248
249
|
|
|
249
|
-
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=
|
|
250
|
+
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=X1VJ5GyBoqte80laplA7pQ_Ajax return code is different than [200]
|
|
250
251
|
|
|
251
|
-
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=
|
|
252
|
+
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=BTSIphM4McIzHLHK5c20XA_File not found (404)
|
|
252
253
|
|
|
253
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
254
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=czXoMWd2UlKhaUVHxBZA2w_Internal server error\: {500}
|
|
254
255
|
|
|
255
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=
|
|
256
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=fdIH88lhWSnlQJ2S480MWA_Timeout error
|
|
256
257
|
|
|
257
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=
|
|
258
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=P92/ubu9E/OMmGsY5zVbxw_Requested JSON parse failed
|
|
258
259
|
|
|
259
|
-
TechInfo.SupportAssistantConfigPopup.UncaughtError=
|
|
260
|
+
TechInfo.SupportAssistantConfigPopup.UncaughtError=pMkvVXrK1u4fbUMPte4RLw_Uncaught error
|
|
260
261
|
|
|
261
|
-
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=
|
|
262
|
+
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=gcwNAx4LvWmsQUK3fD85Uw_Ajax request aborted
|
|
262
263
|
|
|
263
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=
|
|
264
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=0OLNlkVqtj9xugSiOVL2zg_This location is not available at the moment.
|
|
264
265
|
|
|
265
|
-
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow
|
|
266
|
+
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=++ltRhHStCNpkxkxvcIUUw_Open Support Assistant in New Window
|
|
266
267
|
|
|
267
|
-
TechInfo.SupportAssistantConfigPopup.Locations=
|
|
268
|
+
TechInfo.SupportAssistantConfigPopup.Locations=dLttoqSelNAHObEeLWl/rA_Resource Location
|
|
268
269
|
|
|
269
|
-
TechInfo.SupportAssistantConfigPopup.Options=
|
|
270
|
+
TechInfo.SupportAssistantConfigPopup.Options=Oo5bHpRHviYnzIjl30Kqmw_Options
|
|
270
271
|
|
|
271
|
-
TechInfo.DebugModulesConfigPopup.SelectionCounter=
|
|
272
|
+
TechInfo.DebugModulesConfigPopup.SelectionCounter=ANSLBILi16hW/4EwtbE7Hw_Select Debug Modules ({0} Selected)
|
|
272
273
|
|
|
273
|
-
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=
|
|
274
|
+
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=3sHNpDylLq1dDZ0WMnOLdA_Value for parameter sap-ui-debug is invalid
|
|
274
275
|
|
|
275
|
-
TechInfo.DebugModulesCopy.Tooltip=
|
|
276
|
+
TechInfo.DebugModulesCopy.Tooltip=QXBhKjykzU3XJ74e84uzJw_Copy the sap-ui-debug value to clipboard
|
|
276
277
|
|
|
277
|
-
TechInfo.DebugModulesReset.Tooltip=
|
|
278
|
+
TechInfo.DebugModulesReset.Tooltip=f0jP6G/jyjE3SEEHCjBFsQ_Reset the currently selected modules
|
|
278
279
|
|
|
279
|
-
TechInfo.DebugModulesCopyToClipboard.Success=
|
|
280
|
+
TechInfo.DebugModulesCopyToClipboard.Success=k9TQavugpazlb3aX+S3bHQ_Custom sap-ui-debug value copied to clipboard
|
|
280
281
|
|
|
281
|
-
TechInfo.DebugModulesCopyToClipboard.Error=
|
|
282
|
+
TechInfo.DebugModulesCopyToClipboard.Error=aEuLt1jVUowYZQpfupdKHA_Custom sap-ui-debug value could not be copied to clipboard
|
|
282
283
|
|
|
283
|
-
TechInfo.DebugModulesConfigPopup.Confirm
|
|
284
|
+
TechInfo.DebugModulesConfigPopup.Confirm=t1L6byWHAob/NzvZ0gxpsA_Apply
|
|
284
285
|
|
|
285
|
-
PostMessage.Message=
|
|
286
|
+
PostMessage.Message=G6v28r0dqUIvfTbGPl4eZg_An application or code in your browser is trying to communicate with your application. Do you want to allow communication with {0} from {1}?
|
|
286
287
|
|
|
287
|
-
PasteHelper.ErrorMessage
|
|
288
|
+
PasteHelper.ErrorMessage=+GHQa2mS7fVv44vruQhPgA_Value "{0}" in row {1} and column {2} cannot be parsed.
|
|
288
289
|
|
|
289
290
|
|
|
290
291
|
|
|
291
|
-
TestRecorder.ControlTree.MessageToast=
|
|
292
|
+
TestRecorder.ControlTree.MessageToast=UpmLO0cgw/NuvEBV4I1zqQ_Control tree is updated.
|
|
292
293
|
|
|
293
|
-
TestRecorder.Inspect.Snippet.NoData.Text=
|
|
294
|
-
TestRecorder.Inspect.Snippet.Dropdown.Label=
|
|
295
|
-
TestRecorder.Inspect.Snippet.Dialect.Raw=
|
|
296
|
-
TestRecorder.Inspect.Snippet.Dialect.OPA5=
|
|
297
|
-
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=
|
|
298
|
-
TestRecorder.Inspect.Snippet.Dialect.WDI5=
|
|
299
|
-
TestRecorder.Inspect.Snippet.MultiSwitch.Label=
|
|
294
|
+
TestRecorder.Inspect.Snippet.NoData.Text=lZXEd4aRKFnmes4s5o8RtA_Select a control to get a generated snippet.
|
|
295
|
+
TestRecorder.Inspect.Snippet.Dropdown.Label=0MkE9+jEEMdCN8i/dMWDtg_Select a dialect\:
|
|
296
|
+
TestRecorder.Inspect.Snippet.Dialect.Raw=1M0MVdY+qOmcPkIqwK3Gdg_Raw Selector
|
|
297
|
+
TestRecorder.Inspect.Snippet.Dialect.OPA5=b3YuWeHb8rIuNCMyH1/DRw_OPA5
|
|
298
|
+
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=x0eQ1SSyzdtqEPORNaylrw_UIVeri5
|
|
299
|
+
TestRecorder.Inspect.Snippet.Dialect.WDI5=9pzKW3cbKN+mPBaSYpyVuQ_wdi5
|
|
300
|
+
TestRecorder.Inspect.Snippet.MultiSwitch.Label=Y07mSh7Coopm7dwPCjKTGg_Multiple\:
|
|
300
301
|
|
|
301
|
-
TestRecorder.Inspect.Snippet.Copy.Text=
|
|
302
|
-
TestRecorder.Inspect.Snippet.Clear.Text=
|
|
303
|
-
TestRecorder.Inspect.Snippet.NotFound.Text=
|
|
302
|
+
TestRecorder.Inspect.Snippet.Copy.Text=Ri+LkMo/JKFYKIOqE9vB4A_Copy
|
|
303
|
+
TestRecorder.Inspect.Snippet.Clear.Text=8Ou3N4c7TV9spJjoxRMIcQ_Clear
|
|
304
|
+
TestRecorder.Inspect.Snippet.NotFound.Text=LPhxMyNE0OnRkQxxJ9ADag_No code snippet can be generated for {0}
|
|
304
305
|
|
|
305
|
-
TestRecorder.Inspect.Properties.Title
|
|
306
|
-
TestRecorder.Inspect.Properties.Own.Header.Text=
|
|
307
|
-
TestRecorder.Inspect.Properties.Inherited.Header.Text=
|
|
308
|
-
TestRecorder.Inspect.Properties.Property.Text=
|
|
309
|
-
TestRecorder.Inspect.Properties.Value.Text
|
|
310
|
-
TestRecorder.Inspect.Properties.Type.Text=
|
|
311
|
-
TestRecorder.Inspect.Properties.Inherited.Text=
|
|
312
|
-
TestRecorder.Inspect.Properties.Property.Icon.Tooltip=
|
|
313
|
-
TestRecorder.Inspect.Bindings.Title=
|
|
314
|
-
TestRecorder.Inspect.Bindings.Context.Header.Text=
|
|
315
|
-
TestRecorder.Inspect.Bindings.Properties.Header.Text=
|
|
316
|
-
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=
|
|
317
|
-
TestRecorder.Inspect.Bindings.Property.Text=
|
|
318
|
-
TestRecorder.Inspect.Bindings.Aggregation.Text=
|
|
319
|
-
TestRecorder.Inspect.Bindings.Path.Text=
|
|
320
|
-
TestRecorder.Inspect.Bindings.RelativePath.Text=
|
|
321
|
-
TestRecorder.Inspect.Bindings.AbsolutePath.Text=
|
|
322
|
-
TestRecorder.Inspect.Bindings.Model.Text=
|
|
306
|
+
TestRecorder.Inspect.Properties.Title=TNa+3lkOG65sGxoZnOyZXw_Properties
|
|
307
|
+
TestRecorder.Inspect.Properties.Own.Header.Text=wp89OOMsnR39XGfbhbhHvA_Own
|
|
308
|
+
TestRecorder.Inspect.Properties.Inherited.Header.Text=cA/LBcV8jF6w4K2Qrouopw_Inherited
|
|
309
|
+
TestRecorder.Inspect.Properties.Property.Text=ugxk6Pe/FHkfbH3Lh0/FAw_Property
|
|
310
|
+
TestRecorder.Inspect.Properties.Value.Text=+de/R3Gm0zOLuYSwwKgCKw_Value
|
|
311
|
+
TestRecorder.Inspect.Properties.Type.Text=rvSxA1DVDAjpyoHlJgCdRQ_Type
|
|
312
|
+
TestRecorder.Inspect.Properties.Inherited.Text=yahd7jc2Bs5HSPNwROMeFg_Inherited from
|
|
313
|
+
TestRecorder.Inspect.Properties.Property.Icon.Tooltip=rLvlJpond4+50O/gXyGU4A_Assert value
|
|
314
|
+
TestRecorder.Inspect.Bindings.Title=OIMk8H0vBzMB6sSWDG86Ig_Bindings
|
|
315
|
+
TestRecorder.Inspect.Bindings.Context.Header.Text=AaAHAANIQZqNn0OIeSu8TA_Binding Context
|
|
316
|
+
TestRecorder.Inspect.Bindings.Properties.Header.Text=tBQF8H0/2Jp9gnjiYn8wkw_Properties
|
|
317
|
+
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=WvlB0czW3VMIEZq3d6DuQw_Aggregations
|
|
318
|
+
TestRecorder.Inspect.Bindings.Property.Text=rr8oP69+5T5hhh1dg8TGEA_Property
|
|
319
|
+
TestRecorder.Inspect.Bindings.Aggregation.Text=rmlQ3yX+7ziA/KGdINEH9Q_Aggregation
|
|
320
|
+
TestRecorder.Inspect.Bindings.Path.Text=c0M4qCj2nzGegmr2kgsUXA_Path
|
|
321
|
+
TestRecorder.Inspect.Bindings.RelativePath.Text=gsUoMfl6Kh9fmgT5l4FYHg_Relative Path
|
|
322
|
+
TestRecorder.Inspect.Bindings.AbsolutePath.Text=u6MfSBgBh7TQOIlQRuVe9w_Absolute Path
|
|
323
|
+
TestRecorder.Inspect.Bindings.Model.Text=45LZO8UM3I2E+vJmJyko+A_Model
|
|
323
324
|
|
|
324
|
-
TestRecorder.TitleBar.Title=
|
|
325
|
-
TestRecorder.TitleBar.Documentation.Tooltip=
|
|
326
|
-
TestRecorder.TitleBar.Window.Settings.Tooltip=
|
|
327
|
-
TestRecorder.TitleBar.Window.Minimize.Tooltip=
|
|
328
|
-
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=
|
|
329
|
-
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=
|
|
330
|
-
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=
|
|
331
|
-
TestRecorder.TitleBar.Window.New.Tooltip=
|
|
332
|
-
TestRecorder.TitleBar.Window.Close.Tooltip=
|
|
325
|
+
TestRecorder.TitleBar.Title=XCJxtb/tsXSBIWjTuWLJwg_Test Recorder
|
|
326
|
+
TestRecorder.TitleBar.Documentation.Tooltip=xdFbpuAUUpz8LybgREn7VA_Open documentation
|
|
327
|
+
TestRecorder.TitleBar.Window.Settings.Tooltip=WkRuHELR/FfN0TKEH6vNsQ_Show Settings
|
|
328
|
+
TestRecorder.TitleBar.Window.Minimize.Tooltip=BNPf7c+OTKvgaU0ujfCdGg_Minimize
|
|
329
|
+
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=YQ1f+eFAzy7L8PWRbEbX3w_Dock to bottom
|
|
330
|
+
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=rUznwT+8PVchjmBT2soCcA_Dock to right
|
|
331
|
+
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=PhSrRf0KF4LGC2lu0qunLQ_Dock to left
|
|
332
|
+
TestRecorder.TitleBar.Window.New.Tooltip=08FUrIdi8HzQWbKqKaTi/Q_Open in new window
|
|
333
|
+
TestRecorder.TitleBar.Window.Close.Tooltip=areg/awEv5+BPAMWCX9djg_Close
|
|
333
334
|
|
|
334
|
-
TestRecorder.SettingsDialog.Title=
|
|
335
|
-
TestRecorder.SettingsDialog.IDCheckBox.Text=
|
|
336
|
-
TestRecorder.SettingsDialog.POMethodCheckBox.Text=
|
|
337
|
-
TestRecorder.SettingsDialog.CloseButton.Text=
|
|
335
|
+
TestRecorder.SettingsDialog.Title=U53kW4Hg4h4PU0i8oaaJZA_Test Recorder Settings
|
|
336
|
+
TestRecorder.SettingsDialog.IDCheckBox.Text=st8GwmiBbAeXa6cAv1Wnow_Prefer View ID over Global ID
|
|
337
|
+
TestRecorder.SettingsDialog.POMethodCheckBox.Text=YELhiIyScNpQu71CYMuneg_Show Snippets in Page Object Methods
|
|
338
|
+
TestRecorder.SettingsDialog.CloseButton.Text=uG4OFiryu7Hchrz/aLnQ0A_Close
|