@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.
Files changed (87) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/rta/.library +1 -1
  3. package/src/sap/ui/rta/Client.js +1 -1
  4. package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
  5. package/src/sap/ui/rta/Utils.js +1 -1
  6. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  7. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_en_US_saptrc.properties +60 -29
  8. package/src/sap/ui/rta/command/AddIFrame.js +1 -1
  9. package/src/sap/ui/rta/command/AddProperty.js +1 -1
  10. package/src/sap/ui/rta/command/AddXML.js +1 -1
  11. package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
  12. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  13. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  14. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  15. package/src/sap/ui/rta/command/Combine.js +1 -1
  16. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  17. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  18. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  19. package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  22. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  23. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  24. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  25. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  26. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  27. package/src/sap/ui/rta/command/LocalReset.js +1 -1
  28. package/src/sap/ui/rta/command/Move.js +1 -1
  29. package/src/sap/ui/rta/command/Property.js +1 -1
  30. package/src/sap/ui/rta/command/Remove.js +1 -1
  31. package/src/sap/ui/rta/command/Rename.js +1 -1
  32. package/src/sap/ui/rta/command/Reveal.js +1 -1
  33. package/src/sap/ui/rta/command/Settings.js +1 -1
  34. package/src/sap/ui/rta/command/Split.js +1 -1
  35. package/src/sap/ui/rta/command/Stack.js +1 -1
  36. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  37. package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
  38. package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
  39. package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
  40. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  41. package/src/sap/ui/rta/library.js +2 -2
  42. package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +428 -212
  43. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  44. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  45. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  46. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  47. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  48. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  49. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  50. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  51. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  52. package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
  53. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  54. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  55. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  56. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  57. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  58. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  59. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  60. package/src/sap/ui/rta/plugin/Split.js +1 -1
  61. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  62. package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
  63. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  64. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  65. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
  66. package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
  67. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  68. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  69. package/src/sap/ui/rta/service/Action.js +1 -1
  70. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  71. package/src/sap/ui/rta/service/Outline.js +1 -1
  72. package/src/sap/ui/rta/service/Property.js +1 -1
  73. package/src/sap/ui/rta/service/Selection.js +1 -1
  74. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  75. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  76. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  77. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  78. package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
  79. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  80. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  81. package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
  82. package/src/sap/ui/rta/util/PluginManager.js +1 -1
  83. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  84. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
  85. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
  86. package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
  87. 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
- SERVICE_NAME=vOZXC8T5eOUStJ7SC82eCQ_UI Adaptation
3
- BTN_EXIT=8S+yFcENO295IgWk/lK5gw_Save & Exit
4
- BTN_DONE=YhN96WkefoJ859lODSKEbw_Done
5
- CTX_REMOVE=u6v0YRJutDmo+paryW2U8w_Remove
6
- CTX_REMOVE_TITLE=Y8YllzIfjqjEH7fE7iJ2MQ_Remove
7
- CTX_LOCAL_RESET=LvPYQ+GMVUcAEV2wz2mypg_Reset Container
8
- CTX_ADD_ELEMENTS=jfqdFELjxDuSntkbMijGUw_Add\: {0}
9
- CTX_ADD_ELEMENTS_WITH_SUBMENU=AZ3je8tRSyATkIXlv70cMQ_Add to...
10
- MULTIPLE_CONTROL_NAME=2LnhDduHx2blO8g0+5sQfQ_Content
11
- CTX_CUT=ujv80XXiN+JQ6M+ox+Ry2A_Cut
12
- CTX_PASTE=tg/gDXWusTwh2d/cGI46ZQ_Paste
13
- CTX_GROUP_FIELDS=q/anpPeHTvz2pjGEIJlZig_Combine
14
- CTX_UNGROUP_FIELDS=PM6D7x1wjUbxO44+sAr6Cw_Split
15
- CTX_CREATE_CONTAINER=IsrIzPqJeg635Iuu5tR3vw_Create\: {0}
16
- TITLE_CREATE_CONTAINER=L76oE8ARCm/3fHQClge/Ww_New\: {0}
17
- CTX_RENAME=Jx9D/ZDBNq0OzskrggqWTg_Rename
18
- CTX_SETTINGS=07R4LDHfr1yELniPdpR16A_Settings
19
- CTX_VARIANT_SWITCH=w0OSf9BGheaY2ItA1fEV+Q_Switch Views
20
- CTX_VARIANT_SAVE=au2Uz76lw6QcZxh2UarcDg_Save View
21
- CTX_VARIANT_SAVEAS=KmH0yanYoYQACsSXVYiyhQ_Save View As
22
- CTX_VARIANT_SET_TITLE=SQ7gsMRxaQppaPGOFV78Dg_Set Title
23
- CTX_VARIANT_MANAGE=pwzMWF+bMXDFReSKSb77HA_Manage Views
24
- CTX_ADDXML_AT_EXTENSIONPOINT=aDfyyIKMUsWy03FHnxklmA_Add Fragment at Extension Point
25
- BTN_FREP_OK=vHMMEYXXEmx3C7fB7g/nhg_OK
26
- BTN_FREP_REMOVE=I84VcmI7eqd7qMvt32OI7Q_Remove
27
- BTN_FREP_CANCEL=8IRvUhNYajnmOc0yKFfhmA_Cancel
28
- LBL_FREP=AwiBDEPLsRgGmbevzkXz2g_was {0}
29
- HEADER_ADDITIONAL_ELEMENTS=LpQ6sdgRHgsFD6TgxwxB0A_Available Content\: {0}
30
- HEADER_ADDITIONAL_ELEMENTS_WITH_AGGREGATION=ITBE/bo+pObb0+wn6mn/bQ_Available Content for\: {0}
31
- BTN_MANAGE_APPS_TXT=dBqLVIsED3I28wxc0mQQtQ_Manage App Variants
32
- BTN_SAVE_AS=xmMN/r57rNw0us2dX7PVtQ_Save As
33
- TOOLTIP_SAVE_AS=KbVo0BqsT/nyI4/pnIeEOQ_Create New App Variant
34
- BTN_UNDO=nLhrCmlLmU2YEuflGHqvUA_Undo
35
- BTN_REDO=pAWY/d2rVTMsujgBPcJ2uA_Redo
36
- BTN_PUBLISH=L5/9SjPGQqcFS+BbREzYfQ_Publish
37
- BTN_RESTORE=DIfpo3HcZZuzJqLmXyPrJg_Reset
38
- BTN_ADAPTATION=vnRbwa4fDgrLkSlnMLVBYA_UI Adaptation
39
- TIT_DRAFT=XjzmqLTaqC+uJcfYxCOEew_Draft
40
- TIT_ORIGINAL_APP=WaIK50TLE12xcGYJOfYn0Q_Original App
41
- TIT_VERSION_1=ivXcpY06/8YxADg68eFqNA_Version 1
42
- LBL_ACTIVE=L7Bk44WujgxT7u3n2u47Gw_Active
43
- LBL_INACTIVE=ddUj/3+M2pqD/fMMu5K2QQ_Inactive
44
- MSG_DRAFT_ACTIVATION_SUCCESS=vV+N/azTzbwt8TZx2f1NqQ_New version activated
45
- MSG_DRAFT_ACTIVATION_FAILED=lUSwmm7c19bHQfkXfEiN1Q_Sorry, the draft cannot be activated at this time. Please try again later.
46
- TIT_VERSION_TITLE=cX3HzVyQR/oHI5SeieCbBA_Title
47
- TIT_VERSION_TITLE_DIALOG=cez6UzrdWJ5ZvXWtkn/9/A_Activate New Version
48
- TIT_REACTIVATE_VERSION_TITLE_DIALOG=GsXzqNlHw0YvR0SrWa5/PA_Reactivate Version
49
- TXT_VERSION_TITLE_INPUT_PLACEHOLDER=IzkqR3RWEeXfIbcPLmneUQ_Enter a version title
50
- BUT_VERSION_TITLE_DIALOG_CONFIRM=9eXrbGL3mO0oDzrM00gwpg_Confirm
51
- BUT_VERSION_TITLE_DIALOG_CANCEL=vluB4elq+HN9fwoX0E1bbQ_Cancel
52
- TOL_ACTIVATE=T3iPQpLdHVq6SYEaO4rORA_Activate New Version
53
- TOL_DISCARD_DRAFT=TBRsDWAZVOdGVaoVIXeMng_Discard Draft
54
- TIT_SWITCH_VERSION_DIALOG=vZAL8WvF6qzBGiqD+3mQsg_Switch Version
55
- MSG_SWITCH_VERSION_DIALOG=868nMDiMiGMWVzQNSW1vFQ_You have unsaved UI changes. Do you want to save them before switching?
56
- TIT_DRAFT_DISCARD_DIALOG=fDsr96Lz9jyM+ol1u2IuqA_Discard Existing Draft
57
- MSG_DRAFT_DISCARD_AND_CREATE_NEW_DIALOG=W9Xau/O4gb+F25lm4SSqyw_Do you want to discard the current draft and start over?
58
- BTN_TRANSLATE=31HUsYEsUpcrdoIo0KRGxw_Translate
59
- TXT_DOWNLOAD_CHANGED_TEXTS=pJHyqdDu9+W9Yr29m6he7g_Download Changed UI Texts
60
- TXT_UPLOAD_TRANSLATIONS=VansN/xSQnCkkcbKkEr2ww_Upload Translations
61
- BTN_DOWNLOAD_CHANGED_TEXTS=V2XqdLMUHD7AbKSM3w3bBw_Download
62
- TIT_DOWNLOAD_CHANGED_TEXTS=sf4V788/vIaQeUOWoVWRDQ_Download changed UI texts
63
- MSG_DOWNLOAD_CHANGED_TEXTS=bVHRtCsm1ACDyDSR6glpwA_Download an XLIFF file containing UI texts that were changed compared to the SAP default. Already existing translations for these texts are included.
64
- BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=0yFBEbhFb5NKYseiGf8mlQ_Cancel
65
- TXT_SOURCE_LANGUAGE=yAdsoz9ZFFtWaOw5QnZgRQ_Source Language
66
- TXT_TARGET_LANGUAGE=VNRCt5DREYWLFiLs1dJegA_Target Language
67
- BTN_NAVIGATION=Xsi/SzITkmzqj3nlRz9FZw_Navigation
68
- BTN_VISUALIZATION=y5/6v01+eaRCkJ03r4nQnw_Visualization
69
- HEADER_WARNING=E/scnJJNUcnhdsD8jmwu2Q_Warning
70
- HEADER_ERROR=/aeUZ5s+lLOWcqGTFD4Gzw_Error
71
- MSG_RESTORE_FAILED=4V6ObPfgthlwXON17hkhKw_Sorry, your UI changes cannot be discarded at this time. Please try again later, or contact your administrator\: {0}
72
- MSG_TRANSPORT_SUCCESS=stoMZhWxp6GqZnFk2wxwbA_Your UI changes were included in the transport.
73
- FORM_PERS_RESET_TITLE=D2WcnM0QHa5+iE39rfnCHg_Reset to Standard Version
74
- FORM_PERS_RESET_MESSAGE=dqCm/wy8qXiiaqqRE+R1UA_Do you want to discard all UI changes and reset the app to the standard version?
75
- FORM_PERS_RESET_MESSAGE_PERSONALIZATION=+Dd3wQ/UFmWCkmpGKllySg_Do you want to discard all your personalization changes and reset the app?
76
- MSG_LREP_TRANSFER_ERROR=ATKDexT1d6FMRfs+rzG33w_Sorry, a technical error occurred. Please try again later, or contact your administrator.
77
- MSG_ERROR_REASON=Y14NUEqB5Vkcd+f/ZVbK3w_Reason\:\n{0}
78
- MSG_UNSAVED_CHANGES=HGWan5OAzUBuYRve68kdLA_If you confirm, all your UI changes will be lost. To save them, close this dialog box, and exit UI Adaptation.
79
- MSG_NO_FIELDS=vOgC4JO2LqX/VDsDC4CD2A_No more content available
80
- HEADER_PERSONALIZATION_EXISTS=cYnZGkAK9X4MYz/xsLzyxA_Information
81
- MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=03ptPGSWdLsUCqEWGVjsKQ_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.
82
- MSG_DRAFT_EXISTS=SJorokjhFS5RQPOQXrmnVw_Draft changes are available for this app. In UI adaptation mode, the draft changes will be loaded.
83
- MSG_DRAFT_DISCARD_DIALOG=oO+lsHm/gdULuY4DZOO7VQ_Do you want to discard the draft changes? The app will reload.
84
- MSG_VIEWS_OR_PERSONALIZATION_AND_DRAFT_EXISTS=t1MWiePMDmnjLGwLrBiMAQ_Draft changes are available for this app. In UI adaptation mode, the draft changes will be loaded without your personalization changes and public views.
85
- TIT_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=M+/15fSXuc8i3z+N35mqag_Draft is available
86
- MSG_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=s8lPUkpQaLe53nvRnO3ISQ_Do you want to discard the draft changes and reactivate the version?
87
- MSG_HIGHER_LAYER_CHANGES_AND_DRAFT_EXISTS=gsBMoGpblZF1Vik7XhkAFA_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.
88
- MSG_HIGHER_LAYER_CHANGES_EXIST=BMWp6RKTJl7smmg49YPoxg_Higher-layer changes are available for this app. In UI adaptation mode, the app will reload without these changes.
89
- MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=LR+GisWURWMDhMOLc2o2jg_Higher-layer changes and role-specific views are available for this app. In UI adaptation mode, the app will reload with these changes.
90
- MSG_RESTRICTED_CONTEXT_EXIST=eIzE6FbfCxhReM9qW0mizA_Role-specific views exist for this app. In UI adaptation mode, the app will reload with these changes.
91
- HEADER_RELOAD_NEEDED=liet/TSLYJmXyr2laEcd5A_App Requires Reload
92
- BUTTON_RELOAD_NEEDED=Lef5MQZ4Wcpkykm3wuOhnQ_Reload
93
- MSG_RELOAD_WITH_PERSONALIZATION_AND_VIEWS=3fjzYgK26GBsH9lW42ZTiw_The app will now reload with your personalization changes and public views.
94
- MSG_RELOAD_WITHOUT_DRAFT=docJ+v9+QAbbEzgfu5Ayog_The app will now reload without the draft changes.
95
- MSG_RELOAD_ACTIVATED_DRAFT=VTSX1eTo2u+gUUS/5ocYzQ_The app will reload with the active version.
96
- MSG_RELOAD_WITH_VIEWS_PERSONALIZATION_AND_WITHOUT_DRAFT=NI2VjawvXpb9zy9RxODMaQ_The app will now reload without draft changes. Your personalization changes and public views will be applied again.
97
- MSG_RELOAD_WITH_PERSONALIZATION_AND_RESTRICTED_CONTEXT=qqumXx6/gGSFpLriWZq1ZQ_The app will now reload with your personalization changes. Your public or role-specific views will be applied again.
98
- MSG_RELOAD_WITHOUT_ALL_CONTEXT=xTFENN8yY6P3QumEFVdgkw_The app will now reload with your public or role-specific views.
99
- MSG_RELOAD_WITH_ALL_CHANGES=d2HJnz7ZoxabMVnfqbr6pg_The app will reload with all changes.
100
- MSG_RELOAD_NEEDED=ZDn4IMUsk5WR1wR3PI7eMg_Changes you made require an app reload.
101
- MSG_MANAGE_APPS_FAILED=qloxxXmoYNYu/G1xwL2ICw_Sorry, the overview of app variants is temporarily not available. Please try again later, or contact your administrator.
102
- APP_VARIANT_DIALOG_SAVE=GF+GRLoNYQ3JmCgrvU90GQ_Save
103
- TOOLTIP_APP_VARIANT_DIALOG_SAVE=KEMfNFmHPteAeszVZ3nOUQ_Save
104
- APP_VARIANT_DIALOG_CLOSE=zOvI91j6rjRsijpShmFUmQ_Close
105
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=iv+Ys2G2+9E0UMV0wu+6Sw_Cancel
106
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=v6iLz8feLH0yPibgX7P2lg_Cancel
107
- CREATE_APP_VARIANT_DIALOG_TITLE=vh39ITXoHAFUs91875izPQ_Save As New App Variant
108
- APP_DIALOG_TITLE_TEXT=fx3aajuS+nenG1cyTf8ERA_Title
109
- APP_DIALOG_SUB_TITLE_TEXT=97ryiQgMEqHIZ4TzBhpu8g_Subtitle
110
- APP_DIALOG_DESCRIPTION_TEXT=jG8yOar/PYWPSXUFbZ0PJg_Description
111
- APP_DIALOG_ICON_TEXT=t/VmyhOid7xyCBHVNC32Dw_Icon
112
- RENAME_ERROR_TITLE=DFp6gmuQu/l6yZrI9ry1LA_Naming Error
113
- RENAME_EMPTY_ERROR_TEXT=Ph2wi4naPIJzNIA3Ex0hDg_Please enter a name.
114
- RENAME_BINDING_ERROR_TEXT=9AL8UAOokvehNq9T5aBRzw_The name may not contain '{'. Please choose a different name.
115
- APP_VARIANT_ICON_SELECT_ICON=zqzB5iLkpCnbbPitM9WOlw_Select Icon
116
- APP_VARIANT_ICON_NO_DATA=ebR0z+9EWFLVHMWp6GlfQA_No icons found
117
- SAVE_APP_VARIANT_SUCCESS_MESSAGE=54V5IIgvoIINhdpvLEgHjA_The new app variant was saved.
118
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=w3JPRu8W+vhy6X5uR6Y78Q_UI Adaptation will be closed, and you will return to the homepage. You will be notified when the new tile is available.
119
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=KZ27FyE45QXm06yjxp7weg_You will be notified when the new tile is available.
120
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=BZxjfaLuj+dIhUULXa35Iw_UI Adaptation will be closed. Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
121
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=ToZ9QWPZXF8ZLOYAI+h10g_Please contact your administrator to add the tile to the Fiori Launchpad homepage (app ID\: {0}).
122
- HEADER_SAVE_APP_VARIANT_FAILED=93FRVG18EywBnobpWvHcfg_Error
123
- MSG_LOAD_APP_VARIANT_FAILED=8DXNQD9TvCwdP5/CTxZfTg_Sorry, the app variant could not be loaded. Please send the following technical information to your administrator\:
124
- MSG_SAVE_APP_VARIANT_FAILED=6wNEW0CBde+SsXoQw5ghLg_Sorry, the app variant could not be saved. Please send the following technical information to your administrator\:
125
- MSG_UPDATE_APP_VARIANT_FAILED=zNX1fm1btyEonqISEp2obg_Sorry, the app variant could not be updated. Please send the following technical information to your administrator\:
126
- MSG_CATALOG_ASSIGNMENT_FAILED=lQv5ubiCu+7+Nn+ob2yGzQ_The new app variant was saved, but could not be assigned to the catalog. Please send the following technical information to your content administrator\:
127
- MSG_TILE_CREATION_FAILED=ipU8uRtsWu8Rv7pXdDi89A_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.
128
- MSG_COPY_UNSAVED_CHANGES_FAILED=e9rg7EXJSl12lIikEO2Gxg_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\:
129
- SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=1MJttgZCGWoi02V9uNmJ6w_Enter title
130
- MSG_APP_VARIANT_FEATURE_FAILED=NXfihFBMS1gImpCacMMSUA_Sorry, the app variants feature is temporarily not available. Please contact your administrator\: {0}
131
- MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=nQv8Fm++mRFTYAhi5CvYNw_The new tile is now available. To display it, please refresh the browser.
132
- SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=yaCX+mfiU9unqAsekvZVYg_Information
133
- SAVE_APP_VARIANT_OK_TEXT=3LxzA9yov5taOHBoTJoAow_OK
134
- SAVE_APP_VARIANT_CLOSE_TEXT=LuxlQQqHDcecZSnKYydpvQ_Close
135
- SAVE_APP_VARIANT_COPY_ID_TEXT=6JEHO4zWGygv3JPwx87x3Q_Copy ID and close
136
- MSG_APP_VARIANT_ID=lfJP/zqzz7au66ZjCAzsFQ_App variant ID\: {0}
137
- MSG_TECHNICAL_ERROR=dKf+PTlfPDeHYpP21kanOg_Error\: {0}
138
- APP_VARIANT_OVERVIEW_DIALOG_TITLE=VFCydF1zLRkNrq0pC9cfwA_Overview of App Variants
139
- APP_VARIANT_TILE_ARIA_LABEL=zjOG0va0wy7IvARychUVPQ_Fiori tile preview
140
- MENU_ITEM_KEY_USER=rSq/pQ6xKezmCMZUHOZpMw_for Key User
141
- MENU_ITEM_SAP_DEVELOPER=LuS2Hnw90vgFt3vbB3a7hg_for SAP Developer
142
- MSG_DEPENDENCY_ERROR=+RZYaQUqF0sjzvlSDK5hIA_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.
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
- DELETE_APP_VARIANT_SUCCESS_MESSAGE=IuRT3C7/TXcf+l2YQ4kUDA_App variant (ID\: {0}) deleted.
145
- DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=4c+vCDZBkFtKH6f22hXtWw_App variant (ID\: {0}) deleted. To remove the tile from the launchpad, reload the home page.
146
- MSG_DELETE_APP_VARIANT_FAILED=yzK40eh/tnJb55iYo+LWDg_Sorry, the app variant could not be deleted. Please send the following technical information to your administrator\:
147
- DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=lqTtp2Snqc0TaUMQrQtgIA_Information
148
- DELETE_APP_VARIANT_OK_TEXT=Sb0P9BjVDZQrOBRwybaFPg_OK
149
- DELETE_APP_VARIANT_CLOSE_TEXT=Fhk03vZLGcbWCati/OuKcg_Close
150
- MSG_NO_BUSINESS_CONTEXTS=yezqpaDsvDxJeeiVK1b7bg_None
151
- MSG_DO_NOT_CLOSE_BROWSER=mrwWAX/wsIdQFykWMTHFig_Operation in progress - please do not close the browser.
152
- MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=+DMUSfrnS1KHHme02K0R0w_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.
153
- MSG_CATALOGS_LOCKED=l0+ZYNal2CxMlXLf1exv6Q_Sorry, the app variant could not be deleted. Please try again later.
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
- MSG_UNSTABLE_ID_FOUND=Ky0o8vVgm7Xq2S6ZapRDoQ_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.)
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
- MSG_NO_FLEX_ENABLED_FLAG=K4vfEfNI/zhjuZHSHeusMA_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.)
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
- IFRAME_ADDIFRAME_DIALOG_TITLE=+xdO8lcHkzsVEmKsXmjdbw_Define Embedded Content
160
- IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=cvH9iByy/EWQq7o2AqTsGw_Update Embedded Content
161
- IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=1P0ZXk24/ynGBocgLyaj9g_Size of the IFrame
162
- IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=iTE7v1fYTROUNX0pYCo5wg_Width
163
- IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=T/oSpOdmjz11TVrvcPNHNg_Unit for width
164
- IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=LWrw7u9xzCxtIz3zhWUNvw_Height
165
- IFRAME_ADDIFRAME_DIALOG_HEIGHT_UNITLABEL=Qht6gUNjCffPxSi4c2jLUg_Unit for height
166
- IFRAME_ADDIFRAME_DIALOG_PERCENT_USED=9eNrx5OsQjKTrHR6G4xSFg_The % values refer to the space that is actually available for the IFrame.
167
- IFRAME_ADDIFRAME_DIALOG_BUTTON_SAVE=jlYcU0dsGo08EsrgpbSL5g_Save
168
- IFRAME_ADDIFRAME_DIALOG_BUTTON_CANCEL=UHv1nEJZKJ2FOJv3YHJ9Cw_Cancel
169
- CTX_ADDIFRAME=X26Qm+HClo8BXmE8Y2Oo4Q_Embed Content\: {0}
170
- CTX_ADDIFRAME_GROUP=tq8ZeVNc4oeGXdRVU/3FKA_Embed Content
171
- MSG_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=6WND9wc8qv8HWUTabLIfgw_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.
172
- TITLE_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=na3zoMF5H83KLOrbb4lWtA_App Variant Overview for SAP Developers
173
- IFRAME_ADDIFRAME_DIALOG_PREVIEW_URL_LABEL=Da1nDLgR4YGtkhqEm+0+CA_Preview URL
174
- IFRAME_ADDIFRAME_DIALOG_PREVIEW_FRAME_LABEL=kOfbbyfBinMXxdLQDTiNsA_Preview of the IFrame
175
- IFRAME_ADDIFRAME_DIALOG_BUTTON_SHOW_PREVIEW=drMO8dPDKxGJRYKJMixYaw_Show Preview
176
- IFRAME_ADDIFRAME_DIALOG_BUTTON_UPDATE_PREVIEW=25LZWybTvcK9cwrkSzvaRA_Update Preview
177
- IFRAME_ADDIFRAME_DIALOG_BUTTON_PREVIEW_MESSAGE=4aYfCRqlleIlkscTp02vFA_Choose Show Preview to show the embedded content. If nothing is shown, verify the URL.
178
- IFRAME_ADDIFRAME_DIALOG_EDIT_URL_LABEL=GwFBLoWDzwXj4JRQihBYHA_URL (click to edit manually)
179
- IFRAME_ADDIFRAME_DIALOG_PARAMETERS_LABEL=CqUxV7PUeSHjwnuwnVUe/g_Available Values (click to add to the URL)
180
- IFRAME_ADDIFRAME_DIALOG_TABLE_PARAMETER_LABEL=cg+zBHfiLw/gjQ3e3uOm6g_Parameter
181
- IFRAME_ADDIFRAME_DIALOG_TABLE_UI_VALUE_LABEL=afO/qiLTPvddYGQhLgF4XA_Value Example
182
- IFRAME_ADDIFRAME_DIALOG_PARAMETER_SEARCH_LABEL=1tCfxPckn5fJCUIV9mKHBw_Search for Parameters
183
- IFRAME_ADDIFRAME_DIALOG_URL_WARNING_TEXT=IVAvnQup4Bgh8nBjD4xy/w_URLs used here are required to fulfill certain preconditions and will not work otherwise\!
184
- IFRAME_ADDIFRAME_DIALOG_URL_WARNING_LINKTEXT=IKf7ivXHjUJyhMp+qrcVlw_Read More
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
- TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=O8tORToYI/toibErS7sHCA_Name was changed to ''{0}''
187
- TXT_CHANGEVISUALIZATION_CHANGE_RENAME_FROM_TO=R6qXdHFVVV9a63T1zABzcQ_Name was changed from ''{1}'' to ''{0}''
188
- TXT_CHANGEVISUALIZATION_CHANGE_MOVE=u9V9V6FX+Q5sMM7w0iEY4A_Element {0} was moved to a different position
189
- TXT_CHANGEVISUALIZATION_CHANGE_REMOVE=u4fYhtePb861id+fwIeGHw_Element {0} was removed
190
- TXT_CHANGEVISUALIZATION_CHANGE_REVEAL=eRJmDsY4Hmx6fdPT4yFUtA_Element {0} was revealed
191
- TXT_CHANGEVISUALIZATION_CHANGE_COMBINE=RjHnCvUi+OpYaTYN2ibqlA_Element {0} was combined
192
- TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=+4griLeTn/e5WO2IVYzaJQ_Element {0} was split
193
- TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=fMYl4b9ZE44m9gwGLPFhWA_Group {0} was added
194
- TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=5OiXgxGflJwISfQiNvrV1w_Field {0} was added
195
- TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=wFYUeydKlhyt+yuS+/WDdg_IFrame was added
196
- TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=8TPesddz38uCzgjj9I1UlA_Settings of element {0} were changed
197
- TXT_CHANGEVISUALIZATION_DEPENDENT_MOVE=x6eZtZIa1FQbcl8xlt5+5A_Element was moved from this container
198
- TXT_CHANGEVISUALIZATION_DEPENDENT_SPLIT=OftjsnJQJCHTja7FzebdYA_This element is a part of the split
199
- TIT_CHANGEVISUALIZATION_CHANGE=+VkGqg9ZmL2CqK+1H7CCcw_Change
200
- TIT_CHANGEVISUALIZATION_CHANGES=sQjYiujbB2GLcy+T0nsr5g_Changes
201
- TIT_CHANGEVISUALIZATION_DATE=MEOI6OIa6PpWBK2cVFX0/Q_Date
202
- TIT_CHANGEVISUALIZATION_DETAILS=Hmy0aDL/WvPdzDcecABRLA_Details
203
- TIT_CHANGEVISUALIZATION_DESCRIPTION=oeXsvyeBIHh2lZ6MrBctnw_Description
204
- BUT_CHANGEVISUALIZATION_SHOWCHANGES=L5xNeLOjIortCFNkaRCo8w_Visualize Key User Changes
205
- BUT_CHANGEVISUALIZATION_SELECTCHANGES=pdTD8BkgB7odYSUwHnr3EQ_Select Change Type
206
- TXT_CHANGEVISUALIZATION_OVERVIEW_ALL=LK3UcRHjvelmDKohDTY1Ag_All ({0})
207
- BTN_CHANGEVISUALIZATION_OVERVIEW_ALL=60zwLfJsJEaEH9jOheaQuQ_All Changes
208
- TXT_CHANGEVISUALIZATION_OVERVIEW_MOVE=cD6TPFG5Zx185gbVPSHGGQ_Move ({0})
209
- BTN_CHANGEVISUALIZATION_OVERVIEW_MOVE=RL1LyUp7UoqG6MAbbkv6uA_Moved Elements
210
- TXT_CHANGEVISUALIZATION_OVERVIEW_RENAME=t6bPGYwFOB9SZlcleY3n3Q_Rename ({0})
211
- BTN_CHANGEVISUALIZATION_OVERVIEW_RENAME=lYMAJyot3QO10T9aARRKNQ_Renamed Elements
212
- TXT_CHANGEVISUALIZATION_OVERVIEW_ADD=p0Bf9e08CbrzCfZZFpSieQ_Add ({0})
213
- BTN_CHANGEVISUALIZATION_OVERVIEW_ADD=t5YxV/Hj0eYfq80FUbTO9w_Added Elements
214
- TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Nl6BGszzZ1U8MOI1Q8Wt3A_Combine and Split ({0})
215
- BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=GN48ajemgYfzYMRZ3m9E1w_Combined and Split Elements
216
- TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=OevfyEO2w2ACCVCQEc6xuQ_Remove ({0})
217
- BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=xk2E1Sro48ea/y995/bs5Q_Removed Elements
218
- MSG_LOCAL_RESET_VARIANT_SAVE=qWA5OZJyj1OO8Z15kmC6aw_The container has been reset and the view has been saved automatically.
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.