@openui5/sap.ui.rta 1.96.32 → 1.96.33
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 +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +1 -1
- package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
- package/src/sap/ui/rta/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_en_US_saptrc.properties +60 -29
- package/src/sap/ui/rta/command/AddIFrame.js +1 -1
- package/src/sap/ui/rta/command/AddProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +1 -1
- package/src/sap/ui/rta/command/BindProperty.js +1 -1
- package/src/sap/ui/rta/command/Combine.js +1 -1
- package/src/sap/ui/rta/command/CommandFactory.js +1 -1
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +1 -1
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/LocalReset.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +1 -1
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +428 -212
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
- package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
- package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
- package/src/sap/ui/rta/plugin/Selection.js +1 -1
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
- package/src/sap/ui/rta/service/Outline.js +1 -1
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
- package/src/sap/ui/rta/util/PluginManager.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
|
@@ -1,218 +1,434 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.rta library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
4
|
+
#XTIT: Service name for general use (e.g. confirmation dialogs, titles, etc.)
|
|
5
|
+
SERVICE_NAME=XmAHwNDRowYgBVipAvyqYw_UI Adaptation
|
|
6
|
+
#XBUT: Button 'Save & Exit' of the Toolbar
|
|
7
|
+
BTN_EXIT=YZ4HNWCMNWGNlXbbt4N0yw_Save & Exit
|
|
8
|
+
#XBUT: Button 'Done' of the Toolbar
|
|
9
|
+
BTN_DONE=S8VtWrPLKuFjVyNpagUHxg_Done
|
|
10
|
+
#XMIT: Context Menu Entry 'Remove'
|
|
11
|
+
CTX_REMOVE=/DGDoLYL0GsfegB4AabdlQ_Remove
|
|
12
|
+
#XMIT: Remove Confirm Dialog Title
|
|
13
|
+
CTX_REMOVE_TITLE=cbrBLNY6KSHN/bTcC37gNA_Remove
|
|
14
|
+
#XMIT: Context Menu Entry for local reset of container
|
|
15
|
+
CTX_LOCAL_RESET=CR6fl4PbbbJ1iIyUgfNxkg_Reset Container
|
|
16
|
+
#XMIT: Context Menu Entry 'Add <control type, e.g. Field, Section, ...>'
|
|
17
|
+
CTX_ADD_ELEMENTS=A0YeEBbjUb60KuatThh0vw_Add\: {0}
|
|
18
|
+
#XMIT: Context Menu Entry 'Add to...'
|
|
19
|
+
CTX_ADD_ELEMENTS_WITH_SUBMENU=B2sVCL6QYWjCAbfwG6y/ug_Add to...
|
|
20
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly term for several controls
|
|
21
|
+
MULTIPLE_CONTROL_NAME=qDT4J5s39kvNjoYtZednDg_Content
|
|
22
|
+
#XMIT: Context Menu Entry 'Cut'
|
|
23
|
+
CTX_CUT=5XL2+3yFK1uVVNDSjREOOA_Cut
|
|
24
|
+
#XMIT: Context Menu Entry 'Paste'
|
|
25
|
+
CTX_PASTE=pqGBhnC6l9vUGSvky7oVCQ_Paste
|
|
26
|
+
#XMIT: Context Menu Entry 'Group'
|
|
27
|
+
CTX_GROUP_FIELDS=jSVy30nU+pt+WldyXMzGTQ_Combine
|
|
28
|
+
#XMIT: Context Menu Entry 'Ungroup'
|
|
29
|
+
CTX_UNGROUP_FIELDS=HP0O6Retr4F4cWG2RDvsmA_Split
|
|
30
|
+
#XMIT: Context Menu Entry 'Create Group/Section/<other control type>'
|
|
31
|
+
CTX_CREATE_CONTAINER=i6Cf3D31MbCz2cdWWbw7Zw_Create\: {0}
|
|
32
|
+
#XTIT: Title or label of the newly created Group/Section/<other control type>
|
|
33
|
+
TITLE_CREATE_CONTAINER=YNgIgl0/GnWdYEcFz3cB9Q_New\: {0}
|
|
34
|
+
#XMIT: Context Menu Entry 'Rename'
|
|
35
|
+
CTX_RENAME=R4Y0AvGF700uQvAN6YUKlw_Rename
|
|
36
|
+
#XMIT: Context Menu Entry 'Settings'
|
|
37
|
+
CTX_SETTINGS=2SmFFdNgaDxUiy+QQ5hz2g_Settings
|
|
38
|
+
#XMIT: Context Menu Entry 'Switch Views' for variants
|
|
39
|
+
CTX_VARIANT_SWITCH=NupnN8L1VtIK/XtRc3U5jg_Switch Views
|
|
40
|
+
#XMIT: Context Menu Entry 'Save'
|
|
41
|
+
CTX_VARIANT_SAVE=OGgOADKIDqqQu5dLV7Hm4g_Save View
|
|
42
|
+
#XMIT: Context Menu Entry 'Save As'
|
|
43
|
+
CTX_VARIANT_SAVEAS=wA+swO2HUQTuBcG1jX2xng_Save View As
|
|
44
|
+
#XMIT: Context Menu Entry 'Set Title'
|
|
45
|
+
CTX_VARIANT_SET_TITLE=/tjm7imZiM0BR2rU8fJSlA_Set Title
|
|
46
|
+
#XMIT: Context Menu Entry 'Manage Views' for variants
|
|
47
|
+
CTX_VARIANT_MANAGE=V5vkQcLbn4ez+ao/+/Evdg_Manage Views
|
|
48
|
+
#XMIT: Context Menu Entry 'Add Fragment at Extension Point' for variants
|
|
49
|
+
CTX_ADDXML_AT_EXTENSIONPOINT=l/ILuyIo7kCJIUXXDP8wwA_Add Fragment at Extension Point
|
|
50
|
+
#XBUT: Button 'OK' of the Additional Elements Dialog
|
|
51
|
+
BTN_FREP_OK=KA9h1RKaTFCQDZvQAPWvRg_OK
|
|
52
|
+
#XBUT: Button 'OK' of the Additional Elements Dialog
|
|
53
|
+
BTN_FREP_REMOVE=aFIGcWr27I6d1lJbSjs5Zw_Remove
|
|
54
|
+
#XBUT: Button 'Cancel' of the Additional Elements Dialog
|
|
55
|
+
BTN_FREP_CANCEL=hRv6pPGEtZ1mr655VgATRw_Cancel
|
|
56
|
+
#XMIT: Label for the original name of a renamed label
|
|
57
|
+
LBL_FREP=B4esf6pefCm0qOtA8RDkhQ_was {0}
|
|
58
|
+
#XHED: Header for dialog showing additional elements with placeholder specifying the control type
|
|
59
|
+
HEADER_ADDITIONAL_ELEMENTS=vVqB3pA7oPlDA2n+4lCpZA_Available Content\: {0}
|
|
60
|
+
#XHED: Header for dialog showing additional elements with placeholder specifying the aggregation name
|
|
61
|
+
HEADER_ADDITIONAL_ELEMENTS_WITH_AGGREGATION=DSF+m/xWYD6Iz6qkmkraNg_Available Content for\: {0}
|
|
62
|
+
#XBUT: Tooltip for Manage Apps Variant Button in RTA Toolbar
|
|
63
|
+
BTN_MANAGE_APPS_TXT=gg9Wi4Pu0i/3JFvj94jvRg_Manage App Variants
|
|
64
|
+
#XBUT: Button 'Save As' of the Toolbar
|
|
65
|
+
BTN_SAVE_AS=l0fRG+/zZBI7pyPxSC98OA_Save As
|
|
66
|
+
#XTOL: Tooltip for Button 'Save As' of the Toolbar
|
|
67
|
+
TOOLTIP_SAVE_AS=CcUYfb9sD5+Lxbm98fhqVg_Create New App Variant
|
|
68
|
+
#XBUT: Button 'Undo' of the Toolbar
|
|
69
|
+
BTN_UNDO=21BcJELmEYZxyD/LKCp5Yw_Undo
|
|
70
|
+
#XBUT: Button 'Redo' of the Toolbar
|
|
71
|
+
BTN_REDO=l5CDI1xmWR5/x8R2mhSUfQ_Redo
|
|
72
|
+
#XBUT: Button 'Publish' of the Toolbar
|
|
73
|
+
BTN_PUBLISH=8gElm1K0AlUTB3SxDUuImg_Publish
|
|
74
|
+
#XBUT: Button 'Reset' of the Toolbar
|
|
75
|
+
BTN_RESTORE=mxqe8ldoqqbhMY1FNcZXHA_Reset
|
|
76
|
+
#XBUT: Button 'UI Adaptation' of the Toolbar
|
|
77
|
+
BTN_ADAPTATION=PpxMBBBN0lExdOJvSbvN9g_UI Adaptation
|
|
78
|
+
#XTIT: Title used for a button text, feed title and highlight text to indicate the existence of a draft version in the current session
|
|
79
|
+
TIT_DRAFT=lAYgPZa8r1ETO+K4aE//1A_Draft
|
|
80
|
+
#XTIT: Title used for a button text, feed title and highlight text for the 'original app'
|
|
81
|
+
TIT_ORIGINAL_APP=dcCRR15xHkBGbQTba2IHEw_Original App
|
|
82
|
+
#XTIT: Title used for a button text, feed title and highlight text for a created version created before a title could be assigned
|
|
83
|
+
TIT_VERSION_1=kjCwe2Ds64GCVhJebXxhqQ_Version 1
|
|
84
|
+
#XLBL: Hightlight text for the indicator of the active version (for screen reader)
|
|
85
|
+
LBL_ACTIVE=tqvGH762jog2hGCQZbDr2w_Active
|
|
86
|
+
#XLBL: Hightlight text for the indicator of the inactive version (for screen reader)
|
|
87
|
+
LBL_INACTIVE=Oiuko3qfFtR+aaOiNqB3FQ_Inactive
|
|
88
|
+
#XMSG: message toast text after an new version was successfully activated
|
|
89
|
+
MSG_DRAFT_ACTIVATION_SUCCESS=IEgM9UJWooEuQOJhuwVHfQ_New version activated
|
|
90
|
+
#XMSG: message toast text when activated failed
|
|
91
|
+
MSG_DRAFT_ACTIVATION_FAILED=BW3f482uDVxCkhLVq4JXww_Sorry, the draft cannot be activated at this time. Please try again later.
|
|
92
|
+
#TIT: Title of a published version
|
|
93
|
+
TIT_VERSION_TITLE=Q6H5OzWvZxPpI8N1K8FJzA_Title
|
|
94
|
+
#XTIT: Title for the dialog to state a title for a version the key user is about to activate
|
|
95
|
+
TIT_VERSION_TITLE_DIALOG=hhIEKrZcrPC8CL5Qw9hzog_Activate New Version
|
|
96
|
+
#XTIT: Title for the dialog to state a title for a version the key user is about to re-activate
|
|
97
|
+
TIT_REACTIVATE_VERSION_TITLE_DIALOG=eUn6stj97dnM2aS0HOsbTA_Reactivate Version
|
|
98
|
+
#XTXT: Placeholder text for the input field mandatory to provide a version title on activation
|
|
99
|
+
TXT_VERSION_TITLE_INPUT_PLACEHOLDER=An0ELavNc+hs47JytAeIkw_Enter a version title
|
|
100
|
+
#XBUT: Button text to confirm the version title dialog
|
|
101
|
+
BUT_VERSION_TITLE_DIALOG_CONFIRM=KJXHJkUazH5kariWftr+cg_Confirm
|
|
102
|
+
#XBUT: Button text to cancel the version title dialog
|
|
103
|
+
BUT_VERSION_TITLE_DIALOG_CANCEL=qJ6f195KHnmMNo8NdqVWaA_Cancel
|
|
104
|
+
#XTOL: Tooltip for the button 'Activate' for a new version located in the toolbar
|
|
105
|
+
TOL_ACTIVATE=cLUdC4mhN8aAJxnTEAH8ZQ_Activate New Version
|
|
106
|
+
#XTOL: Tooltip for the button 'Discard' for the draft located in the toolbar
|
|
107
|
+
TOL_DISCARD_DRAFT=kKf3QBHYdvOQv2XpSp2UyA_Discard Draft
|
|
108
|
+
#TIT: Title for the dialog to switch between versions
|
|
109
|
+
TIT_SWITCH_VERSION_DIALOG=CroOhjOEhbrca3h6WWQGJg_Switch Version
|
|
110
|
+
#MSG: Text description that the user is about to switch versions, but has changes they must save or discard
|
|
111
|
+
MSG_SWITCH_VERSION_DIALOG=TDutBqg20yKdSUsqW6GGnA_You have unsaved UI changes. Do you want to save them before switching?
|
|
112
|
+
#TIT: Title for the dialog to discard an existing draft and creating a new one
|
|
113
|
+
TIT_DRAFT_DISCARD_DIALOG=PT5X4Nw2BP9wO4XHs0IOTQ_Discard Existing Draft
|
|
114
|
+
#MSG: Text description for the dialog to discard an existing draft and creating a new one
|
|
115
|
+
MSG_DRAFT_DISCARD_AND_CREATE_NEW_DIALOG=pg+Uk0yqIMD7eHi/ygbvyA_Do you want to discard the current draft and start over?
|
|
116
|
+
#XBUT: Button 'Translate' of the Toolbar
|
|
117
|
+
BTN_TRANSLATE=tGzFJoBIfuWb2FmmUKFkMw_Translate
|
|
118
|
+
#XBUT: Button 'Download Changed UI Texts' of the toolbar translate popover
|
|
119
|
+
TXT_DOWNLOAD_CHANGED_TEXTS=jMQAwu0ao2X58mC9R3h0eA_Download Changed UI Texts
|
|
120
|
+
#XBUT: Button 'Upload Translations' of the toolbar translate popover
|
|
121
|
+
TXT_UPLOAD_TRANSLATIONS=+1GM6EA9z1iggZQWkqAwRQ_Upload Translations
|
|
122
|
+
#XBUT: Name of the Button 'Download' of the download changed texts dialog
|
|
123
|
+
BTN_DOWNLOAD_CHANGED_TEXTS=ykCT7hsbD9FknBaE+if/fQ_Download
|
|
124
|
+
#XBUT: Title of the download changed texts dialog
|
|
125
|
+
TIT_DOWNLOAD_CHANGED_TEXTS=s9eYmfSy2CEBwyGL1bcghQ_Download changed UI texts
|
|
126
|
+
#XBUT: Explanation of the download changed texts dialog
|
|
127
|
+
MSG_DOWNLOAD_CHANGED_TEXTS=GlKNYG3Cse20W1rtC7+1AA_Download an XLIFF file containing UI texts that were changed compared to the SAP default. Already existing translations for these texts are included.
|
|
128
|
+
#XBUT: Button text to cancel the Download Changed UI Texts dialog
|
|
129
|
+
BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=J/QGN7Kv+eiG84IohzE8rw_Cancel
|
|
130
|
+
#XBUT: Placeholder for the source language dropdown field
|
|
131
|
+
TXT_SOURCE_LANGUAGE=u0/pm8vSlXmnSIqTb+g4kQ_Source Language
|
|
132
|
+
#XBUT: Placeholder for the target language dropdown field
|
|
133
|
+
TXT_TARGET_LANGUAGE=ZTByJWSfc9F5UuxkolgBeg_Target Language
|
|
134
|
+
#XBUT: Button 'Navigation' of the Toolbar
|
|
135
|
+
BTN_NAVIGATION=Hv5LkkVLrIaQwHu46deVvw_Navigation
|
|
136
|
+
#XBUT: Button 'Visualization' of the Toolbar
|
|
137
|
+
BTN_VISUALIZATION=eH7O9Eog9IB7yDEFfJt99A_Visualization
|
|
138
|
+
#XHED: dialog title for a warning
|
|
139
|
+
HEADER_WARNING=HyMkZhRR+wtBXOYr9hmIOQ_Warning
|
|
140
|
+
#XHED: dialog title for an error
|
|
141
|
+
HEADER_ERROR=toLiu12R2yr6uGJCFR2WgA_Error
|
|
142
|
+
#XMSG: dialog message for failed reset
|
|
143
|
+
MSG_RESTORE_FAILED=pE0Vb767ygVaCSrWmBuqxQ_Sorry, your UI changes cannot be discarded at this time. Please try again later, or contact your administrator\: {0}
|
|
144
|
+
#XMSG: message toast text for transport success
|
|
145
|
+
MSG_TRANSPORT_SUCCESS=bdfA3CKRo2ell5jDTRN/uw_Your UI changes were included in the transport.
|
|
146
|
+
#XTIT: reset confirmation dialog title
|
|
147
|
+
FORM_PERS_RESET_TITLE=CCpf5k6aWMCV9xDzlszhiw_Reset to Standard Version
|
|
148
|
+
#XMSG: reset confirmation dialog message
|
|
149
|
+
FORM_PERS_RESET_MESSAGE=qhpALbMQhdSq0WQ8kdt6iA_Do you want to discard all UI changes and reset the app to the standard version?
|
|
150
|
+
#XMSG: reset confirmation dialog message in personalization mode
|
|
151
|
+
FORM_PERS_RESET_MESSAGE_PERSONALIZATION=4d0qLI08PIHGlgkFyrMziw_Do you want to discard all your personalization changes and reset the app?
|
|
152
|
+
#XMSG: Error message presented if storing to LREP fails
|
|
153
|
+
MSG_LREP_TRANSFER_ERROR=H/QaQORB0Jw+Mo9fqRyCnA_Sorry, a technical error occurred. Please try again later, or contact your administrator.
|
|
154
|
+
#XMSG: Error message showing the reason (technical info)
|
|
155
|
+
MSG_ERROR_REASON=hCp0+FC2g7sia0pYzjuTnQ_Reason\:\n{0}
|
|
156
|
+
#XMSG: Message when leaving RTA without saving
|
|
157
|
+
MSG_UNSAVED_CHANGES=l3BxlTsG3W1bfZyxCv3nOA_If you confirm, all your UI changes will be lost. To save them, close this dialog box, and exit UI Adaptation.
|
|
158
|
+
#XMSG: Message when no fields are available in the add-field-dialog
|
|
159
|
+
MSG_NO_FIELDS=nsIK1MqRiZXS4W/e0bl3DA_No more content available
|
|
160
|
+
#XHED: Dialog title for personalization exists
|
|
161
|
+
HEADER_PERSONALIZATION_EXISTS=0zN+u6qL8E7+l2akWut9bw_Information
|
|
162
|
+
#XMSG: Dialog message for personalization exists
|
|
163
|
+
MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=OdDZJWDZMiRX41ZP3a2OZw_You have personalized the app or there are public views. The app will now reload without these changes. Any recently made changes may remain active.
|
|
164
|
+
#XMSG: MessageToast to warn users that changes made in navigation mode will be discarded after save & exit
|
|
165
|
+
MSG_NAVIGATION_MODE_CHANGES_WARNING=zdlBp9xJpky2izDESwQszw_Changes made to the UI in navigation mode will be discarded after you choose Save & Exit.
|
|
166
|
+
#XMSG: Dialog message for draft changes exists
|
|
167
|
+
MSG_DRAFT_EXISTS=64xbU21uAFskh1V5ZSsE/g_Draft changes are available for this app. In UI adaptation mode, the draft changes will be loaded.
|
|
168
|
+
#XMSG: Dialog message when user discards a draft
|
|
169
|
+
MSG_DRAFT_DISCARD_DIALOG=ZrBVHdVnvxn5yZIGfVjBNg_Do you want to discard the draft changes? The app will reload.
|
|
170
|
+
#XMSG: Dialog message for draft and personalization changes exists
|
|
171
|
+
MSG_VIEWS_OR_PERSONALIZATION_AND_DRAFT_EXISTS=mttmrpGo+2vScCXfEHx3Qg_Draft changes are available for this app. In UI adaptation mode, the draft changes will be loaded without your personalization changes and public views.
|
|
172
|
+
#XMSG: Dialog title when user reactivate a version with draft in the backend
|
|
173
|
+
TIT_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=X/pxmcwI32QjHTqBDWZN5w_Draft is available
|
|
174
|
+
#XMSG: Dialog message when user reactivate a version with draft in the backend
|
|
175
|
+
MSG_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=8PXGgta/EGUSlUv1RHNsog_Do you want to discard the draft changes and reactivate the version?
|
|
176
|
+
#XMSG: Dialog message for draft and higher-layer changes exists
|
|
177
|
+
MSG_HIGHER_LAYER_CHANGES_AND_DRAFT_EXISTS=pELUJ5kDEquLrYZIq6lu9A_Higher-layer changes and draft changes are available for this app. In UI adaptation mode, the app will reload without the higher-layer changes, but with the draft changes.
|
|
178
|
+
#XMSG: Dialog message for changes in higher-layer exists
|
|
179
|
+
MSG_HIGHER_LAYER_CHANGES_EXIST=F9krMuBbmCbjgcwkB8mf/Q_Higher-layer changes are available for this app. In UI adaptation mode, the app will reload without these changes.
|
|
180
|
+
#XMSG: Dialog message for restricted contexts exists and personalization changes
|
|
181
|
+
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=4LF8eyDkV0FqLez6PnRbzA_Higher-layer changes and role-specific views are available for this app. In UI adaptation mode, the app will reload with these changes.
|
|
182
|
+
#XMSG: Dialog message for restricted contexts exists
|
|
183
|
+
MSG_RESTRICTED_CONTEXT_EXIST=DM0I5zsfxADEzwxxtScfeA_Role-specific views exist for this app. In UI adaptation mode, the app will reload with these changes.
|
|
184
|
+
#XHED: Title of a dialog explaining that a page reload is needed
|
|
185
|
+
HEADER_RELOAD_NEEDED=iSXwMYu4jCWAZsnRUvqQ0Q_App Requires Reload
|
|
186
|
+
#XBUT: Button of a dialog triggering a page reload
|
|
187
|
+
BUTTON_RELOAD_NEEDED=I4Twr3QXAwfLmCjjZxBl6Q_Reload
|
|
188
|
+
#XMSG: Dialog message before a reload when personalization changes will be applied again
|
|
189
|
+
MSG_RELOAD_WITH_PERSONALIZATION_AND_VIEWS=v/y/rO+LyEubCcDzejG5Cw_The app will now reload with your personalization changes and public views.
|
|
190
|
+
#XMSG: Dialog message before a reload when draft changes will be removed on rta exit
|
|
191
|
+
MSG_RELOAD_WITHOUT_DRAFT=dL1T1FOJblZ7RIdpWI6Fww_The app will now reload without the draft changes.
|
|
192
|
+
#XMSG: Dialog message before a reload on exit we want to remove the sap-ui-fl-version parameter
|
|
193
|
+
MSG_RELOAD_ACTIVATED_DRAFT=afvir8JfPDJDPqy2e6SLqA_The app will reload with the active version.
|
|
194
|
+
#XMSG: Dialog message before a reload when draft changes will be removed and personalization changes will be applied again on rta exit
|
|
195
|
+
MSG_RELOAD_WITH_VIEWS_PERSONALIZATION_AND_WITHOUT_DRAFT=S67iLNLmGJ2T/DNxk6beBA_The app will now reload without draft changes. Your personalization changes and public views will be applied again.
|
|
196
|
+
#XMSG: Dialog message for reload without restricted contexts and personalization changes
|
|
197
|
+
MSG_RELOAD_WITH_PERSONALIZATION_AND_RESTRICTED_CONTEXT=So1AW72ZDE0KIjRLy/AgBw_The app will now reload with your personalization changes. Your public or role-specific views will be applied again.
|
|
198
|
+
#XMSG: Dialog message for reload without restricted contexts
|
|
199
|
+
MSG_RELOAD_WITHOUT_ALL_CONTEXT=T6ATYgn/P4AhDsP1gJriAA_The app will now reload with your public or role-specific views.
|
|
200
|
+
#XMSG: Dialog message before a reload when personalization changes will be applied again
|
|
201
|
+
MSG_RELOAD_WITH_ALL_CHANGES=PAVx3L9dPxN2jGBijHbjFA_The app will reload with all changes.
|
|
202
|
+
#XMSG: Dialog message before a reload when changes need server-side processing and new cache tokens to be fetched (rare case for use to see this message)
|
|
203
|
+
MSG_RELOAD_NEEDED=JfjU4wVkXte17lufN5oJMw_Changes you made require an app reload.
|
|
204
|
+
#XMSG: dialog message for failed manage apps
|
|
205
|
+
MSG_MANAGE_APPS_FAILED=Gm5agHBxqvz7UFd+JzkJkA_Sorry, the overview of app variants is temporarily not available. Please try again later, or contact your administrator.
|
|
206
|
+
#XBUT: AppVariantDialog predefined text for Save button
|
|
207
|
+
APP_VARIANT_DIALOG_SAVE=kS76a9bGN1qNh4rrKd6x1g_Save
|
|
208
|
+
#XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
|
|
209
|
+
TOOLTIP_APP_VARIANT_DIALOG_SAVE=xU68+DMOrOOtpplozxYylg_Save
|
|
210
|
+
#XBUT: AppVariantDialog predefined text for Close button
|
|
211
|
+
APP_VARIANT_DIALOG_CLOSE=HyHpS+Rzx/y7iW4TWH5w9w_Close
|
|
212
|
+
#XBUT: Save As App variant Dialog predefined text for Cancel button
|
|
213
|
+
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=sUfUeKk4E8rqHgyHqmGw/w_Cancel
|
|
214
|
+
#XTOL: Tooltip for Button 'Cancel' of the Save As App variant Dialog
|
|
215
|
+
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=YvAgY7Gdvbc3I4KyLy1Zig_Cancel
|
|
216
|
+
#XTIT: Title for AppVariant Dialog
|
|
217
|
+
CREATE_APP_VARIANT_DIALOG_TITLE=ZUGZnX1bUMPXoKvEKHHHZQ_Save As New App Variant
|
|
218
|
+
#XTIT: App dialog title text
|
|
219
|
+
APP_DIALOG_TITLE_TEXT=9qhUL0A6ppf24Ou+RvVV2w_Title
|
|
220
|
+
#XTIT: App variant dialog title text
|
|
221
|
+
APP_DIALOG_SUB_TITLE_TEXT=GA8ZZ8WVc9EcABZK5kjtpQ_Subtitle
|
|
222
|
+
#XTIT: App variant dialog description text
|
|
223
|
+
APP_DIALOG_DESCRIPTION_TEXT=K5LIeV3RHk6pijcrERovCQ_Description
|
|
224
|
+
#XTIT: App dialog icon text
|
|
225
|
+
APP_DIALOG_ICON_TEXT=DAF31WINxX7amjafrXElDQ_Icon
|
|
226
|
+
#XTIT: Title for any error during rename
|
|
227
|
+
RENAME_ERROR_TITLE=xaSgE8lu9UN/8MPzKOKguQ_Naming Error
|
|
228
|
+
#MSG: Error Message when the user enters an invalid empty string during rename
|
|
229
|
+
RENAME_EMPTY_ERROR_TEXT=IwXuN0I35WmwW8ZQi94guA_Please enter a name.
|
|
230
|
+
#MSG: Error Message when the user enters an invalid string interpreted as binding
|
|
231
|
+
RENAME_BINDING_ERROR_TEXT=zlOSe2RkeqCqjySCxMahGA_The name may not contain '{'. Please choose a different name.
|
|
232
|
+
#XTIT
|
|
233
|
+
APP_VARIANT_ICON_SELECT_ICON=UNzbn73og0C3F2/QuMnFCQ_Select Icon
|
|
234
|
+
#XMSG: No data found
|
|
235
|
+
APP_VARIANT_ICON_NO_DATA=xCFDPB1xFBBkAbLp9FbQTw_No icons found
|
|
236
|
+
#XMSG: Success message for saving app variant to LREP
|
|
237
|
+
SAVE_APP_VARIANT_SUCCESS_MESSAGE=ZVsd/NAvnFr00CbETenG2w_The new app variant was saved.
|
|
238
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud
|
|
239
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=M2aWuSxdl/nOM/fKh2JFUQ_UI Adaptation will be closed, and you will return to the homepage. You will be notified when the new tile is available.
|
|
240
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud to navigate to app variant overview list
|
|
241
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=RzmKGDPKIenEu2vL46mRGQ_You will be notified when the new tile is available.
|
|
242
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise
|
|
243
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Zl+HggGfEa0lrS37KusUDg_UI Adaptation will be closed. Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
244
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise to navigate to app variant overview list
|
|
245
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=rHVf0xcRFjFtFqR7o/ZuUA_Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
246
|
+
#XHED: dialog title for failed save app variant
|
|
247
|
+
HEADER_SAVE_APP_VARIANT_FAILED=SWyb4l93dMcoZyjdALTfIQ_Error
|
|
248
|
+
#XMSG: Error message displayed if loading an app variant fails
|
|
249
|
+
MSG_LOAD_APP_VARIANT_FAILED=jVEPfo3wZHv3RBOUjvwPng_Sorry, the app variant could not be loaded. Please send the following technical information to your administrator\:
|
|
250
|
+
#XMSG: Error message displayed if saving an app variant fails
|
|
251
|
+
MSG_SAVE_APP_VARIANT_FAILED=iNIo68Q1ZweB2uLnhxqAew_Sorry, the app variant could not be saved. Please send the following technical information to your administrator\:
|
|
252
|
+
#XMSG: Error message displayed if updating an app variant fails
|
|
253
|
+
MSG_UPDATE_APP_VARIANT_FAILED=3bQwzeNsbKKOocKKh9cKcw_Sorry, the app variant could not be updated. Please send the following technical information to your administrator\:
|
|
254
|
+
#XMSG: Error message displayed if the catalog assignment fails
|
|
255
|
+
MSG_CATALOG_ASSIGNMENT_FAILED=yzgxHp54YikqGcg/RyoNhw_The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
|
|
256
|
+
#XMSG: Error message displayed if the FLP tile creation fails
|
|
257
|
+
MSG_TILE_CREATION_FAILED=Th0hIiGObpmP2eeeZVmFUg_Refresh the Fiori Launchpad homepage to check if the new tile has been created. If it is not available or not working properly, please contact your content administrator.
|
|
258
|
+
#XMSG: Error message displayed if saving copying the unsaved changes for an app variant fails
|
|
259
|
+
MSG_COPY_UNSAVED_CHANGES_FAILED=czRsJtr5NFyDuOGu8ci58Q_Sorry, your app variant and the corresponding UI changes could not be saved. The app variant is not available. Please send the following technical information to your administrator\:
|
|
260
|
+
#XFLD: 'Save As' dialog title placeholder text
|
|
261
|
+
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=xLQdRDAFXrqL8Rjbbcakhg_Enter title
|
|
262
|
+
#XMSG: Error message displayed if app variant feature fails
|
|
263
|
+
MSG_APP_VARIANT_FEATURE_FAILED=L5njfo37XDG6sdrXRRQWhw_Sorry, the app variants feature is temporarily not available. Please contact your administrator\: {0}
|
|
264
|
+
#XMSG: Success message displayed when the tile is available on FLP
|
|
265
|
+
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=Zm09vvvEJt4779Qjrd+KuA_The new tile is now available. To display it, please refresh the browser.
|
|
266
|
+
#XTIT: Title for all the app variants success dialogs
|
|
267
|
+
SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=CfVnMyhjXqocmiBr+gyOYA_Information
|
|
268
|
+
#XBUT: Save As Scenario information dialog ok action text
|
|
269
|
+
SAVE_APP_VARIANT_OK_TEXT=NFrEVAHcRzIqD7RgA5vlUw_OK
|
|
270
|
+
#XBUT: Save As Scenario error dialog close action text
|
|
271
|
+
SAVE_APP_VARIANT_CLOSE_TEXT=vd9PX/PpDag69rgSecmx9g_Close
|
|
272
|
+
#XBUT: Save As Scenario information dialog copy id text
|
|
273
|
+
SAVE_APP_VARIANT_COPY_ID_TEXT=tv+judbKAxWpwDFdMk/Srg_Copy ID and close
|
|
274
|
+
#XBUT: Save As Scenario message text app variant id
|
|
275
|
+
MSG_APP_VARIANT_ID=Nhw7Uda2uT8Bz03lOqxnww_App variant ID\: {0}
|
|
276
|
+
#XBUT: Save As Scenario message text error
|
|
277
|
+
MSG_TECHNICAL_ERROR=snFnJ2crJayshpvFzmtR6A_Error\: {0}
|
|
278
|
+
#XTIT: Appvariant Overview Dialog title
|
|
279
|
+
APP_VARIANT_OVERVIEW_DIALOG_TITLE=CYlKofnXK37PW6On8/Nrtw_Overview of App Variants
|
|
280
|
+
#XFLD: 'Save As' dialog tile Aria Label text
|
|
281
|
+
APP_VARIANT_TILE_ARIA_LABEL=JjcKyrqeHZLdItmvu662lg_Fiori tile preview
|
|
282
|
+
#XBUT: Menu item entry to show the app variant overview for a key user
|
|
283
|
+
MENU_ITEM_KEY_USER=bw549o9uim+nE5p9RqEblQ_for Key User
|
|
284
|
+
#XBUT: Menu item entry to show the app variant overview for a SAP developer
|
|
285
|
+
MENU_ITEM_SAP_DEVELOPER=6HT3C/YM2gdopdMC6J3bQg_for SAP Developer
|
|
286
|
+
#XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
|
|
287
|
+
MSG_DEPENDENCY_ERROR=Dt+twbFDoS7AY+RyoBhykA_Sorry, the change cannot be applied to the UI. Please reset the UI to the original state and recreate the changes. Caution\: This will reset all changes made to this app by any user. Alternatively, you can contact SAP support by opening a ticket for the component CA-UI5-FL-RTA.
|
|
143
288
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
289
|
+
#XMSG: message toast text for successful deletion of app variant
|
|
290
|
+
DELETE_APP_VARIANT_SUCCESS_MESSAGE=+4W0Jw8N43bwVEaZsmFROQ_App variant (ID\: {0}) deleted.
|
|
291
|
+
#XMSG: message toast text for successful deletion of app variant
|
|
292
|
+
DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=0LE02HBbbR/k+EDid0qCcA_App variant (ID\: {0}) deleted. To remove the tile from the launchpad, reload the home page.
|
|
293
|
+
#XMSG: Error message displayed if deletion of app variant descriptor failed or if the catalog unassignment fails
|
|
294
|
+
MSG_DELETE_APP_VARIANT_FAILED=nEuM/1ruTHzm7kBho1Pq9g_Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
|
|
295
|
+
#XTIT: title for the info popup when a delete app variant dialog pops up
|
|
296
|
+
DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=mz1DogpMtAKLB8cqIrCCug_Information
|
|
297
|
+
#XBUT: Delete app variant OK button text
|
|
298
|
+
DELETE_APP_VARIANT_OK_TEXT=Zu/krzMfJcXybo/wtdbpZA_OK
|
|
299
|
+
#XBUT: Delete app variant Close button text
|
|
300
|
+
DELETE_APP_VARIANT_CLOSE_TEXT=JTCVKUj9Y46AzUDI7tEz1g_Close
|
|
301
|
+
#XMSG: Message, when no Business Contexts are available
|
|
302
|
+
MSG_NO_BUSINESS_CONTEXTS=FRipsJ4VMV6wiUU/f8JYpQ_None
|
|
303
|
+
#XMSG: Message, when User is about to close or refresh the browser
|
|
304
|
+
MSG_DO_NOT_CLOSE_BROWSER=p5sIlSrwHyvU4yhrpMbswQ_Operation in progress - please do not close the browser.
|
|
305
|
+
#XMSG: Message, after User clicked on delete confirmation from currently adapting app variant.
|
|
306
|
+
MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=PChQN4c4PDTJQebm9n8h0g_Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will be visible as long as the deletion is ongoing.
|
|
307
|
+
#XMSG: Error message when catalogs are locked
|
|
308
|
+
MSG_CATALOGS_LOCKED=VEWGU84b50tOzr9FPLcF+w_Sorry, the app variant could not be deleted. Please try again later.
|
|
154
309
|
|
|
155
|
-
|
|
310
|
+
#XMSG: Error message for developers, when not all UI controls have stable ids.
|
|
311
|
+
MSG_UNSTABLE_ID_FOUND=KXtkY79CF87mC6dnYplU+A_Some of your controls don't have stable IDs. Use the Support Assistant to identify the affected controls as described [here](https\://ui5.sap.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck), and set the IDs. (This message is only visible at SAP internally, customers won't see it, but you should set the IDs as soon as possible.)
|
|
156
312
|
|
|
157
|
-
|
|
313
|
+
#XMSG: Warning is flexibility service is not activated for the application.
|
|
314
|
+
MSG_NO_FLEX_ENABLED_FLAG=U8OCdN5ezK8dGJ4c0YB81Q_Your app is not enabled for UI adaptation. Check the prerequisites described [here](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af). (This message is only visible at SAP internally, customers won't see it. The functionality is not impacted, but you should take care of this as soon as possible.)
|
|
158
315
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
316
|
+
#XTIT: Title for Add Iframe dialog
|
|
317
|
+
IFRAME_ADDIFRAME_DIALOG_TITLE=RRR3b4lBnEMerVbgKdQ7+A_Define Embedded Content
|
|
318
|
+
#XTIT: Title for Updating Add Iframe dialog
|
|
319
|
+
IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=C7osbIs88KwJtQu6vMXixQ_Update Embedded Content
|
|
320
|
+
#XTIT: Title for size section in the Add Iframe dialog
|
|
321
|
+
IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=8DrQ4e0VpRbcR4Fh5eyV+Q_Size of the IFrame
|
|
322
|
+
#XFLD: Label for width in the Add Iframe dialog
|
|
323
|
+
IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=ZmqNW66q3bsCs66jyN39wg_Width
|
|
324
|
+
#XFLD: Label for width-unit in the Add Iframe dialog
|
|
325
|
+
IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=bc5dFcjCZZJ1isUKiWGaqA_Unit for width
|
|
326
|
+
#XFLD: Label for height in the Add Iframe dialog
|
|
327
|
+
IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=hOP3nr6U0lPy/5Z+WXTGHQ_Height
|
|
328
|
+
#XFLD: Label for height-unit in the Add Iframe dialog
|
|
329
|
+
IFRAME_ADDIFRAME_DIALOG_HEIGHT_UNITLABEL=ONz22sUUNbb7Xi+Pb7hMDw_Unit for height
|
|
330
|
+
#XMSG: Tip displayed when width or height is using %
|
|
331
|
+
IFRAME_ADDIFRAME_DIALOG_PERCENT_USED=k/HZ1oqjHiYh8Yi1wQc94Q_The % values refer to the space that is actually available for the IFrame.
|
|
332
|
+
#XBUT: Save button text
|
|
333
|
+
IFRAME_ADDIFRAME_DIALOG_BUTTON_SAVE=+K6i4H52txR7T+uKoA0wkQ_Save
|
|
334
|
+
#XBUT: Cancel button text
|
|
335
|
+
IFRAME_ADDIFRAME_DIALOG_BUTTON_CANCEL=aB6FvpTuz78Nc3EJDWW9qQ_Cancel
|
|
336
|
+
#XMIT: Context Menu Entry 'Add External Application'
|
|
337
|
+
CTX_ADDIFRAME=ez8+2vfCyhwIpoKicGNfOw_Embed Content\: {0}
|
|
338
|
+
#XMIT: Context Menu Group 'Embed Content'
|
|
339
|
+
CTX_ADDIFRAME_GROUP=okec9dSrnVBR65t5qgq7hA_Embed Content
|
|
340
|
+
#XMSG: Info Message displayed when SAP developer wants to see the app variant overview in an app variant which is laid in CUSTOMER layer
|
|
341
|
+
MSG_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=wOZ5sKP1XaW/5/JyKzMRcA_The started app(variant) is laid either in CUSTOMER or CUSTOMER_BASE layer. Therefore, you as an SAP developer cannot see the available app variants.
|
|
342
|
+
#XTIT: Title for AppVariant Overview dialog for a SAP Developer
|
|
343
|
+
TITLE_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=MD8upQGfOfweewr/n6Wahw_App Variant Overview for SAP Developers
|
|
344
|
+
#XFLD: Label for preview URL in the URL Builder dialog
|
|
345
|
+
IFRAME_ADDIFRAME_DIALOG_PREVIEW_URL_LABEL=+Gah6kixMgOM0TI/88HNYA_Preview URL
|
|
346
|
+
#XFLD: Label for preview Frame
|
|
347
|
+
IFRAME_ADDIFRAME_DIALOG_PREVIEW_FRAME_LABEL=80Hj1wkFeEQ6ZJVfoZwU8g_Preview of the IFrame
|
|
348
|
+
#XBUT: Show Preview button text
|
|
349
|
+
IFRAME_ADDIFRAME_DIALOG_BUTTON_SHOW_PREVIEW=tG0C6E0OHuhtoCpKvHR1SA_Show Preview
|
|
350
|
+
#XBUT: Show Preview button text
|
|
351
|
+
IFRAME_ADDIFRAME_DIALOG_BUTTON_UPDATE_PREVIEW=jUrDJbe1L2RooH7/4cubxw_Update Preview
|
|
352
|
+
#XMSG: Preview area default message
|
|
353
|
+
IFRAME_ADDIFRAME_DIALOG_BUTTON_PREVIEW_MESSAGE=yJ56jujOnu8Hp7otd8muag_Choose Show Preview to show the embedded content. If nothing is shown, verify the URL.
|
|
354
|
+
#XFLD: Label for Edit URL in the URL Builder dialog
|
|
355
|
+
IFRAME_ADDIFRAME_DIALOG_EDIT_URL_LABEL=R7K9nEyEy+imOmUvD+rUkw_URL (click to edit manually)
|
|
356
|
+
#XFLD: Label for parameters in the URL Builder dialog
|
|
357
|
+
IFRAME_ADDIFRAME_DIALOG_PARAMETERS_LABEL=4OqONFQ5d3JHStqlEcgcEw_Available Values (click to add to the URL)
|
|
358
|
+
#XFLD: Table column label for parameter in the URL Builder dialog
|
|
359
|
+
IFRAME_ADDIFRAME_DIALOG_TABLE_PARAMETER_LABEL=KKa14mM9k8tdDr1+gvzbSQ_Parameter
|
|
360
|
+
#XFLD: Table column Label for Value in UI in the URL Builder dialog
|
|
361
|
+
IFRAME_ADDIFRAME_DIALOG_TABLE_UI_VALUE_LABEL=xswEIyirtCwwzis8sPvmgQ_Value Example
|
|
362
|
+
#XFLD: Label for Search Field In the Add Iframe Dialog
|
|
363
|
+
IFRAME_ADDIFRAME_DIALOG_PARAMETER_SEARCH_LABEL=2yCQA2YBNF2S8jypxBWyqQ_Search for Parameters
|
|
364
|
+
#XMSG: Text warning about correct URL
|
|
365
|
+
IFRAME_ADDIFRAME_DIALOG_URL_WARNING_TEXT=+9R3E+tAMnilzxc4KE24HA_URLs used here are required to fulfill certain preconditions and will not work otherwise\!
|
|
366
|
+
#XLNK: Link to Documentation
|
|
367
|
+
IFRAME_ADDIFRAME_DIALOG_URL_WARNING_LINKTEXT=4X2bO3wBVaYewWlmqJJwzQ_Read More
|
|
185
368
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
369
|
+
#XTXT: Description for rename-changes
|
|
370
|
+
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=TWyp2UhKU0Rs+8tW8GKCcg_Name was changed to ''{0}''
|
|
371
|
+
#XTXT: Description for rename-changes
|
|
372
|
+
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_FROM_TO=kt7u0MeVT75eNcZxD+gF5A_Name was changed from ''{1}'' to ''{0}''
|
|
373
|
+
#XTXT: Description for move-changes
|
|
374
|
+
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=VclRVqJ/QuT/hcXR7SsPbw_Element {0} was moved to a different position
|
|
375
|
+
#XTXT: Description for remove-changes
|
|
376
|
+
TXT_CHANGEVISUALIZATION_CHANGE_REMOVE=d/GSyiAu7r4hGxyaqjPk3A_Element {0} was removed
|
|
377
|
+
#XTXT: Description for reveal-changes
|
|
378
|
+
TXT_CHANGEVISUALIZATION_CHANGE_REVEAL=G1HhC4+TTJMFgUlULjtWtQ_Element {0} was revealed
|
|
379
|
+
#XTXT: Description for combine-changes
|
|
380
|
+
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE=qKkVXxQo6SUTOnOfRB8hPw_Element {0} was combined
|
|
381
|
+
#XTXT: Description for split-changes
|
|
382
|
+
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=de6TsFvVW8o9YHSaDRNO3w_Element {0} was split
|
|
383
|
+
#XTXT: Description for createcontainer-changes
|
|
384
|
+
TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=CxNopJNyHRJy8OnyYXiklw_Group {0} was added
|
|
385
|
+
#XTXT: Description for adddelegateproperty-changes
|
|
386
|
+
TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=EK2RQqqIZMlbtnAzZaZ5WQ_Field {0} was added
|
|
387
|
+
#XTXT: Description for addiframe-changes
|
|
388
|
+
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=qqhlqqtkomXsjDxCFGKlCQ_IFrame was added
|
|
389
|
+
#XTXT: Description for settings-changes
|
|
390
|
+
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=ZbEoD2s5FZQoZtadumwLlw_Settings of element {0} were changed
|
|
391
|
+
#XTXT: Description for dependents of move-changes
|
|
392
|
+
TXT_CHANGEVISUALIZATION_DEPENDENT_MOVE=W6k+fTelhSy5tHpUBVtagQ_Element was moved from this container
|
|
393
|
+
#XTXT: Description for dependents of split-changes
|
|
394
|
+
TXT_CHANGEVISUALIZATION_DEPENDENT_SPLIT=4WaW46shNQ5Htb0o40e6AA_This element is a part of the split
|
|
395
|
+
#XTIT: Title for SingleChangePopover
|
|
396
|
+
TIT_CHANGEVISUALIZATION_CHANGE=deYwKn5z93agzj+jYbJ88A_Change
|
|
397
|
+
#XTIT: Title for ChangePopover and ChangesPopover
|
|
398
|
+
TIT_CHANGEVISUALIZATION_CHANGES=BuEeTKTPkn9b9BTOmSHQrg_Changes
|
|
399
|
+
#XFLD: Table column label for date in ChangeIndicatorPopover
|
|
400
|
+
TIT_CHANGEVISUALIZATION_DATE=272T2q76RJZOrtRKIgCwXA_Date
|
|
401
|
+
#XFLD: Table column label for details in ChangeIndicatorPopover
|
|
402
|
+
TIT_CHANGEVISUALIZATION_DETAILS=MZz/HYBDyDB+nzCwo9xoOA_Details
|
|
403
|
+
#XFLD: Table column label for description in ChangeIndicatorPopover
|
|
404
|
+
TIT_CHANGEVISUALIZATION_DESCRIPTION=A4KOg3sFQ5iXN+lmuM88VA_Description
|
|
405
|
+
#XTOL: Tooltip for showChanges Button in Toolbar to show changes
|
|
406
|
+
BUT_CHANGEVISUALIZATION_SHOWCHANGES=S2FihHqRYSAIIRMzV8XpYQ_Visualize Key User Changes
|
|
407
|
+
#XTOL: Tooltip for Select Changes Button in Toolbar
|
|
408
|
+
BUT_CHANGEVISUALIZATION_SELECTCHANGES=yHntQgwezG2twlRxQLOpAw_Select Change Type
|
|
409
|
+
#XTXT: Text for all-changes item of ChangesPopover
|
|
410
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_ALL=L9jP4saHw9PZ+KkAmorEjw_All ({0})
|
|
411
|
+
#XBUT: Button text for all-changes
|
|
412
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_ALL=07slQpdOnb+X6UaeVQb8hw_All Changes
|
|
413
|
+
#XTXT: Text for move-changes item of ChangesPopover
|
|
414
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_MOVE=/mZ7rl6Vcx3SST0H6ctvIQ_Move ({0})
|
|
415
|
+
#XBUT: Button text for move-changes
|
|
416
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_MOVE=foHuIWT7/GmI/pHr4u2Igw_Moved Elements
|
|
417
|
+
#XTXT: Text for rename-changes item of ChangesPopover
|
|
418
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_RENAME=okWpo5vI4js0FHwT0uhxcw_Rename ({0})
|
|
419
|
+
#XBUT: Button text for rename-changes
|
|
420
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_RENAME=MyK0Jy/Trpk7QE+TqZxqgg_Renamed Elements
|
|
421
|
+
#XTXT: Text for add-changes item of ChangesPopover
|
|
422
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_ADD=+d6Ejxg/sYXcQvZa4tIWxg_Add ({0})
|
|
423
|
+
#BUT: Button text for add-changes
|
|
424
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_ADD=6ivjQggxtXMmQtMrIkR+8A_Added Elements
|
|
425
|
+
#XTXT: Text for combine- and split-changes item of ChangesPopover
|
|
426
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=AulVQWb4iEnhp6Ti9k4y+g_Combine and Split ({0})
|
|
427
|
+
#XBUT: Button text for combine- and split-changes
|
|
428
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=PxbAuK4cC0oZlEZ4EJgS1w_Combined and Split Elements
|
|
429
|
+
#XTXT: Text for remove-changes item of ChangesPopover
|
|
430
|
+
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=HA5+eP98wEL6kdCSMimw3Q_Remove ({0})
|
|
431
|
+
#XBUT: Button text for remove-changes
|
|
432
|
+
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=+kxDI/Wl8arq9DspFEUDUQ_Removed Elements
|
|
433
|
+
#XMSG: message toast text after a local reset saved the variant
|
|
434
|
+
MSG_LOCAL_RESET_VARIANT_SAVE=gVSjF3auouTYb2P+dwKMtA_The container has been reset and the view has been saved automatically.
|