@openui5/sap.ui.core 1.120.18 → 1.120.20
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/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/date/UI5Date.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/getCompatibilityVersion.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 +294 -282
- 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 +4 -3
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +39 -11
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +13 -6
- 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/test/generic/TestBase.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
- package/test/sap/ui/core/demokit/sample/MessageManager/ODataBackendMessagesComp/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
- package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
- package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +127 -3
- package/test/sap/ui/core/qunit/odata/v4/ODataModel.qunit.js +88 -5
- package/test/sap/ui/core/qunit/odata/v4/lib/_Cache.qunit.js +4 -4
- package/test/sap/ui/core/qunit/odata/v4/lib/_Helper.qunit.js +35 -13
|
@@ -2,339 +2,351 @@
|
|
|
2
2
|
SAPUI5_FRIDAY=Friday
|
|
3
3
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
4
4
|
|
|
5
|
-
VALUE_STATE_ERROR=
|
|
6
|
-
VALUE_STATE_WARNING=
|
|
7
|
-
VALUE_STATE_SUCCESS=
|
|
8
|
-
VALUE_STATE_INFORMATION=
|
|
9
|
-
|
|
10
|
-
INDICATION_STATE_INDICATION01=
|
|
11
|
-
INDICATION_STATE_INDICATION02=
|
|
12
|
-
INDICATION_STATE_INDICATION03=
|
|
13
|
-
INDICATION_STATE_INDICATION04=
|
|
14
|
-
INDICATION_STATE_INDICATION05=
|
|
15
|
-
INDICATION_STATE_INDICATION06=
|
|
16
|
-
INDICATION_STATE_INDICATION07=
|
|
17
|
-
INDICATION_STATE_INDICATION08=
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
FileSize.
|
|
41
|
-
FileSize.
|
|
42
|
-
|
|
43
|
-
FileSize.
|
|
44
|
-
FileSize.
|
|
45
|
-
FileSize.
|
|
46
|
-
FileSize.
|
|
47
|
-
FileSize.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
Icon.
|
|
153
|
-
Icon.
|
|
154
|
-
Icon.
|
|
155
|
-
Icon.
|
|
156
|
-
Icon.
|
|
157
|
-
Icon.
|
|
158
|
-
Icon.
|
|
159
|
-
Icon.
|
|
160
|
-
Icon.
|
|
161
|
-
Icon.
|
|
162
|
-
Icon.
|
|
163
|
-
Icon.
|
|
164
|
-
Icon.
|
|
165
|
-
Icon.
|
|
166
|
-
Icon.
|
|
167
|
-
Icon.
|
|
168
|
-
Icon.
|
|
169
|
-
Icon.
|
|
170
|
-
Icon.
|
|
171
|
-
Icon.
|
|
172
|
-
Icon.
|
|
173
|
-
Icon.
|
|
174
|
-
Icon.
|
|
175
|
-
Icon.
|
|
176
|
-
Icon.
|
|
177
|
-
Icon.
|
|
178
|
-
Icon.
|
|
179
|
-
Icon.
|
|
180
|
-
Icon.
|
|
181
|
-
Icon.
|
|
182
|
-
Icon.
|
|
183
|
-
Icon.
|
|
184
|
-
Icon.
|
|
185
|
-
Icon.
|
|
186
|
-
Icon.
|
|
187
|
-
Icon.
|
|
188
|
-
Icon.
|
|
189
|
-
Icon.
|
|
190
|
-
Icon.
|
|
191
|
-
Icon.
|
|
192
|
-
Icon.
|
|
193
|
-
Icon.
|
|
194
|
-
Icon.
|
|
195
|
-
Icon.
|
|
196
|
-
Icon.
|
|
197
|
-
Icon.
|
|
198
|
-
Icon.
|
|
199
|
-
Icon.
|
|
5
|
+
VALUE_STATE_ERROR=5tB0F3f+NwwDQ04Ay8+fRg_Invalid entry
|
|
6
|
+
VALUE_STATE_WARNING=3pfDf7ayrG5xpBWmg9xUBg_Warning issued
|
|
7
|
+
VALUE_STATE_SUCCESS=HU2kRWuEcbVKEUuEtUmOrQ_Entry successfully validated
|
|
8
|
+
VALUE_STATE_INFORMATION=eQCIDp06jw0IxAqk46Qc8w_Informative entry
|
|
9
|
+
|
|
10
|
+
INDICATION_STATE_INDICATION01=CjnvXXJNepB4YfqDGc2RJA_Indication Color 1
|
|
11
|
+
INDICATION_STATE_INDICATION02=d62kq2YGGuTh4aFHT6hZ4A_Indication Color 2
|
|
12
|
+
INDICATION_STATE_INDICATION03=ti6lSEx1yCEfiBv5oTFpyQ_Indication Color 3
|
|
13
|
+
INDICATION_STATE_INDICATION04=SZklwn1BHCnDqfPR6ErORg_Indication Color 4
|
|
14
|
+
INDICATION_STATE_INDICATION05=LCwdRgzjZFtrbBMoAIegWw_Indication Color 5
|
|
15
|
+
INDICATION_STATE_INDICATION06=N3BWaqGRAZ1kFbB0s29ubg_Indication Color 6
|
|
16
|
+
INDICATION_STATE_INDICATION07=eqaUvAHLnpVPl4vLO5l4Iw_Indication Color 7
|
|
17
|
+
INDICATION_STATE_INDICATION08=wjLMPw/txIY7gODB3m9aLA_Indication Color 8
|
|
18
|
+
INDICATION_STATE_INDICATION09=bF9vcjAl622zqXISO6xLzg_Indication Color 9
|
|
19
|
+
INDICATION_STATE_INDICATION10=0SDjjjgNx+schca1TOUldA_Indication Color 10
|
|
20
|
+
INDICATION_STATE_INDICATION11=1HIOkAKuxBu3rpBYo3nf7w_Indication Color 11
|
|
21
|
+
INDICATION_STATE_INDICATION12=IAygOweoz16l6HHu8eMiHQ_Indication Color 12
|
|
22
|
+
INDICATION_STATE_INDICATION13=khywQvxZdv7TBxMJAQhECQ_Indication Color 13
|
|
23
|
+
INDICATION_STATE_INDICATION14=18SdV4tK6djtjKAXXzcwhg_Indication Color 14
|
|
24
|
+
INDICATION_STATE_INDICATION15=Z/TSZFcBCqcZ4YVzTSmJ5A_Indication Color 15
|
|
25
|
+
INDICATION_STATE_INDICATION16=CQJTatevm5+00ryJxGhd1A_Indication Color 16
|
|
26
|
+
INDICATION_STATE_INDICATION17=VK2n0wO2yBl05dDyjT321A_Indication Color 17
|
|
27
|
+
INDICATION_STATE_INDICATION18=WMGOJs1wI4IKctSsAt/pyw_Indication Color 18
|
|
28
|
+
INDICATION_STATE_INDICATION19=T/nakPzUKLj51wHgGPNd+w_Indication Color 19
|
|
29
|
+
INDICATION_STATE_INDICATION20=7SOB9oNTQkp87THfz9xXXw_Indication Color 20
|
|
30
|
+
|
|
31
|
+
BUSY_TEXT=LLPl7RVin/jwdCbujBfQUQ_Please wait
|
|
32
|
+
BUSY_VALUE_TEXT=qj+95SU/40cBw7zRdyLTRA_Busy
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
date.week.calendarweek.wide=vwht2cGMK36AkPjNznAjHQ_Calendar Week {0}
|
|
36
|
+
date.week.calendarweek.narrow=Iid59ts73Yy74X0HIWnjmw_CW {0}
|
|
37
|
+
date.placeholder=G0Pv5H7fu0MHbB2/UxZCyA_e.g. {0}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
FileSize.Byte=/Yrvz7KQLFzTDZIceffzbw_{0} Byte
|
|
41
|
+
FileSize.Bytes=Iy4j4GEdD+lQKvH7N3I21Q_{0} Bytes
|
|
42
|
+
|
|
43
|
+
FileSize.Kilobyte=+BvVHlpOvE6NkLEDtV11Vg_{0} KB
|
|
44
|
+
FileSize.Megabyte=AVu7eXPjLVUFA1wwLSt2ZA_{0} MB
|
|
45
|
+
FileSize.Gigabyte=b8aFMukwBk2ApOF1sqAiJg_{0} GB
|
|
46
|
+
FileSize.Terabyte=Zt2OczjHJAvsTJXvy41low_{0} TB
|
|
47
|
+
FileSize.Petabyte=EtxqxgjsI6tK2Dp/lX/KoA_{0} PB
|
|
48
|
+
FileSize.Exabyte=H50QzFBBwp6QH7XPQosJtg_{0} EB
|
|
49
|
+
FileSize.Zettabyte=H+z0haAXvUOWaeYc6ufiNQ_{0} ZB
|
|
50
|
+
FileSize.Yottabyte=tmxI45KLodp9+JM7NbBnKg_{0} YB
|
|
51
|
+
|
|
52
|
+
FileSize.Kibibyte=QYPh1H8PcSAbZZSts6MxxQ_{0} KiB
|
|
53
|
+
FileSize.Mebibyte=9DM2WKLCR57P/6qUwOG+sA_{0} MiB
|
|
54
|
+
FileSize.Gibibyte=rm5v0rZsjwoVHGdqQB+hOw_{0} GiB
|
|
55
|
+
FileSize.Tebibyte=mOYS9iotuNvG+/y70fgPjw_{0} TiB
|
|
56
|
+
FileSize.Pebibyte=g5V9I2h2MqcTXQC6ZBkwLQ_{0} PiB
|
|
57
|
+
FileSize.Exbibyte=3kM3J9pk5DOL1G+yZ6M2bA_{0} EiB
|
|
58
|
+
FileSize.Zebibyte=kc/yVb7tmOPKwoiGskYyPw_{0} ZiB
|
|
59
|
+
FileSize.Yobibyte=RhjKQrS+JvLrdSu3U+BqhA_{0} YiB
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
INFINITY=4J4U8I2S9fjlEqy+lu1Yvw_Infinity
|
|
63
|
+
MINUS_INFINITY=3lw6aeUx60gxu+b6gX923Q_Minus infinity
|
|
64
|
+
NAN=TvXt+/Il33Lw9xjLI+Ri5w_Not a number
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
CommunicationError=h1ozvStFtLqWsWscKAQNVg_Communication error
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
NO=bPegkj20EiKnzIFjPaYTzw_No
|
|
71
|
+
YES=dLZXMGadz9oRUqOF+Ta5eA_Yes
|
|
72
|
+
EnterYesOrNo=aFCqseIqYwOxGaAjPhi9FA_Enter "{0}" or "{1}".
|
|
73
|
+
EnterDigitsOnly=kqvVHR3/KHuduI3vOY1rUQ_Enter only digits
|
|
74
|
+
EnterMaximumOfDigits=+iRx9cwfI6z8QBEVrqutqw_Enter a maximum of {0} digits.
|
|
75
|
+
EnterNumber=hD8B4wRKdcJ32MQiYmpL+w_Enter a number
|
|
76
|
+
EnterNumberPrecision=SaR2V9Rn9+thNkDCRNTZaw_Enter a number with a maximum of {0} digits, including any decimal places
|
|
77
|
+
EnterNumberInteger=ScBZii1UX6G3CPZJEwao2A_Enter a number with a maximum of {0} digits to the left of the decimal separator
|
|
78
|
+
EnterNumberFraction=ZR+F112kB1Hv74wSluLe8g_Enter a number with a maximum of {0} decimal places
|
|
79
|
+
EnterNumberIntegerFraction=E+SXpASxQTXih5wZdggaHA_Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
|
|
80
|
+
EnterNumberFractionOnly=TOa6oTBHn3z+z9uF9+gxgQ_Enter a number with an absolute value less than 1 and a maximum of {0} decimal places
|
|
81
|
+
EnterNumberMin=dIaYYOgC0aO0vvytshcOLA_Enter a number with a minimum value of {0}
|
|
82
|
+
EnterNumberMinExclusive=FQJlPRlWTWetsf9vY8bKxA_Enter a number greater than {0}
|
|
83
|
+
EnterNumberMax=2ZMQniOvOhrjFVMcGIAL/Q_Enter a number with a maximum value of {0}
|
|
84
|
+
EnterNumberMaxExclusive=5Uy36Rch6Suj93jTQFLmlg_Enter a number less than {0}
|
|
85
|
+
EnterText=WtFDrtNfZp+UNa85ABpasA_Enter a text
|
|
86
|
+
EnterTextMaxLength=s7AkiYWBp6ikU2+JjyNUoQ_Enter a text with a maximum of {0} characters and spaces
|
|
87
|
+
EnterInt=WQqwc2dxEo7FijwlsNmsDw_Enter a number without decimals.
|
|
88
|
+
EnterDateTime=9BZ7WUik+n59DzKNTQaLNA_Enter a valid date and a valid time in the following format\: {0}
|
|
89
|
+
EnterDateTimeTimezone=Zgjfusmld0/CUV/1WhZ6QQ_Enter a valid time zone, for example\: {0}
|
|
90
|
+
EnterDate=D/qC9bCLdH2mZ3IqM+WBbA_Enter a valid date in the following format\: {0}
|
|
91
|
+
EnterGuid=nSE3UqscyzIMiSy0WzK7Yg_Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
92
|
+
EnterTime=x1I9Xt5m1udOf8SRfoJiBw_Enter a valid time in the following format\: {0}
|
|
93
|
+
Currency.WithDecimals=lvXsuUYNQSaTh4f8+b+iWg_This currency supports a maximum of {0} decimals. Adjust the amount or enter a different currency.
|
|
94
|
+
Currency.WithoutDecimals=s8Vd7QQ+MHTWseprp0Ckmg_This currency does not support decimals. Adjust the amount or enter a different currency.
|
|
95
|
+
Unit.WithDecimals=ZbGProyilgWynjwX28D0UQ_This unit supports a maximum of {0} decimals. Adjust the value or enter a different unit.
|
|
96
|
+
Unit.WithoutDecimals=FILsn+QzgZ538IiOqyojZQ_This unit does not support decimals. Adjust the value or enter a different unit.
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
Boolean.Invalid=QqjYVpnWQFpYvO2d/oarbA_Enter a valid Boolean value
|
|
100
|
+
|
|
101
|
+
Integer.Invalid=bGxxpsYAK+qJNtc+Xhz9CA_Enter a valid number
|
|
102
|
+
Integer.Minimum=4XFiyrlU969UgZLJWd7xnQ_Enter a number greater than or equal to {0}
|
|
103
|
+
Integer.Maximum=2FMP40yBEdwPFaK40ELgRQ_Enter a number less than or equal to {0}
|
|
104
|
+
|
|
105
|
+
Float.Invalid=AqstJrqOjtBb1Ggmw1L7AA_Enter a valid number
|
|
106
|
+
Float.Minimum=sSRWoT7oBH6O2xjAFehaJg_Enter a number greater than or equal to {0}
|
|
107
|
+
Float.Maximum=yTM4q11GOxXGABYE0+uOrQ_Enter a number less than or equal to {0}
|
|
108
|
+
|
|
109
|
+
Currency.Invalid=xBeA4ALGUIShvmMIrnvojQ_Enter a valid currency amount
|
|
110
|
+
Currency.InvalidMeasure=rrCHTb4PdrvBzHVBKyeXxA_Enter a valid currency
|
|
111
|
+
Currency.Minimum=kCnYXguCPXsXzU48niNLbA_Enter an amount greater than or equal to {0}
|
|
112
|
+
Currency.Maximum=PabV43FMwPckW0CtVogXPw_Enter an amount less than or equal to {0}
|
|
113
|
+
|
|
114
|
+
Unit.Invalid=qDDFIsY3bLdU51uijPXCOQ_Enter a valid unit amount
|
|
115
|
+
Unit.InvalidMeasure=J1IVTQJDQCKAp7d+4hyN+g_Enter a valid unit
|
|
116
|
+
Unit.Minimum=Iep6aC5eKDrokBua62q37Q_Enter an amount greater than or equal to {0}
|
|
117
|
+
Unit.Maximum=FBZ8qkyxMwHrdD4luaRQ8Q_Enter an amount less than or equal to {0}
|
|
118
|
+
Unit.Decimals=f4cmyKqgI/E00KT7b3DwbQ_Enter an amount with less decimals than {0}
|
|
119
|
+
|
|
120
|
+
FileSize.Invalid=LiLARAYMJD/HUDg7a8VjkA_Enter a valid file size
|
|
121
|
+
FileSize.Minimum=N5h0IyQpuOm7OpZB/1LrHQ_Enter a file size greater than or equal to {0}
|
|
122
|
+
FileSize.Maximum=GL7vm1aDgRoOf7MO5TjWyg_Enter a file size lower than or equal to {0}
|
|
123
|
+
|
|
124
|
+
Date.Invalid=jQncd/PGFxV9HEaor+7vUg_Enter a date
|
|
125
|
+
Date.Minimum=o6qGOEh+fDcPT3aIW8yG/Q_Enter a date after {0}
|
|
126
|
+
Date.Maximum=GdL2UML9/85scxkVhJAToA_Enter a date before {0}
|
|
127
|
+
|
|
128
|
+
Time.Invalid=jkzxhsrLdaDNIyOjrVJ1xQ_Enter a valid time
|
|
129
|
+
Time.Minimum=I6dMzHZrv3ZkT6v9859I8A_Enter a time after {0}
|
|
130
|
+
Time.Maximum=l1vHtXEH2+DES5yL8IilMw_Enter a time before {0}
|
|
131
|
+
|
|
132
|
+
DateTime.Invalid=e8FSkUC5Ezo0brOUgPeOnQ_Enter a valid date and time
|
|
133
|
+
DateTime.Minimum=gRSk3KSvNIFra4X/4tZAdA_Enter a date and time after {0}
|
|
134
|
+
DateTime.Maximum=nt2MDjU2y7Sa4WlEACNabA_Enter a date and time before {0}
|
|
135
|
+
|
|
136
|
+
DateInterval.Invalid=iiVrfR7VPS0w4oelyN0+jA_Enter a valid date interval
|
|
137
|
+
|
|
138
|
+
String.MinLength=NHkzc9wZoS+PithU9/WOYQ_Enter a value with at least {0} characters
|
|
139
|
+
String.MaxLength=1UQRA6i7VjqckUPG4zkLaQ_Enter a value with no more than {0} characters
|
|
140
|
+
String.StartsWith=KK0F/ZKhZE5XnPx9lb9fVQ_Enter a value starting with "{0}"
|
|
141
|
+
String.EndsWith=+UKAMg70jyNfnzscwT6D2A_Enter a value ending with "{0}"
|
|
142
|
+
String.Contains=QrKY51XEKTV5yWCKyukM5g_Enter a value containing "{0}"
|
|
143
|
+
String.Equals=bzPeI8F2QCQ+8rzeuqXINA_Enter value "{0}"
|
|
144
|
+
String.Search=SvwuXu5bvTyRAPlg3WZcQg_Enter a valid value
|
|
145
|
+
|
|
146
|
+
ACC_CTR_TYPE_IMAGE=Gm3DVG1dHKoNlCJ2lahjyQ_Image
|
|
147
|
+
ACC_CTR_TYPE_BUTTON=A8+DIGYfmJNrJfHGn229jQ_Button
|
|
148
|
+
|
|
149
|
+
CLOSE=E0swY1NNGexGQ9gXahS8qg_Close
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
Icon.action-settings=gdrksSfHfXhFF/QhDpoM9A_Settings
|
|
153
|
+
Icon.activate=qCGBPenQXUhKiE8vyJNjOA_Activate
|
|
154
|
+
Icon.add=R0q1iROKJyGR8xAenswO+g_Add
|
|
155
|
+
Icon.add-contact=lmuhqV60AqP13h+9GVdu7w_Add Contact
|
|
156
|
+
Icon.add-filter=+dfz3qJJNicbNAcqDcuo2Q_Add Filter
|
|
157
|
+
Icon.add-photo=ALb+56EzKWBNASw+UXGQFA_Add Photo
|
|
158
|
+
Icon.back-to-top=N7J0ApZboAWU8ukbsfZc0Q_Back to Top
|
|
159
|
+
Icon.collapse=r0BGZky6Q5TZPQ5HtEygsg_Collapse
|
|
160
|
+
Icon.collapse-group=PuftrJkiiwYHNr+oW4041w_Collapse Group
|
|
161
|
+
Icon.crop=zJm2XQ6VdAj1R/g7qfyj9Q_Crop
|
|
162
|
+
Icon.decline=Wz67CTh0yNm7/GXKBo38pg_Decline
|
|
163
|
+
Icon.delete=zA4lfwtCwua8Ll6Tc5P68A_Delete
|
|
164
|
+
Icon.display=A8sFtyz2+TzzOkNEZ2bBbQ_Display
|
|
165
|
+
Icon.down=/pxYpVlzuMYhB1gQx91xtw_Down
|
|
166
|
+
Icon.download=asL9AWrY9J8HhIvIni96kQ_Download
|
|
167
|
+
Icon.drill-down=DxXSlZabBsGO+K9NzJuz7g_Drill Down
|
|
168
|
+
Icon.drill-up=K6HMf/yplTGcmI+Rg6jsLg_Drill Up
|
|
169
|
+
Icon.error=JtGjGK9WecCA6+LqTRkU/g_Error
|
|
170
|
+
Icon.exit-full-screen=ieLpw8F8oBHZr+v0sZ5WvQ_Exit Full Screen
|
|
171
|
+
Icon.expand=ng7uvyqqSwFgOO5uIg9CYA_Expand
|
|
172
|
+
Icon.expand-group=pcBSfMCc4/fGrIDWPAI1UQ_Expand Group
|
|
173
|
+
Icon.filter=PZSeaqDY3UmGUwk9UJY0hw_Filter
|
|
174
|
+
Icon.flag=9EPcdMwNcXmoUrkOPOPJgQ_Flag
|
|
175
|
+
Icon.forward=8b/dyJh2nFwRjNXuNhToUQ_Forward
|
|
176
|
+
Icon.full-screen=yawi65XFTYr59N3q3mwaKg_Enter Full Screen
|
|
177
|
+
Icon.generate-shortcut=U8d6msggrNLyFMl6ARUGcA_Create Shortcut
|
|
178
|
+
Icon.group-2=+8x0NcnXfe5heJTZgACZ2A_Group
|
|
179
|
+
Icon.hide=6ykh9kbFqNZA6wmAGv+1rw_Hide
|
|
180
|
+
Icon.ipad=vdh8ynDpzQAadnGD4/pa0w_Tablet
|
|
181
|
+
Icon.ipad-2=jJRQXud/y1tBfppYRaJNpg_Tablet
|
|
182
|
+
Icon.iphone=OrU2Dk+pwsoIMusqpJ/YJw_Phone
|
|
183
|
+
Icon.iphone-2=Tv5oFz1mKl/Xv+9UiyjnwA_Phone
|
|
184
|
+
Icon.laptop=psXeZG4K0wECeu7UfH0fGw_Laptop
|
|
185
|
+
Icon.message-error=S+emPBlrtCOMKB1wdgpaiA_Error
|
|
186
|
+
Icon.message-information=v5DeUfdggsY0s042RWcYiw_Information
|
|
187
|
+
Icon.message-success=rwHiTaaQM0Yn5l62lbsbhQ_Successful
|
|
188
|
+
Icon.message-warning=hd2WQ9dYsL/vkebfFipj+g_Warning
|
|
189
|
+
Icon.move=XEEH47aXfpaizDRJ80ptiA_Move
|
|
190
|
+
Icon.multi-select=Jn1btzzbafADsjRDsUT6iQ_Multi Select
|
|
191
|
+
Icon.nav-back=zQJYZ6Gs5ZSbwNWv4AxrPw_Navigate Back
|
|
192
|
+
Icon.overflow=hFi83OYyhrEPS19nC3+IEQ_More
|
|
193
|
+
Icon.redo=ihOyZoBj7IpoatpLswR2ZA_Redo
|
|
194
|
+
Icon.refresh=oheDW9HHuX9niWziGXPWug_Refresh
|
|
195
|
+
Icon.resize=rOclknaHNjF/HG3KX2jLsw_Resize
|
|
196
|
+
Icon.resize-horizontal=frPYrHxlohOatb8usVw3kA_Resize Horizontally
|
|
197
|
+
Icon.resize-vertical=NCK+XxFuy0aU7dqJR7FNLQ_Resize Vertically
|
|
198
|
+
Icon.response=+nd8LTbE/YJWpj52dfqpwA_Reply
|
|
199
|
+
Icon.save=4hDUtArdqufFFFRrVvKnOQ_Save
|
|
200
|
+
Icon.search=63gihTAHr+x4ZGkMpmekiw_Search
|
|
201
|
+
Icon.settings=lK+xqNxHUde65K/1g4iU0Q_Settings
|
|
202
|
+
Icon.show=jLM5C9uH3fH3aNUIi1Gncw_Show
|
|
203
|
+
Icon.sort=hcsWrmSanw9FJTYUPaVFhw_Sort
|
|
204
|
+
Icon.sort-ascending=a8nGWwNlk2gxKMKWKp5GVA_Sort Ascending
|
|
205
|
+
Icon.sort-descending=5/gvyEQPhD2xrs5ELm7T9A_Sort Descending
|
|
206
|
+
Icon.synchronize=4KsqjPBw165MRj5g4qf+Ow_Synchronize
|
|
207
|
+
Icon.undo=mqgvlmPg1WmhNF4LEpB7OQ_Undo
|
|
208
|
+
Icon.up=y6/q+fPBUf+Dyrs4uCgglA_Up
|
|
209
|
+
Icon.upload=q6osrb9Xmh4DgnAHJsanmg_Upload
|
|
210
|
+
Icon.zoom-in=rCAU6IwIS30fwMa/5xHGQQ_Zoom In
|
|
211
|
+
Icon.zoom-out=lo+R9lC9RDwIzc04C2mVfw_Zoom Out
|
|
200
212
|
|
|
201
213
|
|
|
202
|
-
TechInfo.DialogTitle=
|
|
214
|
+
TechInfo.DialogTitle=QqKtZTehWQt2Gi9i1xPI9A_Technical Information Dialog
|
|
203
215
|
|
|
204
|
-
TechInfo.HelpButton.Tooltip=
|
|
216
|
+
TechInfo.HelpButton.Tooltip=1ElykXpd+V4jIzyEpXPsaQ_Open documentation
|
|
205
217
|
|
|
206
|
-
TechInfo.VersionLink.Tooltip=
|
|
218
|
+
TechInfo.VersionLink.Tooltip=G362no6IEujMuQKineQOTg_Open version information in a new tab
|
|
207
219
|
|
|
208
|
-
TechInfo.CopyButton.Tooltip=
|
|
220
|
+
TechInfo.CopyButton.Tooltip=y+F2IVKxreGeaUiMfRVgWw_Copy technical information to clipboard
|
|
209
221
|
|
|
210
|
-
TechnInfo.DiagnosticsButton.Text=
|
|
222
|
+
TechnInfo.DiagnosticsButton.Text=s4pygxtC4X8rE1DenzdS8g_Open Diagnostics
|
|
211
223
|
|
|
212
|
-
TechnInfo.TestRecorderButton.Text=
|
|
224
|
+
TechnInfo.TestRecorderButton.Text=dXh9OamypE9EXFpD+NtTrw_Activate Test Recorder
|
|
213
225
|
|
|
214
|
-
TechnInfo.AssistantButton.Text=
|
|
226
|
+
TechnInfo.AssistantButton.Text=Rc+bXJFeblg7mqzZwA6WRA_Activate Support Assistant
|
|
215
227
|
|
|
216
|
-
TechInfo.UserAgent.Label=
|
|
228
|
+
TechInfo.UserAgent.Label=WtltdHhG5SABKNMvfEVFNg_User Agent
|
|
217
229
|
|
|
218
|
-
TechInfo.AppUrl.Label=
|
|
230
|
+
TechInfo.AppUrl.Label=k0AOUYKm4xvlwIWpZCy9qg_App URL
|
|
219
231
|
|
|
220
|
-
TechInfo.DebugSources.Label=
|
|
232
|
+
TechInfo.DebugSources.Label=shr8csdhHrVKSKg/9nHa6w_Use Debug Sources
|
|
221
233
|
|
|
222
|
-
TechInfo.DebugSources.Tooltip=
|
|
234
|
+
TechInfo.DebugSources.Tooltip=r+G2457OwC8v7xxm7CtSwA_Reloads the current page with unminified sources for debugging
|
|
223
235
|
|
|
224
|
-
TechInfo.DebugSourcesModules.Link=
|
|
236
|
+
TechInfo.DebugSourcesModules.Link=q73ZpRM/GaIOmwF3kZ/xEA_Select specific modules
|
|
225
237
|
|
|
226
|
-
TechInfo.VersionBuildTime.Text=
|
|
238
|
+
TechInfo.VersionBuildTime.Text=N70xA48dF3brpHdKksUW2Q_(built at {0})
|
|
227
239
|
|
|
228
|
-
TechInfo.CopyToClipboard.Success=
|
|
240
|
+
TechInfo.CopyToClipboard.Success=1e5OsSDaVC4oNsJMf4A7TA_Technical information copied to clipboard
|
|
229
241
|
|
|
230
|
-
TechInfo.CopyToClipboard.Error=
|
|
242
|
+
TechInfo.CopyToClipboard.Error=gyag89P4iPWhUPkLV7YGbw_Technical information could not be copied to clipboard
|
|
231
243
|
|
|
232
|
-
TechInfo.DebugSources.ConfirmTitle=
|
|
244
|
+
TechInfo.DebugSources.ConfirmTitle=TfIUbzu4ZtPLd2x4Nq6jtQ_Reload App
|
|
233
245
|
|
|
234
|
-
TechInfo.DebugSources.ConfirmMessage=
|
|
246
|
+
TechInfo.DebugSources.ConfirmMessage=VXjBUb3tppWNBWw/UmevvA_Reload the app to enable or disable the debug sources
|
|
235
247
|
|
|
236
|
-
TechInfo.ReloadApp.ConfirmMessage=
|
|
248
|
+
TechInfo.ReloadApp.ConfirmMessage=EL/YSZuGGmHZuR7VfJkj2Q_Reload the app to enable or disable the option
|
|
237
249
|
|
|
238
|
-
TechInfo.SupportAssistantConfigPopup.Title=
|
|
250
|
+
TechInfo.SupportAssistantConfigPopup.Title=Rp9gWAFxqXUiKjc7YDUx8A_Support Assistant Settings
|
|
239
251
|
|
|
240
|
-
TechInfo.SupportAssistantConfigPopup.StandardLocation=
|
|
252
|
+
TechInfo.SupportAssistantConfigPopup.StandardLocation=okd03qllxKaA6acGTwcLGA_Recommended Locations
|
|
241
253
|
|
|
242
|
-
TechInfo.SupportAssistantConfigPopup.CustomLocation=
|
|
254
|
+
TechInfo.SupportAssistantConfigPopup.CustomLocation=YQhHBvedj3WUF9dMuQjkJg_Custom Location
|
|
243
255
|
|
|
244
|
-
TechInfo.SupportAssistantConfigPopup.AppVersionOption=
|
|
256
|
+
TechInfo.SupportAssistantConfigPopup.AppVersionOption=CIlNg/NdKhHlk4WX3vg2DA_Application Version ({0})
|
|
245
257
|
|
|
246
|
-
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=
|
|
258
|
+
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=slqY+Y/aB1PvOv2w61eKLg_The syntax of the location address is incorrect. The correct syntax is http\://<Valid custom URI>/resources/sap/ui/support.
|
|
247
259
|
|
|
248
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound
|
|
260
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=JJ2e3rrY0//pUJKgsbLb6g_Support Assistant is not available in this location\:
|
|
249
261
|
|
|
250
|
-
TechInfo.SupportAssistantConfigPopup.ProtocolError=
|
|
262
|
+
TechInfo.SupportAssistantConfigPopup.ProtocolError=IAs56PxSihvlhMZKpRDSZA_App protocol does not match the Support Assistant protocol (HTTP/HTTPS)
|
|
251
263
|
|
|
252
|
-
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=
|
|
264
|
+
TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=xD1m+PNAslggMcTjEss9sw_Ajax return code is different than [200]
|
|
253
265
|
|
|
254
|
-
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=
|
|
266
|
+
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=pjNpfGc4RFLH2Vw2EIA3PQ_File not found (404)
|
|
255
267
|
|
|
256
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
268
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=wSu0pq9F0ikmFIwI8qZqFA_Internal server error\: {500}
|
|
257
269
|
|
|
258
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=
|
|
270
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=vgUbpKktjaEVZtWShMxE4Q_Timeout error
|
|
259
271
|
|
|
260
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=
|
|
272
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=ZmWfmheoQCQzTLEU6pDgpQ_Requested JSON parse failed
|
|
261
273
|
|
|
262
|
-
TechInfo.SupportAssistantConfigPopup.UncaughtError=
|
|
274
|
+
TechInfo.SupportAssistantConfigPopup.UncaughtError=WSiyQVmuSNZb5hG5+rU20g_Uncaught error
|
|
263
275
|
|
|
264
|
-
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=
|
|
276
|
+
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=8y71Mj+yLQdFaI/PK85nTg_Ajax request aborted
|
|
265
277
|
|
|
266
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=
|
|
278
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=eWkUbpa7L7h8mzF/gowkoQ_This location is not available at the moment.
|
|
267
279
|
|
|
268
|
-
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=
|
|
280
|
+
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=e4nqmukln6nzuhOSwU9rsQ_Open Support Assistant in New Window
|
|
269
281
|
|
|
270
|
-
TechInfo.SupportAssistantConfigPopup.Locations=
|
|
282
|
+
TechInfo.SupportAssistantConfigPopup.Locations=IEOwbTGUiVFEQTdZ8HPn3w_Resource Location
|
|
271
283
|
|
|
272
|
-
TechInfo.SupportAssistantConfigPopup.Options=
|
|
284
|
+
TechInfo.SupportAssistantConfigPopup.Options=e9KtgfkIpvN7QDx0eRkfAg_Options
|
|
273
285
|
|
|
274
|
-
TechInfo.DebugModulesConfigPopup.SelectionCounter=
|
|
286
|
+
TechInfo.DebugModulesConfigPopup.SelectionCounter=d2UlCEo+SyEvZr+rwcytew_Select Debug Modules ({0} Selected)
|
|
275
287
|
|
|
276
|
-
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=
|
|
288
|
+
TechInfo.DebugModulesConfigPopup.ModeValidationMessage=f927nxtkd4tWmZILZvD29A_Value for parameter sap-ui-debug is invalid
|
|
277
289
|
|
|
278
|
-
TechInfo.DebugModulesCopy.Tooltip=
|
|
290
|
+
TechInfo.DebugModulesCopy.Tooltip=P4thzTEfZkLzj5e9QjCR+g_Copy the sap-ui-debug value to clipboard
|
|
279
291
|
|
|
280
|
-
TechInfo.DebugModulesReset.Tooltip=
|
|
292
|
+
TechInfo.DebugModulesReset.Tooltip=DXOMtae1HsHTr+bfRk9sDg_Reset the currently selected modules
|
|
281
293
|
|
|
282
|
-
TechInfo.DebugModulesCopyToClipboard.Success=
|
|
294
|
+
TechInfo.DebugModulesCopyToClipboard.Success=F9K1fSfNEoMlG6iRPhFQZQ_Custom sap-ui-debug value copied to clipboard
|
|
283
295
|
|
|
284
|
-
TechInfo.DebugModulesCopyToClipboard.Error
|
|
296
|
+
TechInfo.DebugModulesCopyToClipboard.Error=/JiXB7fyf3nLP39FRkcIIQ_Custom sap-ui-debug value could not be copied to clipboard
|
|
285
297
|
|
|
286
|
-
TechInfo.DebugModulesConfigPopup.Confirm
|
|
298
|
+
TechInfo.DebugModulesConfigPopup.Confirm=pFwnBEvEFp7UD2dV6Yq/yw_Apply
|
|
287
299
|
|
|
288
|
-
PostMessage.Message=
|
|
300
|
+
PostMessage.Message=STGH3YIJjUGrznbmlITwjQ_An application or code in your browser is trying to communicate with your application. Do you want to allow communication with {0} from {1}?
|
|
289
301
|
|
|
290
|
-
PasteHelper.ErrorMessage=
|
|
302
|
+
PasteHelper.ErrorMessage=qEe6/9tc9g+O8potOr2dKQ_Value "{0}" in row {1} and column {2} cannot be parsed.
|
|
291
303
|
|
|
292
304
|
|
|
293
305
|
|
|
294
|
-
TestRecorder.ControlTree.MessageToast=
|
|
306
|
+
TestRecorder.ControlTree.MessageToast=WpXyH7QEYPnz18a9eeSpvA_Control tree is updated.
|
|
295
307
|
|
|
296
|
-
TestRecorder.Inspect.Snippet.NoData.Text=
|
|
297
|
-
TestRecorder.Inspect.Snippet.Dropdown.Label=
|
|
298
|
-
TestRecorder.Inspect.Snippet.Dialect.Raw=
|
|
299
|
-
TestRecorder.Inspect.Snippet.Dialect.OPA5=
|
|
300
|
-
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=
|
|
301
|
-
TestRecorder.Inspect.Snippet.Dialect.WDI5=
|
|
302
|
-
TestRecorder.Inspect.Snippet.MultiSwitch.Label=
|
|
308
|
+
TestRecorder.Inspect.Snippet.NoData.Text=AHBdM7gjp9DbMgV7N3KeUA_Select a control to get a generated snippet.
|
|
309
|
+
TestRecorder.Inspect.Snippet.Dropdown.Label=gXJZjRWdZh2VamImcqQB4Q_Select a dialect\:
|
|
310
|
+
TestRecorder.Inspect.Snippet.Dialect.Raw=fzL+SMQ8PVKrUilcs9lWog_Raw Selector
|
|
311
|
+
TestRecorder.Inspect.Snippet.Dialect.OPA5=wBJWiy4f+m6lQOvmiRsIpQ_OPA5
|
|
312
|
+
TestRecorder.Inspect.Snippet.Dialect.UIVeri5=CV+28+doHeBJ3ljDz07eaw_UIVeri5
|
|
313
|
+
TestRecorder.Inspect.Snippet.Dialect.WDI5=zCUHbsxRKwsHCM8W230S7g_wdi5
|
|
314
|
+
TestRecorder.Inspect.Snippet.MultiSwitch.Label=Jrx+J6ksEj9qdyrYftou2w_Multiple\:
|
|
303
315
|
|
|
304
|
-
TestRecorder.Inspect.Snippet.Copy.Text=
|
|
305
|
-
TestRecorder.Inspect.Snippet.Clear.Text=
|
|
306
|
-
TestRecorder.Inspect.Snippet.NotFound.Text=
|
|
316
|
+
TestRecorder.Inspect.Snippet.Copy.Text=u7fqYmDDjj2ysRc5Ay5rpQ_Copy
|
|
317
|
+
TestRecorder.Inspect.Snippet.Clear.Text=C6jG3ABiTMtoPBk9gFUOyw_Clear
|
|
318
|
+
TestRecorder.Inspect.Snippet.NotFound.Text=LSEnSnK3sSyN2ntPYkb7xg_No code snippet can be generated for {0}
|
|
307
319
|
|
|
308
|
-
TestRecorder.Inspect.Properties.Title
|
|
309
|
-
TestRecorder.Inspect.Properties.Own.Header.Text=
|
|
310
|
-
TestRecorder.Inspect.Properties.Inherited.Header.Text=
|
|
311
|
-
TestRecorder.Inspect.Properties.Property.Text=
|
|
312
|
-
TestRecorder.Inspect.Properties.Value.Text=
|
|
313
|
-
TestRecorder.Inspect.Properties.Type.Text=
|
|
314
|
-
TestRecorder.Inspect.Properties.Inherited.Text=
|
|
315
|
-
TestRecorder.Inspect.Properties.Property.Icon.Tooltip=
|
|
316
|
-
TestRecorder.Inspect.Bindings.Title=
|
|
317
|
-
TestRecorder.Inspect.Bindings.Context.Header.Text=
|
|
318
|
-
TestRecorder.Inspect.Bindings.Properties.Header.Text=
|
|
319
|
-
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=
|
|
320
|
-
TestRecorder.Inspect.Bindings.Property.Text=
|
|
321
|
-
TestRecorder.Inspect.Bindings.Aggregation.Text=
|
|
322
|
-
TestRecorder.Inspect.Bindings.Path.Text=
|
|
323
|
-
TestRecorder.Inspect.Bindings.RelativePath.Text=
|
|
324
|
-
TestRecorder.Inspect.Bindings.AbsolutePath.Text=
|
|
325
|
-
TestRecorder.Inspect.Bindings.Model.Text=
|
|
320
|
+
TestRecorder.Inspect.Properties.Title=lT7GIXGjchvSr07j6y1HUg_Properties
|
|
321
|
+
TestRecorder.Inspect.Properties.Own.Header.Text=wn7cQ4qahH+GcMfFbNuHlQ_Own
|
|
322
|
+
TestRecorder.Inspect.Properties.Inherited.Header.Text=tpCwgriPAFEXzoKvxcCGNQ_Inherited
|
|
323
|
+
TestRecorder.Inspect.Properties.Property.Text=OUsjibB6QNu+VOTQdGa51A_Property
|
|
324
|
+
TestRecorder.Inspect.Properties.Value.Text=1zdJ+zh2O7Yf7X9KYDGS4g_Value
|
|
325
|
+
TestRecorder.Inspect.Properties.Type.Text=Qcosr20c9bNhdXEFcWiRCQ_Type
|
|
326
|
+
TestRecorder.Inspect.Properties.Inherited.Text=UOVPucZ1Vdc3GT/ANNvLDw_Inherited from
|
|
327
|
+
TestRecorder.Inspect.Properties.Property.Icon.Tooltip=Co3jMkGOBejWsmYqPEH9ng_Assert value
|
|
328
|
+
TestRecorder.Inspect.Bindings.Title=k1LR7vEGah0iJZ9x3YmzDQ_Bindings
|
|
329
|
+
TestRecorder.Inspect.Bindings.Context.Header.Text=U8B6otnnitZOiCL3UhfnIg_Binding Context
|
|
330
|
+
TestRecorder.Inspect.Bindings.Properties.Header.Text=5ybQG/BtUjiggkO/r3ITvQ_Properties
|
|
331
|
+
TestRecorder.Inspect.Bindings.Aggregations.Header.Text=ftRkrU6UGfktaFKuIQR3/A_Aggregations
|
|
332
|
+
TestRecorder.Inspect.Bindings.Property.Text=qIR3vmdv33GedQYbuTsdTQ_Property
|
|
333
|
+
TestRecorder.Inspect.Bindings.Aggregation.Text=80KeycbMezLajRAbK8UIgg_Aggregation
|
|
334
|
+
TestRecorder.Inspect.Bindings.Path.Text=c1JTV0aYrPrLBqu6degCRg_Path
|
|
335
|
+
TestRecorder.Inspect.Bindings.RelativePath.Text=PlOtxTL7duVeZrixGCFBJA_Relative Path
|
|
336
|
+
TestRecorder.Inspect.Bindings.AbsolutePath.Text=QO6+zRcctg9m+Kcq49SPZw_Absolute Path
|
|
337
|
+
TestRecorder.Inspect.Bindings.Model.Text=bVOpTGBjohqfx6VEOJ4KBg_Model
|
|
326
338
|
|
|
327
|
-
TestRecorder.TitleBar.Title=
|
|
328
|
-
TestRecorder.TitleBar.Documentation.Tooltip=
|
|
329
|
-
TestRecorder.TitleBar.Window.Settings.Tooltip=
|
|
330
|
-
TestRecorder.TitleBar.Window.Minimize.Tooltip=
|
|
331
|
-
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=
|
|
332
|
-
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=
|
|
333
|
-
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=
|
|
334
|
-
TestRecorder.TitleBar.Window.New.Tooltip=
|
|
335
|
-
TestRecorder.TitleBar.Window.Close.Tooltip=
|
|
339
|
+
TestRecorder.TitleBar.Title=5pa6h4PGm1COvQJVQj6p+w_Test Recorder
|
|
340
|
+
TestRecorder.TitleBar.Documentation.Tooltip=ajWceZWb2Ip+bR6KHpkxDw_Open documentation
|
|
341
|
+
TestRecorder.TitleBar.Window.Settings.Tooltip=6squmYjPf2O6XEfQJ0ojww_Show Settings
|
|
342
|
+
TestRecorder.TitleBar.Window.Minimize.Tooltip=h1UyG1MBrwrjfFjDjSI8hw_Minimize
|
|
343
|
+
TestRecorder.TitleBar.Window.Dock.Bottom.Tooltip=yxGkqAR72V3LpO79Aey5gg_Dock to bottom
|
|
344
|
+
TestRecorder.TitleBar.Window.Dock.Right.Tooltip=iWGnZ/mrf4or8Nk83G54fg_Dock to right
|
|
345
|
+
TestRecorder.TitleBar.Window.Dock.Left.Tooltip=mErpnGC68JT7ecj0MziU9g_Dock to left
|
|
346
|
+
TestRecorder.TitleBar.Window.New.Tooltip=Sr52mpc1MCBA6pXtwN+WSw_Open in new window
|
|
347
|
+
TestRecorder.TitleBar.Window.Close.Tooltip=IHRWyPYrrMM6I7mzOdVhqg_Close
|
|
336
348
|
|
|
337
|
-
TestRecorder.SettingsDialog.Title=
|
|
338
|
-
TestRecorder.SettingsDialog.IDCheckBox.Text=
|
|
339
|
-
TestRecorder.SettingsDialog.POMethodCheckBox.Text=
|
|
340
|
-
TestRecorder.SettingsDialog.CloseButton.Text=
|
|
349
|
+
TestRecorder.SettingsDialog.Title=VWKprBoFQyo6XwpJGkpaWg_Test Recorder Settings
|
|
350
|
+
TestRecorder.SettingsDialog.IDCheckBox.Text=lkEQphaeCiW4LhHS5aD5GQ_Prefer View ID over Global ID
|
|
351
|
+
TestRecorder.SettingsDialog.POMethodCheckBox.Text=I6BAwRzqanC/Mg3lLQIXdw_Show Snippets in Page Object Methods
|
|
352
|
+
TestRecorder.SettingsDialog.CloseButton.Text=86hGwsUlN/9gi0qPu3khxw_Close
|