@openui5/sap.ui.core 1.71.60 → 1.71.62
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.act.js +1 -1
- package/src/jquery.sap.dom.js +1 -1
- package/src/jquery.sap.encoder.js +1 -1
- package/src/jquery.sap.events.js +1 -1
- package/src/jquery.sap.global.js +2 -2
- package/src/jquery.sap.history.js +1 -1
- package/src/jquery.sap.keycodes.js +1 -1
- package/src/jquery.sap.mobile.js +1 -1
- package/src/jquery.sap.promise.js +1 -1
- package/src/jquery.sap.properties.js +2 -2
- package/src/jquery.sap.resources.js +2 -2
- package/src/jquery.sap.script.js +2 -2
- package/src/jquery.sap.sjax.js +1 -1
- package/src/jquery.sap.storage.js +4 -4
- package/src/jquery.sap.strings.js +1 -1
- package/src/jquery.sap.stubs.js +1 -1
- package/src/jquery.sap.trace.js +1 -1
- package/src/jquery.sap.ui.js +1 -1
- package/src/jquery.sap.unicode.js +1 -1
- package/src/jquery.sap.xml.js +1 -1
- package/src/sap/base/Log.js +1 -1
- package/src/sap/base/assert.js +1 -1
- package/src/sap/base/i18n/ResourceBundle.js +1 -1
- package/src/sap/base/security/URLWhitelist.js +1 -1
- package/src/sap/base/security/encodeCSS.js +1 -1
- package/src/sap/base/security/encodeJS.js +1 -1
- package/src/sap/base/security/encodeURL.js +1 -1
- package/src/sap/base/security/encodeURLParameters.js +1 -1
- package/src/sap/base/security/encodeXML.js +1 -1
- package/src/sap/base/security/sanitizeHTML.js +1 -1
- package/src/sap/base/strings/NormalizePolyfill.js +1 -1
- package/src/sap/base/strings/camelize.js +1 -1
- package/src/sap/base/strings/capitalize.js +1 -1
- package/src/sap/base/strings/escapeRegExp.js +1 -1
- package/src/sap/base/strings/formatMessage.js +1 -1
- package/src/sap/base/strings/hash.js +1 -1
- package/src/sap/base/strings/hyphenate.js +1 -1
- package/src/sap/base/strings/toHex.js +1 -1
- package/src/sap/base/util/JSTokenizer.js +1 -1
- package/src/sap/base/util/LoaderExtensions.js +1 -1
- package/src/sap/base/util/ObjectPath.js +1 -1
- package/src/sap/base/util/Properties.js +1 -1
- package/src/sap/base/util/UriParameters.js +1 -1
- package/src/sap/base/util/Version.js +1 -1
- package/src/sap/base/util/_merge.js +1 -1
- package/src/sap/base/util/array/diff.js +1 -1
- package/src/sap/base/util/array/uniqueSort.js +1 -1
- package/src/sap/base/util/deepClone.js +1 -1
- package/src/sap/base/util/deepEqual.js +1 -1
- package/src/sap/base/util/deepExtend.js +1 -1
- package/src/sap/base/util/defineCoupledProperty.js +1 -1
- package/src/sap/base/util/defineLazyProperty.js +1 -1
- package/src/sap/base/util/each.js +1 -1
- package/src/sap/base/util/extend.js +1 -1
- package/src/sap/base/util/includes.js +1 -1
- package/src/sap/base/util/isEmptyObject.js +1 -1
- package/src/sap/base/util/isPlainObject.js +1 -1
- package/src/sap/base/util/merge.js +1 -1
- package/src/sap/base/util/now.js +1 -1
- package/src/sap/base/util/resolveReference.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +2 -2
- package/src/sap/base/util/restricted/_curry.js +2 -2
- package/src/sap/base/util/restricted/_debounce.js +2 -2
- package/src/sap/base/util/restricted/_intersection.js +2 -2
- package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
- package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
- package/src/sap/base/util/restricted/_max.js +2 -2
- package/src/sap/base/util/restricted/_merge.js +2 -2
- package/src/sap/base/util/restricted/_mergeWith.js +2 -2
- package/src/sap/base/util/restricted/_min.js +2 -2
- package/src/sap/base/util/restricted/_omit.js +2 -2
- package/src/sap/base/util/restricted/_pick.js +2 -2
- package/src/sap/base/util/restricted/_pickBy.js +2 -2
- package/src/sap/base/util/restricted/_throttle.js +2 -2
- package/src/sap/base/util/restricted/_uniq.js +2 -2
- package/src/sap/base/util/restricted/_uniqBy.js +2 -2
- package/src/sap/base/util/restricted/_uniqWith.js +2 -2
- package/src/sap/base/util/uid.js +1 -1
- package/src/sap/base/util/values.js +1 -1
- package/src/sap/ui/Device.js +4 -4
- package/src/sap/ui/Global.js +5 -5
- package/src/sap/ui/VersionInfo.js +1 -1
- package/src/sap/ui/base/BindingParser.js +1 -1
- package/src/sap/ui/base/DataType.js +1 -1
- package/src/sap/ui/base/Event.js +2 -2
- package/src/sap/ui/base/EventProvider.js +2 -2
- package/src/sap/ui/base/Exception.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +1 -1
- package/src/sap/ui/base/Interface.js +2 -2
- package/src/sap/ui/base/ManagedObject.js +2 -2
- package/src/sap/ui/base/ManagedObjectMetadata.js +2 -2
- package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
- package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
- package/src/sap/ui/base/Metadata.js +2 -2
- package/src/sap/ui/base/Object.js +2 -2
- package/src/sap/ui/base/ObjectPool.js +2 -2
- package/src/sap/ui/base/SyncPromise.js +1 -1
- package/src/sap/ui/base/syncXHRFix.js +1 -1
- package/src/sap/ui/core/.library +2 -2
- package/src/sap/ui/core/AppCacheBuster.js +1 -1
- package/src/sap/ui/core/BlockLayerUtils.js +1 -1
- package/src/sap/ui/core/BusyIndicator.js +2 -2
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/CalendarType.js +1 -1
- package/src/sap/ui/core/CommandExecution.js +1 -1
- package/src/sap/ui/core/Component.js +2 -2
- package/src/sap/ui/core/ComponentContainer.js +2 -2
- package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +2 -2
- package/src/sap/ui/core/ComponentSupport.js +2 -2
- package/src/sap/ui/core/CompositeSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/ContextMenuSupport.js +1 -1
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/Core.js +2 -2
- package/src/sap/ui/core/CustomData.js +2 -2
- package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
- package/src/sap/ui/core/CustomizingConfiguration.js +2 -2
- package/src/sap/ui/core/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/Element.js +2 -2
- package/src/sap/ui/core/ElementMetadata.js +2 -2
- package/src/sap/ui/core/EnabledPropagator.js +2 -2
- package/src/sap/ui/core/EventBus.js +2 -2
- package/src/sap/ui/core/ExtensionPoint.js +1 -1
- package/src/sap/ui/core/FocusHandler.js +1 -1
- package/src/sap/ui/core/Fragment.js +2 -2
- package/src/sap/ui/core/HTML.js +2 -2
- package/src/sap/ui/core/HTMLRenderer.js +1 -1
- package/src/sap/ui/core/History.js +2 -2
- package/src/sap/ui/core/Icon.js +2 -2
- package/src/sap/ui/core/IconPool.js +1 -1
- package/src/sap/ui/core/IconRenderer.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +2 -2
- package/src/sap/ui/core/IntervalTrigger.js +2 -2
- package/src/sap/ui/core/InvisibleRenderer.js +2 -2
- package/src/sap/ui/core/InvisibleText.js +2 -2
- package/src/sap/ui/core/Item.js +2 -2
- package/src/sap/ui/core/LabelEnablement.js +2 -2
- package/src/sap/ui/core/LayoutData.js +2 -2
- package/src/sap/ui/core/ListItem.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
- package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +2 -2
- package/src/sap/ui/core/LocaleData.js +2 -2
- package/src/sap/ui/core/Manifest.js +2 -2
- package/src/sap/ui/core/Message.js +2 -2
- package/src/sap/ui/core/Patcher.js +1 -1
- package/src/sap/ui/core/Popup.js +1 -1
- package/src/sap/ui/core/RenderManager.js +2 -2
- package/src/sap/ui/core/Renderer.js +2 -2
- package/src/sap/ui/core/ResizeHandler.js +2 -2
- package/src/sap/ui/core/ScrollBar.js +2 -2
- package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +2 -2
- package/src/sap/ui/core/Shortcut.js +1 -1
- package/src/sap/ui/core/StashedControlSupport.js +1 -1
- package/src/sap/ui/core/ThemeCheck.js +1 -1
- package/src/sap/ui/core/Title.js +2 -2
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +2 -2
- package/src/sap/ui/core/UIComponent.js +2 -2
- package/src/sap/ui/core/UIComponentMetadata.js +2 -2
- package/src/sap/ui/core/ValueStateSupport.js +2 -2
- package/src/sap/ui/core/VariantLayoutData.js +2 -2
- package/src/sap/ui/core/XMLComposite.js +2 -2
- package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
- package/src/sap/ui/core/XMLTemplateProcessor.js +1 -1
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
- package/src/sap/ui/core/date/Buddhist.js +1 -1
- package/src/sap/ui/core/date/CalendarUtils.js +1 -1
- package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
- package/src/sap/ui/core/date/Gregorian.js +1 -1
- package/src/sap/ui/core/date/Islamic.js +1 -1
- package/src/sap/ui/core/date/Japanese.js +1 -1
- package/src/sap/ui/core/date/Persian.js +1 -1
- package/src/sap/ui/core/date/UniversalDate.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
- package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
- package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
- package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
- package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
- package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
- package/src/sap/ui/core/designtime/library.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
- package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
- package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
- package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
- package/src/sap/ui/core/dnd/DragInfo.js +2 -2
- package/src/sap/ui/core/dnd/DropInfo.js +2 -2
- package/src/sap/ui/core/format/DateFormat.js +1 -1
- package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
- package/src/sap/ui/core/format/ListFormat.js +1 -1
- package/src/sap/ui/core/format/NumberFormat.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
- package/src/sap/ui/core/library.js +4 -4
- package/src/sap/ui/core/library.support.js +1 -1
- package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
- package/src/sap/ui/core/message/Message.js +2 -2
- package/src/sap/ui/core/message/MessageManager.js +2 -2
- package/src/sap/ui/core/message/MessageMixin.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +2 -2
- package/src/sap/ui/core/message/MessageProcessor.js +2 -2
- package/src/sap/ui/core/messagebundle_ar.properties +0 -230
- package/src/sap/ui/core/messagebundle_bg.properties +0 -230
- package/src/sap/ui/core/messagebundle_ca.properties +0 -230
- package/src/sap/ui/core/messagebundle_cs.properties +0 -230
- package/src/sap/ui/core/messagebundle_da.properties +0 -230
- package/src/sap/ui/core/messagebundle_de.properties +0 -230
- package/src/sap/ui/core/messagebundle_el.properties +0 -230
- package/src/sap/ui/core/messagebundle_en.properties +0 -230
- package/src/sap/ui/core/messagebundle_es.properties +0 -230
- package/src/sap/ui/core/messagebundle_et.properties +0 -230
- package/src/sap/ui/core/messagebundle_fi.properties +0 -230
- package/src/sap/ui/core/messagebundle_fr.properties +0 -230
- package/src/sap/ui/core/messagebundle_hi.properties +0 -230
- package/src/sap/ui/core/messagebundle_hr.properties +0 -230
- package/src/sap/ui/core/messagebundle_hu.properties +0 -230
- package/src/sap/ui/core/messagebundle_it.properties +0 -230
- package/src/sap/ui/core/messagebundle_iw.properties +0 -230
- package/src/sap/ui/core/messagebundle_ja.properties +0 -230
- package/src/sap/ui/core/messagebundle_kk.properties +0 -230
- package/src/sap/ui/core/messagebundle_ko.properties +0 -230
- package/src/sap/ui/core/messagebundle_lt.properties +0 -230
- package/src/sap/ui/core/messagebundle_lv.properties +0 -230
- package/src/sap/ui/core/messagebundle_ms.properties +0 -230
- package/src/sap/ui/core/messagebundle_nl.properties +0 -230
- package/src/sap/ui/core/messagebundle_no.properties +0 -230
- package/src/sap/ui/core/messagebundle_pl.properties +0 -230
- package/src/sap/ui/core/messagebundle_pt.properties +0 -230
- package/src/sap/ui/core/messagebundle_ro.properties +0 -230
- package/src/sap/ui/core/messagebundle_ru.properties +0 -230
- package/src/sap/ui/core/messagebundle_sh.properties +0 -230
- package/src/sap/ui/core/messagebundle_sk.properties +0 -230
- package/src/sap/ui/core/messagebundle_sl.properties +0 -230
- package/src/sap/ui/core/messagebundle_sr.properties +0 -230
- package/src/sap/ui/core/messagebundle_sv.properties +0 -230
- package/src/sap/ui/core/messagebundle_th.properties +0 -230
- package/src/sap/ui/core/messagebundle_tr.properties +0 -230
- package/src/sap/ui/core/messagebundle_uk.properties +0 -230
- package/src/sap/ui/core/messagebundle_vi.properties +0 -230
- package/src/sap/ui/core/messagebundle_zh_CN.properties +0 -230
- package/src/sap/ui/core/messagebundle_zh_TW.properties +0 -230
- package/src/sap/ui/core/mvc/Controller.js +2 -3
- package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
- package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
- package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +2 -2
- package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -2
- package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +2 -2
- package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +2 -2
- package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/View.js +2 -2
- package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +2 -2
- package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
- package/src/sap/ui/core/plugin/LessSupport.js +2 -2
- package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
- package/src/sap/ui/core/postmessage/Bus.js +2 -2
- package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
- package/src/sap/ui/core/routing/HashChanger.js +1 -1
- package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
- package/src/sap/ui/core/routing/History.js +1 -1
- package/src/sap/ui/core/routing/Route.js +2 -2
- package/src/sap/ui/core/routing/Router.js +1 -1
- package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
- package/src/sap/ui/core/routing/Target.js +1 -1
- package/src/sap/ui/core/routing/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/Targets.js +1 -1
- package/src/sap/ui/core/routing/Views.js +1 -1
- package/src/sap/ui/core/routing/async/Route.js +1 -1
- package/src/sap/ui/core/routing/async/Target.js +1 -1
- package/src/sap/ui/core/routing/async/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/async/Targets.js +1 -1
- package/src/sap/ui/core/routing/sync/Route.js +1 -1
- package/src/sap/ui/core/routing/sync/Target.js +1 -1
- package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
- package/src/sap/ui/core/routing/sync/Targets.js +1 -1
- package/src/sap/ui/core/rules/App.support.js +1 -1
- package/src/sap/ui/core/rules/Config.support.js +1 -1
- package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
- package/src/sap/ui/core/rules/Misc.support.js +1 -1
- package/src/sap/ui/core/rules/Model.support.js +1 -1
- package/src/sap/ui/core/rules/View.support.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
- package/src/sap/ui/core/search/SearchProvider.js +2 -2
- package/src/sap/ui/core/service/Service.js +2 -2
- package/src/sap/ui/core/service/ServiceFactory.js +2 -2
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
- package/src/sap/ui/core/support/Hotkeys.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +2 -2
- package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
- package/src/sap/ui/core/support/Support.js +2 -2
- package/src/sap/ui/core/support/ToolsAPI.js +1 -1
- package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
- package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
- package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
- package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
- package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
- package/src/sap/ui/core/support/debugReboot.js +1 -1
- package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
- package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +2 -2
- package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
- package/src/sap/ui/core/support/plugins/MessageTest.js +2 -2
- package/src/sap/ui/core/support/plugins/Performance.js +2 -2
- package/src/sap/ui/core/support/plugins/Selector.js +2 -2
- package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
- package/src/sap/ui/core/support/plugins/Trace.js +2 -2
- package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
- package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -1
- package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
- package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
- package/src/sap/ui/core/support/trace/EppLib.js +1 -1
- package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
- package/src/sap/ui/core/syncStyleClass.js +1 -1
- package/src/sap/ui/core/themes/base/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/core/theming/Parameters.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +1 -1
- package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
- package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
- package/src/sap/ui/core/tmpl/Template.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
- package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
- package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
- package/src/sap/ui/core/util/Export.js +2 -2
- package/src/sap/ui/core/util/ExportCell.js +2 -2
- package/src/sap/ui/core/util/ExportColumn.js +2 -2
- package/src/sap/ui/core/util/ExportRow.js +2 -2
- package/src/sap/ui/core/util/ExportType.js +2 -2
- package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
- package/src/sap/ui/core/util/File.js +2 -2
- package/src/sap/ui/core/util/LibraryInfo.js +2 -2
- package/src/sap/ui/core/util/MockServer.js +2 -2
- package/src/sap/ui/core/util/MockServerAnnotationsHandler.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +2 -2
- package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
- package/src/sap/ui/core/util/XMLPreprocessor.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
- package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
- package/src/sap/ui/core/ws/ReadyState.js +2 -2
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
- package/src/sap/ui/core/ws/WebSocket.js +2 -2
- package/src/sap/ui/debug/ControlTree.js +2 -2
- package/src/sap/ui/debug/DebugEnv.js +2 -2
- package/src/sap/ui/debug/Highlighter.js +1 -1
- package/src/sap/ui/debug/LogViewer.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +2 -2
- package/src/sap/ui/dom/activeElementFix.js +1 -1
- package/src/sap/ui/dom/containsOrEquals.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
- package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
- package/src/sap/ui/dom/getOwnerWindow.js +1 -1
- package/src/sap/ui/dom/getScrollbarSize.js +1 -1
- package/src/sap/ui/dom/includeScript.js +1 -1
- package/src/sap/ui/dom/includeStylesheet.js +1 -1
- package/src/sap/ui/dom/jquery/Aria.js +1 -1
- package/src/sap/ui/dom/jquery/Focusable.js +1 -1
- package/src/sap/ui/dom/jquery/Selection.js +1 -1
- package/src/sap/ui/dom/jquery/Selectors.js +1 -1
- package/src/sap/ui/dom/jquery/control.js +1 -1
- package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
- package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
- package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
- package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
- package/src/sap/ui/dom/jquery/rect.js +1 -1
- package/src/sap/ui/dom/jquery/rectContains.js +1 -1
- package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
- package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
- package/src/sap/ui/dom/jquery/selectText.js +1 -1
- package/src/sap/ui/dom/jquery/zIndex.js +1 -1
- package/src/sap/ui/dom/units/Rem.js +1 -1
- package/src/sap/ui/events/ControlEvents.js +1 -1
- package/src/sap/ui/events/F6Navigation.js +1 -1
- package/src/sap/ui/events/KeyCodes.js +1 -1
- package/src/sap/ui/events/PasteEventFix.js +1 -1
- package/src/sap/ui/events/PseudoEvents.js +1 -1
- package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
- package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
- package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
- package/src/sap/ui/events/isSpecialKey.js +1 -1
- package/src/sap/ui/events/jquery/EventExtension.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
- package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
- package/src/sap/ui/model/Binding.js +1 -1
- package/src/sap/ui/model/BindingMode.js +1 -1
- package/src/sap/ui/model/ChangeReason.js +1 -1
- package/src/sap/ui/model/ClientContextBinding.js +1 -1
- package/src/sap/ui/model/ClientListBinding.js +1 -1
- package/src/sap/ui/model/ClientModel.js +2 -2
- package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBinding.js +1 -1
- package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +2 -2
- package/src/sap/ui/model/CompositeType.js +2 -2
- package/src/sap/ui/model/Context.js +1 -1
- package/src/sap/ui/model/ContextBinding.js +1 -1
- package/src/sap/ui/model/DataState.js +2 -2
- package/src/sap/ui/model/Filter.js +1 -1
- package/src/sap/ui/model/FilterOperator.js +1 -1
- package/src/sap/ui/model/FilterProcessor.js +1 -1
- package/src/sap/ui/model/FilterType.js +1 -1
- package/src/sap/ui/model/FormatException.js +1 -1
- package/src/sap/ui/model/ListBinding.js +1 -1
- package/src/sap/ui/model/MetaModel.js +2 -2
- package/src/sap/ui/model/Model.js +2 -2
- package/src/sap/ui/model/ParseException.js +1 -1
- package/src/sap/ui/model/PropertyBinding.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +2 -2
- package/src/sap/ui/model/SimpleType.js +2 -2
- package/src/sap/ui/model/Sorter.js +1 -1
- package/src/sap/ui/model/SorterProcessor.js +1 -1
- package/src/sap/ui/model/StaticBinding.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
- package/src/sap/ui/model/TreeBinding.js +1 -1
- package/src/sap/ui/model/TreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
- package/src/sap/ui/model/TreeBindingUtils.js +1 -1
- package/src/sap/ui/model/Type.js +2 -2
- package/src/sap/ui/model/ValidateException.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
- package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
- package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
- package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
- package/src/sap/ui/model/base/XMLNodeAttributesModel.js +1 -1
- package/src/sap/ui/model/base/XMLNodeUtils.js +1 -1
- package/src/sap/ui/model/control/ControlModel.js +2 -2
- package/src/sap/ui/model/control/ControlPropertyBinding.js +1 -1
- package/src/sap/ui/model/json/JSONListBinding.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +2 -2
- package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
- package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
- package/src/sap/ui/model/message/MessageListBinding.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +2 -2
- package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
- package/src/sap/ui/model/meta/AdapterConstants.js +1 -1
- package/src/sap/ui/model/meta/AdapterFactory.js +1 -1
- package/src/sap/ui/model/meta/BaseAdapter.js +1 -1
- package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
- package/src/sap/ui/model/odata/CountMode.js +1 -1
- package/src/sap/ui/model/odata/Filter.js +1 -1
- package/src/sap/ui/model/odata/MessageScope.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +2 -2
- package/src/sap/ui/model/odata/ODataMetaModel.js +2 -2
- package/src/sap/ui/model/odata/ODataMetadata.js +2 -2
- package/src/sap/ui/model/odata/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/OperationMode.js +1 -1
- package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +2 -2
- package/src/sap/ui/model/odata/type/Byte.js +2 -2
- package/src/sap/ui/model/odata/type/Currency.js +2 -2
- package/src/sap/ui/model/odata/type/Date.js +2 -2
- package/src/sap/ui/model/odata/type/DateTime.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
- package/src/sap/ui/model/odata/type/Decimal.js +2 -2
- package/src/sap/ui/model/odata/type/Double.js +2 -2
- package/src/sap/ui/model/odata/type/Guid.js +2 -2
- package/src/sap/ui/model/odata/type/Int.js +2 -2
- package/src/sap/ui/model/odata/type/Int16.js +2 -2
- package/src/sap/ui/model/odata/type/Int32.js +2 -2
- package/src/sap/ui/model/odata/type/Int64.js +2 -2
- package/src/sap/ui/model/odata/type/ODataType.js +2 -2
- package/src/sap/ui/model/odata/type/Raw.js +2 -2
- package/src/sap/ui/model/odata/type/SByte.js +2 -2
- package/src/sap/ui/model/odata/type/Single.js +2 -2
- package/src/sap/ui/model/odata/type/Stream.js +2 -2
- package/src/sap/ui/model/odata/type/String.js +2 -2
- package/src/sap/ui/model/odata/type/Time.js +2 -2
- package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
- package/src/sap/ui/model/odata/type/Unit.js +2 -2
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataModel.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
- package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
- package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +2 -2
- package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +2 -2
- package/src/sap/ui/model/type/Currency.js +2 -2
- package/src/sap/ui/model/type/Date.js +2 -2
- package/src/sap/ui/model/type/DateInterval.js +2 -2
- package/src/sap/ui/model/type/DateTime.js +2 -2
- package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
- package/src/sap/ui/model/type/FileSize.js +2 -2
- package/src/sap/ui/model/type/Float.js +2 -2
- package/src/sap/ui/model/type/Integer.js +2 -2
- package/src/sap/ui/model/type/String.js +2 -2
- package/src/sap/ui/model/type/Time.js +2 -2
- package/src/sap/ui/model/type/TimeInterval.js +2 -2
- package/src/sap/ui/model/type/Unit.js +2 -2
- package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +2 -2
- package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
- package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +1 -1
- package/src/sap/ui/performance/Measurement.js +1 -1
- package/src/sap/ui/performance/XHRInterceptor.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +1 -1
- package/src/sap/ui/performance/trace/Interaction.js +1 -1
- package/src/sap/ui/performance/trace/Passport.js +1 -1
- package/src/sap/ui/performance/trace/initTraces.js +1 -1
- package/src/sap/ui/qunit/QUnitUtils.js +1 -1
- package/src/sap/ui/qunit/qunit-2-css.js +1 -1
- package/src/sap/ui/qunit/qunit-coverage.js +1 -1
- package/src/sap/ui/qunit/qunit-css.js +1 -1
- package/src/sap/ui/qunit/qunit-junit.js +1 -1
- package/src/sap/ui/qunit/qunit-redirect.js +1 -1
- package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
- package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
- package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
- package/src/sap/ui/security/FrameOptions.js +1 -1
- package/src/sap/ui/test/BlanketReporter.js +1 -1
- package/src/sap/ui/test/BranchTracking.js +1 -1
- package/src/sap/ui/test/Opa.js +1 -1
- package/src/sap/ui/test/Opa5.js +1 -1
- package/src/sap/ui/test/OpaExtension.js +1 -1
- package/src/sap/ui/test/OpaPlugin.js +1 -1
- package/src/sap/ui/test/PageObjectFactory.js +1 -1
- package/src/sap/ui/test/RecordReplay.js +1 -1
- package/src/sap/ui/test/TestUtils.js +1 -1
- package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
- package/src/sap/ui/test/_ControlFinder.js +1 -1
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/_OpaLogger.js +1 -1
- package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
- package/src/sap/ui/test/_ParameterValidator.js +1 -1
- package/src/sap/ui/test/_UsageReport.js +1 -1
- package/src/sap/ui/test/actions/Action.js +1 -1
- package/src/sap/ui/test/actions/EnterText.js +1 -1
- package/src/sap/ui/test/actions/Press.js +1 -1
- package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
- package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_promiseWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
- package/src/sap/ui/test/autowaiter/_utils.js +1 -1
- package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
- package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
- package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
- package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
- package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
- package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
- package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
- package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
- package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
- package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
- package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
- package/src/sap/ui/test/matchers/Ancestor.js +1 -1
- package/src/sap/ui/test/matchers/BindingPath.js +1 -1
- package/src/sap/ui/test/matchers/Descendant.js +1 -1
- package/src/sap/ui/test/matchers/I18NText.js +1 -1
- package/src/sap/ui/test/matchers/Interactable.js +1 -1
- package/src/sap/ui/test/matchers/LabelFor.js +1 -1
- package/src/sap/ui/test/matchers/Matcher.js +1 -1
- package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
- package/src/sap/ui/test/matchers/Properties.js +1 -1
- package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
- package/src/sap/ui/test/matchers/Visible.js +1 -1
- package/src/sap/ui/test/matchers/_Busy.js +1 -1
- package/src/sap/ui/test/matchers/_Enabled.js +1 -1
- package/src/sap/ui/test/matchers/_Visitor.js +1 -1
- package/src/sap/ui/test/matchers/matchers.js +1 -1
- package/src/sap/ui/test/opaQunit.js +1 -1
- package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
- package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
- package/src/sap/ui/test/qunitPause.js +1 -1
- package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
- package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
- package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
- package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
- package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
- package/src/sap/ui/test/selectors/_Properties.js +1 -1
- package/src/sap/ui/test/selectors/_Selector.js +1 -1
- package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
- package/src/sap/ui/test/selectors/_ViewID.js +1 -1
- package/src/sap/ui/test/selectors/_selectors.js +1 -1
- package/src/sap/ui/test/starter/_utils.js +1 -1
- package/src/sap/ui/test/starter/createSuite.js +1 -1
- package/src/sap/ui/test/starter/runTest.js +1 -1
- package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
- package/src/sap/ui/thirdparty/baseuri.js +1 -1
- package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
- package/src/sap/ui/util/ActivityDetection.js +1 -1
- package/src/sap/ui/util/Mobile.js +1 -1
- package/src/sap/ui/util/Storage.js +2 -2
- package/src/sap/ui/util/XMLHelper.js +1 -1
- package/src/sap/ui/util/_FeatureDetection.js +1 -1
- package/src/sap/ui/util/defaultLinkTypes.js +1 -1
- package/src/sap/ui/util/isCrossOriginURL.js +1 -1
- package/src/sap/ui/util/openWindow.js +1 -1
- package/src/sap-ui-boot.js +1 -1
- package/src/sap-ui-core-nojQuery.js +1 -1
- package/src/sap-ui-core.js +1 -1
- package/src/sap-ui-debug.js +1 -1
- package/src/ui5loader-autoconfig.js +1 -1
- package/src/ui5loader.js +1 -1
|
@@ -1,504 +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
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
5
|
VALUE_STATE_ERROR=Invalid entry
|
|
11
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
6
|
VALUE_STATE_WARNING=Warning issued
|
|
13
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
7
|
VALUE_STATE_SUCCESS=Entry successfully validated
|
|
15
|
-
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
16
8
|
VALUE_STATE_INFORMATION=Informative entry
|
|
17
9
|
|
|
18
|
-
#XACT: ARIA announcement for the indication color 1
|
|
19
10
|
INDICATION_STATE_INDICATION01=Indication Color 1
|
|
20
|
-
#XACT: ARIA announcement for the indication color 2
|
|
21
11
|
INDICATION_STATE_INDICATION02=Indication Color 2
|
|
22
|
-
#XACT: ARIA announcement for the indication color 3
|
|
23
12
|
INDICATION_STATE_INDICATION03=Indication Color 3
|
|
24
|
-
#XACT: ARIA announcement for the indication color 4
|
|
25
13
|
INDICATION_STATE_INDICATION04=Indication Color 4
|
|
26
|
-
#XACT: ARIA announcement for the indication color 5
|
|
27
14
|
INDICATION_STATE_INDICATION05=Indication Color 5
|
|
28
15
|
|
|
29
|
-
#XTOL: text that could be show if BusyIndicator is active
|
|
30
16
|
BUSY_TEXT=Please wait
|
|
31
17
|
|
|
32
|
-
#########
|
|
33
|
-
# Texts for sap.ui.core.format.DateFormat
|
|
34
|
-
#########
|
|
35
18
|
|
|
36
|
-
#XTXT: the long pattern for formatting a date using calendar week number
|
|
37
19
|
date.week.calendarweek.wide=Calendar Week {0}
|
|
38
|
-
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
20
|
date.week.calendarweek.narrow=CW {0}
|
|
40
|
-
#XTXT: Placeholder text for input control with a sample value such as date or time; demo output "e.g. 31/12/2022" (translation must contain an abbreviated form of "for example" such as the English "e.g." to keep the placeholder short)
|
|
41
21
|
date.placeholder=e.g. {0}
|
|
42
22
|
|
|
43
|
-
#########
|
|
44
|
-
# Texts for sap.ui.core.format.FileSizeFormat
|
|
45
|
-
#########
|
|
46
23
|
|
|
47
|
-
#YMSG,20: File Size Unit one Byte
|
|
48
24
|
FileSize.Byte={0} Byte
|
|
49
|
-
#YMSG,20: File Size Unit Bytes
|
|
50
25
|
FileSize.Bytes={0} Bytes
|
|
51
26
|
|
|
52
|
-
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
27
|
FileSize.Kilobyte={0} KB
|
|
54
|
-
#YMSG,20: File Size Unit Megabyte (short)
|
|
55
28
|
FileSize.Megabyte={0} MB
|
|
56
|
-
#YMSG,20: File Size Unit Gigabyte (short)
|
|
57
29
|
FileSize.Gigabyte={0} GB
|
|
58
|
-
#YMSG,20: File Size Unit Terabyte (short)
|
|
59
30
|
FileSize.Terabyte={0} TB
|
|
60
|
-
#YMSG,20: File Size Unit Petabyte (short)
|
|
61
31
|
FileSize.Petabyte={0} PB
|
|
62
|
-
#YMSG,20: File Size Unit Exabyte (short)
|
|
63
32
|
FileSize.Exabyte={0} EB
|
|
64
|
-
#YMSG,20: File Size Unit Zettabyte (short)
|
|
65
33
|
FileSize.Zettabyte={0} ZB
|
|
66
|
-
#YMSG,20: File Size Unit Yottabyte (short)
|
|
67
34
|
FileSize.Yottabyte={0} YB
|
|
68
35
|
|
|
69
|
-
#YMSG,20: File Size Unit Kibibyte (short)
|
|
70
36
|
FileSize.Kibibyte={0} KiB
|
|
71
|
-
#YMSG,20: File Size Unit Mebibyte (short)
|
|
72
37
|
FileSize.Mebibyte={0} MiB
|
|
73
|
-
#YMSG,20: File Size Unit Gibibyte (short)
|
|
74
38
|
FileSize.Gibibyte={0} GiB
|
|
75
|
-
#YMSG,20: File Size Unit Tebibyte (short)
|
|
76
39
|
FileSize.Tebibyte={0} TiB
|
|
77
|
-
#YMSG,20: File Size Unit Pebibyte (short)
|
|
78
40
|
FileSize.Pebibyte={0} PiB
|
|
79
|
-
#YMSG,20: File Size Unit Exbibyte (short)
|
|
80
41
|
FileSize.Exbibyte={0} EiB
|
|
81
|
-
#YMSG,20: File Size Unit Zebibyte (short)
|
|
82
42
|
FileSize.Zebibyte={0} ZiB
|
|
83
|
-
#YMSG,20: File Size Unit Yobibyte (short)
|
|
84
43
|
FileSize.Yobibyte={0} YiB
|
|
85
44
|
|
|
86
|
-
#########
|
|
87
|
-
# Texts for sap.ui.model.odata.AnnotationHelper
|
|
88
|
-
#########
|
|
89
45
|
|
|
90
|
-
#XTOL: mathematical term for a number greater than anything else
|
|
91
46
|
INFINITY=Infinity
|
|
92
|
-
#XTOL: mathematical term for a number smaller than anything else
|
|
93
47
|
MINUS_INFINITY=Minus infinity
|
|
94
|
-
#XTOL
|
|
95
48
|
NAN=Not a number
|
|
96
49
|
|
|
97
|
-
#########
|
|
98
|
-
# Texts for sap.ui.model.odata.ODataMessageParser
|
|
99
|
-
#########
|
|
100
50
|
|
|
101
|
-
#YMSG: Communication Error
|
|
102
51
|
CommunicationError=Communication error
|
|
103
52
|
|
|
104
|
-
#########
|
|
105
|
-
# Texts for sap.ui.model.odata.type.*
|
|
106
|
-
#########
|
|
107
53
|
|
|
108
|
-
#XTOL: No
|
|
109
54
|
NO=No
|
|
110
|
-
#XTOL: Yes
|
|
111
55
|
YES=Yes
|
|
112
|
-
#YMSG: Enter "{0}" or "{1}"
|
|
113
56
|
EnterYesOrNo=Enter "{0}" or "{1}".
|
|
114
|
-
#YMSG: Enter only digits
|
|
115
57
|
EnterDigitsOnly=Enter only digits
|
|
116
|
-
#YMSG: Enter a maximum of {0} digits
|
|
117
58
|
EnterMaximumOfDigits=Enter a maximum of {0} digits.
|
|
118
|
-
#YMSG: Enter a number
|
|
119
59
|
EnterNumber=Enter a number
|
|
120
|
-
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
121
60
|
EnterNumberPrecision=Enter a number with a maximum of {0} digits, including any decimal places
|
|
122
|
-
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
123
61
|
EnterNumberInteger=Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
124
|
-
#YMSG: Enter a number with a maximum of {0} decimal places
|
|
125
62
|
EnterNumberFraction=Enter a number with a maximum of {0} decimal places
|
|
126
|
-
#YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
127
63
|
EnterNumberIntegerFraction=Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
128
|
-
#YMSG: Enter a number with a minimum value of {0}
|
|
129
64
|
EnterNumberMin=Enter a number with a minimum value of {0}
|
|
130
|
-
#YMSG: Enter a number greater than {0}
|
|
131
65
|
EnterNumberMinExclusive=Enter a number greater than {0}
|
|
132
|
-
#YMSG: Enter a number with a maximum value of {0}
|
|
133
66
|
EnterNumberMax=Enter a number with a maximum value of {0}
|
|
134
|
-
#YMSG: Enter a number less than {0}
|
|
135
67
|
EnterNumberMaxExclusive=Enter a number less than {0}
|
|
136
|
-
#YMSG: Enter a text
|
|
137
68
|
EnterText=Enter a text
|
|
138
|
-
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
69
|
EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces
|
|
140
|
-
#YMSG: Enter a number with no decimal places
|
|
141
70
|
EnterInt=Enter a number without decimals.
|
|
142
|
-
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
71
|
EnterDateTime=Enter a valid date and a valid time in the following format\: {0}
|
|
144
|
-
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
72
|
EnterDate=Enter a valid date in the following format\: {0}
|
|
146
|
-
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
73
|
EnterGuid=Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
|
-
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
74
|
EnterTime=Enter a valid time in the following format\: {0}
|
|
150
75
|
|
|
151
|
-
#########
|
|
152
|
-
# Texts for sap.ui.model.type.*
|
|
153
|
-
#########
|
|
154
76
|
|
|
155
|
-
#YMSG,100: Enter a valid boolean
|
|
156
77
|
Boolean.Invalid=Enter a valid Boolean value
|
|
157
78
|
|
|
158
|
-
#YMSG,100: Enter a valid number
|
|
159
79
|
Integer.Invalid=Enter a valid number
|
|
160
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
161
80
|
Integer.Minimum=Enter a number greater than or equal to {0}
|
|
162
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
163
81
|
Integer.Maximum=Enter a number less than or equal to {0}
|
|
164
82
|
|
|
165
|
-
#YMSG,100: Enter a valid number.
|
|
166
83
|
Float.Invalid=Enter a valid number
|
|
167
|
-
#YMSG,100: Enter a number greater than or equal to {0}
|
|
168
84
|
Float.Minimum=Enter a number greater than or equal to {0}
|
|
169
|
-
#YMSG,100: Enter a number lower than or equal to {0}
|
|
170
85
|
Float.Maximum=Enter a number less than or equal to {0}
|
|
171
86
|
|
|
172
|
-
#YMSG,100: Enter a valid currency amount
|
|
173
87
|
Currency.Invalid=Enter a valid currency amount
|
|
174
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
88
|
Currency.Minimum=Enter an amount greater than or equal to {0}
|
|
176
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
89
|
Currency.Maximum=Enter an amount less than or equal to {0}
|
|
178
90
|
|
|
179
|
-
#YMSG,100: Enter a valid unit amount
|
|
180
91
|
Unit.Invalid=Enter a valid unit amount
|
|
181
|
-
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
92
|
Unit.Minimum=Enter an amount greater than or equal to {0}
|
|
183
|
-
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
93
|
Unit.Maximum=Enter an amount less than or equal to {0}
|
|
185
|
-
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
94
|
Unit.Decimals=Enter an amount with less decimals than {0}
|
|
187
95
|
|
|
188
|
-
#YMSG,100: Enter a valid file size
|
|
189
96
|
FileSize.Invalid=Enter a valid file size
|
|
190
|
-
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
191
97
|
FileSize.Minimum=Enter a file size greater than or equal to {0}
|
|
192
|
-
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
193
98
|
FileSize.Maximum=Enter a file size lower than or equal to {0}
|
|
194
99
|
|
|
195
|
-
#YMSG,100: Enter a valid date
|
|
196
100
|
Date.Invalid=Enter a date
|
|
197
|
-
#YMSG,100: Enter a date after {0}
|
|
198
101
|
Date.Minimum=Enter a date after {0}
|
|
199
|
-
#YMSG,100: Enter a date before {0}
|
|
200
102
|
Date.Maximum=Enter a date before {0}
|
|
201
103
|
|
|
202
|
-
#YMSG,100: Enter a valid time
|
|
203
104
|
Time.Invalid=Enter a valid time
|
|
204
|
-
#YMSG,100: Enter a time after {0}
|
|
205
105
|
Time.Minimum=Enter a time after {0}
|
|
206
|
-
#YMSG,100: Enter a time before {0}
|
|
207
106
|
Time.Maximum=Enter a time before {0}
|
|
208
107
|
|
|
209
|
-
#YMSG,100: Enter a valid date and time
|
|
210
108
|
DateTime.Invalid=Enter a valid date and time
|
|
211
|
-
#YMSG,100: Enter a date and time after {0}
|
|
212
109
|
DateTime.Minimum=Enter a date and time after {0}
|
|
213
|
-
#YMSG,100: Enter a date and time before {0}
|
|
214
110
|
DateTime.Maximum=Enter a date and time before {0}
|
|
215
111
|
|
|
216
|
-
#YMSG,100: Enter a valid date interval
|
|
217
112
|
DateInterval.Invalid=Enter a valid date interval
|
|
218
113
|
|
|
219
|
-
#YMSG,100: Enter a value with at least {0} characters
|
|
220
114
|
String.MinLength=Enter a value with at least {0} characters
|
|
221
|
-
#YMSG,100: Enter a value with no more than {0} characters
|
|
222
115
|
String.MaxLength=Enter a value with no more than {0} characters
|
|
223
|
-
#YMSG,100: Enter a value starting with "{0}"
|
|
224
116
|
String.StartsWith=Enter a value starting with "{0}"
|
|
225
|
-
#YMSG,100: Enter a value ending with "{0}"
|
|
226
117
|
String.EndsWith=Enter a value ending with "{0}"
|
|
227
|
-
#YMSG,100: Enter a value containing "{0}"
|
|
228
118
|
String.Contains=Enter a value containing "{0}"
|
|
229
|
-
#YMSG,100: Enter value "{0}"
|
|
230
119
|
String.Equals=Enter value "{0}"
|
|
231
|
-
#YMSG,100: Enter a valid value
|
|
232
120
|
String.Search=Enter a valid value
|
|
233
121
|
|
|
234
|
-
#XACT: type of an UI control is an image
|
|
235
122
|
ACC_CTR_TYPE_IMAGE=Image
|
|
236
|
-
#XACT: type of an UI control is a button
|
|
237
123
|
ACC_CTR_TYPE_BUTTON=Button
|
|
238
124
|
|
|
239
|
-
#XFLD: Close
|
|
240
125
|
CLOSE=Close
|
|
241
126
|
|
|
242
|
-
#########
|
|
243
|
-
# Texts for sap-icon Font
|
|
244
|
-
#
|
|
245
|
-
# Update "sap.ui.core.IconPool" (mIconI18nKey)
|
|
246
|
-
# when adding a new key here
|
|
247
|
-
#########
|
|
248
127
|
|
|
249
|
-
#XTXT
|
|
250
128
|
Icon.action-settings=Settings
|
|
251
|
-
#XTXT
|
|
252
129
|
Icon.activate=Activate
|
|
253
|
-
#XTXT
|
|
254
130
|
Icon.add=Add
|
|
255
|
-
#XTXT
|
|
256
131
|
Icon.add-contact=Add Contact
|
|
257
|
-
#XTXT
|
|
258
132
|
Icon.add-filter=Add Filter
|
|
259
|
-
#XTXT
|
|
260
133
|
Icon.add-photo=Add Photo
|
|
261
|
-
#XTXT
|
|
262
134
|
Icon.back-to-top=Back to Top
|
|
263
|
-
#XTXT
|
|
264
135
|
Icon.collapse=Collapse
|
|
265
|
-
#XTXT
|
|
266
136
|
Icon.collapse-group=Collapse Group
|
|
267
|
-
#XTXT: Crop parts of an image
|
|
268
137
|
Icon.crop=Crop
|
|
269
|
-
#XTXT: To decline an offer
|
|
270
138
|
Icon.decline=Decline
|
|
271
|
-
#XTXT
|
|
272
139
|
Icon.delete=Delete
|
|
273
|
-
#XTXT
|
|
274
140
|
Icon.display=Display
|
|
275
|
-
#XTXT
|
|
276
141
|
Icon.down=Down
|
|
277
|
-
#XTXT
|
|
278
142
|
Icon.download=Download
|
|
279
|
-
#XTXT
|
|
280
143
|
Icon.drill-down=Drill Down
|
|
281
|
-
#XTXT
|
|
282
144
|
Icon.drill-up=Drill Up
|
|
283
|
-
#XTXT
|
|
284
145
|
Icon.error=Error
|
|
285
|
-
#XTXT
|
|
286
146
|
Icon.exit-full-screen=Exit Full Screen
|
|
287
|
-
#XTXT
|
|
288
147
|
Icon.expand=Expand
|
|
289
|
-
#XTXT
|
|
290
148
|
Icon.expand-group=Expand Group
|
|
291
|
-
#XTXT: Action to filter on a group of elements
|
|
292
149
|
Icon.filter=Filter
|
|
293
|
-
#XTXT: To flag or mark an item
|
|
294
150
|
Icon.flag=Flag
|
|
295
|
-
#XTXT: To forward an item to a recipients
|
|
296
151
|
Icon.forward=Forward
|
|
297
|
-
#XTXT
|
|
298
152
|
Icon.full-screen=Enter Full Screen
|
|
299
|
-
#XTXT
|
|
300
153
|
Icon.generate-shortcut=Create Shortcut
|
|
301
|
-
#XTXT: To group items
|
|
302
154
|
Icon.group-2=Group
|
|
303
|
-
#XTXT: To hide an element from display
|
|
304
155
|
Icon.hide=Hide
|
|
305
|
-
#XTXT
|
|
306
156
|
Icon.ipad=Tablet
|
|
307
|
-
#XTXT
|
|
308
157
|
Icon.ipad-2=Tablet
|
|
309
|
-
#XTXT
|
|
310
158
|
Icon.iphone=Phone
|
|
311
|
-
#XTXT
|
|
312
159
|
Icon.iphone-2=Phone
|
|
313
|
-
#XTXT
|
|
314
160
|
Icon.laptop=Laptop
|
|
315
|
-
#XTXT
|
|
316
161
|
Icon.message-error=Error
|
|
317
|
-
#XTXT
|
|
318
162
|
Icon.message-information=Information
|
|
319
|
-
#XTXT
|
|
320
163
|
Icon.message-success=Successful
|
|
321
|
-
#XTXT
|
|
322
164
|
Icon.message-warning=Warning
|
|
323
|
-
#XTXT: To manipulate the position of an element
|
|
324
165
|
Icon.move=Move
|
|
325
|
-
#XTXT
|
|
326
166
|
Icon.multi-select=Multi Select
|
|
327
|
-
#XTXT
|
|
328
167
|
Icon.nav-back=Navigate Back
|
|
329
|
-
#XTXT
|
|
330
168
|
Icon.overflow=More
|
|
331
|
-
#XTXT
|
|
332
169
|
Icon.redo=Redo
|
|
333
|
-
#XTXT
|
|
334
170
|
Icon.refresh=Refresh
|
|
335
|
-
#XTXT
|
|
336
171
|
Icon.resize=Resize
|
|
337
|
-
#XTXT
|
|
338
172
|
Icon.resize-horizontal=Resize Horizontally
|
|
339
|
-
#XTXT
|
|
340
173
|
Icon.resize-vertical=Resize Vertically
|
|
341
|
-
#XTXT
|
|
342
174
|
Icon.response=Reply
|
|
343
|
-
#XTXT
|
|
344
175
|
Icon.save=Save
|
|
345
|
-
#XTXT
|
|
346
176
|
Icon.search=Search
|
|
347
|
-
#XTXT
|
|
348
177
|
Icon.settings=Settings
|
|
349
|
-
#XTXT: To show an element previously hidden
|
|
350
178
|
Icon.show=Show
|
|
351
|
-
#XTXT
|
|
352
179
|
Icon.sort=Sort
|
|
353
|
-
#XTXT
|
|
354
180
|
Icon.sort-ascending=Sort Ascending
|
|
355
|
-
#XTXT
|
|
356
181
|
Icon.sort-descending=Sort Descending
|
|
357
|
-
#XTXT
|
|
358
182
|
Icon.synchronize=Synchronize
|
|
359
|
-
#XTXT
|
|
360
183
|
Icon.undo=Undo
|
|
361
|
-
#XTXT
|
|
362
184
|
Icon.up=Up
|
|
363
|
-
#XTXT
|
|
364
185
|
Icon.upload=Upload
|
|
365
|
-
#XTXT
|
|
366
186
|
Icon.zoom-in=Zoom In
|
|
367
|
-
#XTXT
|
|
368
187
|
Icon.zoom-out=Zoom Out
|
|
369
188
|
|
|
370
|
-
#########
|
|
371
|
-
# Texts for sap.ui.debug.TechnicalInfo
|
|
372
|
-
#########
|
|
373
189
|
|
|
374
|
-
#XTIT: Title for the technical information dialog
|
|
375
190
|
TechInfo.DialogTitle=Technical Information Dialog
|
|
376
191
|
|
|
377
|
-
#XTOL: Tooltip for info button in header
|
|
378
192
|
TechInfo.HelpButton.Tooltip=Open documentation
|
|
379
193
|
|
|
380
|
-
#XTOL: Tooltip for version information link
|
|
381
194
|
TechInfo.VersionLink.Tooltip=Open version information in a new tab
|
|
382
195
|
|
|
383
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
384
196
|
TechInfo.CopyButton.Tooltip=Copy technical information to clipboard
|
|
385
197
|
|
|
386
|
-
#XBUT: SAPUI5 Diagnostics button text
|
|
387
198
|
TechnInfo.DiagnosticsButton.Text=Open Diagnostics
|
|
388
199
|
|
|
389
|
-
#XBUT: Support assistant button text
|
|
390
200
|
TechnInfo.AssistantButton.Text=Activate Support Assistant
|
|
391
201
|
|
|
392
|
-
#XFLD: User agent field label
|
|
393
202
|
TechInfo.UserAgent.Label=User Agent
|
|
394
203
|
|
|
395
|
-
#XFLD: Application URL label
|
|
396
204
|
TechInfo.AppUrl.Label=App URL
|
|
397
205
|
|
|
398
|
-
#XFLD: Debug sources label
|
|
399
206
|
TechInfo.DebugSources.Label=Use Debug Sources
|
|
400
207
|
|
|
401
|
-
#XTOL: Debug sources tooltip
|
|
402
208
|
TechInfo.DebugSources.Tooltip=Reloads the current page with unminified sources for debugging
|
|
403
209
|
|
|
404
|
-
#XLNK: Debug sources select packages link
|
|
405
210
|
TechInfo.DebugSourcesModules.Link=Select specific modules
|
|
406
211
|
|
|
407
|
-
#XFLD: Text for the version build time string
|
|
408
212
|
TechInfo.VersionBuildTime.Text=(built at {0})
|
|
409
213
|
|
|
410
|
-
#YMSG: success message for copying to clipboard
|
|
411
214
|
TechInfo.CopyToClipboard.Success=Technical information copied to clipboard
|
|
412
215
|
|
|
413
|
-
#YMSG: error message for copying to clipboard
|
|
414
216
|
TechInfo.CopyToClipboard.Error=Technical information could not be copied to clipboard
|
|
415
217
|
|
|
416
|
-
#XTIT: Confirmation title for enabling/disabling debug sources
|
|
417
218
|
TechInfo.DebugSources.ConfirmTitle=Reload App
|
|
418
219
|
|
|
419
|
-
#YMSG: Confirmation message for enabling/disabling debug sources
|
|
420
220
|
TechInfo.DebugSources.ConfirmMessage=Reload the app to enable or disable the debug sources
|
|
421
221
|
|
|
422
|
-
#XTIT: Title for the custom bootstrap UPL configuration popup
|
|
423
222
|
TechInfo.SupportAssistantConfigPopup.Title=Support Assistant Settings
|
|
424
223
|
|
|
425
|
-
#XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup
|
|
426
224
|
TechInfo.SupportAssistantConfigPopup.StandardLocation=Recommended Locations
|
|
427
225
|
|
|
428
|
-
#XFLD: Custom bootstrap location option for the custom bootstrap UPL configuration popup
|
|
429
226
|
TechInfo.SupportAssistantConfigPopup.CustomLocation=Custom Location
|
|
430
227
|
|
|
431
|
-
#XFLD: Application version bootstrap location option for the custom bootstrap UPL configuration popup
|
|
432
228
|
TechInfo.SupportAssistantConfigPopup.AppVersionOption=Application Version ({0})
|
|
433
229
|
|
|
434
|
-
#YMSG: Custom bootstrap location validation error message
|
|
435
230
|
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=The syntax of the location address is incorrect. The correct syntax is http\://<Valid custom URI>/resources/sap/ui/support.
|
|
436
231
|
|
|
437
|
-
#YMSG: Error message when support Assistant is not found
|
|
438
232
|
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Support Assistant is not available in this location\:
|
|
439
233
|
|
|
440
|
-
#YMSG: Error message when protocols did not match
|
|
441
234
|
TechInfo.SupportAssistantConfigPopup.ProtocolError=App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
442
235
|
|
|
443
|
-
#YMSG: Error message when Ajax return code is different than [200]
|
|
444
236
|
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Ajax return code is different than [200]
|
|
445
237
|
|
|
446
|
-
#YMSG: Error message when file not Found [404]
|
|
447
238
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=File not found (404)
|
|
448
239
|
|
|
449
|
-
#YMSG: Error message when internal server error occurs
|
|
450
240
|
TechInfo.SupportAssistantConfigPopup.InternalServerError=Internal server error\: {500}
|
|
451
241
|
|
|
452
|
-
#YMSG: Error message when request timeout.
|
|
453
242
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Timeout error
|
|
454
243
|
|
|
455
|
-
#YMSG: Error message when trying to parse JSON
|
|
456
244
|
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=Requested JSON parse failed
|
|
457
245
|
|
|
458
|
-
#YMSG: Error message when uncaught Error occurs
|
|
459
246
|
TechInfo.SupportAssistantConfigPopup.UncaughtError=Uncaught error
|
|
460
247
|
|
|
461
|
-
#YMSG: Error message when request is aborted
|
|
462
248
|
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Ajax request aborted
|
|
463
249
|
|
|
464
|
-
#YMSG: Error message when default locations are not available
|
|
465
250
|
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=This location is not available at the moment.
|
|
466
251
|
|
|
467
|
-
#XFLD: Title for enabling Support Assistant to open in new window.
|
|
468
252
|
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=Open Support Assistant in New Window
|
|
469
253
|
|
|
470
|
-
#XFLD: Title for location section in support Assistant settings popover
|
|
471
254
|
TechInfo.SupportAssistantConfigPopup.Locations=Resource Location
|
|
472
255
|
|
|
473
|
-
#XFLD: Title for options section in support Assistant settings popover
|
|
474
256
|
TechInfo.SupportAssistantConfigPopup.Options=Options
|
|
475
257
|
|
|
476
|
-
#XTIT: Title for the debug modules configuration selection
|
|
477
258
|
TechInfo.DebugModulesConfigPopup.SelectionCounter=Select Debug Modules ({0} Selected)
|
|
478
259
|
|
|
479
|
-
#YMSG: sap-ui-debug mode custom value validation error message
|
|
480
260
|
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=Value for parameter sap-ui-debug is invalid
|
|
481
261
|
|
|
482
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
483
262
|
TechInfo.DebugModulesCopy.Tooltip=Copy the sap-ui-debug value to clipboard
|
|
484
263
|
|
|
485
|
-
#XTOL: Tooltip for copy to clipboard button
|
|
486
264
|
TechInfo.DebugModulesReset.Tooltip=Reset the currently selected modules
|
|
487
265
|
|
|
488
|
-
#YMSG: success message for copying to clipboard
|
|
489
266
|
TechInfo.DebugModulesCopyToClipboard.Success=Custom sap-ui-debug value copied to clipboard
|
|
490
267
|
|
|
491
|
-
#YMSG: error message for copying to clipboard
|
|
492
268
|
TechInfo.DebugModulesCopyToClipboard.Error=Custom sap-ui-debug value could not be copied to clipboard
|
|
493
269
|
|
|
494
|
-
#XTIT: Title for the debug modules configuration popup confirmation button
|
|
495
270
|
TechInfo.DebugModulesConfigPopup.Confirm=Apply
|
|
496
271
|
|
|
497
|
-
#YMSG: Confirmation message for the dialog when message from unknown origin is received via postMessage
|
|
498
272
|
PostMessage.Message=An application or code in your browser is trying to communicate with your application. Do you want to allow communication with {0} from {1}?
|
|
499
273
|
|
|
500
|
-
#########
|
|
501
|
-
# Texts for sap.ui.core.util.PasteHelper
|
|
502
|
-
#########
|
|
503
|
-
#YMSG: Error message for the data type validation
|
|
504
274
|
PasteHelper.ErrorMessage=Value "{0}" in row {1} and column {2} cannot be parsed.
|