@openui5/sap.ui.core 1.71.65 → 1.71.67
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/_castArray.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/_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/_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/_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/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/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/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 +245 -466
- 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 -2
- 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/control/ControlModel.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +21 -14
- 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
|
@@ -1,495 +1,274 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.core library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#NOTR
|
|
5
2
|
SAPUI5_FRIDAY=Friday
|
|
6
|
-
#NOTR
|
|
7
3
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
8
4
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
BUSY_TEXT=d6Pq0wucPs5S3ahaUKl/mQ_Please wait
|
|
31
|
-
|
|
32
|
-
#########
|
|
33
|
-
# Texts for sap.ui.core.format.DateFormat
|
|
34
|
-
#########
|
|
35
|
-
|
|
36
|
-
#XTXT: the long pattern for formatting a date using calendar week number
|
|
37
|
-
date.week.calendarweek.wide=1Hc7Iqx/RIbIZWaUlABj5w_Calendar Week {0}
|
|
38
|
-
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
|
-
date.week.calendarweek.narrow=1yEv6vgSbjpCNMRpJkammA_CW {0}
|
|
40
|
-
|
|
41
|
-
#########
|
|
42
|
-
# Texts for sap.ui.core.format.FileSizeFormat
|
|
43
|
-
#########
|
|
44
|
-
|
|
45
|
-
#YMSG,20: File Size Unit one Byte
|
|
46
|
-
FileSize.Byte=FDh0fAdqfNQNRC3LAQZJNA_{0} Byte
|
|
47
|
-
#YMSG,20: File Size Unit Bytes
|
|
48
|
-
FileSize.Bytes=wJrzht7GzISWLu1UB/ohRg_{0} Bytes
|
|
49
|
-
|
|
50
|
-
#YMSG,20: File Size Unit Kilobyte (short)
|
|
51
|
-
FileSize.Kilobyte=lrX5MJjtujfHFGPiDgnTOQ_{0} KB
|
|
52
|
-
#YMSG,20: File Size Unit Megabyte (short)
|
|
53
|
-
FileSize.Megabyte=0dYOTVsJ7eLxD9fXrdYWFg_{0} MB
|
|
54
|
-
#YMSG,20: File Size Unit Gigabyte (short)
|
|
55
|
-
FileSize.Gigabyte=EeMQZC9OYziH+M/yH6Qslg_{0} GB
|
|
56
|
-
#YMSG,20: File Size Unit Terabyte (short)
|
|
57
|
-
FileSize.Terabyte=HAWzEQDNp9859qasn+ciJg_{0} TB
|
|
58
|
-
#YMSG,20: File Size Unit Petabyte (short)
|
|
59
|
-
FileSize.Petabyte=wQ6rcSOyxHSd4gbO+Y+wew_{0} PB
|
|
60
|
-
#YMSG,20: File Size Unit Exabyte (short)
|
|
61
|
-
FileSize.Exabyte=JNS+3vJW5RZNhnb+Hv2oBg_{0} EB
|
|
62
|
-
#YMSG,20: File Size Unit Zettabyte (short)
|
|
63
|
-
FileSize.Zettabyte=711broWb8UZQZfRHPheidg_{0} ZB
|
|
64
|
-
#YMSG,20: File Size Unit Yottabyte (short)
|
|
65
|
-
FileSize.Yottabyte=nBewZOKkieHiOiXBq8r0FQ_{0} YB
|
|
66
|
-
|
|
67
|
-
#YMSG,20: File Size Unit Kibibyte (short)
|
|
68
|
-
FileSize.Kibibyte=ZcALqngw5jzDDPJcGI4U1A_{0} KiB
|
|
69
|
-
#YMSG,20: File Size Unit Mebibyte (short)
|
|
70
|
-
FileSize.Mebibyte=lWSdSCl7qk2DVbg1qea2pQ_{0} MiB
|
|
71
|
-
#YMSG,20: File Size Unit Gibibyte (short)
|
|
72
|
-
FileSize.Gibibyte=TrYtTLF2jNi+Xy29XTA5mQ_{0} GiB
|
|
73
|
-
#YMSG,20: File Size Unit Tebibyte (short)
|
|
74
|
-
FileSize.Tebibyte=Ut86hj3/0bd1tcLA7wGj6Q_{0} TiB
|
|
75
|
-
#YMSG,20: File Size Unit Pebibyte (short)
|
|
76
|
-
FileSize.Pebibyte=C1aOSK3O+by/S7FHz7CGAw_{0} PiB
|
|
77
|
-
#YMSG,20: File Size Unit Exbibyte (short)
|
|
78
|
-
FileSize.Exbibyte=kMI70Kpii6DZT+pJzGo5dw_{0} EiB
|
|
79
|
-
#YMSG,20: File Size Unit Zebibyte (short)
|
|
80
|
-
FileSize.Zebibyte=phPq+A3aFcL+daSKanGQUA_{0} ZiB
|
|
81
|
-
#YMSG,20: File Size Unit Yobibyte (short)
|
|
82
|
-
FileSize.Yobibyte=VVgfb4ayULrv+LHdXCgXkQ_{0} YiB
|
|
83
|
-
|
|
84
|
-
#########
|
|
85
|
-
# Texts for sap.ui.model.odata.AnnotationHelper
|
|
86
|
-
#########
|
|
87
|
-
|
|
88
|
-
#XTOL: mathematical term for a number greater than anything else
|
|
89
|
-
INFINITY=KXvm5+7P5C2u7W1PCWZV6w_Infinity
|
|
90
|
-
#XTOL: mathematical term for a number smaller than anything else
|
|
91
|
-
MINUS_INFINITY=rgdHuNLIRMLhkUfQSsVdFA_Minus infinity
|
|
92
|
-
#XTOL
|
|
93
|
-
NAN=UKiLx3cvioEiziBS3HEiJw_Not a number
|
|
94
|
-
|
|
95
|
-
#########
|
|
96
|
-
# Texts for sap.ui.model.odata.type.*
|
|
97
|
-
#########
|
|
98
|
-
|
|
99
|
-
#XTOL: No
|
|
100
|
-
NO=0dMfTifMotLzAnZb2I/LbQ_No
|
|
101
|
-
#XTOL: Yes
|
|
102
|
-
YES=bUAj0cFalKrDgmRD9WGC6A_Yes
|
|
103
|
-
#YMSG: Enter "{0}" or "{1}"
|
|
104
|
-
EnterYesOrNo=mMWmjmGDZOgeeW29IFPY/Q_Enter "{0}" or "{1}".
|
|
105
|
-
#YMSG: Enter only digits
|
|
106
|
-
EnterDigitsOnly=jsZt81LVQVm+6gK0GxZ62w_Enter only digits
|
|
107
|
-
#YMSG: Enter a maximum of {0} digits
|
|
108
|
-
EnterMaximumOfDigits=iJwlWAYz6cZQPJEUyJy7CQ_Enter a maximum of {0} digits.
|
|
109
|
-
#YMSG: Enter a number
|
|
110
|
-
EnterNumber=gr7IurNaT3zuCLAVOhHXXA_Enter a number
|
|
111
|
-
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
112
|
-
EnterNumberPrecision=R20kjeoLkuHpGuBdf41IPw_Enter a number with a maximum of {0} digits, including any decimal places
|
|
113
|
-
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
114
|
-
EnterNumberInteger=jjTIDHFlz8MheZK0B4wOhg_Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
115
|
-
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
116
|
-
EnterNumberFraction=xjSn6qENHtQxBNnNkE3MhQ_Enter a number with a maximum of {0} decimal places
|
|
117
|
-
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
118
|
-
EnterNumberIntegerFraction=1SSoPnU2T/cpvZQpScvoHw_Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
119
|
-
#YMSG: Enter a number with a minimum value of {0}
|
|
120
|
-
EnterNumberMin=oC8A0NfVlk5NiGGn5lbP+Q_Enter a number with a minimum value of {0}
|
|
121
|
-
#YMSG: Enter a number greater than {0}
|
|
122
|
-
EnterNumberMinExclusive=xkitVh4HoM7qYjP28MpH2g_Enter a number greater than {0}
|
|
123
|
-
#YMSG: Enter a number with a maximum value of {0}
|
|
124
|
-
EnterNumberMax=r7ZWrIGbpEdCYG5IMs7iRQ_Enter a number with a maximum value of {0}
|
|
125
|
-
#YMSG: Enter a number less than {0}
|
|
126
|
-
EnterNumberMaxExclusive=LqRhU+u87b0vI7tg9N8QKA_Enter a number less than {0}
|
|
127
|
-
#YMSG: Enter a text
|
|
128
|
-
EnterText=j1n3zB02z8jtUd5VPd9Vjw_Enter a text
|
|
129
|
-
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
130
|
-
EnterTextMaxLength=0iw7tKqWda82qlNmpsDDBQ_Enter a text with a maximum of {0} characters and spaces
|
|
131
|
-
#YMSG: Enter a number with no decimal places
|
|
132
|
-
EnterInt=OOb9omkoEeIzy2n7diVWNA_Enter a number with no decimal places
|
|
133
|
-
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
134
|
-
EnterDateTime=qW47QXrjiFU/cMB/GTVBYw_Enter a valid date and a valid time in the following format\: {0}
|
|
135
|
-
#YMSG: Enter a valid date in the following format\: {0}
|
|
136
|
-
EnterDate=x6IyX3dQTQvpgp9B9CQOmA_Enter a valid date in the following format\: {0}
|
|
137
|
-
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
138
|
-
EnterGuid=89tqAfN1patU4GABgfYPWA_Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
139
|
-
#YMSG: Enter a valid time in the following format\: {0}
|
|
140
|
-
EnterTime=tt8Ea3ERKmW5QS1TsmjjTQ_Enter a valid time in the following format\: {0}
|
|
141
|
-
|
|
142
|
-
#########
|
|
143
|
-
# Texts for sap.ui.model.type.*
|
|
144
|
-
#########
|
|
145
|
-
|
|
146
|
-
#YMSG,100: Enter a valid boolean
|
|
147
|
-
Boolean.Invalid=aGJmXQu6L9pUJ601vDL8Yg_Enter a valid Boolean value
|
|
148
|
-
|
|
149
|
-
#YMSG,100: Enter a valid number
|
|
150
|
-
Integer.Invalid=lu2+65H13M1bMJauNX4CPQ_Enter a valid number
|
|
151
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
152
|
-
Integer.Minimum=wQkujKBw196RS10d7ZtAQQ_Enter a number greater than or equal to {0}
|
|
153
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
154
|
-
Integer.Maximum=v5ZvIPf0AeUZpvVEDDvc2Q_Enter a number less than or equal to {0}
|
|
155
|
-
|
|
156
|
-
#YMSG,100: Enter a valid number.
|
|
157
|
-
Float.Invalid=+DKqEmzGmTvvpnyNUZJeUQ_Enter a valid number
|
|
158
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
159
|
-
Float.Minimum=aFpEph3IUjbWhVMkXtMzGA_Enter a number greater than or equal to {0}
|
|
160
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
161
|
-
Float.Maximum=0xwPbvVYBErKfgb6/Zo7EA_Enter a number less than or equal to {0}
|
|
162
|
-
|
|
163
|
-
#YMSG,100: Enter a valid currency amount
|
|
164
|
-
Currency.Invalid=oe9iuTB8jlJkQH8WgyA5VA_Enter a valid currency amount
|
|
165
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
166
|
-
Currency.Minimum=/t1xkYyjCHsxlwAmSFEdWA_Enter an amount greater than or equal to {0}
|
|
167
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
168
|
-
Currency.Maximum=+fNgBtPTq/PVer8qRHmj1g_Enter an amount less than or equal to {0}
|
|
169
|
-
|
|
170
|
-
#YMSG,100: Enter a valid unit amount
|
|
171
|
-
Unit.Invalid=L3pAQ1jlG5fnIrQgpX9IVw_Enter a valid unit amount
|
|
172
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
173
|
-
Unit.Minimum=QQrauaqhjpG0YCjxvfbw7A_Enter an amount greater than or equal to {0}
|
|
174
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
175
|
-
Unit.Maximum=0uen4XsdO8dmabDWhc2XHw_Enter an amount less than or equal to {0}
|
|
176
|
-
#YMSG,100: Enter an amount with less decimals than {0}
|
|
177
|
-
Unit.Decimals=zEgSI/BjczdYCEfde8Tseg_Enter an amount with less decimals than {0}
|
|
178
|
-
|
|
179
|
-
#YMSG,100: Enter a valid file size
|
|
180
|
-
FileSize.Invalid=X8B8B3+A1dpzbs/gzB0Mug_Enter a valid file size
|
|
181
|
-
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
182
|
-
FileSize.Minimum=+jcIk1XgIDxvxI+q6nle4A_Enter a file size greater than or equal to {0}
|
|
183
|
-
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
184
|
-
FileSize.Maximum=CrRah1RzVHwApg8dXRW1nw_Enter a file size lower than or equal to {0}
|
|
185
|
-
|
|
186
|
-
#YMSG,100: Enter a valid date
|
|
187
|
-
Date.Invalid=oEHcmykmtFQU+xyNjUUwbQ_Enter a date
|
|
188
|
-
#YMSG,100: Enter a date after {0}
|
|
189
|
-
Date.Minimum=lMFv86UJAZUIJO4cehDWew_Enter a date after {0}
|
|
190
|
-
#YMSG,100: Enter a date before {0}
|
|
191
|
-
Date.Maximum=lAvJRXb1yEBk0v/c7XmHnQ_Enter a date before {0}
|
|
192
|
-
|
|
193
|
-
#YMSG,100: Enter a valid time
|
|
194
|
-
Time.Invalid=U/MLjXbGnslCjFsaWmAXeA_Enter a valid time
|
|
195
|
-
#YMSG,100: Enter a time after {0}
|
|
196
|
-
Time.Minimum=DATh1puwAqbkwxbitaOsIQ_Enter a time after {0}
|
|
197
|
-
#YMSG,100: Enter a time before {0}
|
|
198
|
-
Time.Maximum=Tq9G+n2bl6FpEfLwxMj56g_Enter a time before {0}
|
|
199
|
-
|
|
200
|
-
#YMSG,100: Enter a valid date and time
|
|
201
|
-
DateTime.Invalid=G3AQQRyab40Jv9VjPf2sEw_Enter a valid date and time
|
|
202
|
-
#YMSG,100: Enter a date and time after {0}
|
|
203
|
-
DateTime.Minimum=tKm2OzbtICt9WQ9zPW+1sQ_Enter a date and time after {0}
|
|
204
|
-
#YMSG,100: Enter a date and time before {0}
|
|
205
|
-
DateTime.Maximum=cmDdX7q6q7X4pJcInz9i3Q_Enter a date and time before {0}
|
|
206
|
-
|
|
207
|
-
#YMSG,100: Enter a valid date interval
|
|
208
|
-
DateInterval.Invalid=eRsAByrb8Py+IhwLhiwnMQ_Enter a valid date interval
|
|
209
|
-
|
|
210
|
-
#YMSG,100: Enter a value with at least {0} characters
|
|
211
|
-
String.MinLength=Si26M4ijpmSswY7TdJQlHg_Enter a value with at least {0} characters
|
|
212
|
-
#YMSG,100: Enter a value with no more than {0} characters
|
|
213
|
-
String.MaxLength=KfOoW7Lr3n+lfFv1fNbLjg_Enter a value with no more than {0} characters
|
|
214
|
-
#YMSG,100: Enter a value starting with "{0}"
|
|
215
|
-
String.StartsWith=5/i3TYczK29NHLD48Rj8WQ_Enter a value starting with "{0}"
|
|
216
|
-
#YMSG,100: Enter a value ending with "{0}"
|
|
217
|
-
String.EndsWith=FrD1CpLCH40qt5H/SoTk6w_Enter a value ending with "{0}"
|
|
218
|
-
#YMSG,100: Enter a value containing "{0}"
|
|
219
|
-
String.Contains=VRR52NrI7GCc5W1bjD7E3w_Enter a value containing "{0}"
|
|
220
|
-
#YMSG,100: Enter value "{0}"
|
|
221
|
-
String.Equals=x11+Ddn3UHVW+7zsRVa4HA_Enter value "{0}"
|
|
222
|
-
#YMSG,100: Enter a valid value
|
|
223
|
-
String.Search=8Z9/t2WK156AcCTWQa4Qbg_Enter a valid value
|
|
224
|
-
|
|
225
|
-
#XACT: type of an UI control is an image
|
|
226
|
-
ACC_CTR_TYPE_IMAGE=tmUrhR89Nk20UXcztA/xqA_Image
|
|
227
|
-
#XACT: type of an UI control is a button
|
|
228
|
-
ACC_CTR_TYPE_BUTTON=nqV2yW5W6K6QAMAhA0tSLw_Button
|
|
229
|
-
|
|
230
|
-
#XFLD: Close
|
|
231
|
-
CLOSE=28vG9ATC5xJOFgH+yR2z+g_Close
|
|
232
|
-
|
|
233
|
-
#########
|
|
234
|
-
# Texts for sap-icon Font
|
|
235
|
-
#
|
|
236
|
-
# Update "sap.ui.core.IconPool" (mIconI18nKey)
|
|
237
|
-
# when adding a new key here
|
|
238
|
-
#########
|
|
239
|
-
|
|
240
|
-
#XTXT
|
|
241
|
-
Icon.action-settings=AjFX34qoD+cDpP5PFKBfWA_Settings
|
|
242
|
-
#XTXT
|
|
243
|
-
Icon.activate=81Kgzx6GPG+GhE+G28V4Cg_Activate
|
|
244
|
-
#XTXT
|
|
245
|
-
Icon.add=qFk4X7NaEX8/Pzu8n/aHdw_Add
|
|
246
|
-
#XTXT
|
|
247
|
-
Icon.add-contact=jr0ppCmS8pNdducF9mQc/A_Add Contact
|
|
248
|
-
#XTXT
|
|
249
|
-
Icon.add-filter=RqU/qTbrsLODylE4Xq7wbg_Add Filter
|
|
250
|
-
#XTXT
|
|
251
|
-
Icon.add-photo=gcgRPwlF2uvYzGFSCcZXBA_Add Photo
|
|
252
|
-
#XTXT
|
|
253
|
-
Icon.back-to-top=uX85utZVVB5pW21IRe/6Cg_Back to Top
|
|
254
|
-
#XTXT
|
|
255
|
-
Icon.collapse=eF14gaN0q3MxHzUnVeI33Q_Collapse
|
|
256
|
-
#XTXT
|
|
257
|
-
Icon.collapse-group=dECyQKoq1t1WNJL4EcUfgA_Collapse Group
|
|
258
|
-
#XTXT: Crop parts of an image
|
|
259
|
-
Icon.crop=GLdKnGdRRo2inogrGSWvpg_Crop
|
|
260
|
-
#XTXT: To decline an offer
|
|
261
|
-
Icon.decline=M6hqjqISrdKMJ4tyoadnKQ_Decline
|
|
262
|
-
#XTXT
|
|
263
|
-
Icon.delete=NpM8TJvoyZcCZEXcHObVYg_Delete
|
|
264
|
-
#XTXT
|
|
265
|
-
Icon.display=YIiKFGK8ZsOYLKNqBuBRRQ_Display
|
|
266
|
-
#XTXT
|
|
267
|
-
Icon.down=Wc6W/TBFIHS1RcLJiSsZeA_Down
|
|
268
|
-
#XTXT
|
|
269
|
-
Icon.download=Julsv2EAMeEQ4RerReWuDg_Download
|
|
270
|
-
#XTXT
|
|
271
|
-
Icon.drill-down=Ot8KUFTSEPjG9Ojb21SxAQ_Drill Down
|
|
272
|
-
#XTXT
|
|
273
|
-
Icon.drill-up=RaOrgv6o28ya+DCLBJiFzw_Drill Up
|
|
274
|
-
#XTXT
|
|
275
|
-
Icon.error=hvCar+H7wlf11ycl7wTLTQ_Error
|
|
276
|
-
#XTXT
|
|
277
|
-
Icon.exit-full-screen=HEUlkfsvB5Lc2jyvRRJZVQ_Exit Full Screen
|
|
278
|
-
#XTXT
|
|
279
|
-
Icon.expand=Zz2CPePT+iL8FDCCwzGh7g_Expand
|
|
280
|
-
#XTXT
|
|
281
|
-
Icon.expand-group=bdJ09kQFx4ytNz1km79AeA_Expand Group
|
|
282
|
-
#XTXT: Action to filter on a group of elements
|
|
283
|
-
Icon.filter=fU71tUDYqQeVAmfYkl02Ug_Filter
|
|
284
|
-
#XTXT: To flag or mark an item
|
|
285
|
-
Icon.flag=+GesBB6X30bjulbJtZNxXw_Flag
|
|
286
|
-
#XTXT: To forward an item to a recipients
|
|
287
|
-
Icon.forward=DXjHwwJnalHdbXVtTCBSpA_Forward
|
|
288
|
-
#XTXT
|
|
289
|
-
Icon.full-screen=08DBefTQXLvpwbmES7NMog_Enter Full Screen
|
|
290
|
-
#XTXT
|
|
291
|
-
Icon.generate-shortcut=G1eXpBPF/BgDswfbY6FFsw_Create Shortcut
|
|
292
|
-
#XTXT: To group items
|
|
293
|
-
Icon.group-2=3ouyCNNf3c922T6QR/eYgQ_Group
|
|
294
|
-
#XTXT: To hide an element from display
|
|
295
|
-
Icon.hide=/lLBAEU0RzQcDdBIO7+hig_Hide
|
|
296
|
-
#XTXT
|
|
297
|
-
Icon.ipad=Ki26MzDjpSr6o/+32D14IQ_Tablet
|
|
298
|
-
#XTXT
|
|
299
|
-
Icon.ipad-2=/rm1T13o2NKm9wJmWCjIbQ_Tablet
|
|
300
|
-
#XTXT
|
|
301
|
-
Icon.iphone=9bV1C5adjPlRNHTaCkfqgg_Phone
|
|
302
|
-
#XTXT
|
|
303
|
-
Icon.iphone-2=UzM87WlK/vdpOGXBIMYeJw_Phone
|
|
304
|
-
#XTXT
|
|
305
|
-
Icon.laptop=WOfsScmVwQJpcQwAtTEHHQ_Laptop
|
|
306
|
-
#XTXT
|
|
307
|
-
Icon.message-error=MbPfErF1NeYG1I3Xd4FjRw_Error
|
|
308
|
-
#XTXT
|
|
309
|
-
Icon.message-information=ZLC+p/QQ5oHypmdyA7pSuw_Information
|
|
310
|
-
#XTXT
|
|
311
|
-
Icon.message-success=+nqLOZ2FWjxlSUOCjzHY1Q_Successful
|
|
312
|
-
#XTXT
|
|
313
|
-
Icon.message-warning=zaM3bM1moGb3HMoWjxuM+Q_Warning
|
|
314
|
-
#XTXT: To manipulate the position of an element
|
|
315
|
-
Icon.move=uAD2yPYyXzOuUMKxrUKZ6w_Move
|
|
316
|
-
#XTXT
|
|
317
|
-
Icon.multi-select=k/Jh6HGqcWDWKIbI5Bqwiw_Multi Select
|
|
318
|
-
#XTXT
|
|
319
|
-
Icon.nav-back=tYKNT6cwrOfd8ChrICMfgw_Navigate Back
|
|
320
|
-
#XTXT
|
|
321
|
-
Icon.overflow=jGzM3iNJo/4fboiR42XCXA_More
|
|
322
|
-
#XTXT
|
|
323
|
-
Icon.redo=V77uwNhZ1OpWLMKbGnWk1w_Redo
|
|
324
|
-
#XTXT
|
|
325
|
-
Icon.refresh=FHoRxo433vnKUL7pvB87/w_Refresh
|
|
326
|
-
#XTXT
|
|
327
|
-
Icon.resize=5o+0/agfUqs/ZP49ryAL0A_Resize
|
|
328
|
-
#XTXT
|
|
329
|
-
Icon.resize-horizontal=UrYsrbyd1td49wIYXQJQdA_Resize Horizontally
|
|
330
|
-
#XTXT
|
|
331
|
-
Icon.resize-vertical=GvSVB6xV/BCg1bwdj0IcUg_Resize Vertically
|
|
332
|
-
#XTXT
|
|
333
|
-
Icon.response=uGFwI74y+gX0EYcsDzrGxQ_Reply
|
|
334
|
-
#XTXT
|
|
335
|
-
Icon.save=pBGV/VvSCND3heICRsV2GA_Save
|
|
336
|
-
#XTXT
|
|
337
|
-
Icon.search=d/Z/vnMes6lxeALFaDK00w_Search
|
|
338
|
-
#XTXT
|
|
339
|
-
Icon.settings=3AIpLLkJaFo0Tsqlq8cv7w_Settings
|
|
340
|
-
#XTXT: To show an element previously hidden
|
|
341
|
-
Icon.show=elt7wNK+sCEv30qOqwtf1Q_Show
|
|
342
|
-
#XTXT
|
|
343
|
-
Icon.sort=8ECPwmpVLmRWCMfM36Zc+g_Sort
|
|
344
|
-
#XTXT
|
|
345
|
-
Icon.sort-ascending=OkghFONnlakn3eYocIqBow_Sort Ascending
|
|
346
|
-
#XTXT
|
|
347
|
-
Icon.sort-descending=K2K9HXJYGLVq7t3ksRNkDw_Sort Descending
|
|
348
|
-
#XTXT
|
|
349
|
-
Icon.synchronize=ASojVwIYCwRggI+3Pt/LZQ_Synchronize
|
|
350
|
-
#XTXT
|
|
351
|
-
Icon.undo=0450HFUuS8noVzRdGYDn0Q_Undo
|
|
352
|
-
#XTXT
|
|
353
|
-
Icon.up=PjOPw3wKqL6N1RCOBZ7srQ_Up
|
|
354
|
-
#XTXT
|
|
355
|
-
Icon.upload=SAAhV8w95YoWVC4bGgGpgg_Upload
|
|
356
|
-
#XTXT
|
|
357
|
-
Icon.zoom-in=FX6zn0W9PeAWu5aFBwqkJw_Zoom In
|
|
358
|
-
#XTXT
|
|
359
|
-
Icon.zoom-out=AJXOC3IUKf0vcORP5G5dJA_Zoom Out
|
|
360
|
-
|
|
361
|
-
#########
|
|
362
|
-
# Texts for sap.ui.debug.TechnicalInfo
|
|
363
|
-
#########
|
|
364
|
-
|
|
365
|
-
#XTIT: Title for the technical information dialog
|
|
366
|
-
TechInfo.DialogTitle=ixIcSEnVQLFy5TJ3hUeuBA_Technical Information Dialog
|
|
367
|
-
|
|
368
|
-
#XTOL: Tooltip for info button in header
|
|
369
|
-
TechInfo.HelpButton.Tooltip=9OYvXXxXm8lTesSmZA1e3Q_Open documentation
|
|
370
|
-
|
|
371
|
-
#XTOL: Tooltip for version information link
|
|
372
|
-
TechInfo.VersionLink.Tooltip=LJTcSzos3BJbtdE8HiXUvQ_Open version information in a new tab
|
|
373
|
-
|
|
374
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
375
|
-
TechInfo.CopyButton.Tooltip=gzfqTInuSUjQS0VWoZWDfQ_Copy technical information to clipboard
|
|
376
|
-
|
|
377
|
-
#XBUT: SAPUI5 Diagnostics button text
|
|
378
|
-
TechnInfo.DiagnosticsButton.Text=zaNZ7aMGZamPRJc+43eupQ_Open Diagnostics
|
|
379
|
-
|
|
380
|
-
#XBUT: Support assistant button text
|
|
381
|
-
TechnInfo.AssistantButton.Text=s4N9yxaE19vNPKCHDvBtzA_Activate Support Assistant
|
|
382
|
-
|
|
383
|
-
#XFLD: User agent field label
|
|
384
|
-
TechInfo.UserAgent.Label=lqA+vJPTj40JVf+1VzSI6g_User Agent
|
|
385
|
-
|
|
386
|
-
#XFLD: Application URL label
|
|
387
|
-
TechInfo.AppUrl.Label=pZKFNdANNJalsRHXIotPTQ_App URL
|
|
388
|
-
|
|
389
|
-
#XFLD: Debug sources label
|
|
390
|
-
TechInfo.DebugSources.Label=F5g1bNgPVPsPlCLeTuLZsg_Use Debug Sources
|
|
391
|
-
|
|
392
|
-
#XTOL: Debug sources tooltip
|
|
393
|
-
TechInfo.DebugSources.Tooltip=DR1BaFz3noFXF6OP4FxTcA_Reloads the current page with unminified sources for debugging
|
|
394
|
-
|
|
395
|
-
#XLNK: Debug sources select packages link
|
|
396
|
-
TechInfo.DebugSourcesModules.Link=lq3sKm6ke2qLYG1PEypTYg_Select specific modules
|
|
397
|
-
|
|
398
|
-
#XFLD: Text for the version build time string
|
|
399
|
-
TechInfo.VersionBuildTime.Text=LCbIgPWLAYp5udsU9tTXVQ_(built at {0})
|
|
400
|
-
|
|
401
|
-
#YMSG: success message for copying to clipboard
|
|
402
|
-
TechInfo.CopyToClipboard.Success=dV2M3oQcOXP8lAA4GXf80g_Technical information copied to clipboard
|
|
403
|
-
|
|
404
|
-
#YMSG: error message for copying to clipboard
|
|
405
|
-
TechInfo.CopyToClipboard.Error=ajff1+KTb77vywS9tnrivg_Technical information could not be copied to clipboard
|
|
406
|
-
|
|
407
|
-
#XTIT: Confirmation title for enabling/disabling debug sources
|
|
408
|
-
TechInfo.DebugSources.ConfirmTitle=ftOkxSOh8IDdg7+G2i3/ow_Reload App
|
|
409
|
-
|
|
410
|
-
#YMSG: Confirmation message for enabling/disabling debug sources
|
|
411
|
-
TechInfo.DebugSources.ConfirmMessage=NP2B6DuVlL6bpD36zfxkiQ_Reload the app to enable or disable the debug sources
|
|
412
|
-
|
|
413
|
-
#XTIT: Title for the custom bootstrap UPL configuration popup
|
|
414
|
-
TechInfo.SupportAssistantConfigPopup.Title=camCC8xBWBX/iMjX/aFFvQ_Support Assistant Settings
|
|
415
|
-
|
|
416
|
-
#XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup
|
|
417
|
-
TechInfo.SupportAssistantConfigPopup.StandardLocation=LRcqz7UfZ0b0ZZ2oR7RNHg_Recommended Locations
|
|
5
|
+
VALUE_STATE_ERROR=QoXlgLkIay7j+evzr3s1Hg_Invalid entry
|
|
6
|
+
VALUE_STATE_WARNING=DpioDZS7kaCgg6N0gMGADQ_Warning issued
|
|
7
|
+
VALUE_STATE_SUCCESS=v/ab1bM0F+MQUBy35/+VyQ_Entry successfully validated
|
|
8
|
+
VALUE_STATE_INFORMATION=9Lsp2BD8dzmH8I0ryhO/8g_Informative entry
|
|
9
|
+
|
|
10
|
+
INDICATION_STATE_INDICATION01=ZwJXYEVmEv1bXlPAzeWwcQ_Indication Color 1
|
|
11
|
+
INDICATION_STATE_INDICATION02=RYRGykz1WL2aqFtTzEHcnw_Indication Color 2
|
|
12
|
+
INDICATION_STATE_INDICATION03=MKd4Q8ua7dxIccWxBNsprw_Indication Color 3
|
|
13
|
+
INDICATION_STATE_INDICATION04=I4vVQdHC4qs1M3AsR/pB7Q_Indication Color 4
|
|
14
|
+
INDICATION_STATE_INDICATION05=2Qu7wQsTD6+fH4K4pBS23Q_Indication Color 5
|
|
15
|
+
|
|
16
|
+
BUSY_TEXT=22IBn8RRELlGMUAxRU3LoA_Please wait
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
date.week.calendarweek.wide=Q08AzLF+dJsu2YV/M2XYNQ_Calendar Week {0}
|
|
20
|
+
date.week.calendarweek.narrow=Ubb4K8mTqh3hkbOhV9cUgw_CW {0}
|
|
21
|
+
date.placeholder=yfSVosJAlxbexvY5WN3bCA_e.g. {0}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
FileSize.Byte=Hw5TROdmDM9Xbxf6OLIvTg_{0} Byte
|
|
25
|
+
FileSize.Bytes=BXIoK23wYTLPCi+DFaGnKw_{0} Bytes
|
|
418
26
|
|
|
419
|
-
|
|
420
|
-
|
|
27
|
+
FileSize.Kilobyte=8DW4uWkG3Hi7fSM9NuKorQ_{0} KB
|
|
28
|
+
FileSize.Megabyte=g15KONO4EYickN80icF2RA_{0} MB
|
|
29
|
+
FileSize.Gigabyte=ed2AyGX5HsON38+029twXg_{0} GB
|
|
30
|
+
FileSize.Terabyte=yY+xDdY5rWNDYZGe1hzUsA_{0} TB
|
|
31
|
+
FileSize.Petabyte=54B0XDgmMJscmtgLGrLzjA_{0} PB
|
|
32
|
+
FileSize.Exabyte=VN+lwepjnwAMLoL5Chwi1g_{0} EB
|
|
33
|
+
FileSize.Zettabyte=FNbfauzpI7sZuOtWQnplyQ_{0} ZB
|
|
34
|
+
FileSize.Yottabyte=JfiEBqQgjA2dEhbGt644Lg_{0} YB
|
|
35
|
+
|
|
36
|
+
FileSize.Kibibyte=jEQrneo5gYPh8G59HjfPhw_{0} KiB
|
|
37
|
+
FileSize.Mebibyte=OkCT6OtrfbNDk0u0MbbiEQ_{0} MiB
|
|
38
|
+
FileSize.Gibibyte=Jx+75I6/595dLGWA+3P9Rg_{0} GiB
|
|
39
|
+
FileSize.Tebibyte=lEqn1ODHJH9Y6/QOJmUfGQ_{0} TiB
|
|
40
|
+
FileSize.Pebibyte=E44HqhtrLbhEyIhrrpR2Eg_{0} PiB
|
|
41
|
+
FileSize.Exbibyte=CbisKRvx++SmAxgyiur5jg_{0} EiB
|
|
42
|
+
FileSize.Zebibyte=FjGhs95Tu+UxsnxXmSUDiQ_{0} ZiB
|
|
43
|
+
FileSize.Yobibyte=J874DmigN4gdhlqjBnC08A_{0} YiB
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
INFINITY=6AZBK9zTmn/FUqyrFngKZg_Infinity
|
|
47
|
+
MINUS_INFINITY=UvzYPI8ea+BmZL0a5ofQUA_Minus infinity
|
|
48
|
+
NAN=UlDTkyuE/6kZnaLHJ6JhRg_Not a number
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
CommunicationError=8C3nJuImtPBcO7fkzkI3eg_Communication error
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
NO=vpjocCuFOoLJ5Q9TMU7qEQ_No
|
|
55
|
+
YES=FNBdL4qiP4H+qPgL/TtHAg_Yes
|
|
56
|
+
EnterYesOrNo=A5flqrWPajkuXpcSg+EzUw_Enter "{0}" or "{1}".
|
|
57
|
+
EnterDigitsOnly=RciDJ8XKL2G7oUXDc1jl3w_Enter only digits
|
|
58
|
+
EnterMaximumOfDigits=sXAyOF9k4ekckxDY6/e37Q_Enter a maximum of {0} digits.
|
|
59
|
+
EnterNumber=Uu8rSIlQddomPwCPWMS8kw_Enter a number
|
|
60
|
+
EnterNumberPrecision=7R1WlFzA5F2tj5hDFu4BwA_Enter a number with a maximum of {0} digits, including any decimal places
|
|
61
|
+
EnterNumberInteger=yWT3YAg6PUlwzp6WJbhLqA_Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
62
|
+
EnterNumberFraction=8Gx1Cj7lZWwxQuf3roqi+A_Enter a number with a maximum of {0} decimal places
|
|
63
|
+
EnterNumberIntegerFraction=57SjrjnpYIjBn2ES6r+Jfg_Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
64
|
+
EnterNumberMin=gU7ALBxCkthg69m9CVB/xg_Enter a number with a minimum value of {0}
|
|
65
|
+
EnterNumberMinExclusive=7v1gtaSRSqIL9GOegMKQvw_Enter a number greater than {0}
|
|
66
|
+
EnterNumberMax=WVxosl2qcBhgaOCxZ3uTIg_Enter a number with a maximum value of {0}
|
|
67
|
+
EnterNumberMaxExclusive=awdIrs+9VSCBXGOVBJfgGA_Enter a number less than {0}
|
|
68
|
+
EnterText=uNuMGfLykWrmMa1HYkP21A_Enter a text
|
|
69
|
+
EnterTextMaxLength=7WUXFx6Bteq07rKy4Ph+mg_Enter a text with a maximum of {0} characters and spaces
|
|
70
|
+
EnterInt=vqJzTD9Ktbz69N5BUqlS6A_Enter a number without decimals.
|
|
71
|
+
EnterDateTime=GyQl/AVzC3psS4/VpHehuQ_Enter a valid date and a valid time in the following format\: {0}
|
|
72
|
+
EnterDate=HIATQvZzAw82dQ4gb86Lmg_Enter a valid date in the following format\: {0}
|
|
73
|
+
EnterGuid=idGRnbDzbUods73YNWb0ag_Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
74
|
+
EnterTime=xlYcNipTj0p8ffWHcY0O8w_Enter a valid time in the following format\: {0}
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
Boolean.Invalid=1RSia4SmmBXStvteUZE0hw_Enter a valid Boolean value
|
|
78
|
+
|
|
79
|
+
Integer.Invalid=fJGXTzmB9nYOL5sSTwMAqA_Enter a valid number
|
|
80
|
+
Integer.Minimum=EEgiTmRNVeTNfhfnJiDMZw_Enter a number greater than or equal to {0}
|
|
81
|
+
Integer.Maximum=0cZB/hzyerFmfcUZ3XI23Q_Enter a number less than or equal to {0}
|
|
82
|
+
|
|
83
|
+
Float.Invalid=l2r+g2iZe0MTd5+NKB6VwQ_Enter a valid number
|
|
84
|
+
Float.Minimum=AwIUrhusSZxDramD93rh9Q_Enter a number greater than or equal to {0}
|
|
85
|
+
Float.Maximum=1y5n9nRA34mNe2oC2rRatA_Enter a number less than or equal to {0}
|
|
86
|
+
|
|
87
|
+
Currency.Invalid=7ZXYh5CjTTZmhlyvzW8mtg_Enter a valid currency amount
|
|
88
|
+
Currency.Minimum=I41oICawD0gzCF1ICc2mfw_Enter an amount greater than or equal to {0}
|
|
89
|
+
Currency.Maximum=J7gc1ORImpXwraj1MY2XAg_Enter an amount less than or equal to {0}
|
|
90
|
+
|
|
91
|
+
Unit.Invalid=H6h2Vh2mboBC/sd5F5nSaw_Enter a valid unit amount
|
|
92
|
+
Unit.Minimum=G05OSsnxBrad1XieuOTkpg_Enter an amount greater than or equal to {0}
|
|
93
|
+
Unit.Maximum=zpdJBEranEj75gjJjQhZPA_Enter an amount less than or equal to {0}
|
|
94
|
+
Unit.Decimals=hoxEz3CjtXvtNIXRw8fBLQ_Enter an amount with less decimals than {0}
|
|
95
|
+
|
|
96
|
+
FileSize.Invalid=JnwO5zdDRkn2nMGQsMSPYw_Enter a valid file size
|
|
97
|
+
FileSize.Minimum=kSIjUHjMBlE9COoE9vkHXg_Enter a file size greater than or equal to {0}
|
|
98
|
+
FileSize.Maximum=3XF5yA33NXf50jVJuUl22w_Enter a file size lower than or equal to {0}
|
|
99
|
+
|
|
100
|
+
Date.Invalid=8MI9cplJWMqEQgwp5Qlhtg_Enter a date
|
|
101
|
+
Date.Minimum=o4L0NHc0nr0oPPCWFkXCiA_Enter a date after {0}
|
|
102
|
+
Date.Maximum=TZJeUNdH1Jg+cDhoO5l9Yg_Enter a date before {0}
|
|
103
|
+
|
|
104
|
+
Time.Invalid=JgYhZxGsca52gJ6DBBlcmw_Enter a valid time
|
|
105
|
+
Time.Minimum=4yehwRB8LnG23VmCE9KYsQ_Enter a time after {0}
|
|
106
|
+
Time.Maximum=ewqeAKTF58tGE804ATTtZA_Enter a time before {0}
|
|
107
|
+
|
|
108
|
+
DateTime.Invalid=Do9t4CCT+/T5W1JQUOV+MQ_Enter a valid date and time
|
|
109
|
+
DateTime.Minimum=71EemU8pD9dO5XT05UP2Eg_Enter a date and time after {0}
|
|
110
|
+
DateTime.Maximum=cpXMEAW1V6Ltpj5SmHe84A_Enter a date and time before {0}
|
|
111
|
+
|
|
112
|
+
DateInterval.Invalid=N1aFb7DxvPrkHjBv25vGQg_Enter a valid date interval
|
|
113
|
+
|
|
114
|
+
String.MinLength=pKsrzRxZBb3XY+TjFUiTiA_Enter a value with at least {0} characters
|
|
115
|
+
String.MaxLength=4HueEgDvywGv2CffBUDodA_Enter a value with no more than {0} characters
|
|
116
|
+
String.StartsWith=4plwhtV2kM+kmhBrJu89Kw_Enter a value starting with "{0}"
|
|
117
|
+
String.EndsWith=Dx2KYKG4bPxeMD1nBDpFxA_Enter a value ending with "{0}"
|
|
118
|
+
String.Contains=d+9+g7heecJFt0yXtyg4iw_Enter a value containing "{0}"
|
|
119
|
+
String.Equals=IhzjErJ3aFgzwmCeToBBLQ_Enter value "{0}"
|
|
120
|
+
String.Search=YVnKbsHy2tNM31fG8exNGg_Enter a valid value
|
|
121
|
+
|
|
122
|
+
ACC_CTR_TYPE_IMAGE=yf/R8Y0Nk73FLx3KcJi3/Q_Image
|
|
123
|
+
ACC_CTR_TYPE_BUTTON=VQmRbX09K2qkKQxaLlzoRA_Button
|
|
124
|
+
|
|
125
|
+
CLOSE=2fiP0jZJl+v8IzKohonoTw_Close
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
Icon.action-settings=bkRoiIFIv9FFbkc3js7Gsw_Settings
|
|
129
|
+
Icon.activate=nn/lzFPmbQVyMCwS5lNOzg_Activate
|
|
130
|
+
Icon.add=7/pmljCQnq/Aq4p5OKS8cg_Add
|
|
131
|
+
Icon.add-contact=MkszOlLaOMWKdzBsp8fFlg_Add Contact
|
|
132
|
+
Icon.add-filter=PXrjLIB/CcOO7uzxDNXUSw_Add Filter
|
|
133
|
+
Icon.add-photo=Og0VxMldtC6DoWie+uDRmA_Add Photo
|
|
134
|
+
Icon.back-to-top=XRswm+dfjIUOeLsWNnAqUQ_Back to Top
|
|
135
|
+
Icon.collapse=i1YUW0MwN84XUfDqMAz0iQ_Collapse
|
|
136
|
+
Icon.collapse-group=eqIdHq5RT9LdrK4JDhIm+g_Collapse Group
|
|
137
|
+
Icon.crop=l6Q6bSj4RNNq+tuYT3MMRg_Crop
|
|
138
|
+
Icon.decline=3OzYt+l4zpAqk2ch8HE21w_Decline
|
|
139
|
+
Icon.delete=UeGW2gAK/q3H8mbMrXL9Vw_Delete
|
|
140
|
+
Icon.display=wuUkjPwKaGaTXREnHmI1bw_Display
|
|
141
|
+
Icon.down=Dy31q0EdMy7bFPPrJrh9sw_Down
|
|
142
|
+
Icon.download=q9mb5ItHBqzQhdCFoA99Mg_Download
|
|
143
|
+
Icon.drill-down=SBgXHhdTZlQIizFzduOApg_Drill Down
|
|
144
|
+
Icon.drill-up=DDB7LWIAsnNkAqq7Cs8C1g_Drill Up
|
|
145
|
+
Icon.error=JSYZ3NE5HXSjX4Dg9nZm4Q_Error
|
|
146
|
+
Icon.exit-full-screen=L3RvuL6wlXem1kF2mZZfYg_Exit Full Screen
|
|
147
|
+
Icon.expand=cVgzuK2kUofO7qBgKWaTTQ_Expand
|
|
148
|
+
Icon.expand-group=PmLZsE7pdFylMA0r+rWhjw_Expand Group
|
|
149
|
+
Icon.filter=WLK/KMyXsYBdmGBiKzF+MQ_Filter
|
|
150
|
+
Icon.flag=v6KbuOlCJbBYBZa9XDtlSw_Flag
|
|
151
|
+
Icon.forward=D3F/MjXEDvb24K2jcUP7mg_Forward
|
|
152
|
+
Icon.full-screen=gWCzpmWG4xQA9EHSCHsLkQ_Enter Full Screen
|
|
153
|
+
Icon.generate-shortcut=gq1ALVIkmI27gcbQZUKl+g_Create Shortcut
|
|
154
|
+
Icon.group-2=M9ACvpzmaVXYQCTDfB/bpQ_Group
|
|
155
|
+
Icon.hide=aKv48O7Ee/8egFg8NKFhRg_Hide
|
|
156
|
+
Icon.ipad=RPXq6bfEehlnjw7jMaL7sA_Tablet
|
|
157
|
+
Icon.ipad-2=o/cqwe2v2ioIuvymB08uJw_Tablet
|
|
158
|
+
Icon.iphone=aR9+9Sz5XurUwj2tFcZKUg_Phone
|
|
159
|
+
Icon.iphone-2=A/YUINB1Hd8qR233/VFkSw_Phone
|
|
160
|
+
Icon.laptop=RYB0LDsYGZJOErGMbemfzw_Laptop
|
|
161
|
+
Icon.message-error=ILI4+UTjIq5hYHJUIb6LZw_Error
|
|
162
|
+
Icon.message-information=81zQv+h4oTF6CqJNaJcDrw_Information
|
|
163
|
+
Icon.message-success=7M6kfS35El+qhkpIVrA/kw_Successful
|
|
164
|
+
Icon.message-warning=qJ+XHeZWJ9pTMU2739VMWQ_Warning
|
|
165
|
+
Icon.move=ZMeP/hfVxAiREVrz3TA96Q_Move
|
|
166
|
+
Icon.multi-select=26Nat3+LCKWVE5dtey5wZw_Multi Select
|
|
167
|
+
Icon.nav-back=oYDZIUIx5n3HR1E/ctRzyA_Navigate Back
|
|
168
|
+
Icon.overflow=PdVzlEU8Fgqtc5vsPT7f1w_More
|
|
169
|
+
Icon.redo=32VyOKrwQqalAGqKNBKzWQ_Redo
|
|
170
|
+
Icon.refresh=tIhVfieWITizDMhNgw/xxA_Refresh
|
|
171
|
+
Icon.resize=Mc3hS2K25/mdU6/a7Gz2HA_Resize
|
|
172
|
+
Icon.resize-horizontal=JQk7z4RAI7VFTXrjeRrJ5Q_Resize Horizontally
|
|
173
|
+
Icon.resize-vertical=5P/xoyiPC6v7izRhJFtopw_Resize Vertically
|
|
174
|
+
Icon.response=NSp68aLXc4IHR/Xk6R5OIg_Reply
|
|
175
|
+
Icon.save=B9yJuJ0nuFCWPQCp/N4Uvw_Save
|
|
176
|
+
Icon.search=ePP1qgBpvSo27LvtR8oTow_Search
|
|
177
|
+
Icon.settings=naBjNMxiIOJ8XwLELAoRGA_Settings
|
|
178
|
+
Icon.show=ddsISCwEdhViJVqv1eymvA_Show
|
|
179
|
+
Icon.sort=tLM0SPWZJq2u9NTsntrz1Q_Sort
|
|
180
|
+
Icon.sort-ascending=ZDZBx4fcHkoPHakiLMmJrg_Sort Ascending
|
|
181
|
+
Icon.sort-descending=0wNdjVHRHGF0651H7yqRiw_Sort Descending
|
|
182
|
+
Icon.synchronize=EW65bj2B6f+xLYmJqpuaqQ_Synchronize
|
|
183
|
+
Icon.undo=cOdm34bUGbODXeydmyIORg_Undo
|
|
184
|
+
Icon.up=7uEgCbYaW/KEPFnQrUHowg_Up
|
|
185
|
+
Icon.upload=S9a2J0cTVnrxdYYzATDdMw_Upload
|
|
186
|
+
Icon.zoom-in=7AnyNSsL8j7mdZ3tLGEZDA_Zoom In
|
|
187
|
+
Icon.zoom-out=1m8UiAx6Omue/pALBsUKqg_Zoom Out
|
|
421
188
|
|
|
422
|
-
#XFLD: Application version bootstrap location option for the custom bootstrap UPL configuration popup
|
|
423
|
-
TechInfo.SupportAssistantConfigPopup.AppVersionOption=7cfudifEG5Qiufk3hkkqcw_Application Version ({0})
|
|
424
189
|
|
|
425
|
-
|
|
426
|
-
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=WCjmBwLCGka8L3wKdIrHJg_Incorrect syntax of the location address. Correct syntax should be http\://<Valid custom URI>/resources/sap/ui/support.
|
|
190
|
+
TechInfo.DialogTitle=gL8MOCImWHaWVDKy7E0qnA_Technical Information Dialog
|
|
427
191
|
|
|
428
|
-
|
|
429
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=/7jAkypyCBsR9pRqVDKaZA_Support Assistant is not available in this location\:
|
|
192
|
+
TechInfo.HelpButton.Tooltip=/wnTj7db4NBMa26O1nXVBQ_Open documentation
|
|
430
193
|
|
|
431
|
-
|
|
432
|
-
TechInfo.SupportAssistantConfigPopup.ProtocolError=Nr4kUg+XTq7pVZDLdEXHVw_App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
194
|
+
TechInfo.VersionLink.Tooltip=m+sFM2yPoPAzeYxn99A1xw_Open version information in a new tab
|
|
433
195
|
|
|
434
|
-
|
|
435
|
-
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=xgxYYsPptiTtLjQTexm+vQ_Ajax return code is different than [200]
|
|
196
|
+
TechInfo.CopyButton.Tooltip=6IJpOX84+R7eLIuIXYTmgQ_Copy technical information to clipboard
|
|
436
197
|
|
|
437
|
-
|
|
438
|
-
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Gk7IZbNXtUv3DF5yhbiZVw_Not Found [404]
|
|
198
|
+
TechnInfo.DiagnosticsButton.Text=4E8ZjWUt4ZZiJyh3xj+bjA_Open Diagnostics
|
|
439
199
|
|
|
440
|
-
|
|
441
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=wcFIRLxMQz4DrqkF8WHebg_Internal Server Error [500]
|
|
200
|
+
TechnInfo.AssistantButton.Text=MdQrXv+mWunubvy3Ht8tfQ_Activate Support Assistant
|
|
442
201
|
|
|
443
|
-
|
|
444
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=aWYYBfvFL5Trv9g/mO/iwA_Time out error
|
|
202
|
+
TechInfo.UserAgent.Label=+eZWanK1XVjta9E3guPhMg_User Agent
|
|
445
203
|
|
|
446
|
-
|
|
447
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=OWzl/JX4/OaaWPWD2WKOVQ_Requested JSON parse failed
|
|
204
|
+
TechInfo.AppUrl.Label=7wIfYB1XMSCUV/baCNENdw_App URL
|
|
448
205
|
|
|
449
|
-
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.UncaughtError=22O0JQVwKEBJik6sAZD4kg_Uncaught Error
|
|
206
|
+
TechInfo.DebugSources.Label=7eBNDoi+2e8yftRuZks/Ww_Use Debug Sources
|
|
451
207
|
|
|
452
|
-
|
|
453
|
-
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=dPZpo3K0/AhY61UF3cf+AQ_Ajax request aborted
|
|
208
|
+
TechInfo.DebugSources.Tooltip=tiSNoQcFtGYBnsAM74VU+Q_Reloads the current page with unminified sources for debugging
|
|
454
209
|
|
|
455
|
-
|
|
456
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=dnjS7K5U6StVDxmWxwBjKQ_This location is not available at the moment.
|
|
210
|
+
TechInfo.DebugSourcesModules.Link=wDpX2ZD68a+JDgjXDapMLA_Select specific modules
|
|
457
211
|
|
|
458
|
-
|
|
459
|
-
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=nQW4MjlN2XkcP5ZzQRwJOQ_Open Support Assistant in New Window
|
|
212
|
+
TechInfo.VersionBuildTime.Text=Agk+9n1Q4Cn5U5dlBfyJ3g_(built at {0})
|
|
460
213
|
|
|
461
|
-
|
|
462
|
-
TechInfo.SupportAssistantConfigPopup.Locations=dHEU9722lA4TDzj6Y5RnzA_Resource Location
|
|
214
|
+
TechInfo.CopyToClipboard.Success=D1c3vaIP32DMfDszbZfCIw_Technical information copied to clipboard
|
|
463
215
|
|
|
464
|
-
|
|
465
|
-
TechInfo.SupportAssistantConfigPopup.Options=2YRacScvxnSfYU84yV6xAQ_Options
|
|
216
|
+
TechInfo.CopyToClipboard.Error=gzoqJK9gQeRZdfBSyVq7pA_Technical information could not be copied to clipboard
|
|
466
217
|
|
|
467
|
-
|
|
468
|
-
TechInfo.DebugModulesConfigPopup.SelectionCounter=F3Qu3f8Vx0IgHmtE4LHkNQ_Select Debug Modules ({0} Selected)
|
|
218
|
+
TechInfo.DebugSources.ConfirmTitle=vVb3c/vSjE+bi9VlY0N+7A_Reload App
|
|
469
219
|
|
|
470
|
-
|
|
471
|
-
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=ySsBdS5Ab16/nD3eQYQTJg_Value for parameter sap-ui-debug is invalid
|
|
220
|
+
TechInfo.DebugSources.ConfirmMessage=oZjuR9qJtPiL3/wiqYLTdw_Reload the app to enable or disable the debug sources
|
|
472
221
|
|
|
473
|
-
|
|
474
|
-
TechInfo.DebugModulesCopy.Tooltip=kOSJrD19i7JKHf1YDGWSpQ_Copy the sap-ui-debug value to clipboard
|
|
222
|
+
TechInfo.SupportAssistantConfigPopup.Title=F7ESBQNpIL+/h9C+KTdLdw_Support Assistant Settings
|
|
475
223
|
|
|
476
|
-
|
|
477
|
-
TechInfo.DebugModulesReset.Tooltip=iKJnIBtA7qrUzEx9R3eifA_Reset the currently selected modules
|
|
224
|
+
TechInfo.SupportAssistantConfigPopup.StandardLocation=KUIMH9u5XqWg9/hCy51r0w_Recommended Locations
|
|
478
225
|
|
|
479
|
-
|
|
480
|
-
TechInfo.DebugModulesCopyToClipboard.Success=kXyrOk//+87t8DgtawflSg_Custom sap-ui-debug value copied to clipboard
|
|
226
|
+
TechInfo.SupportAssistantConfigPopup.CustomLocation=7VvUUUaB46vqtEFNNYzk+w_Custom Location
|
|
481
227
|
|
|
482
|
-
|
|
483
|
-
TechInfo.DebugModulesCopyToClipboard.Error=Buqnw7w9di3UXoeV5fvcpg_Custom sap-ui-debug value could not be copied to clipboard
|
|
228
|
+
TechInfo.SupportAssistantConfigPopup.AppVersionOption=62HVWehTGGsMH1ccIRGV4Q_Application Version ({0})
|
|
484
229
|
|
|
485
|
-
|
|
486
|
-
TechInfo.DebugModulesConfigPopup.Confirm=+Gi1xpBOmJ3jzcV+V5o01A_Apply
|
|
230
|
+
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=4Mbmi1GRcKEf1+Lr5hpQ5g_The syntax of the location address is incorrect. The correct syntax is http\://<Valid custom URI>/resources/sap/ui/support.
|
|
487
231
|
|
|
488
|
-
|
|
489
|
-
PostMessage.Message=KcGLpzlu+UixdqMyC/TKiA_An application or code in your browser is trying to communicate with your application. Do you allow the communication with {0} from {1}?
|
|
232
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=hPyDzK5eBwrtvukoPDC58g_Support Assistant is not available in this location\:
|
|
490
233
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
234
|
+
TechInfo.SupportAssistantConfigPopup.ProtocolError=5rQ0EDAOGxzLB3piNe+yYg_App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
235
|
+
|
|
236
|
+
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=T9+Wp86xMCAs1yVKh7Rklw_Ajax return code is different than [200]
|
|
237
|
+
|
|
238
|
+
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=rvzXX3fP0bNVRCtaKlJAAw_File not found (404)
|
|
239
|
+
|
|
240
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=JDTJzQ+gsj2cg2m2X3GvcA_Internal server error\: {500}
|
|
241
|
+
|
|
242
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=oNnSrRSCdjdkHBM9Zg8KHQ_Timeout error
|
|
243
|
+
|
|
244
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=nuL7vXm1t/IujRYanV4KSg_Requested JSON parse failed
|
|
245
|
+
|
|
246
|
+
TechInfo.SupportAssistantConfigPopup.UncaughtError=TCtlQqhwWB3C3NwAglPM3Q_Uncaught error
|
|
247
|
+
|
|
248
|
+
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=ru19s74GYR7Ewkb8e7Btug_Ajax request aborted
|
|
249
|
+
|
|
250
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=wroHiWd9FcpikPGw7zJCng_This location is not available at the moment.
|
|
251
|
+
|
|
252
|
+
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=sLgHeqOkeBP7N0ZqNCPmoQ_Open Support Assistant in New Window
|
|
253
|
+
|
|
254
|
+
TechInfo.SupportAssistantConfigPopup.Locations=Z6c4C+fQv9wMTa1tOpnp2w_Resource Location
|
|
255
|
+
|
|
256
|
+
TechInfo.SupportAssistantConfigPopup.Options=AEdD3b7ipTvBeYFa3oSyfQ_Options
|
|
257
|
+
|
|
258
|
+
TechInfo.DebugModulesConfigPopup.SelectionCounter=UCQq3LMSR5OlxVfSrQJmVQ_Select Debug Modules ({0} Selected)
|
|
259
|
+
|
|
260
|
+
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=AqCOecqYtjQNQQI0fNpaGw_Value for parameter sap-ui-debug is invalid
|
|
261
|
+
|
|
262
|
+
TechInfo.DebugModulesCopy.Tooltip=apnxl2Pzyw0E/N1rqDRtcQ_Copy the sap-ui-debug value to clipboard
|
|
263
|
+
|
|
264
|
+
TechInfo.DebugModulesReset.Tooltip=Y6Uh4IhfNttrAXmaShtqJg_Reset the currently selected modules
|
|
265
|
+
|
|
266
|
+
TechInfo.DebugModulesCopyToClipboard.Success=w//MbGrC583r45maNFC2bA_Custom sap-ui-debug value copied to clipboard
|
|
267
|
+
|
|
268
|
+
TechInfo.DebugModulesCopyToClipboard.Error=rHoUr7UkmlW/xgQpYl/N/g_Custom sap-ui-debug value could not be copied to clipboard
|
|
269
|
+
|
|
270
|
+
TechInfo.DebugModulesConfigPopup.Confirm=fUb2iLpc8keBQ/jo977N2Q_Apply
|
|
271
|
+
|
|
272
|
+
PostMessage.Message=zxSsxwIYLgKpjxyDtl51dw_An application or code in your browser is trying to communicate with your application. Do you want to allow communication with {0} from {1}?
|
|
273
|
+
|
|
274
|
+
PasteHelper.ErrorMessage=WPiPBG3WNLx/vVXQ5cjVdg_Value "{0}" in row {1} and column {2} cannot be parsed.
|