@openui5/sap.ui.core 1.84.46 → 1.84.48
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/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 -8
- 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/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/CustomizingConfiguration.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/date/UniversalDateUtils.js +72 -7
- 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/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 +271 -270
- 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/MessageTest.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 +19 -12
- 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/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/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.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/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- 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/util/Storage.js +1 -1
|
@@ -2,326 +2,327 @@
|
|
|
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
|
-
|
|
82
|
-
|
|
83
|
-
Integer.
|
|
84
|
-
Integer.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Float.
|
|
88
|
-
Float.
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Currency.
|
|
92
|
-
Currency.
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
Unit.
|
|
96
|
-
Unit.
|
|
97
|
-
Unit.
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
FileSize.
|
|
101
|
-
FileSize.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
Date.
|
|
105
|
-
Date.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
Time.
|
|
109
|
-
Time.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
DateTime.
|
|
113
|
-
DateTime.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
String.
|
|
119
|
-
String.
|
|
120
|
-
String.
|
|
121
|
-
String.
|
|
122
|
-
String.
|
|
123
|
-
String.
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
Icon.
|
|
133
|
-
Icon.
|
|
134
|
-
Icon.add
|
|
135
|
-
Icon.add-
|
|
136
|
-
Icon.add-
|
|
137
|
-
Icon.
|
|
138
|
-
Icon.
|
|
139
|
-
Icon.collapse
|
|
140
|
-
Icon.
|
|
141
|
-
Icon.
|
|
142
|
-
Icon.
|
|
143
|
-
Icon.
|
|
144
|
-
Icon.
|
|
145
|
-
Icon.
|
|
146
|
-
Icon.
|
|
147
|
-
Icon.drill-
|
|
148
|
-
Icon.
|
|
149
|
-
Icon.
|
|
150
|
-
Icon.
|
|
151
|
-
Icon.expand
|
|
152
|
-
Icon.
|
|
153
|
-
Icon.
|
|
154
|
-
Icon.
|
|
155
|
-
Icon.
|
|
156
|
-
Icon.
|
|
157
|
-
Icon.
|
|
158
|
-
Icon.
|
|
159
|
-
Icon.
|
|
160
|
-
Icon.ipad
|
|
161
|
-
Icon.
|
|
162
|
-
Icon.iphone
|
|
163
|
-
Icon.
|
|
164
|
-
Icon.
|
|
165
|
-
Icon.message-
|
|
166
|
-
Icon.message-
|
|
167
|
-
Icon.message-
|
|
168
|
-
Icon.
|
|
169
|
-
Icon.
|
|
170
|
-
Icon.
|
|
171
|
-
Icon.
|
|
172
|
-
Icon.
|
|
173
|
-
Icon.
|
|
174
|
-
Icon.
|
|
175
|
-
Icon.resize
|
|
176
|
-
Icon.resize-
|
|
177
|
-
Icon.
|
|
178
|
-
Icon.
|
|
179
|
-
Icon.
|
|
180
|
-
Icon.
|
|
181
|
-
Icon.
|
|
182
|
-
Icon.
|
|
183
|
-
Icon.sort
|
|
184
|
-
Icon.sort-
|
|
185
|
-
Icon.
|
|
186
|
-
Icon.
|
|
187
|
-
Icon.
|
|
188
|
-
Icon.
|
|
189
|
-
Icon.
|
|
190
|
-
Icon.zoom-
|
|
5
|
+
VALUE_STATE_ERROR=KfPTEkFS2osXl8hZ00ZSug_Invalid entry
|
|
6
|
+
VALUE_STATE_WARNING=c4pFO/YSe7mhxsRfzW5W/w_Warning issued
|
|
7
|
+
VALUE_STATE_SUCCESS=Mgwdx3IeJQVayIkHTL6n+g_Entry successfully validated
|
|
8
|
+
VALUE_STATE_INFORMATION=Zsm4UC/iM9ffcb12IXnL6g_Informative entry
|
|
9
|
+
|
|
10
|
+
INDICATION_STATE_INDICATION01=hgpaCUGDhx1bmlcHjNZLEA_Indication Color 1
|
|
11
|
+
INDICATION_STATE_INDICATION02=mdv3k3V1SER0cxLMgJifvQ_Indication Color 2
|
|
12
|
+
INDICATION_STATE_INDICATION03=AXheA+Ax7Optlte6AxjI+Q_Indication Color 3
|
|
13
|
+
INDICATION_STATE_INDICATION04=1l1eedbRBkJG9p725d1e1A_Indication Color 4
|
|
14
|
+
INDICATION_STATE_INDICATION05=K4sZyXNZt6BZTqD8A2cRwQ_Indication Color 5
|
|
15
|
+
INDICATION_STATE_INDICATION06=z+vyxdiEHUYSNJwy/dcJfQ_Indication Color 6
|
|
16
|
+
INDICATION_STATE_INDICATION07=iRyLYAB+KMlPyuo3DZJgbg_Indication Color 7
|
|
17
|
+
INDICATION_STATE_INDICATION08=xaaVMTdIhsiMMfQ+WNtA6A_Indication Color 8
|
|
18
|
+
|
|
19
|
+
BUSY_TEXT=eonBNqHJ7iCgRT8DJmIrQg_Please wait
|
|
20
|
+
BUSY_VALUE_TEXT=8N0rTe1jOQecMz2mOg9rQg_Busy
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
date.week.calendarweek.wide=RQmP99evq6PBGD4iXLtVOw_Calendar Week {0}
|
|
24
|
+
date.week.calendarweek.narrow=Uc18Sef5ljFJMRtGOxjYsQ_CW {0}
|
|
25
|
+
date.placeholder=kGsqz3kh9aEd9XHV0BcwkA_e.g. {0}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
FileSize.Byte=qbR0YEcGZiQx5wr3K850Jw_{0} Byte
|
|
29
|
+
FileSize.Bytes=HdyjFlN9eprNu1IYwcYpgg_{0} Bytes
|
|
30
|
+
|
|
31
|
+
FileSize.Kilobyte=dQF1FamKXfaoePR1ENxgwA_{0} KB
|
|
32
|
+
FileSize.Megabyte=sDMvTnHQ2sN7W37XTU1uWg_{0} MB
|
|
33
|
+
FileSize.Gigabyte=W+Yn3KhD55K2nqbIemN5kA_{0} GB
|
|
34
|
+
FileSize.Terabyte=MJ90L5j+CWDPmhNMb6rQZA_{0} TB
|
|
35
|
+
FileSize.Petabyte=uCuFXS5yNQ6Nc6MdUPRMDg_{0} PB
|
|
36
|
+
FileSize.Exabyte=3xCfXiezD/eIL1OeYPjXhw_{0} EB
|
|
37
|
+
FileSize.Zettabyte=Kqd5Z2H0OJmEPY1pcOmB2w_{0} ZB
|
|
38
|
+
FileSize.Yottabyte=pw1p+aHw9eLuppDmBBcsLw_{0} YB
|
|
39
|
+
|
|
40
|
+
FileSize.Kibibyte=u3j3Sq49Udhbv5VK31+zOg_{0} KiB
|
|
41
|
+
FileSize.Mebibyte=UfVdefPAINUgI/vnRwxruQ_{0} MiB
|
|
42
|
+
FileSize.Gibibyte=4A+5emSTeBlQA3cVYSDHlw_{0} GiB
|
|
43
|
+
FileSize.Tebibyte=ioHQv2nGEVqvdXTJFizycw_{0} TiB
|
|
44
|
+
FileSize.Pebibyte=+yvzLIj7wMgE3ySnC0ijLg_{0} PiB
|
|
45
|
+
FileSize.Exbibyte=ScErSpkBF6BVfTyrR/NxAg_{0} EiB
|
|
46
|
+
FileSize.Zebibyte=cvkUwIutsAnTCeq6mjXxtw_{0} ZiB
|
|
47
|
+
FileSize.Yobibyte=91IwjLl4NB4ZyFzk8QusPg_{0} YiB
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
INFINITY=/JhY1jfZ5QNLxISOnZswyQ_Infinity
|
|
51
|
+
MINUS_INFINITY=rPCjVFJMfs81xuT+STdvlg_Minus infinity
|
|
52
|
+
NAN=ZvnTXxsjEaY427GAc7enQw_Not a number
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
CommunicationError=l9vnifz/XrjykdeZAloq2A_Communication error
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
NO=IHzfhL2qGpjse49ciGMe9Q_No
|
|
59
|
+
YES=Uf+hGxr6ksoJhYLwiVRedA_Yes
|
|
60
|
+
EnterYesOrNo=KdxtNlJShMKtlRT9wtUmRA_Enter "{0}" or "{1}".
|
|
61
|
+
EnterDigitsOnly=V9CJfdZrVcPZucCWagEs5Q_Enter only digits
|
|
62
|
+
EnterMaximumOfDigits=PnZErHofqqTIFMxrnGKkTg_Enter a maximum of {0} digits.
|
|
63
|
+
EnterNumber=CX1oHSYG0vNBt4Pg4MBz0w_Enter a number
|
|
64
|
+
EnterNumberPrecision=0gPnSr3NYr1AdZA3o9gR3g_Enter a number with a maximum of {0} digits, including any decimal places
|
|
65
|
+
EnterNumberInteger=3+0J+o8OqIY4Te+JNab4xQ_Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
66
|
+
EnterNumberFraction=OJp3onvchd+qSmHyJJIdEg_Enter a number with a maximum of {0} decimal places
|
|
67
|
+
EnterNumberIntegerFraction=jevVazuoQmabciGnP12TVg_Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
68
|
+
EnterNumberMin=h9JhDSvb7F2xaNS29KbCOw_Enter a number with a minimum value of {0}
|
|
69
|
+
EnterNumberMinExclusive=Bpaj81d84Ih5iEnxgpan5Q_Enter a number greater than {0}
|
|
70
|
+
EnterNumberMax=/zCazqL2zn1KuY6SyzfC6A_Enter a number with a maximum value of {0}
|
|
71
|
+
EnterNumberMaxExclusive=rWrOFSjyk875G6ucPCyvGQ_Enter a number less than {0}
|
|
72
|
+
EnterText=F0Em79JDiiqB6qYPVCETGg_Enter a text
|
|
73
|
+
EnterTextMaxLength=h21N6BZhUDVFYF8lNFRi/w_Enter a text with a maximum of {0} characters and spaces
|
|
74
|
+
EnterInt=29Rap4DGo+389y/BoE203Q_Enter a number without decimals.
|
|
75
|
+
EnterDateTime=u/RpZRyG4YO1M5N2THjAPg_Enter a valid date and a valid time in the following format\: {0}
|
|
76
|
+
EnterDate=S5b4LsAsAYnUKPZQU/ZudQ_Enter a valid date in the following format\: {0}
|
|
77
|
+
EnterGuid=wSPYwU9moy+LixwVzrJnZw_Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
78
|
+
EnterTime=DbzuzXJOjEvi9onutuZAsA_Enter a valid time in the following format\: {0}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
Boolean.Invalid=0xHOeUd51WDUlbusbN+eVQ_Enter a valid Boolean value
|
|
82
|
+
|
|
83
|
+
Integer.Invalid=sMTX4U5/1Bmw2DL/pAMRlw_Enter a valid number
|
|
84
|
+
Integer.Minimum=y/LK/Evwan+0JwpBL+bpng_Enter a number greater than or equal to {0}
|
|
85
|
+
Integer.Maximum=ZyRfsbARQXs+AzFfB3mdhg_Enter a number less than or equal to {0}
|
|
86
|
+
|
|
87
|
+
Float.Invalid=J7j8ESiNMSPnk56OM/jEqw_Enter a valid number
|
|
88
|
+
Float.Minimum=PNvf1bKrFrTwLa+67rGsAg_Enter a number greater than or equal to {0}
|
|
89
|
+
Float.Maximum=tMbvH/+XcTT4RWoWFoq12g_Enter a number less than or equal to {0}
|
|
90
|
+
|
|
91
|
+
Currency.Invalid=kPalt4FCOWwhM6HbgIqxiA_Enter a valid currency amount
|
|
92
|
+
Currency.Minimum=SF2wMgh/aLUFX/Q7gETLbQ_Enter an amount greater than or equal to {0}
|
|
93
|
+
Currency.Maximum=IauZyNrr6B50ATyTxqW9zQ_Enter an amount less than or equal to {0}
|
|
94
|
+
|
|
95
|
+
Unit.Invalid=/0RL98u5jm/WiNel8sCVNg_Enter a valid unit amount
|
|
96
|
+
Unit.Minimum=d8D0hFWOJS1yDdqMJWPtKQ_Enter an amount greater than or equal to {0}
|
|
97
|
+
Unit.Maximum=gQ5suMfxlC+fSj/NbbWS1w_Enter an amount less than or equal to {0}
|
|
98
|
+
Unit.Decimals=8j5DOGCQEZI5PVAdl1ijtQ_Enter an amount with less decimals than {0}
|
|
99
|
+
|
|
100
|
+
FileSize.Invalid=wLOjN/Dg2wHf5OXemPceJg_Enter a valid file size
|
|
101
|
+
FileSize.Minimum=HWjHxObVPtLMgyCqIzIJow_Enter a file size greater than or equal to {0}
|
|
102
|
+
FileSize.Maximum=IAWd9jxS+xuLnd9gW5gDcw_Enter a file size lower than or equal to {0}
|
|
103
|
+
|
|
104
|
+
Date.Invalid=E93Rckv4X3XVvZjPPogI/w_Enter a date
|
|
105
|
+
Date.Minimum=D6N2OhmcB13Qh/F1ufWaeQ_Enter a date after {0}
|
|
106
|
+
Date.Maximum=WPwX08nBRaJIVcTfg+5wNw_Enter a date before {0}
|
|
107
|
+
|
|
108
|
+
Time.Invalid=Do5ENdU+Z8m89wUJAis/Qw_Enter a valid time
|
|
109
|
+
Time.Minimum=MsXklrXuwRRZxVPCAumk0A_Enter a time after {0}
|
|
110
|
+
Time.Maximum=sysVhM0MHxpQIslylJTEHw_Enter a time before {0}
|
|
111
|
+
|
|
112
|
+
DateTime.Invalid=7Wei7bAIBtne/IUKhGZXuQ_Enter a valid date and time
|
|
113
|
+
DateTime.Minimum=wQEFk+rUg3uOPaSGft2EhQ_Enter a date and time after {0}
|
|
114
|
+
DateTime.Maximum=7eyphlcv9/3oMHP6+P25sA_Enter a date and time before {0}
|
|
115
|
+
|
|
116
|
+
DateInterval.Invalid=RaPCKP/v/5SuBVvt/3p/sA_Enter a valid date interval
|
|
117
|
+
|
|
118
|
+
String.MinLength=rXy/ul500LP967a1KKh66w_Enter a value with at least {0} characters
|
|
119
|
+
String.MaxLength=nCrGSVjgc+R96UeHhaw6DQ_Enter a value with no more than {0} characters
|
|
120
|
+
String.StartsWith=I0pY8rLuGbpDfZ6YMKA+DQ_Enter a value starting with "{0}"
|
|
121
|
+
String.EndsWith=9Jg/2d5OGPMHWMUXpnIvpQ_Enter a value ending with "{0}"
|
|
122
|
+
String.Contains=tDin1f3AKNXQHRHk04EVyg_Enter a value containing "{0}"
|
|
123
|
+
String.Equals=fFm6kQQkOpamHudxmIZ++A_Enter value "{0}"
|
|
124
|
+
String.Search=omVrEyGjxauKO4fQ9lPM+w_Enter a valid value
|
|
125
|
+
|
|
126
|
+
ACC_CTR_TYPE_IMAGE=uS6orWsbsapg/6eh9UOzow_Image
|
|
127
|
+
ACC_CTR_TYPE_BUTTON=l47qgPlJCw7boTBSrRwpjA_Button
|
|
128
|
+
|
|
129
|
+
CLOSE=EQxTWxvNm5WwM4CtbfNMZg_Close
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
Icon.action-settings=PW7r3DROLMGzb6U+MHdQoA_Settings
|
|
133
|
+
Icon.activate=BdSQdh7qy7n0n3U/zLkj8g_Activate
|
|
134
|
+
Icon.add=D95udd4+lzgrV23QF2Df6A_Add
|
|
135
|
+
Icon.add-contact=4C6bMRw7tOv1a+7vMF8+KQ_Add Contact
|
|
136
|
+
Icon.add-filter=3Ij1tKhP0gpGQqU2OEEfPw_Add Filter
|
|
137
|
+
Icon.add-photo=pVFjvDENDgxaX/D8Zjoc3Q_Add Photo
|
|
138
|
+
Icon.back-to-top=qt8GBMIwskIefBAk4yxDeg_Back to Top
|
|
139
|
+
Icon.collapse=nnsI3JNXYN/tEFY8T21SNQ_Collapse
|
|
140
|
+
Icon.collapse-group=ETN6w2x4mbq4lX9tYcsIgw_Collapse Group
|
|
141
|
+
Icon.crop=ajfuxp8bJiJFkKGJgXE6Vg_Crop
|
|
142
|
+
Icon.decline=OcFQTmPFrtd3ChMpN9iuDg_Decline
|
|
143
|
+
Icon.delete=25ZOuPG9GNxT9W8axXO1CQ_Delete
|
|
144
|
+
Icon.display=llu7zal9qUmATEdq2JNmuQ_Display
|
|
145
|
+
Icon.down=J9qg+w15ikmhrMNgYakzSQ_Down
|
|
146
|
+
Icon.download=Hzv+JSJoZhBeP4DdTfnD7w_Download
|
|
147
|
+
Icon.drill-down=ENJrBuigje1VtX4+eeFplA_Drill Down
|
|
148
|
+
Icon.drill-up=xzPbU6/JTGPWEoa/EBTl5g_Drill Up
|
|
149
|
+
Icon.error=JRXN5If5SDEQNq21whTK2g_Error
|
|
150
|
+
Icon.exit-full-screen=EFIy0QauOGKgaPl45cSq1g_Exit Full Screen
|
|
151
|
+
Icon.expand=l/D0XFR0nhGzDHLzYW8Wmw_Expand
|
|
152
|
+
Icon.expand-group=NWajauEO1Hm9LxxXWwfxHQ_Expand Group
|
|
153
|
+
Icon.filter=tiJmc1ZmCBepiJwbRsFPBg_Filter
|
|
154
|
+
Icon.flag=wmt/8QzGdNtNtOz8KF4AAg_Flag
|
|
155
|
+
Icon.forward=534JvTnp87PoufaLMsq0ew_Forward
|
|
156
|
+
Icon.full-screen=YNvhAUS8umOioqsrSvalmQ_Enter Full Screen
|
|
157
|
+
Icon.generate-shortcut=GTZdql10wnwC9hQnJL4B/A_Create Shortcut
|
|
158
|
+
Icon.group-2=NUfHLkGlNNDnKceSdu8+cA_Group
|
|
159
|
+
Icon.hide=GuZphSQE+HqqdpNt6LKbIg_Hide
|
|
160
|
+
Icon.ipad=Qd2fOxtzKTDKUOPD97+iRA_Tablet
|
|
161
|
+
Icon.ipad-2=NpTrzfOUnh28SXGQkeSRew_Tablet
|
|
162
|
+
Icon.iphone=tYc3viGFHPcK//nEciM68w_Phone
|
|
163
|
+
Icon.iphone-2=RNK+trsfXBYB9HynI4NqYg_Phone
|
|
164
|
+
Icon.laptop=juFOojV2mAmQlmWEPUhFfQ_Laptop
|
|
165
|
+
Icon.message-error=yMmskAo8IB1k5OMs/eBRBA_Error
|
|
166
|
+
Icon.message-information=E28NVWHNoyvzwjoBPm+jTg_Information
|
|
167
|
+
Icon.message-success=DWFZTeTsxkP8YyzWaavB+g_Successful
|
|
168
|
+
Icon.message-warning=MQC2pu0h2Fl1pyenOvhFQg_Warning
|
|
169
|
+
Icon.move=MrIvGuiNqQnDHrO0n6RQ7w_Move
|
|
170
|
+
Icon.multi-select=oNvoKa4sRVlIgYdyp8TPFg_Multi Select
|
|
171
|
+
Icon.nav-back=UkUuMnnuPVhQLnD33Fi4Og_Navigate Back
|
|
172
|
+
Icon.overflow=HsC8CLK0/UZeJx5JXaytnw_More
|
|
173
|
+
Icon.redo=W5uYgJE80II2ZC3DYBs9zw_Redo
|
|
174
|
+
Icon.refresh=So638sN12xc5J1NkT26AQQ_Refresh
|
|
175
|
+
Icon.resize=n2MW5gOwhRRwwjei+x78Zw_Resize
|
|
176
|
+
Icon.resize-horizontal=hS3jA5G50aRuXQcYblCaKA_Resize Horizontally
|
|
177
|
+
Icon.resize-vertical=eUj9JeS6yFz0Jz/jNrMP5A_Resize Vertically
|
|
178
|
+
Icon.response=bMIdxYgPjUiKNUFWCREppw_Reply
|
|
179
|
+
Icon.save=re084idMkDOTYv5TNU3RUA_Save
|
|
180
|
+
Icon.search=RsYn+VTqxrBxKrxNsdgVew_Search
|
|
181
|
+
Icon.settings=YZgLCu64tKNdFbJ3L6j5zQ_Settings
|
|
182
|
+
Icon.show=ItcE3wUq7EXQSQt4RVDdvQ_Show
|
|
183
|
+
Icon.sort=uJz+aL0UvTKp+gkcUly6Og_Sort
|
|
184
|
+
Icon.sort-ascending=aJ/CUytiF1Ez5LRisk5eMA_Sort Ascending
|
|
185
|
+
Icon.sort-descending=boo6RTMJOx+2K0UivAdkig_Sort Descending
|
|
186
|
+
Icon.synchronize=0wFnVmqCTnpG7I6Nd0ws0w_Synchronize
|
|
187
|
+
Icon.undo=e6oFGs63MD4Lc0DKTIj1Sg_Undo
|
|
188
|
+
Icon.up=8ygOUT4yhZfMNB7XTU9Alw_Up
|
|
189
|
+
Icon.upload=wW9m9zY3YRSt+DeO6OO4fg_Upload
|
|
190
|
+
Icon.zoom-in=bYaQIIoK3B2/UogUP8odxA_Zoom In
|
|
191
|
+
Icon.zoom-out=gK6ybA0ig8QsMtBWwh+m6A_Zoom Out
|
|
191
192
|
|
|
192
193
|
|
|
193
|
-
TechInfo.DialogTitle=
|
|
194
|
+
TechInfo.DialogTitle=W+SKID5chceL2ao2RTgRgQ_Technical Information Dialog
|
|
194
195
|
|
|
195
|
-
TechInfo.HelpButton.Tooltip
|
|
196
|
+
TechInfo.HelpButton.Tooltip=+KLJywK4AkssCQ3sAXP+Dg_Open documentation
|
|
196
197
|
|
|
197
|
-
TechInfo.VersionLink.Tooltip=
|
|
198
|
+
TechInfo.VersionLink.Tooltip=Y1ZEBEcrgZLnKsbOAL3puw_Open version information in a new tab
|
|
198
199
|
|
|
199
|
-
TechInfo.CopyButton.Tooltip=
|
|
200
|
+
TechInfo.CopyButton.Tooltip=VpPMlmjUvPFezTePw/ejVg_Copy technical information to clipboard
|
|
200
201
|
|
|
201
|
-
TechnInfo.DiagnosticsButton.Text=
|
|
202
|
+
TechnInfo.DiagnosticsButton.Text=dKb9IfAQcMbgfqmc5H1L6Q_Open Diagnostics
|
|
202
203
|
|
|
203
|
-
TechnInfo.TestRecorderButton.Text=
|
|
204
|
+
TechnInfo.TestRecorderButton.Text=IWTOwpCPs2L1/r4FZqcEjQ_Activate Test Recorder
|
|
204
205
|
|
|
205
|
-
TechnInfo.AssistantButton.Text=
|
|
206
|
+
TechnInfo.AssistantButton.Text=HmgcpsouhxaMfAARZREqnA_Activate Support Assistant
|
|
206
207
|
|
|
207
|
-
TechInfo.UserAgent.Label=
|
|
208
|
+
TechInfo.UserAgent.Label=XGhDKoD4OtJqZUyhAiTSmA_User Agent
|
|
208
209
|
|
|
209
|
-
TechInfo.AppUrl.Label=
|
|
210
|
+
TechInfo.AppUrl.Label=IQZudS9wHHe4+4Bu19+84w_App URL
|
|
210
211
|
|
|
211
|
-
TechInfo.DebugSources.Label=
|
|
212
|
+
TechInfo.DebugSources.Label=1WyhN65E5MM7Jsj2HeRqmA_Use Debug Sources
|
|
212
213
|
|
|
213
|
-
TechInfo.DebugSources.Tooltip=
|
|
214
|
+
TechInfo.DebugSources.Tooltip=DXuFeKK+gKms45XzheBpyA_Reloads the current page with unminified sources for debugging
|
|
214
215
|
|
|
215
|
-
TechInfo.DebugSourcesModules.Link=
|
|
216
|
+
TechInfo.DebugSourcesModules.Link=TtiiMWNH8hBTphNeZibyjg_Select specific modules
|
|
216
217
|
|
|
217
|
-
TechInfo.VersionBuildTime.Text=
|
|
218
|
+
TechInfo.VersionBuildTime.Text=yZPaydJdQWun8m0+QVdjNg_(built at {0})
|
|
218
219
|
|
|
219
|
-
TechInfo.CopyToClipboard.Success=
|
|
220
|
+
TechInfo.CopyToClipboard.Success=L4/TpJ52doPXKRafwyM79w_Technical information copied to clipboard
|
|
220
221
|
|
|
221
|
-
TechInfo.CopyToClipboard.Error=
|
|
222
|
+
TechInfo.CopyToClipboard.Error=D4LBl63HHHZOBRnRuueGGg_Technical information could not be copied to clipboard
|
|
222
223
|
|
|
223
|
-
TechInfo.DebugSources.ConfirmTitle=
|
|
224
|
+
TechInfo.DebugSources.ConfirmTitle=8AAmRJ+b8ZQ2lk/4VKgQ8A_Reload App
|
|
224
225
|
|
|
225
|
-
TechInfo.DebugSources.ConfirmMessage=
|
|
226
|
+
TechInfo.DebugSources.ConfirmMessage=s9H3ymtJIc1OXbohFk5DKA_Reload the app to enable or disable the debug sources
|
|
226
227
|
|
|
227
|
-
TechInfo.SupportAssistantConfigPopup.Title=
|
|
228
|
+
TechInfo.SupportAssistantConfigPopup.Title=c81qER5EUJC4PB3Roakz9w_Support Assistant Settings
|
|
228
229
|
|
|
229
|
-
TechInfo.SupportAssistantConfigPopup.StandardLocation=
|
|
230
|
+
TechInfo.SupportAssistantConfigPopup.StandardLocation=l6bVyfnmV6anj7HMO/2ohA_Recommended Locations
|
|
230
231
|
|
|
231
|
-
TechInfo.SupportAssistantConfigPopup.CustomLocation=
|
|
232
|
+
TechInfo.SupportAssistantConfigPopup.CustomLocation=aF5oIkCfnO8sW9QSFFhygA_Custom Location
|
|
232
233
|
|
|
233
|
-
TechInfo.SupportAssistantConfigPopup.AppVersionOption=
|
|
234
|
+
TechInfo.SupportAssistantConfigPopup.AppVersionOption=IqNOc19o0ORrqmCHTgyeCg_Application Version ({0})
|
|
234
235
|
|
|
235
|
-
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=
|
|
236
|
+
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=8dotA48sSC2QQRmpHYS0Gw_The syntax of the location address is incorrect. The correct syntax is http\://<Valid custom URI>/resources/sap/ui/support.
|
|
236
237
|
|
|
237
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound
|
|
238
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=14Qy9XzH4OJVsWZeJYiJrw_Support Assistant is not available in this location\:
|
|
238
239
|
|
|
239
|
-
TechInfo.SupportAssistantConfigPopup.ProtocolError=
|
|
240
|
+
TechInfo.SupportAssistantConfigPopup.ProtocolError=OfMrcoO2zPIugITgMhkEfg_App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
240
241
|
|
|
241
|
-
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=
|
|
242
|
+
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=JwavJ4XlDy5hp7/mDUTLhA_Ajax return code is different than [200]
|
|
242
243
|
|
|
243
|
-
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=
|
|
244
|
+
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=CWfYWqZMZjKZBH3h/msVHQ_File not found (404)
|
|
244
245
|
|
|
245
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
246
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=cZ9mzwBzcqGOt2ipP/XPtg_Internal server error\: {500}
|
|
246
247
|
|
|
247
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=
|
|
248
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=iC6npX/J5j+49IFrbmK+3Q_Timeout error
|
|
248
249
|
|
|
249
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=
|
|
250
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=V283GGYw+wQoL2cHYOIMCA_Requested JSON parse failed
|
|
250
251
|
|
|
251
|
-
TechInfo.SupportAssistantConfigPopup.UncaughtError=
|
|
252
|
+
TechInfo.SupportAssistantConfigPopup.UncaughtError=Nro2tSk6BhJ+qJ2Wv72b4g_Uncaught error
|
|
252
253
|
|
|
253
|
-
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=
|
|
254
|
+
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=ZSJUN7dBcNlljbyQnTTlVg_Ajax request aborted
|
|
254
255
|
|
|
255
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment
|
|
256
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=+vW3iITkrzbSDm6PAileqw_This location is not available at the moment.
|
|
256
257
|
|
|
257
|
-
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=
|
|
258
|
+
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=W45N62s7+2GZt+R4Biw7Lg_Open Support Assistant in New Window
|
|
258
259
|
|
|
259
|
-
TechInfo.SupportAssistantConfigPopup.Locations=
|
|
260
|
+
TechInfo.SupportAssistantConfigPopup.Locations=6+Y8PXgp+M5XPdzvp5d4+A_Resource Location
|
|
260
261
|
|
|
261
|
-
TechInfo.SupportAssistantConfigPopup.Options=
|
|
262
|
+
TechInfo.SupportAssistantConfigPopup.Options=h52UG++Ml4aJEFrJHWCzCA_Options
|
|
262
263
|
|
|
263
|
-
TechInfo.DebugModulesConfigPopup.SelectionCounter=
|
|
264
|
+
TechInfo.DebugModulesConfigPopup.SelectionCounter=QOomFN8mqmm8pkaKoetgaw_Select Debug Modules ({0} Selected)
|
|
264
265
|
|
|
265
|
-
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=
|
|
266
|
+
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=JSkZg2wG19P2N3FAbKvP7w_Value for parameter sap-ui-debug is invalid
|
|
266
267
|
|
|
267
|
-
TechInfo.DebugModulesCopy.Tooltip=
|
|
268
|
+
TechInfo.DebugModulesCopy.Tooltip=6hPW+Erq3yuu1iJwZhcL8g_Copy the sap-ui-debug value to clipboard
|
|
268
269
|
|
|
269
|
-
TechInfo.DebugModulesReset.Tooltip=
|
|
270
|
+
TechInfo.DebugModulesReset.Tooltip=8xV1RswbKNnQrKEZFfly8A_Reset the currently selected modules
|
|
270
271
|
|
|
271
|
-
TechInfo.DebugModulesCopyToClipboard.Success=
|
|
272
|
+
TechInfo.DebugModulesCopyToClipboard.Success=u0XKhxuTBAGPVlDzascO+A_Custom sap-ui-debug value copied to clipboard
|
|
272
273
|
|
|
273
|
-
TechInfo.DebugModulesCopyToClipboard.Error=
|
|
274
|
+
TechInfo.DebugModulesCopyToClipboard.Error=lNqrklEnokraBMq0cod7fA_Custom sap-ui-debug value could not be copied to clipboard
|
|
274
275
|
|
|
275
|
-
TechInfo.DebugModulesConfigPopup.Confirm
|
|
276
|
+
TechInfo.DebugModulesConfigPopup.Confirm=7efxo59/oI65sEB4QW3XCw_Apply
|
|
276
277
|
|
|
277
|
-
PostMessage.Message=
|
|
278
|
+
PostMessage.Message=5tdUHE/ifl+EDHQzUx5Mog_An application or code in your browser is trying to communicate with your application. Do you want to allow communication with {0} from {1}?
|
|
278
279
|
|
|
279
|
-
PasteHelper.ErrorMessage=
|
|
280
|
+
PasteHelper.ErrorMessage=FS9M0kB/0ggK4X+OBlGv9A_Value "{0}" in row {1} and column {2} cannot be parsed.
|
|
280
281
|
|
|
281
282
|
|
|
282
283
|
|
|
283
|
-
TestRecorder.ControlTree.MessageToast=
|
|
284
|
+
TestRecorder.ControlTree.MessageToast=rzPV+H9IW5bfwDLHHEFRtA_Control tree is updated.
|
|
284
285
|
|
|
285
|
-
TestRecorder.Inspect.Snippet.NoData.Text=
|
|
286
|
-
TestRecorder.Inspect.Snippet.Dropdown.Label=
|
|
287
|
-
TestRecorder.Inspect.Snippet.Dialect.Raw=
|
|
288
|
-
TestRecorder.Inspect.Snippet.Dialect.OPA5=
|
|
289
|
-
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=
|
|
290
|
-
TestRecorder.Inspect.Snippet.MultiSwitch.Label=
|
|
286
|
+
TestRecorder.Inspect.Snippet.NoData.Text=NcA2tFR4rfPqttpalqBd6w_Select a control to get a generated snippet.
|
|
287
|
+
TestRecorder.Inspect.Snippet.Dropdown.Label=PqB58+3X72Y1wv437JkJ5w_Select a dialect\:
|
|
288
|
+
TestRecorder.Inspect.Snippet.Dialect.Raw=3/TAMOlkrldjCm5FEZR7Qw_Raw Selector
|
|
289
|
+
TestRecorder.Inspect.Snippet.Dialect.OPA5=FZN9tNEzdsEO8QypuhrCzg_OPA5
|
|
290
|
+
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=QQ7hz1WsGPcZjMl/YZ7/4Q_UIVeri5
|
|
291
|
+
TestRecorder.Inspect.Snippet.MultiSwitch.Label=2jziOj6/q0v/uZNgxNCQIQ_Multiple\:
|
|
291
292
|
|
|
292
|
-
TestRecorder.Inspect.Snippet.Copy.Text=
|
|
293
|
-
TestRecorder.Inspect.Snippet.Clear.Text=
|
|
294
|
-
TestRecorder.Inspect.Snippet.NotFound.Text=
|
|
293
|
+
TestRecorder.Inspect.Snippet.Copy.Text=ZqbuiwHcmdVgeKkz8qOJGQ_Copy
|
|
294
|
+
TestRecorder.Inspect.Snippet.Clear.Text=pNizMpMvv88F7taAU5Gz1g_Clear
|
|
295
|
+
TestRecorder.Inspect.Snippet.NotFound.Text=noyi0WyyEmf8ly6JSWTKCQ_No code snippet can be generated for {0}
|
|
295
296
|
|
|
296
|
-
TestRecorder.Inspect.Properties.Title
|
|
297
|
-
TestRecorder.Inspect.Properties.Own.Header.Text=
|
|
298
|
-
TestRecorder.Inspect.Properties.Inherited.Header.Text=
|
|
299
|
-
TestRecorder.Inspect.Properties.Property.Text=
|
|
300
|
-
TestRecorder.Inspect.Properties.Value.Text=
|
|
301
|
-
TestRecorder.Inspect.Properties.Type.Text=
|
|
302
|
-
TestRecorder.Inspect.Properties.Inherited.Text=
|
|
303
|
-
TestRecorder.Inspect.Bindings.Title=
|
|
304
|
-
TestRecorder.Inspect.Bindings.Context.Header.Text=
|
|
305
|
-
TestRecorder.Inspect.Bindings.Properties.Header.Text=
|
|
306
|
-
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=
|
|
307
|
-
TestRecorder.Inspect.Bindings.Property.Text=
|
|
308
|
-
TestRecorder.Inspect.Bindings.Aggregation.Text=
|
|
309
|
-
TestRecorder.Inspect.Bindings.Path.Text=
|
|
310
|
-
TestRecorder.Inspect.Bindings.RelativePath.Text=
|
|
311
|
-
TestRecorder.Inspect.Bindings.AbsolutePath.Text
|
|
312
|
-
TestRecorder.Inspect.Bindings.Model.Text=
|
|
297
|
+
TestRecorder.Inspect.Properties.Title=LuHXpDWDnXfWTthm+icBVg_Properties
|
|
298
|
+
TestRecorder.Inspect.Properties.Own.Header.Text=Obm76/XtCP9SpDj9ZloCDw_Own
|
|
299
|
+
TestRecorder.Inspect.Properties.Inherited.Header.Text=glkDJfGMNj8cUzWULMO0gA_Inherited
|
|
300
|
+
TestRecorder.Inspect.Properties.Property.Text=apExVUXj4FWpHix68ArX5g_Property
|
|
301
|
+
TestRecorder.Inspect.Properties.Value.Text=TdJQo6Z5eUAwekDnpMLM8w_Value
|
|
302
|
+
TestRecorder.Inspect.Properties.Type.Text=ohuX5hfNLBlQ9RRdK/HANQ_Type
|
|
303
|
+
TestRecorder.Inspect.Properties.Inherited.Text=Xa5+/0n4Tk+YQ80Dout/Ig_Inherited from
|
|
304
|
+
TestRecorder.Inspect.Bindings.Title=rkZDXCBH1+3LiLbYX0e73w_Bindings
|
|
305
|
+
TestRecorder.Inspect.Bindings.Context.Header.Text=yCb3u+re9Kz9vnA5C0yiXg_Binding Context
|
|
306
|
+
TestRecorder.Inspect.Bindings.Properties.Header.Text=Tf+g45kFbPOqiG7urnr9Dg_Properties
|
|
307
|
+
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=L54blGeYgGOkhVukG3M7BA_Aggregations
|
|
308
|
+
TestRecorder.Inspect.Bindings.Property.Text=VTxhY1Pi/BD23j8FMgCbDg_Property
|
|
309
|
+
TestRecorder.Inspect.Bindings.Aggregation.Text=38cUV55UBalULREAthA2wQ_Aggregation
|
|
310
|
+
TestRecorder.Inspect.Bindings.Path.Text=1tIRka9Wr60vfhSvWtNjIQ_Path
|
|
311
|
+
TestRecorder.Inspect.Bindings.RelativePath.Text=uRco/rQhEeBeBXixAIEv6w_Relative Path
|
|
312
|
+
TestRecorder.Inspect.Bindings.AbsolutePath.Text=+bgHfICbopj9JOjT056d8Q_Absolute Path
|
|
313
|
+
TestRecorder.Inspect.Bindings.Model.Text=3zjOCDBIkZagNXEZwxaaAw_Model
|
|
313
314
|
|
|
314
|
-
TestRecorder.TitleBar.Title=
|
|
315
|
-
TestRecorder.TitleBar.Documentation.Tooltip=
|
|
316
|
-
TestRecorder.TitleBar.Window.Settings.Tooltip=
|
|
317
|
-
TestRecorder.TitleBar.Window.Minimize.Tooltip=
|
|
318
|
-
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=
|
|
319
|
-
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=
|
|
320
|
-
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=
|
|
321
|
-
TestRecorder.TitleBar.Window.New.Tooltip=
|
|
322
|
-
TestRecorder.TitleBar.Window.Close.Tooltip=
|
|
315
|
+
TestRecorder.TitleBar.Title=IcYU/tGU631ztXoHbvRE+A_Test Recorder
|
|
316
|
+
TestRecorder.TitleBar.Documentation.Tooltip=TVt/17p11rc5/kqEK5zyrA_Open documentation
|
|
317
|
+
TestRecorder.TitleBar.Window.Settings.Tooltip=kK/SZ5mzoaH74p6W8v/6Fg_Show Settings
|
|
318
|
+
TestRecorder.TitleBar.Window.Minimize.Tooltip=bEmcTFjKoiEwYQ8C0r3a7w_Minimize
|
|
319
|
+
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=NSD4+3xd5FYAaMqxmMQpcQ_Dock to bottom
|
|
320
|
+
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=s373q30e0lpeGWSCIz7Itg_Dock to right
|
|
321
|
+
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=Oy0mT9dgD0B7ndtj880HlA_Dock to left
|
|
322
|
+
TestRecorder.TitleBar.Window.New.Tooltip=EJmlkjO7M9crqVXwIyStTw_Open in new window
|
|
323
|
+
TestRecorder.TitleBar.Window.Close.Tooltip=qs1GCUCO4Ll2g0HAehcGLA_Close
|
|
323
324
|
|
|
324
|
-
TestRecorder.SettingsDialog.Title=
|
|
325
|
-
TestRecorder.SettingsDialog.IDCheckBox.Text=
|
|
326
|
-
TestRecorder.SettingsDialog.POMethodCheckBox.Text=
|
|
327
|
-
TestRecorder.SettingsDialog.CloseButton.Text=
|
|
325
|
+
TestRecorder.SettingsDialog.Title=lEnI8qypfGyglhEKINs07Q_Test Recorder Settings
|
|
326
|
+
TestRecorder.SettingsDialog.IDCheckBox.Text=Peaqp3XZn8zcAuYcbcEa6A_Prefer View ID over Global ID
|
|
327
|
+
TestRecorder.SettingsDialog.POMethodCheckBox.Text=urs/7NiPfNXNZnFw26kI6A_Show Snippets in Page Object Methods
|
|
328
|
+
TestRecorder.SettingsDialog.CloseButton.Text=SaPEMTotBSPyzr6x/NEqlg_Close
|