@openui5/sap.ui.rta 1.124.2 → 1.126.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 +9 -4
- package/THIRDPARTY.txt +13 -6
- 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/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +3 -0
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sh.properties +3 -3
- 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/Resize.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/CompVariantContent.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_ar.properties +1 -0
- package/src/sap/ui/rta/messagebundle_bg.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ca.properties +1 -0
- package/src/sap/ui/rta/messagebundle_cnr.properties +1 -0
- package/src/sap/ui/rta/messagebundle_cs.properties +1 -0
- package/src/sap/ui/rta/messagebundle_cy.properties +2 -1
- package/src/sap/ui/rta/messagebundle_da.properties +1 -0
- package/src/sap/ui/rta/messagebundle_de.properties +1 -0
- package/src/sap/ui/rta/messagebundle_el.properties +1 -0
- package/src/sap/ui/rta/messagebundle_en.properties +329 -2
- package/src/sap/ui/rta/messagebundle_en_GB.properties +1 -0
- package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +3 -2
- package/src/sap/ui/rta/messagebundle_es.properties +1 -0
- package/src/sap/ui/rta/messagebundle_es_MX.properties +1 -0
- package/src/sap/ui/rta/messagebundle_et.properties +1 -0
- package/src/sap/ui/rta/messagebundle_fi.properties +1 -0
- package/src/sap/ui/rta/messagebundle_fr.properties +1 -0
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +1 -0
- package/src/sap/ui/rta/messagebundle_hi.properties +1 -0
- package/src/sap/ui/rta/messagebundle_hr.properties +1 -0
- package/src/sap/ui/rta/messagebundle_hu.properties +2 -1
- package/src/sap/ui/rta/messagebundle_id.properties +1 -0
- package/src/sap/ui/rta/messagebundle_it.properties +2 -1
- package/src/sap/ui/rta/messagebundle_iw.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ja.properties +1 -0
- package/src/sap/ui/rta/messagebundle_kk.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ko.properties +7 -6
- package/src/sap/ui/rta/messagebundle_lt.properties +1 -0
- package/src/sap/ui/rta/messagebundle_lv.properties +1 -0
- package/src/sap/ui/rta/messagebundle_mk.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ms.properties +1 -0
- package/src/sap/ui/rta/messagebundle_nl.properties +1 -0
- package/src/sap/ui/rta/messagebundle_no.properties +1 -0
- package/src/sap/ui/rta/messagebundle_pl.properties +1 -0
- package/src/sap/ui/rta/messagebundle_pt.properties +1 -0
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ro.properties +1 -0
- package/src/sap/ui/rta/messagebundle_ru.properties +1 -0
- package/src/sap/ui/rta/messagebundle_sh.properties +1 -0
- package/src/sap/ui/rta/messagebundle_sk.properties +1 -0
- package/src/sap/ui/rta/messagebundle_sl.properties +1 -0
- package/src/sap/ui/rta/messagebundle_sr.properties +1 -0
- package/src/sap/ui/rta/messagebundle_sv.properties +1 -0
- package/src/sap/ui/rta/messagebundle_th.properties +1 -0
- package/src/sap/ui/rta/messagebundle_tr.properties +1 -0
- package/src/sap/ui/rta/messagebundle_uk.properties +1 -0
- package/src/sap/ui/rta/messagebundle_vi.properties +1 -0
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +1 -0
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -0
- 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 +16 -2
- 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/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 -2
- package/src/sap/ui/rta/plugin/RenameHandler.js +19 -18
- package/src/sap/ui/rta/plugin/Resize.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 +21 -5
- 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.fragment.xml +12 -12
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -3
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +4 -0
- 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/service/SupportTools.js +1 -1
- package/src/sap/ui/rta/themes/sap_hcb/base_AddIFrame.less +154 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_ChangeVisualization.less +98 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_ContextMenu.less +25 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Dialogs.less +79 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_FieldRepository.less +48 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_FlexSupportExtension.less +14 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_MessageBox.less +10 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Overlay.less +271 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_OverlayWithScrollbar.less +61 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.adaptation.less +299 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.base.less +42 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.fiori.less +21 -0
- package/src/sap/ui/rta/themes/sap_hcb/base_Toolbar.standalone.less +12 -0
- package/src/sap/ui/rta/themes/sap_hcb/library.source.less +25 -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/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/contextBased/SaveAsAdaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
- package/src/sap/ui/rta/toolbar/versioning/Versioning.js +1 -2
- 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/ReloadManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
- package/src/sap/ui/rta/util/ServiceManager.js +1 -1
- package/src/sap/ui/rta/util/adaptationStarter.js +16 -6
- 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,334 +1,661 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.rta library
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTIT: Service name for general use (e.g. confirmation dialogs, titles, etc.)
|
|
2
5
|
SERVICE_NAME=UI Adaptation
|
|
6
|
+
#XBUT: Button 'Save' on the Toolbar
|
|
3
7
|
BTN_SAVE=Save
|
|
8
|
+
#XBUT: Button 'Save' on the Toolbar
|
|
4
9
|
BTN_SAVE_DRAFT=Save Draft
|
|
10
|
+
#XBUT: Button 'Exit' on the Toolbar
|
|
5
11
|
BTN_EXIT=Exit
|
|
12
|
+
#XMSG: Success Message in the info MessageToast after save
|
|
6
13
|
MSG_SAVE_SUCCESS=Changes saved.
|
|
14
|
+
#XMSG: Success Message in the info MessageToast after save
|
|
7
15
|
MSG_SAVE_DRAFT_SUCCESS=Draft changes saved.
|
|
16
|
+
#XMIT: Context Menu Entry 'Remove'
|
|
8
17
|
CTX_REMOVE=Remove
|
|
18
|
+
#XMIT: Remove Confirm Dialog Title
|
|
9
19
|
CTX_REMOVE_TITLE=Remove
|
|
20
|
+
#XMIT: Context Menu Entry for local reset of containers
|
|
10
21
|
CTX_LOCAL_RESET=Reset Container
|
|
22
|
+
#XMIT: Context Menu Entry 'Add <control type, e.g. Field, Section, ...>'
|
|
11
23
|
CTX_ADD_ELEMENTS=Add\: {0}
|
|
24
|
+
#XMIT: Context Menu Entry 'Add to...'
|
|
12
25
|
CTX_ADD_ELEMENTS_WITH_SUBMENU=Add to...
|
|
26
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly term for several controls
|
|
13
27
|
MULTIPLE_CONTROL_NAME=Content
|
|
28
|
+
#XMIT: Context Menu Entry 'Cut'
|
|
14
29
|
CTX_CUT=Cut
|
|
30
|
+
#XMIT: Context Menu Entry 'Paste'
|
|
15
31
|
CTX_PASTE=Paste
|
|
32
|
+
#XMIT: Context Menu Entry 'Group'
|
|
16
33
|
CTX_GROUP_FIELDS=Combine
|
|
34
|
+
#XMIT: Context Menu Entry 'Ungroup'
|
|
17
35
|
CTX_UNGROUP_FIELDS=Split
|
|
36
|
+
#XMIT: Context Menu Entry 'Create Group/Section/<other control type>'
|
|
18
37
|
CTX_CREATE_CONTAINER=Create\: {0}
|
|
38
|
+
#XTIT: Title or label of the newly created Group/Section/<other control type>
|
|
19
39
|
TITLE_CREATE_CONTAINER=New\: {0}
|
|
40
|
+
#XMIT: Context Menu Entry 'Rename'
|
|
20
41
|
CTX_RENAME=Rename
|
|
42
|
+
#XMIT: Context Menu Entry 'Settings'
|
|
21
43
|
CTX_SETTINGS=Settings
|
|
44
|
+
#XMIT: Context Menu Entry 'Switch Views' for variants
|
|
22
45
|
CTX_VARIANT_SWITCH=Switch Views
|
|
46
|
+
#XMIT: Context Menu Entry 'Save'
|
|
23
47
|
CTX_VARIANT_SAVE=Save View
|
|
48
|
+
#XMIT: Context Menu Entry 'Save As'
|
|
24
49
|
CTX_VARIANT_SAVEAS=Save View As
|
|
50
|
+
#XMIT: Context Menu Entry 'Set Title'
|
|
25
51
|
CTX_VARIANT_SET_TITLE=Set Title
|
|
52
|
+
#XMIT: Context Menu Entry 'Manage Views' for variants
|
|
26
53
|
CTX_VARIANT_MANAGE=Manage Views
|
|
54
|
+
#XBUT: Button to create new Variant in the information MessageBox when changing a read-only Variant
|
|
27
55
|
BTN_CREATE_NEW_VIEW=Save as New View
|
|
56
|
+
#XMSG: Message in the information MessageBox when changing a read-only Variant
|
|
28
57
|
MSG_CHANGE_READONLY_VARIANT=You cannot edit this view because it is protected. To change it, save it as a new view.
|
|
58
|
+
#XBUT: Button to save changes on a Variant in the warning MessageBox when switching from a modified variant
|
|
29
59
|
BTN_MODIFIED_VARIANT_SAVE=Save Changes
|
|
60
|
+
#XBUT: Button to discard changes on a Variant in the warning MessageBox when switching from a modified variant
|
|
30
61
|
BTN_MODIFIED_VARIANT_DISCARD=Discard Changes
|
|
62
|
+
#XMSG: Message in the warning MessageBox when switching from a modified variant without saving
|
|
31
63
|
MSG_CHANGE_MODIFIED_VARIANT=You have unsaved changes on this view. Would you like to save them or discard them?
|
|
64
|
+
#XMIT: Context Menu Entry 'Add Fragment at Extension Point' for variants
|
|
32
65
|
CTX_ADDXML_AT_EXTENSIONPOINT=Add Fragment at Extension Point
|
|
66
|
+
#XBUT: Button 'OK' of the Additional Elements Dialog
|
|
33
67
|
BTN_FREP_OK=OK
|
|
68
|
+
#XBUT: Button 'OK' of the Additional Elements Dialog
|
|
34
69
|
BTN_FREP_REMOVE=Remove
|
|
70
|
+
#XBUT: Button 'Cancel' of the Additional Elements Dialog
|
|
35
71
|
BTN_FREP_CANCEL=Cancel
|
|
72
|
+
#XBUT: Button Text for the Create Custom Fields legacy scenario
|
|
36
73
|
BTN_ADDITIONAL_ELEMENTS_CREATE_CUSTOM_FIELDS=Create Custom Fields
|
|
74
|
+
#XMIT: Label for the original name of a renamed label
|
|
37
75
|
LBL_FREP=was {0}
|
|
76
|
+
#XHED: Header for dialog showing additional elements with placeholder specifying the control type
|
|
38
77
|
HEADER_ADDITIONAL_ELEMENTS=Available Content\: {0}
|
|
78
|
+
#XHED: Header for dialog showing additional elements with placeholder specifying the aggregation name
|
|
39
79
|
HEADER_ADDITIONAL_ELEMENTS_WITH_AGGREGATION=Available Content for\: {0}
|
|
80
|
+
#XBUT: Tooltip for Apps Variant menu in RTA Toolbar
|
|
40
81
|
BTN_MANAGE_APPS_TXT=App Variants
|
|
82
|
+
#XBUT: Tooltip for Manage Apps Variant submenu item in RTA Toolbar
|
|
41
83
|
BTN_MANAGE_APPS_ITEM=Manage
|
|
84
|
+
#XBUT: Button 'Save As' of the Toolbar
|
|
42
85
|
BTN_SAVE_AS=Save As
|
|
86
|
+
#XTOL: Tooltip for Button 'Save As' of the Toolbar
|
|
43
87
|
TOOLTIP_SAVE_AS=Create New App Variant
|
|
88
|
+
#XBUT: Button 'Undo' of the Toolbar
|
|
44
89
|
BTN_UNDO=Undo
|
|
90
|
+
#XBUT: Button 'Redo' of the Toolbar
|
|
45
91
|
BTN_REDO=Redo
|
|
92
|
+
#BUT: Button 'More Actions' of the Toolbar
|
|
46
93
|
BTN_MENU=More Actions
|
|
94
|
+
#XBUT: Button 'Reset' of the Toolbar
|
|
47
95
|
BTN_RESTORE=Reset
|
|
96
|
+
#XBUT: Button 'UI Adaptation' of the Toolbar
|
|
48
97
|
BTN_ADAPTATION=UI Adaptation
|
|
98
|
+
#XBUT: Button 'Feedback' of the Toolbar
|
|
49
99
|
BTN_FEEDBACK=Feedback
|
|
100
|
+
#XBUT: Button 'Close' in Feedback Dialog
|
|
50
101
|
BTN_CLOSE_FEEDBACK_DIALOG=Close
|
|
102
|
+
#XTIT: Title for feedback dialog
|
|
51
103
|
TIT_FEEDBACK=Give Feedback
|
|
104
|
+
#XTIT: Title used for a button text, feed title and highlight text to indicate the existence of a draft version in the current session
|
|
52
105
|
TIT_DRAFT=Draft
|
|
106
|
+
#XTIT: Title used for a button text, feed title and highlight text for the 'original app'
|
|
53
107
|
TIT_ORIGINAL_APP=Original App
|
|
108
|
+
#XTIT: Title used for a button text, feed title and highlight text for a created version created before a title could be assigned
|
|
54
109
|
TIT_VERSION_1=Version 1
|
|
110
|
+
#XLBL: Hightlight text for the indicator of the active version (for screen reader)
|
|
55
111
|
LBL_ACTIVE=Active
|
|
112
|
+
#XLBL: Hightlight text for the indicator of the inactive version (for screen reader)
|
|
56
113
|
LBL_INACTIVE=Inactive
|
|
114
|
+
#XTIT: Group Header for published versions
|
|
57
115
|
TIT_VERSION_HISTORY_PUBLISHED=Published
|
|
116
|
+
#XTIT: Group Header for unpublished versions
|
|
58
117
|
TIT_VERSION_HISTORY_UNPUBLISHED=Unpublished
|
|
118
|
+
#XMSG: message toast text after an new version was successfully activated
|
|
59
119
|
MSG_DRAFT_ACTIVATION_SUCCESS=New version activated
|
|
120
|
+
#XMSG: message toast text when activated failed
|
|
60
121
|
MSG_DRAFT_ACTIVATION_FAILED=Sorry, the draft cannot be activated right now. Please try again later.
|
|
61
|
-
|
|
62
|
-
|
|
122
|
+
#XMSG: message box text when version switch failed
|
|
123
|
+
MSG_SWITCH_VERSION_FAILED=Error while switching versions. Please reload.\n {0}
|
|
124
|
+
#XMSG: message box text when adaptation switch failed
|
|
125
|
+
MSG_SWITCH_ADAPTATION_FAILED=Error while switching adaptations. Please reload.
|
|
126
|
+
#TIT: Title of a published version
|
|
63
127
|
TIT_VERSION_TITLE=Title
|
|
128
|
+
#XTIT: Title for the dialog to state a title for a version the key user is about to activate
|
|
64
129
|
TIT_VERSION_TITLE_DIALOG=Activate New Version
|
|
130
|
+
#XTIT: Title for the dialog to state a title for a version the key user is about to re-activate
|
|
65
131
|
TIT_REACTIVATE_VERSION_TITLE_DIALOG=Reactivate Version
|
|
132
|
+
#XTXT: Placeholder text for the input field mandatory to provide a version title on activation
|
|
66
133
|
TXT_VERSION_TITLE_INPUT_PLACEHOLDER=Enter a version title
|
|
134
|
+
#XBUT: Button text to confirm the version title dialog
|
|
67
135
|
BUT_VERSION_TITLE_DIALOG_CONFIRM=Confirm
|
|
136
|
+
#XBUT: Button text to cancel the version title dialog
|
|
68
137
|
BUT_VERSION_TITLE_DIALOG_CANCEL=Cancel
|
|
138
|
+
#XTOL: Tooltip for the button 'Activate' for a new version located in the toolbar
|
|
69
139
|
TOL_ACTIVATE=Activate New Version
|
|
140
|
+
#XTOL: Tooltip for the button 'Discard' for the draft located in the toolbar
|
|
70
141
|
TOL_DISCARD_DRAFT=Discard Draft
|
|
142
|
+
#XTOL: Tooltip for the button 'Publish Version' in the toolbar
|
|
71
143
|
TOL_PUBLISH_VERSION=Publish Version
|
|
144
|
+
#TIT: Title for the dialog to switch between versions
|
|
72
145
|
TIT_SWITCH_VERSION_DIALOG=Switch Version
|
|
146
|
+
#MSG: Text description that the user is about to switch versions, but has changes they must save or discard
|
|
73
147
|
MSG_SWITCH_VERSION_DIALOG=You have unsaved UI changes. Do you want to save them before switching?
|
|
148
|
+
#TIT: Title for the dialog to discard an existing draft and creating a new one
|
|
74
149
|
TIT_DRAFT_DISCARD_DIALOG=Discard Existing Draft
|
|
150
|
+
#MSG: Text description for the dialog to discard an existing draft and creating a new one
|
|
75
151
|
MSG_DRAFT_DISCARD_AND_CREATE_NEW_DIALOG=Do you want to discard the current draft and start again?
|
|
152
|
+
#XBUT: Button 'Translate' of the Toolbar
|
|
76
153
|
BTN_TRANSLATE=Translate
|
|
154
|
+
#XBUT: Button 'Upload' of the toolbar upload translations dialog
|
|
77
155
|
BTN_UPLOAD_CHANGED_TEXTS=Upload
|
|
156
|
+
#XTIT: Title of the upload changed texts dialog
|
|
78
157
|
TIT_UPLOAD_CHANGED_TEXTS=Upload Translations
|
|
158
|
+
#MSG: Message that untranslatable changes are present and the state will be saved before the translatable texts are downloaded
|
|
79
159
|
MSG_DOWNLOAD_CHANGED_TEXTS_DIRTY_CHANGES_EXIST=There are translatable unsaved changes with texts. The current state will be saved before the XLIFF file is downloaded.
|
|
160
|
+
#MSG: Explanation of the upload changed texts dialog
|
|
80
161
|
MSG_UPLOAD_CHANGED_TEXTS=Upload an XLIFF file containing translations of changed UI texts
|
|
162
|
+
#XBUT: Button text to cancel the Upload Changed UI Texts dialog
|
|
81
163
|
BUT_UPLOAD_CHANGED_TEXTS_CANCEL=Cancel
|
|
164
|
+
#XBUT: Button 'Download' of the toolbar translate popover
|
|
82
165
|
BTN_OPEN_DOWNLOAD_TRANSLATION=Download
|
|
166
|
+
#XBUT: Button 'Upload' of the toolbar translate popover
|
|
83
167
|
BTN_OPEN_UPLOAD_TRANSLATION=Upload
|
|
168
|
+
#MSG: Success message in after a translation was uploaded
|
|
84
169
|
MSG_UPLOAD_TRANSLATION_SUCCESS=Translation uploaded successfully
|
|
170
|
+
#XBUT: Name of the Button 'Download' of the download changed texts dialog
|
|
85
171
|
BTN_DOWNLOAD_CHANGED_TEXTS=Download
|
|
172
|
+
#XTIT: Title of the download changed texts dialog
|
|
86
173
|
TIT_DOWNLOAD_CHANGED_TEXTS=Download
|
|
174
|
+
#MSG: Explanation of the download changed texts dialog
|
|
87
175
|
MSG_DOWNLOAD_CHANGED_TEXTS=Download an XLIFF file containing translations of changed UI texts. Any existing translations of these texts are included.
|
|
176
|
+
#XBUT: Button text to cancel the Download Changed UI Texts dialog
|
|
88
177
|
BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=Cancel
|
|
178
|
+
#MSG: Placeholder for the source language dropdown field
|
|
89
179
|
TXT_SOURCE_LANGUAGE=Source Language
|
|
180
|
+
#MSG: Placeholder for the target language dropdown field
|
|
90
181
|
TXT_TARGET_LANGUAGE=Target Language
|
|
182
|
+
#XBUT: Button 'Navigation' of the Toolbar
|
|
91
183
|
BTN_NAVIGATION=Navigation
|
|
184
|
+
#XBUT: Button 'Visualization' of the Toolbar
|
|
92
185
|
BTN_VISUALIZATION=Visualization
|
|
186
|
+
#XHED: dialog title for a warning
|
|
93
187
|
HEADER_WARNING=Warning
|
|
188
|
+
#XHED: dialog title for an error
|
|
94
189
|
HEADER_ERROR=Error
|
|
190
|
+
#XMSG: dialog message for failed reset
|
|
95
191
|
MSG_RESTORE_FAILED=Sorry, your UI changes cannot be discarded at this time. Please try again later, or contact your administrator\: {0}
|
|
192
|
+
#XTIT: reset confirmation dialog title
|
|
96
193
|
FORM_PERS_RESET_TITLE=Reset to Standard Version
|
|
194
|
+
#XMSG: reset confirmation dialog message
|
|
97
195
|
FORM_PERS_RESET_MESSAGE=Do you want to discard all UI changes and reset the app to the standard version?
|
|
196
|
+
#XMSG: reset confirmation dialog message in personalization mode
|
|
98
197
|
FORM_PERS_RESET_MESSAGE_PERSONALIZATION=Do you want to discard all your personalization changes and reset the app?
|
|
198
|
+
#XMSG: Error message presented if a technical error occurred
|
|
99
199
|
MSG_LREP_TRANSFER_ERROR=Sorry, a technical error occurred. Please try again later, or contact your administrator.
|
|
200
|
+
#XMSG: Error message showing the reason (technical info)
|
|
100
201
|
MSG_ERROR_REASON=Reason\:\n{0}
|
|
202
|
+
#XTIT: undo unsaved changes on close ui adaptation confirmation dialog title
|
|
101
203
|
TIT_UNSAVED_CHANGES_ON_CLOSE=Exit
|
|
204
|
+
#XMSG: undo unsaved changes on close ui adaptation confirmation dialog message
|
|
102
205
|
MSG_UNSAVED_CHANGES_ON_CLOSE=Save your changes?
|
|
206
|
+
#XMSG: undo unsaved changes on close ui adaptation confirmation dialog message (with version management enabled)
|
|
103
207
|
MSG_UNSAVED_DRAFT_CHANGES_ON_CLOSE=Save your draft changes?
|
|
208
|
+
#XBUT: Button 'Save' on the Dialog
|
|
104
209
|
BTN_UNSAVED_CHANGES_ON_CLOSE_SAVE=Save
|
|
210
|
+
#XBUT: Button 'Save' on the Dialog
|
|
105
211
|
BTN_UNSAVED_DRAFT_CHANGES_ON_CLOSE_SAVE=Save Draft
|
|
212
|
+
#XBUT: Button 'Discard' on the Dialog
|
|
106
213
|
BTN_UNSAVED_CHANGES_ON_CLOSE_DONT_SAVE=Discard
|
|
214
|
+
#XMSG: Message when leaving RTA without saving
|
|
107
215
|
MSG_UNSAVED_CHANGES=If you confirm, all your UI changes will be lost. To save them, close this dialog box, and exit UI Adaptation.
|
|
216
|
+
#XMSG: Message when no fields are available in the add-field-dialog
|
|
108
217
|
MSG_NO_FIELDS=No more content available
|
|
218
|
+
#XHED: Dialog title for personalization exists
|
|
109
219
|
HEADER_PERSONALIZATION_EXISTS=Information
|
|
220
|
+
#XMSG: Dialog message for personalization exists
|
|
110
221
|
MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=You have personalized the app or there are public views. The app is reloading without these changes.
|
|
222
|
+
#XMSG: MessageToast to warn users that changes made in navigation mode will be discarded after exit
|
|
111
223
|
MSG_NAVIGATION_MODE_CHANGES_WARNING=Changes made to the UI in navigation mode will be discarded after you exit UI Adaptation.
|
|
224
|
+
#XMSG: Dialog message for draft changes exists
|
|
112
225
|
MSG_DRAFT_EXISTS=Draft changes are available for this app. The app is reloading with these changes.
|
|
226
|
+
#XMSG: Dialog message when user discards a draft
|
|
113
227
|
MSG_DRAFT_DISCARD_DIALOG=Do you want to discard the draft changes? The app will reload.
|
|
228
|
+
#XMSG: Dialog message for draft and personalization changes exists
|
|
114
229
|
MSG_VIEWS_OR_PERSONALIZATION_AND_DRAFT_EXISTS=You have personalized the app or there are public views, and draft changes are available. The app is reloading without your personalization changes and public views, but with the draft changes.
|
|
230
|
+
#XMSG: Dialog title when user reactivate a version with draft in the backend
|
|
115
231
|
TIT_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=Draft is available.
|
|
232
|
+
#XMSG: Dialog message when user reactivate a version with draft in the backend
|
|
116
233
|
MSG_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=Do you want to discard the draft changes and reactivate the version?
|
|
234
|
+
#XMSG: Dialog message for draft and higher-layer changes exists
|
|
117
235
|
MSG_HIGHER_LAYER_CHANGES_AND_DRAFT_EXISTS=You have personalized the app, and draft changes are available. The app is reloading without your personalization changes, but with the draft changes.
|
|
236
|
+
#XMSG: Dialog message for changes in higher-layer exists
|
|
118
237
|
MSG_HIGHER_LAYER_CHANGES_EXIST=You have personalized the app. The app is reloading without these changes.
|
|
238
|
+
#XMSG: Dialog message for restricted contexts exists and personalization changes
|
|
119
239
|
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=You have personalized the app, and role-specific views are available. The app is reloading without your personalization changes, but with the role-specific views.
|
|
240
|
+
#XMSG: Dialog message for restricted contexts exists
|
|
120
241
|
MSG_RESTRICTED_CONTEXT_EXIST=Role-specific views are available for this app. The app is reloading with these views.
|
|
242
|
+
#XHED: Title of a dialog explaining that a page reload is needed
|
|
121
243
|
HEADER_RELOAD_NEEDED=App Requires Reload
|
|
244
|
+
#XBUT: Button of a dialog triggering a page reload
|
|
122
245
|
BUTTON_RELOAD_NEEDED=Reload
|
|
246
|
+
#XMSG: Dialog message before a reload when personalization changes will be applied again
|
|
123
247
|
MSG_RELOAD_WITH_PERSONALIZATION_AND_VIEWS=The app will now reload with your personalization changes and public views.
|
|
248
|
+
#XMSG: Dialog message before a reload when draft changes will be removed on rta exit
|
|
124
249
|
MSG_RELOAD_WITHOUT_DRAFT=The app will now reload without the draft changes.
|
|
250
|
+
#XMSG: Dialog message before a reload on exit we want to remove the sap-ui-fl-version parameter
|
|
125
251
|
MSG_RELOAD_ACTIVATED_DRAFT=The app will reload with the active version.
|
|
252
|
+
#XMSG: Dialog message before a reload when draft changes will be removed and personalization changes will be applied again on rta exit
|
|
126
253
|
MSG_RELOAD_WITH_VIEWS_PERSONALIZATION_AND_WITHOUT_DRAFT=The app will now reload without draft changes. Your personalization changes and public views will be applied again.
|
|
254
|
+
#XMSG: Dialog message for reload without restricted contexts and personalization changes
|
|
127
255
|
MSG_RELOAD_WITH_PERSONALIZATION_AND_RESTRICTED_CONTEXT=The app will now reload with your personalization changes. Your public or role-specific views will be applied again.
|
|
256
|
+
#XMSG: Dialog message for reload without restricted contexts
|
|
128
257
|
MSG_RELOAD_WITHOUT_ALL_CONTEXT=The app will now reload with your public or role-specific views.
|
|
258
|
+
#XMSG: Dialog message for reload without context-based adaptation and personalization changes
|
|
129
259
|
MSG_RELOAD_WITH_PERSONALIZATION_AND_CONTEXT_BASED_ADAPTATION=The app will now reload with your personal changes and with the adaptation that has the highest priority matching your user roles.
|
|
260
|
+
#XMSG: Dialog message for reload if key user adaptation is not the highest ranked context-based adaptation for end user
|
|
130
261
|
MSG_RELOAD_OTHER_CONTEXT_BASED_ADAPTATION=The app will now reload with the adaptation that has the highest priority matching your user roles.
|
|
262
|
+
#XMSG: Dialog message before a reload when personalization changes will be applied again
|
|
131
263
|
MSG_RELOAD_WITH_ALL_CHANGES=The app will reload with all changes.
|
|
264
|
+
#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)
|
|
132
265
|
MSG_RELOAD_NEEDED=Changes you made require an app reload.
|
|
266
|
+
#XMSG: dialog message for failed manage apps
|
|
133
267
|
MSG_MANAGE_APPS_FAILED=Sorry, the overview of app variants is temporarily not available. Please try again later, or contact your administrator.
|
|
268
|
+
#XBUT: AppVariantDialog predefined text for Save button
|
|
134
269
|
APP_VARIANT_DIALOG_SAVE=Save
|
|
270
|
+
#XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
|
|
135
271
|
TOOLTIP_APP_VARIANT_DIALOG_SAVE=Save
|
|
272
|
+
#XBUT: AppVariantDialog predefined text for Close button
|
|
136
273
|
APP_VARIANT_DIALOG_CLOSE=Close
|
|
274
|
+
#XBUT: Save As App variant Dialog predefined text for Cancel button
|
|
137
275
|
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Cancel
|
|
276
|
+
#XTOL: Tooltip for Button 'Cancel' of the Save As App variant Dialog
|
|
138
277
|
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Cancel
|
|
278
|
+
#XTIT: Title for AppVariant Dialog
|
|
139
279
|
CREATE_APP_VARIANT_DIALOG_TITLE=Save as New App Variant
|
|
280
|
+
#XTIT: App dialog title text
|
|
140
281
|
APP_DIALOG_TITLE_TEXT=Title
|
|
282
|
+
#XTIT: App variant dialog title text
|
|
141
283
|
APP_DIALOG_SUB_TITLE_TEXT=Subtitle
|
|
284
|
+
#XTIT: App variant dialog description text
|
|
142
285
|
APP_DIALOG_DESCRIPTION_TEXT=Description
|
|
286
|
+
#XTIT: App dialog icon text
|
|
143
287
|
APP_DIALOG_ICON_TEXT=Icon
|
|
288
|
+
#XTIT: Title for any error during rename
|
|
144
289
|
RENAME_ERROR_TITLE=Naming Error
|
|
290
|
+
#MSG: Error Message when the user enters an invalid empty string during rename
|
|
145
291
|
RENAME_EMPTY_ERROR_TEXT=Please enter a name.
|
|
292
|
+
#MSG: Error Message when the user enters an invalid string interpreted as binding
|
|
146
293
|
RENAME_BINDING_ERROR_TEXT=The name must not contain "{". Please choose a different name.
|
|
294
|
+
#XTIT
|
|
147
295
|
APP_VARIANT_ICON_SELECT_ICON=Select Icon
|
|
296
|
+
#XMSG: No data found
|
|
148
297
|
APP_VARIANT_ICON_NO_DATA=No icons found.
|
|
298
|
+
#XMSG: Success message for saving app variant to LREP
|
|
149
299
|
SAVE_APP_VARIANT_SUCCESS_MESSAGE=The new app variant was saved.
|
|
300
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud
|
|
150
301
|
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=UI Adaptation will be closed, and you will return to the homepage. You will be notified when the new tile is available.
|
|
302
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana Cloud to navigate to app variant overview list
|
|
151
303
|
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=You will be notified when the new tile is available.
|
|
304
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise
|
|
152
305
|
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=UI Adaptation will be closed. Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
306
|
+
#XMSG: Success message for displaying the action to key user in S4/Hana on Premise to navigate to app variant overview list
|
|
153
307
|
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
|
|
308
|
+
#XHED: dialog title for failed save app variant
|
|
154
309
|
HEADER_SAVE_APP_VARIANT_FAILED=Error
|
|
310
|
+
#XMSG: Error message displayed if loading an app variant fails
|
|
155
311
|
MSG_LOAD_APP_VARIANT_FAILED=Sorry, the app variant could not be loaded. Please send the following technical information to your administrator\:
|
|
312
|
+
#XMSG: Error message displayed if saving an app variant fails
|
|
156
313
|
MSG_SAVE_APP_VARIANT_FAILED=Sorry, the app variant could not be saved. Please send the following technical information to your administrator\:
|
|
314
|
+
#XMSG: Error message displayed if updating an app variant fails
|
|
157
315
|
MSG_UPDATE_APP_VARIANT_FAILED=Sorry, the app variant could not be updated. Please send the following technical information to your administrator\:
|
|
316
|
+
#XMSG: Error message displayed if the catalog assignment fails
|
|
158
317
|
MSG_CATALOG_ASSIGNMENT_FAILED=The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
|
|
318
|
+
#XMSG: Error message displayed if no catalog could be determined from base app
|
|
319
|
+
MSG_BASE_APP_CATALOGS_NOT_FOUND=The new app variant was saved, but we could not automatically add it to a business catalog. Please assign the app variant "{0}" to a business catalog manually. For more information, see [How to Add Custom Catalog Extension](https\://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/832c83d429ef43c68691101bc8983f13.html).
|
|
320
|
+
#XMSG: Error message displayed if the FLP tile creation fails
|
|
159
321
|
MSG_TILE_CREATION_FAILED=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.
|
|
322
|
+
#XMSG: Error message displayed if saving copying the unsaved changes for an app variant fails
|
|
160
323
|
MSG_COPY_UNSAVED_CHANGES_FAILED=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\:
|
|
324
|
+
#XFLD: 'Save As' dialog title placeholder text
|
|
161
325
|
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Enter title
|
|
326
|
+
#XMSG: Success message displayed when the tile is available on FLP
|
|
162
327
|
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=The new tile is now available. To display it, please refresh the browser.
|
|
328
|
+
#XTIT: Title for all the app variants success dialogs
|
|
163
329
|
SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=Information
|
|
330
|
+
#XBUT: Save As Scenario information dialog ok action text
|
|
164
331
|
SAVE_APP_VARIANT_OK_TEXT=OK
|
|
332
|
+
#XBUT: Save As Scenario error dialog close action text
|
|
165
333
|
SAVE_APP_VARIANT_CLOSE_TEXT=Close
|
|
334
|
+
#XBUT: Save As Scenario information dialog copy id text
|
|
166
335
|
SAVE_APP_VARIANT_COPY_ID_TEXT=Copy ID and Close
|
|
336
|
+
#XBUT: Save As Scenario message text app variant id
|
|
167
337
|
MSG_APP_VARIANT_ID=App variant ID\: {0}
|
|
338
|
+
#XBUT: Save As Scenario message text error
|
|
168
339
|
MSG_TECHNICAL_ERROR=Error\: {0}
|
|
340
|
+
#XTIT: Appvariant Overview Dialog title
|
|
169
341
|
APP_VARIANT_OVERVIEW_DIALOG_TITLE=Overview of App Variants
|
|
342
|
+
#XFLD: 'Save As' dialog tile Aria Label text
|
|
170
343
|
APP_VARIANT_TILE_ARIA_LABEL=Fiori tile preview
|
|
344
|
+
#XBUT: Menu item entry to show the app variant overview for a key user
|
|
171
345
|
MENU_ITEM_KEY_USER=For Key User
|
|
346
|
+
#XBUT: Menu item entry to show the app variant overview for a SAP developer
|
|
172
347
|
MENU_ITEM_SAP_DEVELOPER=For SAP Developer
|
|
348
|
+
#XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
|
|
173
349
|
MSG_DEPENDENCY_ERROR=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.
|
|
174
350
|
|
|
351
|
+
#XMSG: message toast text for successful deletion of app variant
|
|
175
352
|
DELETE_APP_VARIANT_SUCCESS_MESSAGE=App variant (ID\: {0}) deleted.
|
|
353
|
+
#XMSG: message toast text for successful deletion of app variant
|
|
176
354
|
DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=App variant (ID\: {0}) deleted. To remove the tile from the launchpad, reload the home page.
|
|
355
|
+
#XMSG: Error message displayed if deletion of app variant descriptor failed or if the catalog unassignment fails
|
|
177
356
|
MSG_DELETE_APP_VARIANT_FAILED=Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
|
|
357
|
+
#XTIT: title for the info popup when a delete app variant dialog pops up
|
|
178
358
|
DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
|
|
359
|
+
#XBUT: Delete app variant OK button text
|
|
179
360
|
DELETE_APP_VARIANT_OK_TEXT=OK
|
|
361
|
+
#XBUT: Delete app variant Close button text
|
|
180
362
|
DELETE_APP_VARIANT_CLOSE_TEXT=Close
|
|
363
|
+
#XMSG: Message, when no Business Contexts are available
|
|
181
364
|
MSG_NO_BUSINESS_CONTEXTS=None
|
|
365
|
+
#XMSG: Message, when User is about to close or refresh the browser
|
|
182
366
|
MSG_DO_NOT_CLOSE_BROWSER=Operation in progress - please do not close the browser.
|
|
367
|
+
#XMSG: Message, after User clicked on delete confirmation from currently adapting app variant.
|
|
183
368
|
MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will remain visible for the duration of the deletion process.
|
|
369
|
+
#XMSG: Error message when catalogs are locked
|
|
184
370
|
MSG_CATALOGS_LOCKED=Sorry, the app variant could not be deleted. Please try again later.
|
|
185
371
|
|
|
372
|
+
#XMSG: Error message for developers, when not all UI controls have stable ids.
|
|
186
373
|
MSG_UNSTABLE_ID_FOUND=Some of your controls don\u2019t 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, but you should set the IDs as soon as possible.)
|
|
187
374
|
|
|
375
|
+
#XMSG: Warning is flexibility service is not activated for the application.
|
|
188
376
|
MSG_NO_FLEX_ENABLED_FLAG=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. The functionality is not impacted, but you should take care of this as soon as possible.)
|
|
189
377
|
|
|
378
|
+
#XTIT: Title for Add Iframe dialog
|
|
190
379
|
IFRAME_ADDIFRAME_DIALOG_TITLE=Define Embedded Content
|
|
380
|
+
#XTIT: Title for Updating Add Iframe dialog
|
|
191
381
|
IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Update Embedded Content
|
|
382
|
+
#XTIT: Title for size section in the Add Iframe dialog
|
|
192
383
|
IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=Size of the IFrame
|
|
384
|
+
#XFLD: Label for width in the Add Iframe dialog
|
|
193
385
|
IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=Width
|
|
386
|
+
#XFLD: Label for width-unit in the Add Iframe dialog
|
|
194
387
|
IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=Unit for Width
|
|
388
|
+
#XFLD: Label for height in the Add Iframe dialog
|
|
195
389
|
IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=Height
|
|
390
|
+
#XFLD: Label for height-unit in the Add Iframe dialog
|
|
196
391
|
IFRAME_ADDIFRAME_DIALOG_HEIGHT_UNITLABEL=Unit for Height
|
|
392
|
+
#XBUT: Save button text
|
|
197
393
|
IFRAME_ADDIFRAME_DIALOG_BUTTON_SAVE=Save
|
|
394
|
+
#XBUT: Cancel button text
|
|
198
395
|
IFRAME_ADDIFRAME_DIALOG_BUTTON_CANCEL=Cancel
|
|
396
|
+
#XMIT: Context Menu Entry 'Add External Application'
|
|
199
397
|
CTX_ADDIFRAME=Embed Content\: {0}
|
|
398
|
+
#XMIT: Context Menu Group 'Embed Content'
|
|
200
399
|
CTX_ADDIFRAME_GROUP=Embed Content
|
|
400
|
+
#XMSG: Info Message displayed when SAP developer wants to see the app variant overview in an app variant which is laid in CUSTOMER layer
|
|
201
401
|
MSG_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=The started app (variant) is put in either the CUSTOMER or CUSTOMER_BASE layer. Therefore, you as an SAP developer cannot see the available app variants.
|
|
402
|
+
#XTIT: Title for AppVariant Overview dialog for a SAP Developer
|
|
202
403
|
TITLE_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=App Variant Overview for SAP Developers
|
|
404
|
+
#XFLD: Label for preview URL in the URL Builder dialog
|
|
203
405
|
IFRAME_ADDIFRAME_DIALOG_PREVIEW_URL_LABEL=Preview URL
|
|
406
|
+
#XFLD: Label for preview Frame
|
|
204
407
|
IFRAME_ADDIFRAME_DIALOG_PREVIEW_FRAME_LABEL=Preview of the IFrame
|
|
408
|
+
#XBUT: Show Preview button text
|
|
205
409
|
IFRAME_ADDIFRAME_DIALOG_BUTTON_SHOW_PREVIEW=Show Preview
|
|
410
|
+
#XBUT: Show Preview button text
|
|
206
411
|
IFRAME_ADDIFRAME_DIALOG_BUTTON_UPDATE_PREVIEW=Update Preview
|
|
412
|
+
#XMSG: Preview area default message
|
|
207
413
|
IFRAME_ADDIFRAME_DIALOG_BUTTON_PREVIEW_MESSAGE=Choose Show Preview to show the embedded content. If nothing is shown, verify the URL.
|
|
414
|
+
#XFLD: Label for Edit URL in the URL Builder dialog
|
|
208
415
|
IFRAME_ADDIFRAME_DIALOG_EDIT_URL_LABEL=URL (click to edit manually)
|
|
416
|
+
#XFLD: Label for parameters in the URL Builder dialog
|
|
209
417
|
IFRAME_ADDIFRAME_DIALOG_PARAMETERS_LABEL=Available Values (click to add to the URL)
|
|
418
|
+
#XFLD: Table column label for parameter in the URL Builder dialog
|
|
210
419
|
IFRAME_ADDIFRAME_DIALOG_TABLE_PARAMETER_LABEL=Parameter
|
|
420
|
+
#XFLD: Table column Label for Value in UI in the URL Builder dialog
|
|
211
421
|
IFRAME_ADDIFRAME_DIALOG_TABLE_UI_VALUE_LABEL=Value Example
|
|
422
|
+
#XFLD: Label for Search Field In the Add Iframe Dialog
|
|
212
423
|
IFRAME_ADDIFRAME_DIALOG_PARAMETER_SEARCH_LABEL=Search for Parameters
|
|
424
|
+
#XMSG: Text warning about correct URL
|
|
213
425
|
IFRAME_ADDIFRAME_DIALOG_URL_WARNING_TEXT=URLs used here are required to fulfill certain preconditions and will not work without them.
|
|
426
|
+
#XLNK: Link to Documentation
|
|
214
427
|
IFRAME_ADDIFRAME_DIALOG_URL_WARNING_LINKTEXT=Read More
|
|
428
|
+
#XFLD: Label for the Container Title field in the Add IFrame Dialog
|
|
215
429
|
IFRAME_ADDIFRAME_DIALOG_CONTAINER_TITLE_LABEL=Title
|
|
430
|
+
#XTXT: Default Container Title value in the Add IFrame Dialog
|
|
216
431
|
IFRAME_ADDIFRAME_DIALOG_CONTAINER_TITLE_DEFAULT_VALUE_TEXT=Embedded Content
|
|
432
|
+
#XTXT: Select Additional Text Explanation for the % width Value in section
|
|
217
433
|
IFRAME_ADDIFRAME_DIALOG_SELECT_ADDITIONAL_TEXT_PERCENT_SECTION=Percentage relative to the section width
|
|
434
|
+
#XTXT: Select Additional Text Explanation for the % width Value in header
|
|
218
435
|
IFRAME_ADDIFRAME_DIALOG_SELECT_ADDITIONAL_TEXT_PERCENT_HEADER=Percentage relative to the header width
|
|
436
|
+
#XTXT: Select Additional Text Explanation for the vh height Value
|
|
219
437
|
IFRAME_ADDIFRAME_DIALOG_SELECT_ADDITIONAL_TEXT_VH=Percentage relative to the height of the browser window
|
|
438
|
+
#XTXT: Select Additional Text Explanation for the PX Value
|
|
220
439
|
IFRAME_ADDIFRAME_DIALOG_SELECT_ADDITIONAL_TEXT_PX=Number of pixels
|
|
440
|
+
#XTXT: Select Additional Text Explanation for the REM Value
|
|
221
441
|
IFRAME_ADDIFRAME_DIALOG_SELECT_ADDITIONAL_TEXT_REM=Relative to the font size of the root HTML element
|
|
442
|
+
#XTIT: Advanced settings section title
|
|
222
443
|
IFRAME_ADDIFRAME_ADVANCED_SETTINGS=Advanced Settings
|
|
444
|
+
#XTXT: Error message when embedding an Iframe with a forbidden protocol like javascript:
|
|
223
445
|
IFRAME_ADDIFRAME_ERROR_UNSAFE_PROTOCOL=Protocol is not permitted.
|
|
446
|
+
#XTXT: Error message when embedding an http Iframe in a https host (mixed content protocol downgrade)
|
|
224
447
|
IFRAME_ADDIFRAME_ERROR_MIXED_CONTENT=Embedding HTTP content in an HTTPS host is not permitted.
|
|
448
|
+
#XTXT: Generic error when embedding a forbidden iframe url
|
|
225
449
|
IFRAME_ADDIFRAME_ERROR_FORBIDDEN_URL=URL is not permitted.
|
|
450
|
+
#XTXT: Error message when trying to embed a url that cannot be parsed
|
|
226
451
|
IFRAME_ADDIFRAME_ERROR_INVALID_URL=Enter a valid URL.
|
|
452
|
+
#XMSG: Warning message for the additional sandbox parameters
|
|
227
453
|
IFRAME_ADDIFRAME_ADDITIONAL_PARAMETERS_SECURITY_WARNING_TEXT=Changing the parameters might affect the security of the application.
|
|
454
|
+
#XTXT: Link text to the information about the additional sandbox parameters
|
|
228
455
|
IFRAME_ADDIFRAME_ADDITIONAL_PARAMETERS_WARNING_MORE_INFO_TEXT=More info
|
|
456
|
+
#XTXT: Label for the additional sandbox parameter text field
|
|
229
457
|
IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_LABEL=Activate additional sandbox parameters\:
|
|
458
|
+
#XTXT: Placeholder of the empty additional sandbox parameter text field
|
|
230
459
|
IFRAME_ADDIFRAME_ADD_ADDITIONAL_SANDBOX_PARAMETERS_PLACEHOLDER=Enter additional sandbox parameters
|
|
231
460
|
|
|
461
|
+
#XTXT: Description for rename-changes
|
|
232
462
|
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=Name changed to ''{0}''
|
|
463
|
+
#XTXT: Description for rename-changes
|
|
233
464
|
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_FROM_TO=Name changed from ''{1}'' to ''{0}''
|
|
465
|
+
#XTXT: Description for move-changes outside its group
|
|
234
466
|
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=Element "{0}" moved
|
|
467
|
+
#XTXT: Description for move-changes within its group
|
|
235
468
|
TXT_CHANGEVISUALIZATION_CHANGE_MOVE_WITHIN=Element "{0}" moved within its container
|
|
469
|
+
#XTXT: Description for remove-changes
|
|
236
470
|
TXT_CHANGEVISUALIZATION_CHANGE_REMOVE=Element "{0}" removed
|
|
471
|
+
#XTXT: Description for reveal-changes
|
|
237
472
|
TXT_CHANGEVISUALIZATION_CHANGE_REVEAL=Element "{0}" added
|
|
473
|
+
#XTXT: Description for combine-changes
|
|
238
474
|
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE=Element "{0}" combined
|
|
475
|
+
#XTXT: Description for combine-changes with two original elements
|
|
239
476
|
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE_TWO=Elements "{0}" and "{1}" combined
|
|
477
|
+
#XTXT: Description for combine-changes with three or more original elements
|
|
240
478
|
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE_MANY={0} elements combined
|
|
479
|
+
#XTXT: Description for split-changes
|
|
241
480
|
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=Element "{0}" split
|
|
481
|
+
#XTXT: Description for createcontainer-changes
|
|
242
482
|
TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=Group "{0}" added
|
|
483
|
+
#XTXT: Description for adddelegateproperty-changes
|
|
243
484
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=Field "{0}" added
|
|
485
|
+
#XTXT: Description for addiframe-changes
|
|
244
486
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=iFrame added
|
|
487
|
+
#XTXT: Description for settings-changes
|
|
245
488
|
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=Settings of element "{0}" changed
|
|
489
|
+
#XTXT: Generic description for other-changes
|
|
246
490
|
TXT_CHANGEVISUALIZATION_CHANGE_OTHER=Element was changed
|
|
491
|
+
#XTIT: Table column label for type in ChangeIndicatorPopover
|
|
247
492
|
TIT_CHANGEVISUALIZATION_TYPE=Type
|
|
493
|
+
#XTIT: Title for ChangePopover and ChangesPopover
|
|
248
494
|
TIT_CHANGEVISUALIZATION_CHANGES=Changes
|
|
495
|
+
#XFLD: Table column label for date in ChangeIndicatorPopover
|
|
249
496
|
TIT_CHANGEVISUALIZATION_DATE=Date
|
|
497
|
+
#XFLD: Table column label for details in ChangeIndicatorPopover
|
|
250
498
|
TIT_CHANGEVISUALIZATION_DETAILS=Details
|
|
499
|
+
#XFLD: Table column label for description in ChangeIndicatorPopover
|
|
251
500
|
TIT_CHANGEVISUALIZATION_DESCRIPTION=Description
|
|
501
|
+
#XTOL: Tooltip for showChanges Button in Toolbar to show changes
|
|
252
502
|
BUT_CHANGEVISUALIZATION_SHOWCHANGES=Visualize Key User Changes
|
|
503
|
+
#XTOL: Tooltip for Select Changes Button in Toolbar
|
|
253
504
|
BUT_CHANGEVISUALIZATION_SELECTCHANGES=Select Change Type
|
|
505
|
+
#XMSG: Info Message for Hidden Changes
|
|
254
506
|
MSG_CHANGEVISUALIZATION_HIDDEN_CHANGES_INFO=Changes not visualized\: {0}
|
|
507
|
+
#XTXT: Text for all-changes item of ChangesPopover
|
|
255
508
|
TXT_CHANGEVISUALIZATION_OVERVIEW_ALL=All
|
|
509
|
+
#XBUT: Button text for all-changes
|
|
256
510
|
BTN_CHANGEVISUALIZATION_OVERVIEW_ALL=All Changes
|
|
511
|
+
#XTXT: Text for move-changes item of ChangesPopover
|
|
257
512
|
TXT_CHANGEVISUALIZATION_OVERVIEW_MOVE=Move
|
|
513
|
+
#XBUT: Button text for move-changes
|
|
258
514
|
BTN_CHANGEVISUALIZATION_OVERVIEW_MOVE=Moved Elements
|
|
515
|
+
#XTXT: Text for rename-changes item of ChangesPopover
|
|
259
516
|
TXT_CHANGEVISUALIZATION_OVERVIEW_RENAME=Rename
|
|
517
|
+
#XBUT: Button text for rename-changes
|
|
260
518
|
BTN_CHANGEVISUALIZATION_OVERVIEW_RENAME=Renamed Elements
|
|
519
|
+
#XTXT: Text for add-changes item of ChangesPopover
|
|
261
520
|
TXT_CHANGEVISUALIZATION_OVERVIEW_ADD=Add
|
|
521
|
+
#BUT: Button text for add-changes
|
|
262
522
|
BTN_CHANGEVISUALIZATION_OVERVIEW_ADD=Added Elements
|
|
523
|
+
#XTXT: Text for combine- and split-changes item of ChangesPopover
|
|
263
524
|
TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Combine and Split
|
|
525
|
+
#XBUT: Button text for combine- and split-changes
|
|
264
526
|
BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Combined and Split Elements
|
|
527
|
+
#XTXT: Text for remove-changes item of ChangesPopover
|
|
265
528
|
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Remove
|
|
529
|
+
#XBUT: Button text for remove-changes
|
|
266
530
|
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Removed Elements
|
|
531
|
+
#XTXT: Text for other-changes item of ChangesPopover
|
|
267
532
|
TXT_CHANGEVISUALIZATION_OVERVIEW_OTHER=Other
|
|
533
|
+
#XBUT: Button text for other-changes
|
|
268
534
|
BTN_CHANGEVISUALIZATION_OVERVIEW_OTHER=Other Changes
|
|
535
|
+
#XBUT: Segmented Button text for all changes
|
|
269
536
|
BUT_CHANGEVISUALIZATION_VERSIONING_ALL=All
|
|
537
|
+
#XBUT: Segmented Button text for draft changes
|
|
270
538
|
BUT_CHANGEVISUALIZATION_VERSIONING_DRAFT=Draft
|
|
539
|
+
#XBUT: Segmented Button text for dirty changes
|
|
271
540
|
BUT_CHANGEVISUALIZATION_VERSIONING_DIRTY=Unsaved
|
|
541
|
+
#XTXT: Semantic date for changes created in same session
|
|
272
542
|
TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=Just now
|
|
543
|
+
#XMSG: message toast text after a local reset saved the variant
|
|
273
544
|
MSG_LOCAL_RESET_VARIANT_SAVE=The container has been reset and the view has been saved automatically.
|
|
545
|
+
#XBUT: Button text for showing the dependent container of a move change
|
|
274
546
|
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=Show Source
|
|
547
|
+
#XBUT: Button text for showing the dependent container of a split change
|
|
275
548
|
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_SPLIT=Show Other Parts
|
|
549
|
+
#XBUT: Button text for learn more link in change type selection dialog
|
|
276
550
|
BUT_CHANGEVISUALIZATION_LEARNMORE=[Learn more]
|
|
551
|
+
#XTXT: Tooltip for change indicator with one change
|
|
277
552
|
TXT_CHANGEVISUALIZATION_INDICATOR_TOOLTIP_SING=1 change
|
|
553
|
+
#XTXT: Tooltip for change indicator for multiple changes with number
|
|
278
554
|
TXT_CHANGEVISUALIZATION_INDICATOR_TOOLTIP_PLUR={0} changes
|
|
279
555
|
|
|
556
|
+
#XMSG: Warning Message for mixed changes
|
|
280
557
|
MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=UI changes to this app have been made in another system. To avoid conflicts, we strongly advise to make UI changes in one system only and to transport them to the other systems. See [Adapting the UI](https\://help.sap.com/docs/search?q\=Adapting%20the%20UI).
|
|
558
|
+
#XMSG: Warning Message for mixed changes
|
|
281
559
|
TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Warning - Risk of Severe Conflicts
|
|
560
|
+
#XMSG: Warning Message for mixed changes
|
|
282
561
|
MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=You are starting UI adaptation in a productive system. If you have a development or test system, we advise you to make changes there and to use the transport mechanism to publish these changes.
|
|
562
|
+
#XMSG: Warning Message for mixed changes
|
|
283
563
|
TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Warning - You are about to make changes to the productive system
|
|
564
|
+
#XMSG: Generic Error Message
|
|
284
565
|
MSG_GENERIC_ERROR_MESSAGE=An error has occurred. Please contact SAP support by opening a ticket for component CA-UI5-FL-RTA.\nPlease include the following technical information in your ticket\:\n {0}
|
|
285
566
|
|
|
567
|
+
#XMSG: UI Adaptation could not be started error
|
|
286
568
|
MSG_ADAPTATION_COULD_NOT_START=Error when starting UI adaptation
|
|
287
569
|
|
|
570
|
+
#XMSG: No Key User rights Error Message
|
|
288
571
|
MSG_NO_KEY_USER_RIGHTS_ERROR_MESSAGE=You do not have key user permissions. Please contact your administrator.
|
|
289
572
|
|
|
573
|
+
#XBTN: Tooltip for button to move list item up
|
|
290
574
|
BTN_TOOLTIP_MOVE_UP=Move up
|
|
575
|
+
#XBTN: Tooltip for button to move list item down
|
|
291
576
|
BTN_TOOLTIP_MOVE_DOWN=Move down
|
|
577
|
+
#XTIT: RTA toolbar menu button text if there is one context-based adaptation
|
|
292
578
|
BTN_ADAPTING_FOR=Adapting for ''{0}''
|
|
579
|
+
#XTIT: RTA toolbar menu button text if there is no context-based adaptation
|
|
293
580
|
BTN_ADAPTING_FOR_ALL_USERS=Adapting for 'All Users'
|
|
581
|
+
#XTIT: Context-based Adaptation Sub Menu Button to switch to another context-based adaptation
|
|
294
582
|
BTN_SWITCH_ADAPTATIONS=Switch Adaptations
|
|
583
|
+
#XTIT: Context-Based Adaptation Edit Dialog title
|
|
295
584
|
EAC_DIALOG_HEADER=Edit Adaptation
|
|
585
|
+
#XTIT: Context-Based Adaptation Save Dialog title
|
|
296
586
|
SAC_DIALOG_HEADER=Save as New Adaptation
|
|
587
|
+
#XTIT: Context-Based Adaptation Delete Dialog title
|
|
297
588
|
DAC_DIALOG_HEADER=Delete Adaptation
|
|
589
|
+
#XTIT: Context-Based Adaptation Delete Dialog description
|
|
298
590
|
DAC_DIALOG_DESCRIPTION=Do you really want to delete this adaptation?
|
|
591
|
+
#XMSG: Context-Based Adaptation dialog to delete but unsaved changes exist description
|
|
299
592
|
DAC_DATA_LOSS_DIALOG_DESCRIPTION=You have unsaved UI changes. Deleting this adaptation will also delete the UI changes. Do you really want to delete this adaptation?
|
|
593
|
+
#XTIT: Context-Based Adaptation Migration Dialog title
|
|
300
594
|
DAC_DIALOG_MIGRATION_HEADER=Migrate Views
|
|
595
|
+
#XMSG: Context-Based Adaptation Migration Dialog description
|
|
301
596
|
DAC_DIALOG_MIGRATION_DESCRIPTION=We noticed that you've already assigned roles to views in this application. If you want to create an adaptation, you need to migrate these views to adaptations.\nAfter migration, every view that was assigned to a role will be included in an adaptation.
|
|
597
|
+
#XMSG: Context-Based Adaptation Migration Dialog description
|
|
302
598
|
DAC_DIALOG_MIGRATION_DIRTY_DESCRIPTION=We noticed that you've already assigned roles to views in this application. If you want to create an adaptation, you need to migrate these views to adaptations.\nAfter the migration, every view that was assigned to a role will be included in an adaptation.\n\nYou have unsaved UI changes. These are saved before migration.
|
|
599
|
+
#XMSG: Context-Based Adaptation Migration Successful Dialog description
|
|
303
600
|
DAC_DIALOG_MIGRATION_SUCCESSFULL_DESCRIPTION=Views have been migrated successfully.\nYou can now switch to the adaptations that have been created and verify them.
|
|
601
|
+
#XMSG: Context-Based Adaptation Migration Error Dialog description
|
|
304
602
|
DAC_DIALOG_MIGRATION_ERROR_DESCRIPTION=An error occurred during migration. Please try again later or contact your administrator.
|
|
603
|
+
#XTITT: Context-Based Adaptation Manage Dialog title
|
|
305
604
|
MANAGE_ADAPTATIONS_DIALOG_HEADER=Manage Adaptations
|
|
605
|
+
#XTIT: Text for Manage Adaptations Button in RTA toolbar
|
|
306
606
|
BTN_MANAGE_APP_CTX=Manage Adaptations
|
|
607
|
+
#XBUT: Tooltip for Manage Adaptations Button in RTA Toolbar
|
|
307
608
|
TXT_MANAGE_APP_CTX=View, edit or delete adaptations
|
|
609
|
+
#XFLD: column header for column on the far left
|
|
308
610
|
CLM_HEADER_PRIORITY=Priority
|
|
611
|
+
#XFLD: column header for table who created table row and when
|
|
309
612
|
CLM_HEADER_CREATED=Created
|
|
613
|
+
#XFLD: column header for table who last changed table row and when
|
|
310
614
|
CLM_HEADER_CHANGED=Last Changed
|
|
615
|
+
#XFLD: actions that can be performed on new artefact
|
|
311
616
|
CLM_HEADER_ADAPTATIONS_ACTIONS=Actions
|
|
617
|
+
#XFLD: column header for column on the far left
|
|
312
618
|
CLM_HEADER_CONTEXT=Context
|
|
619
|
+
#XFLD: title of a new artefact
|
|
313
620
|
CLM_HEADER_ADAPTATIONS_TITLE=Title
|
|
621
|
+
#XFLD: creation of the adaptation
|
|
314
622
|
CLM_HEADER_ADAPTATIONS_CREATED_ON=Created On
|
|
623
|
+
#XFLD: last changed of the adaptation
|
|
315
624
|
CLM_HEADER_ADAPTATIONS_CHANGED_ON=Changed On
|
|
625
|
+
#XFLD: description of a new artefact
|
|
316
626
|
MAA_DIALOG_DESCRIPTION=Description
|
|
627
|
+
#XBTN: save as new artefact
|
|
317
628
|
MAA_DIALOG_SAVE_AS_APP=Save as
|
|
629
|
+
#XBTN: button to adapt the UI
|
|
318
630
|
MAA_DIALOG_ADAPT_UI=Adapt UI
|
|
631
|
+
#XFLD: menu bar item for available actions
|
|
319
632
|
MENU_BTN_SHARE=Share
|
|
633
|
+
#XFLD: menu bar item for available actions
|
|
320
634
|
MENU_BTN_EDIT=Edit
|
|
635
|
+
#XFLD: delete context-based adaptation button
|
|
321
636
|
MAA_DIALOG_DELETE=Delete
|
|
637
|
+
#XTXT: priority dropdown selection for first position
|
|
322
638
|
TXT_SELECT_FIRST_PRIO=Insert before all (Priority '1')
|
|
639
|
+
#XTXT: priority dropdown selection for all other positions
|
|
323
640
|
TXT_SELECT_PRIO=Insert after ''{0}'' (Priority ''{1}'')
|
|
641
|
+
#XTXT: placeholder text to enter into description input field
|
|
324
642
|
SAVE_AS_DIALOG_PLACEHOLDER_DESCRIPTION_TEXT=Enter description
|
|
643
|
+
#XFLD: postfix for context table cell
|
|
325
644
|
TXT_TABLE_CONTEXT_CELL_ROLE=Role
|
|
645
|
+
#XFLD: postfix for context table cell
|
|
326
646
|
TXT_TABLE_CONTEXT_CELL_ROLES=Roles
|
|
647
|
+
#XTXT: title of adaptation without contexts
|
|
327
648
|
TXT_DEFAULT_APP=Context-Free Adaptation
|
|
649
|
+
#XBUT: Context-Based Adaptation predefined text for Save button
|
|
328
650
|
APP_CTX_DIALOG_SAVE=Save
|
|
651
|
+
#XBUT: Context-Based Adaptation predefined text for Cancel button
|
|
329
652
|
APP_CTX_DIALOG_CANCEL=Cancel
|
|
653
|
+
#XBUT: Context-Based Adaptation predefined text for Confirm button
|
|
330
654
|
APP_CTX_DIALOG_CONFIRM=Confirm
|
|
331
655
|
TOOLTIP_APP_CTX_DIALOG_SAVE=Context-based adaptation has not been changed.
|
|
656
|
+
#TXT: Context-Based Adaptation duplicate title error message
|
|
332
657
|
TXT_CTX_ERROR_DUPLICATE_TITLE=The adaptation title already exists. Please enter a different title.
|
|
658
|
+
#XTIT: Context-Based Adaptation predefined title for Error Message max length
|
|
333
659
|
TXT_CTX_ERROR_MAX_LEN=Adaptation titles are restricted to {0} characters
|
|
660
|
+
#TXT: Context-Based Adaptation empty title error message
|
|
334
661
|
TXT_CTX_ERROR_EMPTY_TITLE=Please enter a title.
|