@openui5/sap.ui.rta 1.108.2 → 1.110.0
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/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +2 -2
- package/src/sap/ui/rta/Client.js +2 -2
- package/src/sap/ui/rta/RuntimeAuthoring.js +240 -191
- package/src/sap/ui/rta/Utils.js +40 -19
- package/src/sap/ui/rta/api/startAdaptation.js +1 -1
- package/src/sap/ui/rta/api/startKeyUserAdaptation.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantDialog.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +2 -2
- package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantUtils.js +1 -1
- package/src/sap/ui/rta/appVariant/Feature.js +2 -8
- package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +1 -1
- package/src/sap/ui/rta/appVariant/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/Component.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
- package/src/sap/ui/rta/command/AddIFrame.js +2 -2
- package/src/sap/ui/rta/command/AddProperty.js +2 -2
- package/src/sap/ui/rta/command/AddXML.js +3 -3
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +3 -3
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +3 -3
- package/src/sap/ui/rta/command/BaseCommand.js +2 -2
- package/src/sap/ui/rta/command/BindProperty.js +2 -2
- package/src/sap/ui/rta/command/Combine.js +2 -2
- package/src/sap/ui/rta/command/CommandFactory.js +2 -2
- package/src/sap/ui/rta/command/CompositeCommand.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +5 -3
- package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +15 -15
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +11 -4
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +42 -10
- package/src/sap/ui/rta/command/CreateContainer.js +2 -2
- package/src/sap/ui/rta/command/CustomAdd.js +2 -2
- package/src/sap/ui/rta/command/FlexCommand.js +18 -16
- package/src/sap/ui/rta/command/LREPSerializer.js +27 -17
- package/src/sap/ui/rta/command/LocalReset.js +2 -2
- package/src/sap/ui/rta/command/Move.js +2 -2
- package/src/sap/ui/rta/command/Property.js +2 -2
- package/src/sap/ui/rta/command/Remove.js +2 -2
- package/src/sap/ui/rta/command/Rename.js +2 -2
- package/src/sap/ui/rta/command/Resize.js +2 -2
- package/src/sap/ui/rta/command/Reveal.js +2 -2
- package/src/sap/ui/rta/command/Settings.js +2 -2
- package/src/sap/ui/rta/command/Split.js +2 -2
- package/src/sap/ui/rta/command/Stack.js +11 -3
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +2 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantContent.js +2 -3
- package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +28 -6
- package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
- package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +28 -19
- package/src/sap/ui/rta/library.js +3 -3
- package/src/sap/ui/rta/messagebundle.properties +65 -17
- package/src/sap/ui/rta/messagebundle_ar.properties +32 -8
- package/src/sap/ui/rta/messagebundle_bg.properties +32 -8
- package/src/sap/ui/rta/messagebundle_ca.properties +32 -8
- package/src/sap/ui/rta/messagebundle_cs.properties +32 -8
- package/src/sap/ui/rta/messagebundle_cy.properties +31 -7
- package/src/sap/ui/rta/messagebundle_da.properties +31 -7
- package/src/sap/ui/rta/messagebundle_de.properties +31 -7
- package/src/sap/ui/rta/messagebundle_el.properties +31 -7
- package/src/sap/ui/rta/messagebundle_en.properties +31 -7
- package/src/sap/ui/rta/messagebundle_en_GB.properties +32 -8
- package/src/sap/ui/rta/messagebundle_en_US_sappsd.properties +31 -7
- package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +31 -7
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +31 -7
- package/src/sap/ui/rta/messagebundle_es.properties +31 -7
- package/src/sap/ui/rta/messagebundle_es_MX.properties +31 -7
- package/src/sap/ui/rta/messagebundle_et.properties +31 -7
- package/src/sap/ui/rta/messagebundle_fi.properties +31 -7
- package/src/sap/ui/rta/messagebundle_fr.properties +31 -7
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +32 -8
- package/src/sap/ui/rta/messagebundle_hi.properties +32 -8
- package/src/sap/ui/rta/messagebundle_hr.properties +32 -8
- package/src/sap/ui/rta/messagebundle_hu.properties +31 -7
- package/src/sap/ui/rta/messagebundle_id.properties +32 -8
- package/src/sap/ui/rta/messagebundle_it.properties +32 -8
- package/src/sap/ui/rta/messagebundle_iw.properties +31 -7
- package/src/sap/ui/rta/messagebundle_ja.properties +32 -8
- package/src/sap/ui/rta/messagebundle_kk.properties +31 -7
- package/src/sap/ui/rta/messagebundle_ko.properties +31 -7
- package/src/sap/ui/rta/messagebundle_lt.properties +31 -7
- package/src/sap/ui/rta/messagebundle_lv.properties +32 -8
- package/src/sap/ui/rta/messagebundle_ms.properties +32 -8
- package/src/sap/ui/rta/messagebundle_nl.properties +31 -7
- package/src/sap/ui/rta/messagebundle_no.properties +32 -8
- package/src/sap/ui/rta/messagebundle_pl.properties +32 -8
- package/src/sap/ui/rta/messagebundle_pt.properties +32 -8
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +31 -7
- package/src/sap/ui/rta/messagebundle_ro.properties +32 -8
- package/src/sap/ui/rta/messagebundle_ru.properties +32 -8
- package/src/sap/ui/rta/messagebundle_sh.properties +31 -7
- package/src/sap/ui/rta/messagebundle_sk.properties +31 -7
- package/src/sap/ui/rta/messagebundle_sl.properties +31 -7
- package/src/sap/ui/rta/messagebundle_sv.properties +32 -8
- package/src/sap/ui/rta/messagebundle_th.properties +33 -9
- package/src/sap/ui/rta/messagebundle_tr.properties +31 -7
- package/src/sap/ui/rta/messagebundle_uk.properties +31 -7
- package/src/sap/ui/rta/messagebundle_vi.properties +32 -8
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +32 -8
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +32 -8
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
- package/src/sap/ui/rta/plugin/BaseCreate.js +2 -2
- package/src/sap/ui/rta/plugin/Combine.js +2 -2
- package/src/sap/ui/rta/plugin/CompVariant.js +107 -29
- package/src/sap/ui/rta/plugin/ControlVariant.js +118 -50
- package/src/sap/ui/rta/plugin/CreateContainer.js +2 -2
- package/src/sap/ui/rta/plugin/CutPaste.js +2 -2
- package/src/sap/ui/rta/plugin/DragDrop.js +4 -4
- package/src/sap/ui/rta/plugin/EasyAdd.js +30 -21
- package/src/sap/ui/rta/plugin/EasyRemove.js +13 -11
- package/src/sap/ui/rta/plugin/LocalReset.js +6 -4
- package/src/sap/ui/rta/plugin/Plugin.js +50 -13
- package/src/sap/ui/rta/plugin/RTAElementMover.js +2 -2
- package/src/sap/ui/rta/plugin/Remove.js +2 -2
- package/src/sap/ui/rta/plugin/Rename.js +2 -2
- package/src/sap/ui/rta/plugin/RenameHandler.js +29 -19
- package/src/sap/ui/rta/plugin/Resize.js +2 -2
- package/src/sap/ui/rta/plugin/Selection.js +7 -14
- package/src/sap/ui/rta/plugin/Settings.js +2 -2
- package/src/sap/ui/rta/plugin/Split.js +2 -2
- package/src/sap/ui/rta/plugin/Stretch.js +17 -16
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +28 -7
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.fragment.xml +1 -0
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +2 -2
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +5 -5
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +2 -2
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +2 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +2 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.fragment.xml +7 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +2 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +4 -4
- package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +1 -1
- package/src/sap/ui/rta/service/Action.js +2 -2
- package/src/sap/ui/rta/service/ControllerExtension.js +3 -3
- package/src/sap/ui/rta/service/Outline.js +2 -2
- package/src/sap/ui/rta/service/Property.js +2 -2
- package/src/sap/ui/rta/service/Receiver.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +2 -2
- package/src/sap/ui/rta/service/SupportTools.js +2 -2
- package/src/sap/ui/rta/service/index.js +1 -1
- package/src/sap/ui/rta/themes/base/Toolbar.adaptation.less +26 -9
- package/src/sap/ui/rta/themes/base/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/toolbar/ActionsMenu.fragment.xml +82 -0
- package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +35 -90
- package/src/sap/ui/rta/toolbar/Adaptation.js +83 -27
- package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +4 -4
- package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +11 -10
- package/src/sap/ui/rta/toolbar/FioriLike.js +2 -2
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +2 -2
- package/src/sap/ui/rta/toolbar/Personalization.js +2 -2
- package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
- package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptations.js +263 -0
- package/src/sap/ui/rta/toolbar/contextBased/ManageAdaptationsDialog.fragment.xml +149 -0
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +185 -0
- package/src/sap/ui/rta/toolbar/contextBased/{SaveAsContextBasedAdaptationDialog.fragment.xml → SaveAsAdaptationDialog.fragment.xml} +19 -15
- package/src/sap/ui/rta/toolbar/translation/Translation.js +2 -2
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +4 -4
- package/src/sap/ui/rta/util/Animation.js +5 -9
- package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
- package/src/sap/ui/rta/util/PluginManager.js +2 -2
- package/src/sap/ui/rta/util/PopupManager.js +2 -2
- package/src/sap/ui/rta/util/ReloadManager.js +2 -2
- package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
- package/src/sap/ui/rta/util/StylesLoader.js +1 -1
- package/src/sap/ui/rta/util/UrlParser.js +1 -1
- package/src/sap/ui/rta/util/adaptationStarter.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeCategories.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +4 -3
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorCategorySelection.fragment.xml +11 -10
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorPopover.fragment.xml +1 -0
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +28 -4
- package/src/sap/ui/rta/util/changeVisualization/ChangeStates.js +2 -2
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +110 -72
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualizationUtils.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/CombineVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/CreateContainerVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/MoveVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/RenameVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/SplitVisualization.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/commands/getCommandVisualization.js +1 -1
- package/src/sap/ui/rta/util/hasStableId.js +1 -1
- package/src/sap/ui/rta/util/showMessageBox.js +1 -1
- package/src/sap/ui/rta/util/validateFlexEnabled.js +1 -1
- package/src/sap/ui/rta/util/validateStableIds.js +1 -1
- package/src/sap/ui/rta/appContexts/AppContextsOverviewDialog.js +0 -76
- package/src/sap/ui/rta/appContexts/Component.js +0 -31
- package/src/sap/ui/rta/appContexts/controller/ManageContexts.controller.js +0 -323
- package/src/sap/ui/rta/appContexts/controller/RestAPIConnector.js +0 -22
- package/src/sap/ui/rta/appContexts/i18n/i18n.properties +0 -47
- package/src/sap/ui/rta/appContexts/i18n/i18n_ar.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_bg.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ca.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_cs.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_cy.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_da.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_de.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_el.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_en.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_en_GB.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_en_US_sappsd.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_en_US_saprigi.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_en_US_saptrc.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_es.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_es_MX.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_et.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_fi.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_fr.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_fr_CA.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_hi.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_hr.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_hu.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_id.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_it.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_iw.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ja.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_kk.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ko.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_lt.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_lv.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ms.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_nl.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_no.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_pl.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_pt.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_pt_PT.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ro.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_ru.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_sh.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_sk.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_sl.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_sv.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_th.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_tr.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_uk.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_vi.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_zh_CN.properties +0 -23
- package/src/sap/ui/rta/appContexts/i18n/i18n_zh_TW.properties +0 -23
- package/src/sap/ui/rta/appContexts/index.html +0 -25
- package/src/sap/ui/rta/appContexts/manifest.json +0 -52
- package/src/sap/ui/rta/appContexts/view/EditContextsDialog.fragment.xml +0 -76
- package/src/sap/ui/rta/appContexts/view/ManageContexts.view.xml +0 -103
- package/src/sap/ui/rta/appContexts/view/SaveAsContextsDialog.fragment.xml +0 -76
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsContextBasedAdaptation.js +0 -124
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
-
*/
|
|
6
|
-
sap.ui.define([
|
|
7
|
-
"sap/ui/core/mvc/Controller",
|
|
8
|
-
"sap/m/MessageBox",
|
|
9
|
-
"sap/m/MessageToast",
|
|
10
|
-
"sap/ui/fl/write/api/ContextSharingAPI",
|
|
11
|
-
"sap/m/ColumnListItem",
|
|
12
|
-
"sap/ui/core/Fragment",
|
|
13
|
-
"sap/base/util/uid",
|
|
14
|
-
"sap/ui/rta/appContexts/controller/RestAPIConnector"
|
|
15
|
-
], function (
|
|
16
|
-
Controller,
|
|
17
|
-
MessageBox,
|
|
18
|
-
MessageToast,
|
|
19
|
-
ContextSharingAPI,
|
|
20
|
-
ColumnListItem,
|
|
21
|
-
Fragment,
|
|
22
|
-
uid,
|
|
23
|
-
RestAPIConnector
|
|
24
|
-
) {
|
|
25
|
-
"use strict";
|
|
26
|
-
|
|
27
|
-
var _sLayer;
|
|
28
|
-
var oContextVisibilityComponent;
|
|
29
|
-
|
|
30
|
-
var oRanking = {
|
|
31
|
-
Initial: 0,
|
|
32
|
-
Default: 1024,
|
|
33
|
-
Before: function (iRank) {
|
|
34
|
-
return iRank + 1024;
|
|
35
|
-
},
|
|
36
|
-
Between: function (iRank1, iRank2) {
|
|
37
|
-
// limited to 53 rows
|
|
38
|
-
return (iRank1 + iRank2) / 2;
|
|
39
|
-
},
|
|
40
|
-
After: function (iRank) {
|
|
41
|
-
return iRank + 0.5;
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
function onSelectionChange(oEvent) {
|
|
47
|
-
if (oEvent.getParameter("selected") === true) {
|
|
48
|
-
var oUpButton = this.byId("moveUpButton");
|
|
49
|
-
var oDownButton = this.byId("moveDownButton");
|
|
50
|
-
oUpButton.setEnabled(true);
|
|
51
|
-
oDownButton.setEnabled(true);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function initializeRanks(oModel) {
|
|
56
|
-
var aContexts = oModel.getProperty("/appContexts") || [];
|
|
57
|
-
aContexts.forEach(function (oContext, iIndex) {
|
|
58
|
-
oContext.rank = iIndex + 1;
|
|
59
|
-
});
|
|
60
|
-
oModel.setProperty("/appContexts", aContexts);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
function compareRanks(oContextA, oContextB) {
|
|
64
|
-
return oContextA.rank - oContextB.rank;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
function sortByRank(oModel) {
|
|
68
|
-
var aContexts = oModel.getProperty("/appContexts") || [];
|
|
69
|
-
aContexts.sort(compareRanks);
|
|
70
|
-
oModel.setProperty("/appContexts", aContexts);
|
|
71
|
-
oModel.refresh(true);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
function createFragment(sFragmentName) {
|
|
75
|
-
return Fragment.load({
|
|
76
|
-
id: this.getView().getId(),
|
|
77
|
-
name: "sap.ui.rta.appContexts.view." + sFragmentName,
|
|
78
|
-
controller: this
|
|
79
|
-
}).then(function (oDialog) {
|
|
80
|
-
oDialog.setModel(this.oAppContextsModel);
|
|
81
|
-
this.getView().addDependent(oDialog);
|
|
82
|
-
return oDialog;
|
|
83
|
-
}.bind(this));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
function prefillFragment(oBindingContext) {
|
|
87
|
-
var aRoles = this.oAppContextsModel.getProperty("types/role", oBindingContext) || [];
|
|
88
|
-
this.oComponent.setSelectedContexts({ role: aRoles });
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
function createAndAddNewContext(bEmpty, oBindingContext) {
|
|
92
|
-
var aAllContexts = this.oAppContextsModel.getProperty("/appContexts");
|
|
93
|
-
var oNewContext = bEmpty ? { types: { role: [] } } : Object.assign({}, this.oAppContextsModel.getProperty("", oBindingContext));
|
|
94
|
-
oNewContext.id = uid();
|
|
95
|
-
oNewContext.title = "";
|
|
96
|
-
oNewContext.description = "";
|
|
97
|
-
oNewContext.rank = aAllContexts.length + 1;
|
|
98
|
-
aAllContexts.push(oNewContext);
|
|
99
|
-
this.oAppContextsModel.setProperty("/appContexts", aAllContexts);
|
|
100
|
-
return oNewContext;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
return Controller.extend("sap.ui.rta.appContexts.controller.ManageContexts", {
|
|
104
|
-
onInit: function () {
|
|
105
|
-
this.oAppContextsModel = this.getView().getModel("appContexts");
|
|
106
|
-
this.oI18n = this.getView().getModel("i18n").getResourceBundle();
|
|
107
|
-
|
|
108
|
-
_sLayer = this.getOwnerComponent().getLayer();
|
|
109
|
-
|
|
110
|
-
var oTable = this.byId("manageContexts");
|
|
111
|
-
oTable.attachSelectionChange(onSelectionChange.bind(this));
|
|
112
|
-
|
|
113
|
-
this.oAppContextsModel.setData(RestAPIConnector.getAppContextData());
|
|
114
|
-
// initializeRanks must be called after setData(...), to correctly initialize ranks on app contexts retrieved by RestAPIConnector
|
|
115
|
-
initializeRanks(this.oAppContextsModel);
|
|
116
|
-
|
|
117
|
-
return ContextSharingAPI.createComponent({ layer: _sLayer }).then(function (oContextSharingComponent) {
|
|
118
|
-
oContextVisibilityComponent = oContextSharingComponent;
|
|
119
|
-
this.oComponent = oContextVisibilityComponent.getComponentInstance();
|
|
120
|
-
}.bind(this));
|
|
121
|
-
},
|
|
122
|
-
|
|
123
|
-
formatContextColumnCell: function (aRoles) {
|
|
124
|
-
var sRoleMessage = aRoles.length + " " + this.oI18n.getText("TXT_TABLE_CONTEXT_CELL_ROLE");
|
|
125
|
-
sRoleMessage += aRoles.length === 1 ? "" : "s";
|
|
126
|
-
return sRoleMessage;
|
|
127
|
-
},
|
|
128
|
-
|
|
129
|
-
formatEnabled: function () {
|
|
130
|
-
var oTable = this.byId("manageContexts");
|
|
131
|
-
return oTable.getSelectedItems().length !== 0;
|
|
132
|
-
},
|
|
133
|
-
|
|
134
|
-
formatContextTooltip: function (aRoles) {
|
|
135
|
-
return (this.oI18n.getText("TXT_TABLE_CONTEXT_CELL_ROLE") + (aRoles.length === 1 ? "" : "s")).toUpperCase() + " - \n" + aRoles.join("\n");
|
|
136
|
-
},
|
|
137
|
-
|
|
138
|
-
moveUp: function (oEvent) {
|
|
139
|
-
this.moveSelectedItem("Up");
|
|
140
|
-
oEvent.getSource().focus();
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
moveDown: function (oEvent) {
|
|
144
|
-
this.moveSelectedItem("Down");
|
|
145
|
-
oEvent.getSource().focus();
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
moveSelectedItem: function (sDirection) {
|
|
149
|
-
var oTable = this.byId("manageContexts");
|
|
150
|
-
var oSelectedItem = oTable.getSelectedItem(0);
|
|
151
|
-
var oSelectedItemContext = oSelectedItem.getBindingContext("appContexts");
|
|
152
|
-
|
|
153
|
-
var iSiblingItemIndex = oTable.indexOfItem(oSelectedItem) + (sDirection === "Up" ? -1 : 1);
|
|
154
|
-
var oSiblingItem = oTable.getItems()[iSiblingItemIndex];
|
|
155
|
-
var oSiblingItemContext = oSiblingItem ? oSiblingItem.getBindingContext("appContexts") : undefined;
|
|
156
|
-
if (!oSiblingItemContext) {
|
|
157
|
-
return;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
// swap the selected and the siblings rank
|
|
161
|
-
var iSiblingItemRank = oSiblingItemContext.getProperty("rank");
|
|
162
|
-
var iSelectedItemRank = oSelectedItemContext.getProperty("rank");
|
|
163
|
-
|
|
164
|
-
this.oAppContextsModel.setProperty("rank", iSiblingItemRank, oSelectedItemContext);
|
|
165
|
-
this.oAppContextsModel.setProperty("rank", iSelectedItemRank, oSiblingItemContext);
|
|
166
|
-
|
|
167
|
-
sortByRank(this.oAppContextsModel);
|
|
168
|
-
// after move select the sibling
|
|
169
|
-
oTable.getItems()[iSiblingItemIndex].setSelected(true).focus();
|
|
170
|
-
},
|
|
171
|
-
|
|
172
|
-
onDropSelectedProductsTable: function (oEvent) {
|
|
173
|
-
var oDraggedItem = oEvent.getParameter("draggedControl");
|
|
174
|
-
var oDraggedItemContext = oDraggedItem.getBindingContext("appContexts");
|
|
175
|
-
if (!oDraggedItemContext) {
|
|
176
|
-
return;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
var iNewRank = oRanking.Default;
|
|
180
|
-
var oDroppedItem = oEvent.getParameter("droppedControl");
|
|
181
|
-
|
|
182
|
-
if (oDroppedItem instanceof ColumnListItem) {
|
|
183
|
-
// get the dropped row data
|
|
184
|
-
var sDropPosition = oEvent.getParameter("dropPosition");
|
|
185
|
-
var oDroppedItemContext = oDroppedItem.getBindingContext("appContexts");
|
|
186
|
-
var iDroppedItemRank = oDroppedItemContext.getProperty("rank");
|
|
187
|
-
var oDroppedTable = oDroppedItem.getParent();
|
|
188
|
-
var iDroppedItemIndex = oDroppedTable.indexOfItem(oDroppedItem);
|
|
189
|
-
|
|
190
|
-
// find the new index of the dragged row depending on the drop position
|
|
191
|
-
var iNewItemIndex = iDroppedItemIndex + (sDropPosition === "After" ? 1 : -1);
|
|
192
|
-
var oNewItem = oDroppedTable.getItems()[iNewItemIndex];
|
|
193
|
-
if (!oNewItem) {
|
|
194
|
-
// dropped before the first row or after the last row
|
|
195
|
-
iNewRank = oRanking[sDropPosition](iDroppedItemRank);
|
|
196
|
-
} else {
|
|
197
|
-
// dropped between first and the last row
|
|
198
|
-
var oNewItemContext = oNewItem.getBindingContext("appContexts");
|
|
199
|
-
iNewRank = oRanking.Between(iDroppedItemRank, oNewItemContext.getProperty("rank"));
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
// set the rank property and update the model to refresh the bindings
|
|
203
|
-
this.oAppContextsModel.setProperty("rank", iNewRank, oDraggedItemContext);
|
|
204
|
-
sortByRank(this.oAppContextsModel);
|
|
205
|
-
initializeRanks(this.oAppContextsModel);
|
|
206
|
-
},
|
|
207
|
-
|
|
208
|
-
onMenuAction: function (oEvent) {
|
|
209
|
-
var oItem = oEvent.getParameter("item");
|
|
210
|
-
var sItemPath = oItem.getText();
|
|
211
|
-
|
|
212
|
-
switch (sItemPath) {
|
|
213
|
-
case this.oI18n.getText("MAA_DIALOG_ADAPT_UI"):
|
|
214
|
-
return this.handleUiAdaptation(oEvent);
|
|
215
|
-
case this.oI18n.getText("MENU_BTN_EDIT"):
|
|
216
|
-
return this.edit(oEvent);
|
|
217
|
-
case this.oI18n.getText("MENU_BTN_SHARE"):
|
|
218
|
-
return this.share(oEvent);
|
|
219
|
-
case this.oI18n.getText("MAA_DIALOG_DELETE"):
|
|
220
|
-
return this.deleteContext(oEvent);
|
|
221
|
-
case this.oI18n.getText("MAA_DIALOG_SAVE_AS_APP"):
|
|
222
|
-
return this.save(oEvent);
|
|
223
|
-
default:
|
|
224
|
-
return undefined;
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
|
|
228
|
-
edit: function (oEvent) {
|
|
229
|
-
var oBindingContext = oEvent.getSource().getBindingContext("appContexts");
|
|
230
|
-
prefillFragment.call(this, oBindingContext);
|
|
231
|
-
|
|
232
|
-
if (!this._pEditDialog) {
|
|
233
|
-
this._pEditDialog = createFragment.call(this, "EditContextsDialog");
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
this._pEditDialog.then(function (oDialog) {
|
|
237
|
-
oDialog.addContent(oContextVisibilityComponent);
|
|
238
|
-
this.oEditedContext = Object.assign({}, this.oAppContextsModel.getProperty("", oBindingContext));
|
|
239
|
-
oDialog.bindElement(oBindingContext.getPath());
|
|
240
|
-
oDialog.open();
|
|
241
|
-
}.bind(this));
|
|
242
|
-
},
|
|
243
|
-
|
|
244
|
-
editSelect: function (oEvent) {
|
|
245
|
-
var oBindingContext = oEvent.getSource().getBindingContext();
|
|
246
|
-
var aSelected = this.oComponent.getSelectedContexts();
|
|
247
|
-
this.oAppContextsModel.setProperty("types/role", aSelected.role, oBindingContext);
|
|
248
|
-
oEvent.getSource().getParent().close();
|
|
249
|
-
},
|
|
250
|
-
|
|
251
|
-
editClose: function (oEvent) {
|
|
252
|
-
var oBindingContext = oEvent.getSource().getBindingContext();
|
|
253
|
-
this.oAppContextsModel.setProperty("", this.oEditedContext, oBindingContext);
|
|
254
|
-
oEvent.getSource().getParent().close();
|
|
255
|
-
},
|
|
256
|
-
|
|
257
|
-
save: function (oEvent) {
|
|
258
|
-
var oBindingContext = oEvent.getSource().getBindingContext("appContexts");
|
|
259
|
-
|
|
260
|
-
prefillFragment.call(this, oBindingContext);
|
|
261
|
-
if (!this._pSaveAsDialog) {
|
|
262
|
-
this._pSaveAsDialog = createFragment.call(this, "SaveAsContextsDialog");
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
var bCreateEmptyContext = oEvent.getSource().getId().endsWith("manageContexts-newContextButton");
|
|
266
|
-
var oNewContext = createAndAddNewContext.call(this, bCreateEmptyContext, oBindingContext);
|
|
267
|
-
|
|
268
|
-
this._pSaveAsDialog.then(function (oDialog) {
|
|
269
|
-
oDialog.addContent(oContextVisibilityComponent);
|
|
270
|
-
oDialog.bindElement("/appContexts/".concat(oNewContext.rank - 1));
|
|
271
|
-
oDialog.open();
|
|
272
|
-
});
|
|
273
|
-
},
|
|
274
|
-
|
|
275
|
-
saveSelect: function (oEvent) {
|
|
276
|
-
var oBindingContext = oEvent.getSource().getBindingContext();
|
|
277
|
-
var sTitle = this.oAppContextsModel.getProperty("title", oBindingContext);
|
|
278
|
-
if (sTitle === "") {
|
|
279
|
-
return this.byId("savecontextdialog-title-input").setValueState("Error");
|
|
280
|
-
}
|
|
281
|
-
var aSelected = this.oComponent.getSelectedContexts();
|
|
282
|
-
this.oAppContextsModel.setProperty("types/role", aSelected.role, oBindingContext);
|
|
283
|
-
oEvent.getSource().getParent().close();
|
|
284
|
-
},
|
|
285
|
-
|
|
286
|
-
saveClose: function (oEvent) {
|
|
287
|
-
var aAllContexts = this.oAppContextsModel.getProperty("/appContexts");
|
|
288
|
-
aAllContexts.pop();
|
|
289
|
-
this.oAppContextsModel.setProperty("/appContexts", aAllContexts);
|
|
290
|
-
oEvent.getSource().getParent().close();
|
|
291
|
-
},
|
|
292
|
-
|
|
293
|
-
share: function () {
|
|
294
|
-
// TODO: not implemented yet
|
|
295
|
-
var oTable = this.byId("manageContexts");
|
|
296
|
-
var oSelectedItemContext = oTable.getSelectedItem(0).getBindingContext("appContexts");
|
|
297
|
-
var sSharedContextTitle = this.oAppContextsModel.getProperty("title", oSelectedItemContext);
|
|
298
|
-
MessageToast.show("Context '" + sSharedContextTitle + "' shared!");
|
|
299
|
-
},
|
|
300
|
-
|
|
301
|
-
deleteContext: function (oEvent) {
|
|
302
|
-
var oBindingContext = oEvent.getSource().getBindingContext("appContexts");
|
|
303
|
-
var sToBeDeletedId = this.oAppContextsModel.getProperty("id", oBindingContext);
|
|
304
|
-
var aAllContexts = this.oAppContextsModel.getProperty("/appContexts");
|
|
305
|
-
var aNewContexts = aAllContexts.filter(function (oContext) {
|
|
306
|
-
return oContext.id !== sToBeDeletedId;
|
|
307
|
-
});
|
|
308
|
-
this.oAppContextsModel.setProperty("/appContexts", aNewContexts);
|
|
309
|
-
initializeRanks(this.oAppContextsModel);
|
|
310
|
-
},
|
|
311
|
-
|
|
312
|
-
pressColumnListItem: function (oEvent) {
|
|
313
|
-
var oBindingContext = oEvent.getSource().getBindingContext("appContexts");
|
|
314
|
-
var sTitle = this.oAppContextsModel.getProperty("title", oBindingContext);
|
|
315
|
-
MessageBox.confirm("Do you want to adapt context '" + sTitle + "'?");
|
|
316
|
-
},
|
|
317
|
-
|
|
318
|
-
handleUiAdaptation: function () {
|
|
319
|
-
// TODO: not implemented yet
|
|
320
|
-
return false;
|
|
321
|
-
}
|
|
322
|
-
});
|
|
323
|
-
});
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
-
*/
|
|
6
|
-
sap.ui.define([
|
|
7
|
-
|
|
8
|
-
], function (
|
|
9
|
-
|
|
10
|
-
) {
|
|
11
|
-
"use strict";
|
|
12
|
-
|
|
13
|
-
var RestAPIConnector = {
|
|
14
|
-
getAppContextData: function () {
|
|
15
|
-
//TODO: logic to retrieve backend data is missing here
|
|
16
|
-
return { appContext: [] };
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
return RestAPIConnector;
|
|
22
|
-
});
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.rta library
|
|
2
|
-
# __ldi.translation.uuid=0cf38ca9-9ae5-42bb-aa78-ca7b4b7e985c
|
|
3
|
-
|
|
4
|
-
#XFLD: button in table header toolbar to add a new row to the table
|
|
5
|
-
BTN_NEW_CONTEXT=New Context
|
|
6
|
-
#XFLD: button in table header toolbar to adapt default app that is context-free
|
|
7
|
-
BTN_ADAPT_DEFAULT=Adapt Default App
|
|
8
|
-
#XTOL: tooltip for button in table header toolbar to move row up
|
|
9
|
-
BTN_TOOLTIP_MOVE_UP=Move Up
|
|
10
|
-
#XTOL: tooltip for button in table header toolbar to move row down
|
|
11
|
-
BTN_TOOLTIP_MOVE_DOWN=Move Down
|
|
12
|
-
#XFLD: column header for column on the far left
|
|
13
|
-
CLM_HEADER_PRIORITY=Priority
|
|
14
|
-
#XFLD: column or dialog header for information
|
|
15
|
-
HEADER_INFORMATION=Information
|
|
16
|
-
#XFLD: column header for column on the far left
|
|
17
|
-
CLM_HEADER_CONTEXT=Context
|
|
18
|
-
#XFLD: menu bar item for available actions
|
|
19
|
-
MENU_BTN_EDIT=Edit
|
|
20
|
-
#XFLD: menu bar item for available actions
|
|
21
|
-
MENU_BTN_SHARE=Share
|
|
22
|
-
#XFLD: dialog header for edit new context dialog
|
|
23
|
-
EAC_DIALOG_HEADER=Edit App Context
|
|
24
|
-
#XFLD: dialog header for save new context dialog
|
|
25
|
-
SAC_DIALOG_HEADER=Save As New App Context
|
|
26
|
-
#XFLD: delete app contexts button
|
|
27
|
-
MAA_DIALOG_DELETE=Delete
|
|
28
|
-
#XFLD: cancel edit button
|
|
29
|
-
EAC_DIALOG_CANCEL=Cancel
|
|
30
|
-
#XFLD: placeholder for input field
|
|
31
|
-
PLACEHOLDER_INPUT_TITLE=Enter title
|
|
32
|
-
#XFLD: placeholder for description field
|
|
33
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Enter description
|
|
34
|
-
#XFLD: error message in case input for title is empty
|
|
35
|
-
VALUE_STATE_INPUT_TITLE=Enter an app title.
|
|
36
|
-
#XFLD: title of a new artefact
|
|
37
|
-
APP_CONTEXT_TITLE=Title
|
|
38
|
-
#XFLD: actions that can be performed on new artefact
|
|
39
|
-
APP_CONTEXT_ACTIONS=Actions
|
|
40
|
-
#XFLD: postfix for context table cell
|
|
41
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=role
|
|
42
|
-
#XFLD: description of a new artefact
|
|
43
|
-
MAA_DIALOG_DESCRIPTION=Description
|
|
44
|
-
#XBTN: save as new artefact
|
|
45
|
-
MAA_DIALOG_SAVE_AS_APP=Save as
|
|
46
|
-
#XBTN: button to adapt the UI
|
|
47
|
-
MAA_DIALOG_ADAPT_UI=Adapt UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=\u0633\u064A\u0627\u0642 \u062C\u062F\u064A\u062F
|
|
3
|
-
BTN_ADAPT_DEFAULT=\u062A\u0647\u064A\u0626\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0639\u0644\u0649
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0633\u0641\u0644
|
|
6
|
-
CLM_HEADER_PRIORITY=\u0627\u0644\u0623\u0641\u0636\u0644\u064A\u0629
|
|
7
|
-
HEADER_INFORMATION=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
8
|
-
CLM_HEADER_CONTEXT=\u0627\u0644\u0633\u064A\u0627\u0642
|
|
9
|
-
MENU_BTN_EDIT=\u062A\u062D\u0631\u064A\u0631
|
|
10
|
-
MENU_BTN_SHARE=\u0645\u0634\u0627\u0631\u0643\u0629
|
|
11
|
-
EAC_DIALOG_HEADER=\u062A\u062D\u0631\u064A\u0631 \u0633\u064A\u0627\u0642 \u0627\u0644\u062A\u0637\u0628\u064A\u0642
|
|
12
|
-
SAC_DIALOG_HEADER=\u062D\u0641\u0638 \u0643\u0633\u064A\u0627\u0642 \u062A\u0637\u0628\u064A\u0642 \u062C\u062F\u064A\u062F
|
|
13
|
-
MAA_DIALOG_DELETE=\u062D\u0630\u0641
|
|
14
|
-
EAC_DIALOG_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0648\u0635\u0641
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0646\u0634\u0627\u0637
|
|
18
|
-
APP_CONTEXT_TITLE=\u0627\u0644\u0639\u0646\u0648\u0627\u0646
|
|
19
|
-
APP_CONTEXT_ACTIONS=\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=\u0627\u0644\u062F\u0648\u0631
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=\u0627\u0644\u0648\u0635\u0641
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=\u062D\u0641\u0638 \u0628\u0627\u0633\u0645
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=\u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=\u041D\u043E\u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
|
3
|
-
BTN_ADAPT_DEFAULT=\u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E \u043F\u043E\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043D\u0435
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
6
|
-
CLM_HEADER_PRIORITY=\u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442
|
|
7
|
-
HEADER_INFORMATION=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
8
|
-
CLM_HEADER_CONTEXT=\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442
|
|
9
|
-
MENU_BTN_EDIT=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
10
|
-
MENU_BTN_SHARE=\u0421\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435
|
|
11
|
-
EAC_DIALOG_HEADER=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
12
|
-
SAC_DIALOG_HEADER=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u043D\u043E\u0432 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
13
|
-
MAA_DIALOG_DELETE=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
|
|
14
|
-
EAC_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=\u0432\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u043D\u0430 \u0434\u0435\u0439\u043D\u043E\u0441\u0442
|
|
18
|
-
APP_CONTEXT_TITLE=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
19
|
-
APP_CONTEXT_ACTIONS=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=\u0420\u043E\u043B\u044F
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=Context nou
|
|
3
|
-
BTN_ADAPT_DEFAULT=Adaptar aplicaci\u00F3 est\u00E0ndard
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Moure cap amunt
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Moure cap avall
|
|
6
|
-
CLM_HEADER_PRIORITY=Prioritat
|
|
7
|
-
HEADER_INFORMATION=Informaci\u00F3
|
|
8
|
-
CLM_HEADER_CONTEXT=Context
|
|
9
|
-
MENU_BTN_EDIT=Editar
|
|
10
|
-
MENU_BTN_SHARE=Compartir
|
|
11
|
-
EAC_DIALOG_HEADER=Editar context d\u2019aplicaci\u00F3
|
|
12
|
-
SAC_DIALOG_HEADER=Desar com a nou context d\u2019aplicaci\u00F3
|
|
13
|
-
MAA_DIALOG_DELETE=Suprimir
|
|
14
|
-
EAC_DIALOG_CANCEL=Cancel\u00B7lar
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Introduir t\u00EDtol
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Introduir descripci\u00F3
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Introduir un t\u00EDtol d\u2019activitat
|
|
18
|
-
APP_CONTEXT_TITLE=T\u00EDtol
|
|
19
|
-
APP_CONTEXT_ACTIONS=Accions
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Rol
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Descripci\u00F3
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Anomena i desa
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=Adaptar IU
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=Nov\u00FD kontext
|
|
3
|
-
BTN_ADAPT_DEFAULT=Upravit standardn\u00ED aplikaci
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=P\u0159esunout nahoru
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=P\u0159esunout dol\u016F
|
|
6
|
-
CLM_HEADER_PRIORITY=Priorita
|
|
7
|
-
HEADER_INFORMATION=Informace
|
|
8
|
-
CLM_HEADER_CONTEXT=Kontext
|
|
9
|
-
MENU_BTN_EDIT=Upravit
|
|
10
|
-
MENU_BTN_SHARE=Sd\u00EDlet
|
|
11
|
-
EAC_DIALOG_HEADER=Kontext aplikace
|
|
12
|
-
SAC_DIALOG_HEADER=Ulo\u017Eit jako nov\u00FD kontext aplikace
|
|
13
|
-
MAA_DIALOG_DELETE=Odstranit
|
|
14
|
-
EAC_DIALOG_CANCEL=Zru\u0161it
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Zadat titulek
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Zadat popis
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Zadejte titulek \u010Dinnosti
|
|
18
|
-
APP_CONTEXT_TITLE=Titulek
|
|
19
|
-
APP_CONTEXT_ACTIONS=Akce
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Role
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Popis
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Ulo\u017Eit jako
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=P\u0159izp\u016Fsobit u\u017Eivatelsk\u00E9 rozhran\u00ED
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=Cyd-destun Newydd
|
|
3
|
-
BTN_ADAPT_DEFAULT=Addasu Ap Diofyn
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Symud i Fyny
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Symud i Lawr
|
|
6
|
-
CLM_HEADER_PRIORITY=Blaenoriaeth
|
|
7
|
-
HEADER_INFORMATION=Gwybodaeth
|
|
8
|
-
CLM_HEADER_CONTEXT=Cyd-destun
|
|
9
|
-
MENU_BTN_EDIT=Golygu
|
|
10
|
-
MENU_BTN_SHARE=Rhannu
|
|
11
|
-
EAC_DIALOG_HEADER=Golygu Cyd-destun Ap
|
|
12
|
-
SAC_DIALOG_HEADER=Cadw fel Cyd-destun Ap Newydd
|
|
13
|
-
MAA_DIALOG_DELETE=Dileu
|
|
14
|
-
EAC_DIALOG_CANCEL=Canslo
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Rhoi Teitl
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Rhoi Disgrifiad
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Rhowch deitl gweithgaredd
|
|
18
|
-
APP_CONTEXT_TITLE=Teitl
|
|
19
|
-
APP_CONTEXT_ACTIONS=Gweithredoedd
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=R\u00F4l
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Disgrifiad
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Cadw fel
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=Addasu UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=Ny kontekst
|
|
3
|
-
BTN_ADAPT_DEFAULT=Tilpas standard-app
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Flyt opad
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Flyt nedad
|
|
6
|
-
CLM_HEADER_PRIORITY=Prioritet
|
|
7
|
-
HEADER_INFORMATION=Informationer
|
|
8
|
-
CLM_HEADER_CONTEXT=Kontekst
|
|
9
|
-
MENU_BTN_EDIT=Rediger
|
|
10
|
-
MENU_BTN_SHARE=Del
|
|
11
|
-
EAC_DIALOG_HEADER=Rediger app-kontekst
|
|
12
|
-
SAC_DIALOG_HEADER=Gem som ny app-kontekst
|
|
13
|
-
MAA_DIALOG_DELETE=Slet
|
|
14
|
-
EAC_DIALOG_CANCEL=Annuller
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Indtast titel
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Indtast beskrivelse
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Indtast en aktivitetstitel
|
|
18
|
-
APP_CONTEXT_TITLE=Titel
|
|
19
|
-
APP_CONTEXT_ACTIONS=Aktioner
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Rolle
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Beskrivelse
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Gem som
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=Tilpas UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=Neuer Kontext
|
|
3
|
-
BTN_ADAPT_DEFAULT=Standard-App anpassen
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Nach oben verschieben
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Nach unten verschieben
|
|
6
|
-
CLM_HEADER_PRIORITY=Priorit\u00E4t
|
|
7
|
-
HEADER_INFORMATION=Information
|
|
8
|
-
CLM_HEADER_CONTEXT=Kontext
|
|
9
|
-
MENU_BTN_EDIT=Bearbeiten
|
|
10
|
-
MENU_BTN_SHARE=Teilen
|
|
11
|
-
EAC_DIALOG_HEADER=App-Kontext bearbeiten
|
|
12
|
-
SAC_DIALOG_HEADER=Als neuen App-Kontext sichern
|
|
13
|
-
MAA_DIALOG_DELETE=L\u00F6schen
|
|
14
|
-
EAC_DIALOG_CANCEL=Abbrechen
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Titel eingeben
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Beschreibung eingeben
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Geben Sie einen Aktivit\u00E4tstitel ein
|
|
18
|
-
APP_CONTEXT_TITLE=Titel
|
|
19
|
-
APP_CONTEXT_ACTIONS=Aktionen
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Rolle
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Beschreibung
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Sichern als
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=UI anpassen
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=\u039D\u03AD\u03BF \u0393\u03B5\u03BD\u03B9\u03BA\u03CC \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
|
3
|
-
BTN_ADAPT_DEFAULT=\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03B7\u03C2 \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03A0\u03AC\u03BD\u03C9
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u039A\u03AC\u03C4\u03C9
|
|
6
|
-
CLM_HEADER_PRIORITY=\u03A0\u03C1\u03BF\u03C4\u03B5\u03C1\u03B1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1
|
|
7
|
-
HEADER_INFORMATION=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
8
|
-
CLM_HEADER_CONTEXT=\u0393\u03B5\u03BD\u03B9\u03BA\u03CC \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF
|
|
9
|
-
MENU_BTN_EDIT=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
|
|
10
|
-
MENU_BTN_SHARE=\u039A\u03BF\u03B9\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
|
|
11
|
-
EAC_DIALOG_HEADER=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u0393\u03B5\u03BD\u03B9\u03BA\u03BF\u03CD \u03A0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5 \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
12
|
-
SAC_DIALOG_HEADER=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03A9\u03C2 \u039D\u03AD\u03BF \u0393\u03B5\u03BD\u03B9\u03BA\u03CC \u03A0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
13
|
-
MAA_DIALOG_DELETE=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
14
|
-
EAC_DIALOG_CANCEL=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03A4\u03AF\u03C4\u03BB\u03BF\u03C5
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=\u039A\u03B1\u03C4\u03B1\u03C7\u03CE\u03C1\u03B9\u03C3\u03B7 \u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C4\u03AF\u03C4\u03BB\u03BF\u03C5 \u03B4\u03C1\u03B1\u03C3\u03C4\u03B7\u03C1\u03B9\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2
|
|
18
|
-
APP_CONTEXT_TITLE=\u03A4\u03AF\u03C4\u03BB\u03BF\u03C2
|
|
19
|
-
APP_CONTEXT_ACTIONS=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=\u03A1\u03CC\u03BB\u03BF\u03C2
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7 \u03C9\u03C2
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=New Context
|
|
3
|
-
BTN_ADAPT_DEFAULT=Adapt Default App
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Move Up
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Move Down
|
|
6
|
-
CLM_HEADER_PRIORITY=Priority
|
|
7
|
-
HEADER_INFORMATION=Information
|
|
8
|
-
CLM_HEADER_CONTEXT=Context
|
|
9
|
-
MENU_BTN_EDIT=Edit
|
|
10
|
-
MENU_BTN_SHARE=Share
|
|
11
|
-
EAC_DIALOG_HEADER=Edit App Context
|
|
12
|
-
SAC_DIALOG_HEADER=Save As New App Context
|
|
13
|
-
MAA_DIALOG_DELETE=Delete
|
|
14
|
-
EAC_DIALOG_CANCEL=Cancel
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Enter Title
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Enter Description
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Enter an activity title
|
|
18
|
-
APP_CONTEXT_TITLE=Title
|
|
19
|
-
APP_CONTEXT_ACTIONS=Actions
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Role
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Description
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Save as
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=Adapt UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=New Context
|
|
3
|
-
BTN_ADAPT_DEFAULT=Adapt Default App
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=Move Up
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=Move Down
|
|
6
|
-
CLM_HEADER_PRIORITY=Priority
|
|
7
|
-
HEADER_INFORMATION=Information
|
|
8
|
-
CLM_HEADER_CONTEXT=Context
|
|
9
|
-
MENU_BTN_EDIT=Edit
|
|
10
|
-
MENU_BTN_SHARE=Share
|
|
11
|
-
EAC_DIALOG_HEADER=Edit App Context
|
|
12
|
-
SAC_DIALOG_HEADER=Save As New App Context
|
|
13
|
-
MAA_DIALOG_DELETE=Delete
|
|
14
|
-
EAC_DIALOG_CANCEL=Cancel
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=Enter Title
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=Enter Description
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=Enter an activity title
|
|
18
|
-
APP_CONTEXT_TITLE=Title
|
|
19
|
-
APP_CONTEXT_ACTIONS=Actions
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=Role
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=Description
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=Save as
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=Adapt UI
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
BTN_NEW_CONTEXT=[[[\u0143\u0113\u0175 \u0108\u014F\u014B\u0163\u0113\u03C7\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
3
|
-
BTN_ADAPT_DEFAULT=[[[\u0100\u018C\u0105\u03C1\u0163 \u010E\u0113\u0192\u0105\u0171\u013A\u0163 \u0100\u03C1\u03C1\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
4
|
-
BTN_TOOLTIP_MOVE_UP=[[[\u039C\u014F\u028B\u0113 \u016E\u03C1\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
5
|
-
BTN_TOOLTIP_MOVE_DOWN=[[[\u039C\u014F\u028B\u0113 \u010E\u014F\u0175\u014B\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
|
-
CLM_HEADER_PRIORITY=[[[\u01A4\u0157\u012F\u014F\u0157\u012F\u0163\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
7
|
-
HEADER_INFORMATION=[[[\u012C\u014B\u0192\u014F\u0157\u0271\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
8
|
-
CLM_HEADER_CONTEXT=[[[\u0108\u014F\u014B\u0163\u0113\u03C7\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
9
|
-
MENU_BTN_EDIT=[[[\u0114\u018C\u012F\u0163]]]
|
|
10
|
-
MENU_BTN_SHARE=[[[\u015C\u0125\u0105\u0157\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
11
|
-
EAC_DIALOG_HEADER=[[[\u0114\u018C\u012F\u0163 \u0100\u03C1\u03C1 \u0108\u014F\u014B\u0163\u0113\u03C7\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
12
|
-
SAC_DIALOG_HEADER=[[[\u015C\u0105\u028B\u0113 \u0100\u015F \u0143\u0113\u0175 \u0100\u03C1\u03C1 \u0108\u014F\u014B\u0163\u0113\u03C7\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
13
|
-
MAA_DIALOG_DELETE=[[[\u010E\u0113\u013A\u0113\u0163\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
14
|
-
EAC_DIALOG_CANCEL=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
15
|
-
PLACEHOLDER_INPUT_TITLE=[[[\u0114\u014B\u0163\u0113\u0157 \u0163\u012F\u0163\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
16
|
-
PLACEHOLDER_INPUT_DESCRIPTION=[[[\u0114\u014B\u0163\u0113\u0157 \u018C\u0113\u015F\u010B\u0157\u012F\u03C1\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
17
|
-
VALUE_STATE_INPUT_TITLE=[[[\u0114\u014B\u0163\u0113\u0157 \u0105\u014B \u0105\u03C1\u03C1 \u0163\u012F\u0163\u013A\u0113.\u2219\u2219\u2219\u2219\u2219]]]
|
|
18
|
-
APP_CONTEXT_TITLE=[[[\u0162\u012F\u0163\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
19
|
-
APP_CONTEXT_ACTIONS=[[[\u0100\u010B\u0163\u012F\u014F\u014B\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
20
|
-
TXT_TABLE_CONTEXT_CELL_ROLE=[[[\u0157\u014F\u013A\u0113]]]
|
|
21
|
-
MAA_DIALOG_DESCRIPTION=[[[\u010E\u0113\u015F\u010B\u0157\u012F\u03C1\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
22
|
-
MAA_DIALOG_SAVE_AS_APP=[[[\u015C\u0105\u028B\u0113 \u0105\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
23
|
-
MAA_DIALOG_ADAPT_UI=[[[\u0100\u018C\u0105\u03C1\u0163 \u016E\u012C\u2219\u2219\u2219\u2219\u2219\u2219]]]
|