@openui5/sap.ui.core 1.71.58 → 1.71.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +50 -32
- 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 +11 -14
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +4 -2
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/CustomizingConfiguration.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +15 -20
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_ar.properties +5 -5
- package/src/sap/ui/core/messagebundle_bg.properties +15 -15
- package/src/sap/ui/core/messagebundle_ca.properties +2 -2
- package/src/sap/ui/core/messagebundle_cs.properties +8 -8
- package/src/sap/ui/core/messagebundle_da.properties +4 -4
- package/src/sap/ui/core/messagebundle_de.properties +4 -4
- package/src/sap/ui/core/messagebundle_el.properties +9 -9
- package/src/sap/ui/core/messagebundle_en.properties +3 -3
- package/src/sap/ui/core/messagebundle_es.properties +18 -18
- package/src/sap/ui/core/messagebundle_et.properties +3 -3
- package/src/sap/ui/core/messagebundle_fi.properties +6 -6
- package/src/sap/ui/core/messagebundle_fr.properties +19 -19
- package/src/sap/ui/core/messagebundle_hi.properties +4 -4
- package/src/sap/ui/core/messagebundle_hr.properties +5 -5
- package/src/sap/ui/core/messagebundle_hu.properties +17 -17
- package/src/sap/ui/core/messagebundle_it.properties +54 -54
- package/src/sap/ui/core/messagebundle_iw.properties +7 -7
- package/src/sap/ui/core/messagebundle_ja.properties +9 -9
- package/src/sap/ui/core/messagebundle_kk.properties +5 -5
- package/src/sap/ui/core/messagebundle_ko.properties +7 -7
- package/src/sap/ui/core/messagebundle_lt.properties +3 -3
- package/src/sap/ui/core/messagebundle_lv.properties +7 -7
- package/src/sap/ui/core/messagebundle_ms.properties +8 -8
- package/src/sap/ui/core/messagebundle_nl.properties +10 -10
- package/src/sap/ui/core/messagebundle_no.properties +16 -16
- package/src/sap/ui/core/messagebundle_pl.properties +6 -6
- package/src/sap/ui/core/messagebundle_pt.properties +11 -11
- package/src/sap/ui/core/messagebundle_ro.properties +5 -5
- package/src/sap/ui/core/messagebundle_ru.properties +12 -12
- package/src/sap/ui/core/messagebundle_sh.properties +26 -26
- package/src/sap/ui/core/messagebundle_sk.properties +4 -4
- package/src/sap/ui/core/messagebundle_sl.properties +8 -8
- package/src/sap/ui/core/messagebundle_sr.properties +504 -0
- package/src/sap/ui/core/messagebundle_sv.properties +7 -7
- package/src/sap/ui/core/messagebundle_th.properties +25 -25
- package/src/sap/ui/core/messagebundle_tr.properties +4 -4
- package/src/sap/ui/core/messagebundle_uk.properties +10 -10
- package/src/sap/ui/core/messagebundle_vi.properties +4 -4
- package/src/sap/ui/core/messagebundle_zh_CN.properties +4 -4
- package/src/sap/ui/core/messagebundle_zh_TW.properties +21 -21
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/MessageTest.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/theming/ThemeHelper.js +119 -0
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +15 -6
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/control/ControlModel.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +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/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +8 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -7,7 +7,7 @@ SAPUI5_FRIDAY=Friday
|
|
|
7
7
|
SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
8
8
|
|
|
9
9
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
|
-
VALUE_STATE_ERROR=\
|
|
10
|
+
VALUE_STATE_ERROR=\uC5D4\uD2B8\uB9AC\uAC00 \uC720\uD6A8\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
12
|
VALUE_STATE_WARNING=\uACBD\uACE0 \uBC1C\uC0DD
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
@@ -110,7 +110,7 @@ NO=\uC544\uB2C8\uC624
|
|
|
110
110
|
#XTOL: Yes
|
|
111
111
|
YES=\uC608
|
|
112
112
|
#YMSG: Enter "{0}" or "{1}"
|
|
113
|
-
EnterYesOrNo=
|
|
113
|
+
EnterYesOrNo="{0}" \uB610\uB294 "{1}"\uC744(\uB97C) \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=\uC22B\uC790\uB9CC \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
@@ -140,13 +140,13 @@ EnterTextMaxLength=\uCD5C\uB300 {0}\uC790(\uACF5\uBC31 \uD3EC\uD568)\uC758 \uD14
|
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
141
|
EnterInt=\uC18C\uC218 \uC790\uB9AC\uAC00 \uC5C6\uB294 \uC22B\uC790\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime
|
|
143
|
+
EnterDateTime={0} \uD615\uC2DD\uC73C\uB85C \uC720\uD6A8\uD55C \uC77C\uC790\uC640 \uC2DC\uAC04\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=\uC720\uD6A8\uD55C \uC77C\uC790\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624. \uC785\uB825 \uD615\uC2DD\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
147
|
EnterGuid=12345678-90AB-CDEF-1234-567890ABCDEF \uD615\uC2DD\uC73C\uB85C GUID\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
|
-
EnterTime=\uC720\uD6A8\uD55C \uC2DC\uAC04\uC744
|
|
149
|
+
EnterTime=\uC720\uD6A8\uD55C \uC2DC\uAC04\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624. \uC785\uB825 \uD615\uC2DD\: {0}
|
|
150
150
|
|
|
151
151
|
#########
|
|
152
152
|
# Texts for sap.ui.model.type.*
|
|
@@ -183,7 +183,7 @@ Unit.Minimum={0} \uC774\uC0C1\uC758 \uAE08\uC561\uC744 \uC785\uB825\uD558\uC2ED\
|
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
184
|
Unit.Maximum={0} \uC774\uD558\uC758 \uAE08\uC561\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
|
-
Unit.Decimals=\uC18C\uC218 \uC790\uB9BF\uC218\uAC00 {0}\
|
|
186
|
+
Unit.Decimals=\uC18C\uC218 \uC790\uB9BF\uC218\uAC00 {0}\uBCF4\uB2E4 \uC791\uC740 \uAE08\uC561\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
187
187
|
|
|
188
188
|
#YMSG,100: Enter a valid file size
|
|
189
189
|
FileSize.Invalid=\uC720\uD6A8\uD55C \uD30C\uC77C \uD06C\uAE30\uB97C \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
@@ -325,9 +325,9 @@ Icon.move=\uC774\uB3D9
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=\uBCF5\uC218 \uC120\uD0DD
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=\
|
|
328
|
+
Icon.nav-back=\uB3CC\uC544\uAC00\uAE30
|
|
329
329
|
#XTXT
|
|
330
|
-
Icon.overflow=\uAE30
|
|
330
|
+
Icon.overflow=\uB354 \uBCF4\uAE30
|
|
331
331
|
#XTXT
|
|
332
332
|
Icon.redo=\uC7AC\uC2E4\uD589
|
|
333
333
|
#XTXT
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=\u012Eveskite \u201E{0}\u201C arba \u201E{1}\u201C.
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=\u012Evesti tik skaitmenis
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits
|
|
117
|
+
EnterMaximumOfDigits=\u012Eveskite daugiausia {0} skaitmen\u0173.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=\u012Eveskite skai\u010Di\u0173
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=\u012Eveskite tekst\u0105
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=\u012Eveskite tekst\u0105, kur\u012F sudaryt\u0173 daugiausia {0} simboliai ir vietos
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=\u012Eveskite skai\u010Di\u0173 be de\u0161imtain\u0117s dalies
|
|
141
|
+
EnterInt=\u012Eveskite skai\u010Di\u0173 be de\u0161imtain\u0117s dalies.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=\u012Eveskite leistin\u0105 dat\u0105 ir laik\u0105 tokiu formatu\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=Perkelti
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Pasirinkti kelis
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Gr\u012F\u017Eti atgal
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Daugiau
|
|
331
331
|
#XTXT
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Ievadiet \u201C{0}\u201D vai \u201C{1}\u201D.
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Ievad\u012Bt tikai ciparus
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Ievadiet ne vair\u0101k k\u0101 {0} ciparus
|
|
117
|
+
EnterMaximumOfDigits=Ievadiet ne vair\u0101k k\u0101 {0} ciparus.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Ievadiet ciparu
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=Ievadiet tekstu
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Ievadiet tekstu ar maks. {0} rakstz\u012Bm\u0113m un atstarp\u0113m
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Ievadiet skaitli bez decim\u0101lda\u013C\u0101m
|
|
141
|
+
EnterInt=Ievadiet skaitli bez decim\u0101lda\u013C\u0101m.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Ievadiet der\u012Bgu datumu un der\u012Bgu laiku \u0161\u0101d\u0101 form\u0101t\u0101\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=P\u0101rvietot
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Vair\u0101katlase
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Navi\u0123\u0113t atpaka\u013C
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Vair\u0101k
|
|
331
331
|
#XTXT
|
|
@@ -435,7 +435,7 @@ TechInfo.SupportAssistantConfigPopup.AppVersionOption=Lietojumprogrammas versija
|
|
|
435
435
|
TechInfo.SupportAssistantConfigPopup.URLValidationMessage=URL nav der\u012Bgs, vai ar\u012B tas nebeidzas a "/sap/ui/support/"
|
|
436
436
|
|
|
437
437
|
#YMSG: Error message when support Assistant is not found
|
|
438
|
-
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Atbalsta pal\u012Bgs \u0161eit nav pieejams
|
|
438
|
+
TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=Atbalsta pal\u012Bgs \u0161eit nav pieejams
|
|
439
439
|
|
|
440
440
|
#YMSG: Error message when protocols did not match
|
|
441
441
|
TechInfo.SupportAssistantConfigPopup.ProtocolError=Lietojumu protokols nesaskan ar atbalsta pal\u012Bga protokolu (HTTP/HTTPS)
|
|
@@ -447,10 +447,10 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Ajax atgrie\u0161a
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Fails nav atrasts (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=Iek\u0161\u0113ja servera k\u013C\u016Bda {500}
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Iek\u0161\u0113ja servera k\u013C\u016Bda\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
|
-
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Taimauta k\u013C\u016Bda
|
|
453
|
+
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Taimauta k\u013C\u016Bda
|
|
454
454
|
|
|
455
455
|
#YMSG: Error message when trying to parse JSON
|
|
456
456
|
TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=Piepras\u012Bt\u0101 JSON pars\u0113\u0161ana neizdev\u0101s
|
|
@@ -462,7 +462,7 @@ TechInfo.SupportAssistantConfigPopup.UncaughtError=Nenotverta k\u013C\u016Bda
|
|
|
462
462
|
TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Ajax piepras\u012Bjums p\u0101rtraukts
|
|
463
463
|
|
|
464
464
|
#YMSG: Error message when default locations are not available
|
|
465
|
-
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Pa\u0161laik \u0161\u012B atra\u0161an\u0101s vieta nav pieejama
|
|
465
|
+
TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Pa\u0161laik \u0161\u012B atra\u0161an\u0101s vieta nav pieejama
|
|
466
466
|
|
|
467
467
|
#XFLD: Title for enabling Support Assistant to open in new window.
|
|
468
468
|
TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=Atv\u0113rt atbalsta pal\u012Bgu jaun\u0101 log\u0101
|
|
@@ -36,7 +36,7 @@ BUSY_TEXT=Sila tunggu
|
|
|
36
36
|
#XTXT: the long pattern for formatting a date using calendar week number
|
|
37
37
|
date.week.calendarweek.wide=Minggu Kalendar {0}
|
|
38
38
|
#XTXT: the short pattern for formatting a date using calendar week number
|
|
39
|
-
date.week.calendarweek.narrow=
|
|
39
|
+
date.week.calendarweek.narrow=CW {0}
|
|
40
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
41
|
date.placeholder=Contohnya, {0}
|
|
42
42
|
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Masukkan "{0}" atau "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Masukkan digit sahaja
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Masukkan maksimum {0} digit
|
|
117
|
+
EnterMaximumOfDigits=Masukkan maksimum {0} digit.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Masukkan satu nombor
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -136,9 +136,9 @@ EnterNumberMaxExclusive=Masukkan nombor lebih kecil daripada {0}
|
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Masukkan teks
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Masukkan teks dengan maksimum {0} aksara
|
|
139
|
+
EnterTextMaxLength=Masukkan teks dengan maksimum {0} aksara termasuk ruang
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Masukkan nombor tanpa perpuluhan
|
|
141
|
+
EnterInt=Masukkan nombor tanpa tempat perpuluhan.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Masukkan tarikh sah dan masa sah dalam format yang berikut\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -267,7 +267,7 @@ Icon.collapse-group=Runtuhkan Kumpulan
|
|
|
267
267
|
#XTXT: Crop parts of an image
|
|
268
268
|
Icon.crop=Potong
|
|
269
269
|
#XTXT: To decline an offer
|
|
270
|
-
Icon.decline=
|
|
270
|
+
Icon.decline=Kecilkan
|
|
271
271
|
#XTXT
|
|
272
272
|
Icon.delete=Padam
|
|
273
273
|
#XTXT
|
|
@@ -295,7 +295,7 @@ Icon.flag=Tandakan
|
|
|
295
295
|
#XTXT: To forward an item to a recipients
|
|
296
296
|
Icon.forward=Mengirim Semula
|
|
297
297
|
#XTXT
|
|
298
|
-
Icon.full-screen=
|
|
298
|
+
Icon.full-screen=Ke Skrin Penuh
|
|
299
299
|
#XTXT
|
|
300
300
|
Icon.generate-shortcut=Cipta Pintasan
|
|
301
301
|
#XTXT: To group items
|
|
@@ -325,7 +325,7 @@ Icon.move=Pindah
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Pilihan Berbilang
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=Kembali
|
|
328
|
+
Icon.nav-back=Navigasi Kembali
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Selanjutnya
|
|
331
331
|
#XTXT
|
|
@@ -355,7 +355,7 @@ Icon.sort-ascending=Isih Menaik
|
|
|
355
355
|
#XTXT
|
|
356
356
|
Icon.sort-descending=Isih Menurun
|
|
357
357
|
#XTXT
|
|
358
|
-
Icon.synchronize=
|
|
358
|
+
Icon.synchronize=Selanjar
|
|
359
359
|
#XTXT
|
|
360
360
|
Icon.undo=Buat Asal
|
|
361
361
|
#XTXT
|
|
@@ -9,7 +9,7 @@ SAPUI5_GM_ZSTEP=Zoom step {0}
|
|
|
9
9
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error
|
|
10
10
|
VALUE_STATE_ERROR=Ongeldige invoer
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
|
-
VALUE_STATE_WARNING=Waarschuwing
|
|
12
|
+
VALUE_STATE_WARNING=Waarschuwing uitgevoerd
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
14
|
VALUE_STATE_SUCCESS=Gegeven gevalideerd
|
|
15
15
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Voer "{0}" of "{1}" in.
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Voer alleen cijfers in
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=
|
|
117
|
+
EnterMaximumOfDigits=Geef maximaal {0} cijfers op.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Voer getal in
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -130,23 +130,23 @@ EnterNumberMin=Voer getal van minimaal {0} in
|
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=Voer een getal groter dan {0} in
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
133
|
-
EnterNumberMax=Voer getal
|
|
133
|
+
EnterNumberMax=Voer getal kleiner dan of gelijk aan {0} in
|
|
134
134
|
#YMSG: Enter a number less than {0}
|
|
135
135
|
EnterNumberMaxExclusive=Voer een getal kleiner dan {0} in
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Voer tekst in
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Voer tekst
|
|
139
|
+
EnterTextMaxLength=Voer tekst met maximaal {0} tekens en spaties in
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Voer getal zonder decimalen in
|
|
141
|
+
EnterInt=Voer getal zonder decimalen in.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=Voer geldige datum en tijd in volgende
|
|
143
|
+
EnterDateTime=Voer geldige datum en geldige tijd in volgende formaat in\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
|
-
EnterDate=Voer geldige datum in volgende
|
|
145
|
+
EnterDate=Voer geldige datum in volgende formaat in\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
147
|
EnterGuid=Voer GUID in volgende opmaak in\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
|
-
EnterTime=Voer geldige tijd in volgende
|
|
149
|
+
EnterTime=Voer geldige tijd in volgende formaat in\: {0}
|
|
150
150
|
|
|
151
151
|
#########
|
|
152
152
|
# Texts for sap.ui.model.type.*
|
|
@@ -207,7 +207,7 @@ Time.Minimum=Voer tijd na {0} in
|
|
|
207
207
|
Time.Maximum=Voer tijd v\u00F3\u00F3r {0} in
|
|
208
208
|
|
|
209
209
|
#YMSG,100: Enter a valid date and time
|
|
210
|
-
DateTime.Invalid=Voer geldige datum en tijd in
|
|
210
|
+
DateTime.Invalid=Voer geldige datum en geldige tijd in
|
|
211
211
|
#YMSG,100: Enter a date and time after {0}
|
|
212
212
|
DateTime.Minimum=Voer datum en tijd na {0} in
|
|
213
213
|
#YMSG,100: Enter a date and time before {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=Verplaatsen
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Meervoudige selectie
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=Terug
|
|
328
|
+
Icon.nav-back=Terug navigeren
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Meer
|
|
331
331
|
#XTXT
|
|
@@ -11,7 +11,7 @@ VALUE_STATE_ERROR=Ugyldige inndata
|
|
|
11
11
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning
|
|
12
12
|
VALUE_STATE_WARNING=Advarsel vist
|
|
13
13
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state
|
|
14
|
-
VALUE_STATE_SUCCESS=
|
|
14
|
+
VALUE_STATE_SUCCESS=Posten er validert
|
|
15
15
|
#XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative
|
|
16
16
|
VALUE_STATE_INFORMATION=Informativ post
|
|
17
17
|
|
|
@@ -45,12 +45,12 @@ date.placeholder=f.eks. {0}
|
|
|
45
45
|
#########
|
|
46
46
|
|
|
47
47
|
#YMSG,20: File Size Unit one Byte
|
|
48
|
-
FileSize.Byte={0}
|
|
48
|
+
FileSize.Byte={0} byte
|
|
49
49
|
#YMSG,20: File Size Unit Bytes
|
|
50
|
-
FileSize.Bytes={0}
|
|
50
|
+
FileSize.Bytes={0} byte
|
|
51
51
|
|
|
52
52
|
#YMSG,20: File Size Unit Kilobyte (short)
|
|
53
|
-
FileSize.Kilobyte={0}
|
|
53
|
+
FileSize.Kilobyte={0} kB
|
|
54
54
|
#YMSG,20: File Size Unit Megabyte (short)
|
|
55
55
|
FileSize.Megabyte={0} MB
|
|
56
56
|
#YMSG,20: File Size Unit Gigabyte (short)
|
|
@@ -138,9 +138,9 @@ EnterText=Oppgi en tekst
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Oppgi en tekst med maksimalt {0} tegn og mellomrom
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Oppgi et tall uten desimaler
|
|
141
|
+
EnterInt=Oppgi et tall uten desimaler.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
|
-
EnterDateTime=Oppgi
|
|
143
|
+
EnterDateTime=Oppgi gyldig dato og klokkeslett i f\u00F8lgende format\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=Oppgi gyldig dato i f\u00F8lgende format\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
@@ -195,7 +195,7 @@ FileSize.Maximum=Oppgi en filst\u00F8rrelse som er mindre enn eller lik {0}
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
196
|
Date.Invalid=Oppgi en gyldig dato
|
|
197
197
|
#YMSG,100: Enter a date after {0}
|
|
198
|
-
Date.Minimum=Oppgi en dato etter {0}
|
|
198
|
+
Date.Minimum=Oppgi en dato etter den {0}
|
|
199
199
|
#YMSG,100: Enter a date before {0}
|
|
200
200
|
Date.Maximum=Oppgi en dato f\u00F8r den {0}
|
|
201
201
|
|
|
@@ -232,7 +232,7 @@ String.Equals=Oppgi verdien "{0}"
|
|
|
232
232
|
String.Search=Oppgi en gyldig verdi
|
|
233
233
|
|
|
234
234
|
#XACT: type of an UI control is an image
|
|
235
|
-
ACC_CTR_TYPE_IMAGE=
|
|
235
|
+
ACC_CTR_TYPE_IMAGE=Bilde
|
|
236
236
|
#XACT: type of an UI control is a button
|
|
237
237
|
ACC_CTR_TYPE_BUTTON=Knapp
|
|
238
238
|
|
|
@@ -251,15 +251,15 @@ Icon.action-settings=Innstillinger
|
|
|
251
251
|
#XTXT
|
|
252
252
|
Icon.activate=Aktiver
|
|
253
253
|
#XTXT
|
|
254
|
-
Icon.add=
|
|
254
|
+
Icon.add=Tilf\u00F8y
|
|
255
255
|
#XTXT
|
|
256
|
-
Icon.add-contact=
|
|
256
|
+
Icon.add-contact=Tilf\u00F8y kontaktperson
|
|
257
257
|
#XTXT
|
|
258
|
-
Icon.add-filter=
|
|
258
|
+
Icon.add-filter=Tilf\u00F8y filter
|
|
259
259
|
#XTXT
|
|
260
|
-
Icon.add-photo=
|
|
260
|
+
Icon.add-photo=Tilf\u00F8y foto
|
|
261
261
|
#XTXT
|
|
262
|
-
Icon.back-to-top=Til
|
|
262
|
+
Icon.back-to-top=Til toppen
|
|
263
263
|
#XTXT
|
|
264
264
|
Icon.collapse=Komprimer
|
|
265
265
|
#XTXT
|
|
@@ -303,9 +303,9 @@ Icon.group-2=Gruppe
|
|
|
303
303
|
#XTXT: To hide an element from display
|
|
304
304
|
Icon.hide=Skjul
|
|
305
305
|
#XTXT
|
|
306
|
-
Icon.ipad=
|
|
306
|
+
Icon.ipad=Nettbrett
|
|
307
307
|
#XTXT
|
|
308
|
-
Icon.ipad-2=
|
|
308
|
+
Icon.ipad-2=Nettbrett
|
|
309
309
|
#XTXT
|
|
310
310
|
Icon.iphone=Telefon
|
|
311
311
|
#XTXT
|
|
@@ -325,7 +325,7 @@ Icon.move=Forskyv
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Flervalg
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Naviger tilbake
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Flere
|
|
331
331
|
#XTXT
|
|
@@ -27,7 +27,7 @@ INDICATION_STATE_INDICATION04=Kolor wskazania 4
|
|
|
27
27
|
INDICATION_STATE_INDICATION05=Kolor wskazania 5
|
|
28
28
|
|
|
29
29
|
#XTOL: text that could be show if BusyIndicator is active
|
|
30
|
-
BUSY_TEXT=
|
|
30
|
+
BUSY_TEXT=Czekaj
|
|
31
31
|
|
|
32
32
|
#########
|
|
33
33
|
# Texts for sap.ui.core.format.DateFormat
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Wprowad\u017A "{0}" lub "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Wprowad\u017A tylko cyfry
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=
|
|
117
|
+
EnterMaximumOfDigits=Podaj maksymalnie nast\u0119puj\u0105c\u0105 liczb\u0119 cyfr\: {0}.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Wprowad\u017A liczb\u0119
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,13 +138,13 @@ EnterText=Wprowad\u017A tekst
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Wprowad\u017A tekst sk\u0142adaj\u0105cy si\u0119 maksymalnie z {0} znak\u00F3w i spacji
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Wprowad\u017A liczb\u0119 bez miejsc dziesi\u0119tnych
|
|
141
|
+
EnterInt=Wprowad\u017A liczb\u0119 bez miejsc dziesi\u0119tnych.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 i godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
145
145
|
EnterDate=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
146
146
|
#YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
147
|
-
EnterGuid=Wprowad\u017A GUID w
|
|
147
|
+
EnterGuid=Wprowad\u017A GUID w prawid\u0142owym formacie\: 12345678-90AB-CDEF-1234-567890ABCDEF
|
|
148
148
|
#YMSG: Enter a valid time in the following format\: {0}
|
|
149
149
|
EnterTime=Wprowad\u017A prawid\u0142ow\u0105 godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
|
|
150
150
|
|
|
@@ -225,7 +225,7 @@ String.StartsWith=Wprowad\u017A warto\u015B\u0107 rozpoczynaj\u0105c\u0105 si\u0
|
|
|
225
225
|
#YMSG,100: Enter a value ending with "{0}"
|
|
226
226
|
String.EndsWith=Wprowad\u017A warto\u015B\u0107 ko\u0144cz\u0105c\u0105 si\u0119 na "{0}"
|
|
227
227
|
#YMSG,100: Enter a value containing "{0}"
|
|
228
|
-
String.Contains=Wprowad\u017A warto\u015B\u0107
|
|
228
|
+
String.Contains=Wprowad\u017A warto\u015B\u0107, kt\u00F3ra zawiera "{0}"
|
|
229
229
|
#YMSG,100: Enter value "{0}"
|
|
230
230
|
String.Equals=Wprowad\u017A warto\u015B\u0107 "{0}"
|
|
231
231
|
#YMSG,100: Enter a valid value
|
|
@@ -325,7 +325,7 @@ Icon.move=Przesuwanie
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Wyb\u00F3r wielokrotny
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Cofnij
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Wi\u0119cej
|
|
331
331
|
#XTXT
|
|
@@ -110,11 +110,11 @@ NO=N\u00E3o
|
|
|
110
110
|
#XTOL: Yes
|
|
111
111
|
YES=Sim
|
|
112
112
|
#YMSG: Enter "{0}" or "{1}"
|
|
113
|
-
EnterYesOrNo=
|
|
113
|
+
EnterYesOrNo=Insira "{0}" ou "{1}".
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Inserir s\u00F3 d\u00EDgitos
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=
|
|
117
|
+
EnterMaximumOfDigits=Indique no m\u00E1ximo {0} d\u00EDgitos.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Inserir um n\u00FAmero
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -138,7 +138,7 @@ EnterText=Inserir um texto
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=Insira um texto com no m\u00E1ximo {0} caracteres e espa\u00E7os em branco
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=
|
|
141
|
+
EnterInt=Insira um n\u00FAmero sem casas decimais.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Insira uma data v\u00E1lida e uma hora v\u00E1lida no formato seguinte\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -172,25 +172,25 @@ Float.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=Inserir um montante de moeda v\u00E1lido
|
|
174
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
|
-
Currency.Minimum=Insira um
|
|
175
|
+
Currency.Minimum=Insira um montante maior ou igual a {0}
|
|
176
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
|
-
Currency.Maximum=
|
|
177
|
+
Currency.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
178
178
|
|
|
179
179
|
#YMSG,100: Enter a valid unit amount
|
|
180
180
|
Unit.Invalid=Insira um montante de unidade v\u00E1lido
|
|
181
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
182
|
Unit.Minimum=Insira um montante maior ou igual a {0}
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
|
-
Unit.Maximum=
|
|
184
|
+
Unit.Maximum=Insira um n\u00FAmero menor ou igual a {0}
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
186
|
Unit.Decimals=Insira um montante com menos decimais que {0}
|
|
187
187
|
|
|
188
188
|
#YMSG,100: Enter a valid file size
|
|
189
|
-
FileSize.Invalid=Inserir um tamanho de
|
|
189
|
+
FileSize.Invalid=Inserir um tamanho de file v\u00E1lido
|
|
190
190
|
#YMSG,100: EEnter a file size greater than or equal to {0}
|
|
191
|
-
FileSize.Minimum=
|
|
191
|
+
FileSize.Minimum=Insira um tamanho de file maior ou igual a {0}
|
|
192
192
|
#YMSG,100: Enter a file size lower than or equal to {0}
|
|
193
|
-
FileSize.Maximum=
|
|
193
|
+
FileSize.Maximum=Insira um tamanho de file menor ou igual a {0}
|
|
194
194
|
|
|
195
195
|
#YMSG,100: Enter a valid date
|
|
196
196
|
Date.Invalid=Inserir uma data
|
|
@@ -325,7 +325,7 @@ Icon.move=Deslocar
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Sele\u00E7\u00E3o m\u00FAltipla
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=
|
|
328
|
+
Icon.nav-back=Navegar para tr\u00E1s
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Mais
|
|
331
331
|
#XTXT
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=O c\u00F3digo de r
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=File n\u00E3o encontrado (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Erro do servidor interno\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Erro de timeout
|
|
@@ -114,7 +114,7 @@ EnterYesOrNo=Introduce\u021Bi "{0}" sau "{1}".
|
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
115
|
EnterDigitsOnly=Introduce\u0163i doar cifre
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=Introduce\u021Bi maxim {0} cifre
|
|
117
|
+
EnterMaximumOfDigits=Introduce\u021Bi maxim {0} cifre.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=Introduce\u0163i un num\u0103r
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -136,9 +136,9 @@ EnterNumberMaxExclusive=Introduce\u021Bi un num\u0103r mai mic dec\u00E2t {0}
|
|
|
136
136
|
#YMSG: Enter a text
|
|
137
137
|
EnterText=Introduce\u0163i un text
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
|
-
EnterTextMaxLength=Introduce\u021Bi un text de
|
|
139
|
+
EnterTextMaxLength=Introduce\u021Bi un text de maximum {0} caractere \u0219i spa\u021Bii
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=Introduce\u021Bi un num\u0103r f\u0103r\u0103 zecimale
|
|
141
|
+
EnterInt=Introduce\u021Bi un num\u0103r f\u0103r\u0103 zecimale.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=Introduce\u021Bi o dat\u0103 valabil\u0103 \u0219i o or\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -325,7 +325,7 @@ Icon.move=Deplasare
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=Selec\u0163ie multipl\u0103
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back
|
|
328
|
+
Icon.nav-back=Navigare \u00EEnapoi
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=Mai mult
|
|
331
331
|
#XTXT
|
|
@@ -447,7 +447,7 @@ TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=Cod retur Ajax est
|
|
|
447
447
|
TechInfo.SupportAssistantConfigPopup.ErrorNotFound=Fi\u015Fier neg\u0103sit (404)
|
|
448
448
|
|
|
449
449
|
#YMSG: Error message when internal server error occurs
|
|
450
|
-
TechInfo.SupportAssistantConfigPopup.InternalServerError=Eroare server intern\u0103\: {500}
|
|
450
|
+
TechInfo.SupportAssistantConfigPopup.InternalServerError=Eroare de server intern\u0103\: {500}
|
|
451
451
|
|
|
452
452
|
#YMSG: Error message when request timeout.
|
|
453
453
|
TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Eroare dep\u0103\u015Fire timp
|
|
@@ -112,9 +112,9 @@ YES=\u0414\u0430
|
|
|
112
112
|
#YMSG: Enter "{0}" or "{1}"
|
|
113
113
|
EnterYesOrNo=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 "{0}" \u0438\u043B\u0438 "{1}".
|
|
114
114
|
#YMSG: Enter only digits
|
|
115
|
-
EnterDigitsOnly=\u0412\u0432\u0435\
|
|
115
|
+
EnterDigitsOnly=\u0412\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0446\u0438\u0444\u0440\u044B
|
|
116
116
|
#YMSG: Enter a maximum of {0} digits
|
|
117
|
-
EnterMaximumOfDigits=\
|
|
117
|
+
EnterMaximumOfDigits=\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043C\u0430\u043A\u0441. {0} \u0446\u0438\u0444\u0440.
|
|
118
118
|
#YMSG: Enter a number
|
|
119
119
|
EnterNumber=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E
|
|
120
120
|
#YMSG: Enter a number with a maximum of {0} digits, including any decimal places
|
|
@@ -126,7 +126,7 @@ EnterNumberFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u044
|
|
|
126
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
127
|
EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438 \u0441\u043B\u0435\u0432\u0430 \u043E\u0442 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
|
|
128
128
|
#YMSG: Enter a number with a minimum value of {0}
|
|
129
|
-
EnterNumberMin=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \
|
|
129
|
+
EnterNumberMin=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C {0}
|
|
130
130
|
#YMSG: Enter a number greater than {0}
|
|
131
131
|
EnterNumberMinExclusive=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u043E\u043B\u044C\u0448\u0435 {0}
|
|
132
132
|
#YMSG: Enter a number with a maximum value of {0}
|
|
@@ -138,7 +138,7 @@ EnterText=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0
|
|
|
138
138
|
#YMSG: Enter a text with a maximum of {0} characters and spaces
|
|
139
139
|
EnterTextMaxLength=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438 \u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438
|
|
140
140
|
#YMSG: Enter a number with no decimal places
|
|
141
|
-
EnterInt=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u0445 \u0440\u0430\u0437\u0440\u044F\u0434\u043E\u0432
|
|
141
|
+
EnterInt=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u0445 \u0440\u0430\u0437\u0440\u044F\u0434\u043E\u0432.
|
|
142
142
|
#YMSG: Enter a valid date and a valid time in the following format\: {0}
|
|
143
143
|
EnterDateTime=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043C\u044F \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
|
|
144
144
|
#YMSG: Enter a valid date in the following format\: {0}
|
|
@@ -172,18 +172,18 @@ Float.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043
|
|
|
172
172
|
#YMSG,100: Enter a valid currency amount
|
|
173
173
|
Currency.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0443\u043C\u043C\u0443 \u0432\u0430\u043B\u044E\u0442\u044B
|
|
174
174
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
175
|
-
Currency.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
175
|
+
Currency.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0431\u043E\u043B\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
176
176
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
177
|
-
Currency.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
177
|
+
Currency.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043C\u0435\u043D\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
178
178
|
|
|
179
179
|
#YMSG,100: Enter a valid unit amount
|
|
180
|
-
Unit.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\
|
|
180
|
+
Unit.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0435\u0434\u0438\u043D\u0438\u0446
|
|
181
181
|
#YMSG,100: Enter an amount greater than or equal to {0}
|
|
182
|
-
Unit.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
182
|
+
Unit.Minimum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0431\u043E\u043B\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
183
183
|
#YMSG,100: Enter an amount lower than or equal to {0}
|
|
184
|
-
Unit.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
184
|
+
Unit.Maximum=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043C\u0435\u043D\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E {0}
|
|
185
185
|
#YMSG,100: Enter an amount with less decimals than {0}
|
|
186
|
-
Unit.Decimals=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\
|
|
186
|
+
Unit.Decimals=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441 \u043C\u0435\u043D\u0435\u0435 \u0447\u0435\u043C {0} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
|
|
187
187
|
|
|
188
188
|
#YMSG,100: Enter a valid file size
|
|
189
189
|
FileSize.Invalid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0444\u0430\u0439\u043B\u0430
|
|
@@ -299,7 +299,7 @@ Icon.full-screen=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0
|
|
|
299
299
|
#XTXT
|
|
300
300
|
Icon.generate-shortcut=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435
|
|
301
301
|
#XTXT: To group items
|
|
302
|
-
Icon.group-2=\u0413\u0440\u0443\u043F\u043F\u0430
|
|
302
|
+
Icon.group-2=\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
|
303
303
|
#XTXT: To hide an element from display
|
|
304
304
|
Icon.hide=\u0421\u043A\u0440\u044B\u0442\u044C
|
|
305
305
|
#XTXT
|
|
@@ -325,7 +325,7 @@ Icon.move=\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C
|
|
|
325
325
|
#XTXT
|
|
326
326
|
Icon.multi-select=\u041C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440
|
|
327
327
|
#XTXT
|
|
328
|
-
Icon.nav-back=\
|
|
328
|
+
Icon.nav-back=\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F
|
|
329
329
|
#XTXT
|
|
330
330
|
Icon.overflow=\u0411\u043E\u043B\u044C\u0448\u0435
|
|
331
331
|
#XTXT
|