@openui5/sap.ui.rta 1.71.71 → 1.71.72

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 (77) 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/command/AddODataProperty.js +1 -1
  8. package/src/sap/ui/rta/command/AddXML.js +1 -1
  9. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  10. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  11. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  12. package/src/sap/ui/rta/command/Combine.js +1 -1
  13. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  14. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  15. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  16. package/src/sap/ui/rta/command/ControlVariantDuplicate.js +1 -1
  17. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  18. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  19. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  20. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  21. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  22. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  23. package/src/sap/ui/rta/command/Move.js +1 -1
  24. package/src/sap/ui/rta/command/Property.js +1 -1
  25. package/src/sap/ui/rta/command/Remove.js +1 -1
  26. package/src/sap/ui/rta/command/Rename.js +1 -1
  27. package/src/sap/ui/rta/command/Reveal.js +1 -1
  28. package/src/sap/ui/rta/command/Settings.js +1 -1
  29. package/src/sap/ui/rta/command/Split.js +1 -1
  30. package/src/sap/ui/rta/command/Stack.js +1 -1
  31. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  32. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  33. package/src/sap/ui/rta/library.js +2 -2
  34. package/src/sap/ui/rta/messagebundle_ca.properties +3 -3
  35. package/src/sap/ui/rta/messagebundle_de.properties +8 -8
  36. package/src/sap/ui/rta/messagebundle_es.properties +8 -8
  37. package/src/sap/ui/rta/messagebundle_fr.properties +4 -4
  38. package/src/sap/ui/rta/messagebundle_iw.properties +1 -1
  39. package/src/sap/ui/rta/messagebundle_ja.properties +2 -2
  40. package/src/sap/ui/rta/messagebundle_kk.properties +2 -2
  41. package/src/sap/ui/rta/messagebundle_lt.properties +1 -1
  42. package/src/sap/ui/rta/messagebundle_ms.properties +4 -4
  43. package/src/sap/ui/rta/messagebundle_no.properties +1 -1
  44. package/src/sap/ui/rta/messagebundle_sh.properties +1 -1
  45. package/src/sap/ui/rta/messagebundle_sl.properties +5 -5
  46. package/src/sap/ui/rta/messagebundle_sr.properties +1 -1
  47. package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -1
  48. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  49. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  50. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  51. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  52. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  53. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  54. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  55. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  56. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  57. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  58. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  59. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  60. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  61. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  62. package/src/sap/ui/rta/plugin/Split.js +1 -1
  63. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  64. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  65. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  66. package/src/sap/ui/rta/service/Action.js +1 -1
  67. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  68. package/src/sap/ui/rta/service/Outline.js +1 -1
  69. package/src/sap/ui/rta/service/Property.js +1 -1
  70. package/src/sap/ui/rta/service/Selection.js +1 -1
  71. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  72. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  73. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  74. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  75. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  76. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  77. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.71.71",
3
+ "version": "1.71.72",
4
4
  "description": "OpenUI5 UI Library sap.ui.rta",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.71.71",
18
- "@openui5/sap.ui.core": "1.71.71",
19
- "@openui5/sap.ui.dt": "1.71.71",
20
- "@openui5/sap.ui.fl": "1.71.71",
21
- "@openui5/sap.ui.layout": "1.71.71"
17
+ "@openui5/sap.m": "1.71.72",
18
+ "@openui5/sap.ui.core": "1.71.72",
19
+ "@openui5/sap.ui.dt": "1.71.72",
20
+ "@openui5/sap.ui.fl": "1.71.72",
21
+ "@openui5/sap.ui.layout": "1.71.72"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.71</version>
9
+ <version>1.71.72</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.rta.Client
58
58
  * @author SAP SE
59
59
  * @since 1.56.0
60
- * @version 1.71.71
60
+ * @version 1.71.72
61
61
  * @private
62
62
  * @ui5-restricted
63
63
  */
@@ -129,7 +129,7 @@ function(
129
129
  * @class The runtime authoring allows to adapt the fields of a running application.
130
130
  * @extends sap.ui.base.ManagedObject
131
131
  * @author SAP SE
132
- * @version 1.71.71
132
+ * @version 1.71.72
133
133
  * @constructor
134
134
  * @private
135
135
  * @since 1.30
@@ -34,7 +34,7 @@ function(
34
34
  * @class Utility functionality to work with controls, e.g. iterate through aggregations, find parents, etc.
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.71.71
37
+ * @version 1.71.72
38
38
  *
39
39
  * @private
40
40
  * @static
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  * @author SAP SE
27
- * @version 1.71.71
27
+ * @version 1.71.72
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.71.71
17
+ * @version 1.71.72
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.44
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.71.71
19
+ * @version 1.71.72
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.71
24
+ * @version 1.71.72
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
13
13
  * @extends sap.ui.base.ManagedObject
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.71.71
16
+ * @version 1.71.72
17
17
  *
18
18
  * @constructor
19
19
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.FlexCommand
28
28
  * @author SAP SE
29
- * @version 1.71.71
29
+ * @version 1.71.72
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.71.71
19
+ * @version 1.71.72
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -429,7 +429,7 @@ function(
429
429
  * @extends sap.ui.base.ManagedObject
430
430
  *
431
431
  * @author SAP SE
432
- * @version 1.71.71
432
+ * @version 1.71.72
433
433
  *
434
434
  * @constructor
435
435
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.71.71
22
+ * @version 1.71.72
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.71.71
23
+ * @version 1.71.72
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.52
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.71.71
23
+ * @version 1.71.72
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.52
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.BaseCommand
18
18
  * @author SAP SE
19
- * @version 1.71.71
19
+ * @version 1.71.72
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.50
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  * @author SAP SE
23
- * @version 1.71.71
23
+ * @version 1.71.72
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.50
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.rta.command.BaseCommand
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.71
30
+ * @version 1.71.72
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  * @author SAP SE
34
- * @version 1.71.71
34
+ * @version 1.71.72
35
35
  * @constructor
36
36
  * @private
37
37
  * @since 1.42
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.71.71
20
+ * @version 1.71.72
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.34
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class
17
17
  * @extends sap.ui.rta.command.FlexCommand
18
18
  * @author SAP SE
19
- * @version 1.71.71
19
+ * @version 1.71.72
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.42
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
12
12
  * @class
13
13
  * @extends sap.ui.rta.command.FlexCommand
14
14
  * @author SAP SE
15
- * @version 1.71.71
15
+ * @version 1.71.72
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  * @class
15
15
  * @extends sap.ui.rta.command.FlexCommand
16
16
  * @author SAP SE
17
- * @version 1.71.71
17
+ * @version 1.71.72
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @class
60
60
  * @extends sap.ui.base.ManagedObject
61
61
  * @author SAP SE
62
- * @version 1.71.71
62
+ * @version 1.71.72
63
63
  * @constructor
64
64
  * @private
65
65
  * @since 1.34
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.rta.command.AppDescriptorCommand
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.71.71
20
+ * @version 1.71.72
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -50,7 +50,7 @@ function (
50
50
  * E.g. <code>controlEnablingCheck.only("Remove");</code>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.71
53
+ * @version 1.71.72
54
54
  *
55
55
  * @static
56
56
  * @since 1.42
@@ -23,7 +23,7 @@ function() {
23
23
  * @namespace
24
24
  * @name sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.71.71
26
+ * @version 1.71.72
27
27
  * @private
28
28
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
29
29
  */
@@ -32,7 +32,7 @@ function() {
32
32
  // delegate further initialization of this library to the Core
33
33
  sap.ui.getCore().initLibrary({
34
34
  name : "sap.ui.rta",
35
- version: "1.71.71",
35
+ version: "1.71.72",
36
36
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
37
37
  types: [
38
38
  ],
@@ -16,7 +16,7 @@ CTX_GROUP_FIELDS=Combinar
16
16
  CTX_UNGROUP_FIELDS=Compartir
17
17
  CTX_CREATE_CONTAINER=Crear\: {0}
18
18
  TITLE_CREATE_CONTAINER=Nou\: {0}
19
- CTX_RENAME=Reanomenar
19
+ CTX_RENAME=Canviar nom
20
20
  CTX_SETTINGS=Configuracions
21
21
  CTX_TRIGGER=Navegar a
22
22
  CTX_VARIANT_SWITCH=Canviar vistes
@@ -34,8 +34,8 @@ BTN_SHARE=Compartir
34
34
  BTN_MANAGE_APPS_TXT=Gestionar variants d\u2019aplicaci\u00F3
35
35
  BTN_SAVE_AS=Desar com a
36
36
  TOOLTIP_SAVE_AS=Crear nova variant d\u2019aplicaci\u00F3
37
- BTN_UNDO=Reinicialitzar
38
- BTN_REDO=Repetir
37
+ BTN_UNDO=Desfer
38
+ BTN_REDO=Refer
39
39
  BTN_PUBLISH=Publicar
40
40
  BTN_RESTORE=Reinicialitzar
41
41
  BTN_TRANSPORT=Transportar
@@ -94,16 +94,16 @@ APP_VARIANT_ICON_OK_BUTTON=OK
94
94
  APP_VARIANT_ICON_CANCEL_BUTTON=Abbrechen
95
95
  APP_VARIANT_ICON_NO_DATA=Kein Symbol gefunden.
96
96
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Die neue App-Variante wurde gesichert.
97
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die Homepage und werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
97
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die Startseite und werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
98
98
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Sie werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
99
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Fiori-Launchpad-Homepage hinzuzuf\u00FCgen (App-ID\: {0}).
100
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Fiori-Launchpad-Homepage hinzuzuf\u00FCgen (App-ID\: {0}).
99
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
100
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
101
101
  MSG_CREATE_DESCRIPTOR_FAILED=Die App-Variante konnte leider nicht angelegt werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
102
102
  HEADER_SAVE_APP_VARIANT_FAILED=Fehler
103
- MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
103
+ MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
104
104
  MSG_SAVE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gesichert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
105
105
  MSG_CATALOG_ASSIGNMENT_FAILED=Die neue App-Variante wurde zwar gesichert, konnte aber nicht dem Katalog zugeordnet werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Content-Administrator\:
106
- MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Fiori-Launchpad-Homepage und schauen Sie nach, ob die neue Kachel angelegt wurde. Bitte wenden Sie sich an Ihren Content-Administrator, falls die Kachel nicht vorhanden ist oder nicht richtig funktioniert.
106
+ MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Startseite des SAP Fiori Launchpad und schauen Sie nach, ob die neue Kachel angelegt wurde. Bitte wenden Sie sich an Ihren Content-Administrator, falls die Kachel nicht vorhanden ist oder nicht richtig funktioniert.
107
107
  MSG_COPY_UNSAVED_CHANGES_FAILED=Leider konnten Ihre App-Variante und die entsprechenden UI-\u00C4nderungen nicht gesichert werden. Die App-Variante ist nicht verf\u00FCgbar. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
108
108
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Titel eingeben
109
109
  HEADER_APP_VARIANT_FEATURE_FAILED=Fehler
@@ -117,16 +117,16 @@ SAVE_APP_VARIANT_COPY_ID_TEXT=ID kopieren und schlie\u00DFen
117
117
  MSG_APP_VARIANT_ID=App-Varianten-ID\: {0}
118
118
  MSG_TECHNICAL_ERROR=Fehler\: {0}
119
119
  APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u00DCbersicht der App-Varianten
120
- APP_VARIANT_TILE_ARIA_LABEL=Fiori-Kachelvorschau
120
+ APP_VARIANT_TILE_ARIA_LABEL=SAP-Fiori-Kachelvorschau
121
121
  MENU_ITEM_KEY_USER=F\u00FCr Key-User
122
122
  MENU_ITEM_SAP_DEVELOPER=F\u00FCr SAP-Entwickler
123
123
  HEADER_DEPENDENCY_ERROR=Fehler
124
- MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr die UI \u00FCbernehmen. Bitte setzen Sie die UI auf den Originalzustand zur\u00FCck und legen Sie die \u00C4nderungen erneut an. Achtung\: Damit setzen Sie alle \u00C4nderungen zur\u00FCck, die andere Benutzer an der App vorgenommen haben. Alternativ k\u00F6nnen Sie sich auch an den SAP-Support werden. Legen Sie dazu eine Meldung f\u00FCr die Komponente CA-UI5-FL-RTA an.
124
+ MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr das UI \u00FCbernehmen. Bitte setzen Sie das UI auf den Originalzustand zur\u00FCck und legen Sie die \u00C4nderungen erneut an. Achtung\: Damit setzen Sie alle \u00C4nderungen zur\u00FCck, die andere Benutzer an der App vorgenommen haben. Alternativ k\u00F6nnen Sie sich auch an den SAP-Support werden. Legen Sie dazu eine Meldung f\u00FCr die Komponente CA-UI5-FL-RTA an.
125
125
  MSG_INCORRECT_APP_VERSION_ERROR=Die Anwendungsversion fehlt oder ist falsch.
126
126
  DELETE_APP_VARIANT_NO_TRANSPORT=Information
127
127
  MSG_DELETE_APP_VARIANT_NOT_POSSIBLE=Um diese App-Variante zu l\u00F6schen, brauchen Sie einen Transportauftrag. Bitten Sie Ihren Administrator, einen Auftrag f\u00FCr Sie anzulegen. Anschlie\u00DFend k\u00F6nnen Sie die App-Variante anlegen
128
128
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=App-Variante (ID\: {0}) wurde erfolgreich gel\u00F6scht
129
- MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
129
+ MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
130
130
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
131
131
  DELETE_APP_VARIANT_OK_TEXT=OK
132
132
  DELETE_APP_VARIANT_CLOSE_TEXT=Schlie\u00DFen
@@ -8,7 +8,7 @@ BTN_DONE_TOOLTIP=Grabar modificaciones
8
8
  CTX_ADAPT=M\u00E1s...
9
9
  CTX_REMOVE=Eliminar
10
10
  CTX_REMOVE_TITLE=Eliminar
11
- CTX_ADD_ELEMENTS=A\u00F1adir\: {0}
11
+ CTX_ADD_ELEMENTS=Agregar\: {0}
12
12
  MULTIPLE_CONTROL_NAME=Contenido
13
13
  CTX_CUT=Cortar
14
14
  CTX_PASTE=Insertar
@@ -16,7 +16,7 @@ CTX_GROUP_FIELDS=Agrupar
16
16
  CTX_UNGROUP_FIELDS=Desagrupar
17
17
  CTX_CREATE_CONTAINER=Crear\: {0}
18
18
  TITLE_CREATE_CONTAINER=Nuevo\: {0}
19
- CTX_RENAME=Renombrar
19
+ CTX_RENAME=Cambiar nombre
20
20
  CTX_SETTINGS=Opciones
21
21
  CTX_TRIGGER=Navegar a
22
22
  CTX_VARIANT_SWITCH=Cambiar vistas
@@ -34,8 +34,8 @@ BTN_SHARE=Compartir
34
34
  BTN_MANAGE_APPS_TXT=Gestionar variantes de aplicaci\u00F3n
35
35
  BTN_SAVE_AS=Grabar como
36
36
  TOOLTIP_SAVE_AS=Crear nueva variante de aplicaci\u00F3n
37
- BTN_UNDO=Reinicializar
38
- BTN_REDO=Repetir
37
+ BTN_UNDO=Deshacer
38
+ BTN_REDO=Rehacer
39
39
  BTN_PUBLISH=Publicar
40
40
  BTN_RESTORE=Reinicializar
41
41
  BTN_TRANSPORT=Transportar
@@ -96,8 +96,8 @@ APP_VARIANT_ICON_NO_DATA=No se ha encontrado ning\u00FAn icono.
96
96
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Se ha grabado la nueva variante de aplicaci\u00F3n.
97
97
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=El modo de ajuste de IU se cerrar\u00E1. Volver\u00E1 a la p\u00E1gina de inicio. Se le notificar\u00E1 cuando el nuevo mosaico est\u00E9 disponible.
98
98
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Se le notificar\u00E1 cuando el nuevo mosaico est\u00E9 disponible.
99
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=El modo de ajuste de IU se cerrar\u00E1. P\u00F3ngase en contacto con el administrador para a\u00F1adir el mosaico a la p\u00E1gina de inicio de la rampa de lanzamiento de SAP Fiori (ID de aplicaci\u00F3n\: {0}).
100
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=P\u00F3ngase en contacto con el administrador para a\u00F1adir el mosaico a la p\u00E1gina de inicio de la rampa de lanzamiento de SAP Fiori (ID de aplicaci\u00F3n\: {0}).
99
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=El modo de ajuste de IU se cerrar\u00E1. P\u00F3ngase en contacto con el administrador para agregar el mosaico a la p\u00E1gina de inicio de la rampa de lanzamiento de SAP Fiori (ID de aplicaci\u00F3n\: {0}).
100
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=P\u00F3ngase en contacto con el administrador para agregar el mosaico a la p\u00E1gina de inicio de la rampa de lanzamiento de SAP Fiori (ID de aplicaci\u00F3n\: {0}).
101
101
  MSG_CREATE_DESCRIPTOR_FAILED=No se ha podido crear la variante de aplicaci\u00F3n. Env\u00EDe la siguiente informaci\u00F3n t\u00E9cnica al administrador\:
102
102
  HEADER_SAVE_APP_VARIANT_FAILED=Error
103
103
  MSG_LOAD_APP_VARIANT_FAILED=No se ha podido cargar la variante de aplicaci\u00F3n. Env\u00EDe la siguiente informaci\u00F3n t\u00E9cnica al administrador\:
@@ -111,7 +111,7 @@ MSG_APP_VARIANT_FEATURE_FAILED=La funci\u00F3n de variantes de aplicaci\u00F3n t
111
111
  SAVE_APP_VARIANT_NEW_TILE_AVAILABLE_TITLE=Informaci\u00F3n
112
112
  MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=El nuevo mosaico est\u00E1 disponible. Para visualizarlo, actualice el navegador.
113
113
  SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=Informaci\u00F3n
114
- SAVE_APP_VARIANT_OK_TEXT=Aceptar
114
+ SAVE_APP_VARIANT_OK_TEXT=OK
115
115
  SAVE_APP_VARIANT_CLOSE_TEXT=Cerrar
116
116
  SAVE_APP_VARIANT_COPY_ID_TEXT=Copiar ID y cerrar
117
117
  MSG_APP_VARIANT_ID=ID de variante de aplicaci\u00F3n\: {0}
@@ -128,7 +128,7 @@ MSG_DELETE_APP_VARIANT_NOT_POSSIBLE=Para borrar esta variante de aplicaci\u00F3n
128
128
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=Variante de aplicaci\u00F3n (ID\: {0}) borrada correctamente
129
129
  MSG_DELETE_APP_VARIANT_FAILED=No se ha podido borrar la variante de aplicaci\u00F3n. Env\u00EDe la siguiente informaci\u00F3n t\u00E9cnica al administrador.
130
130
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Informaci\u00F3n
131
- DELETE_APP_VARIANT_OK_TEXT=Aceptar
131
+ DELETE_APP_VARIANT_OK_TEXT=OK
132
132
  DELETE_APP_VARIANT_CLOSE_TEXT=Cerrar
133
133
  BUSINESS_CONTEXT_TITLE=Contextos empresariales disponibles\:
134
134
  MSG_NO_BUSINESS_CONTEXTS=Ninguno
@@ -57,7 +57,7 @@ FORM_PERS_RESET_MESSAGE=Voulez-vous rejeter toutes les modifications de l'IU et
57
57
  FORM_PERS_RESET_MESSAGE_PERSONALIZATION=Voulez-vous rejeter toutes les personnalisations et r\u00E9initialiser l'application ?
58
58
  MSG_LREP_TRANSFER_ERROR=Une erreur technique est survenue. R\u00E9essayez ult\u00E9rieurement ou contactez votre administrateur.
59
59
  MSG_ERROR_REASON=Motif \:\n{0}
60
- MSG_UNSAVED_CHANGES=Si vous confirmez, toutes vos modifications de l'IU seront perdues. Pour les sauvegarder, fermez le dialogue et quittez l'adaptation de l'IU.
60
+ MSG_UNSAVED_CHANGES=Si vous confirmez, toutes vos modifications de l'IU seront perdues. Pour les sauvegarder, fermez le dialogue et quittez l'adaptation d'IU.
61
61
  MSG_REMOVING_TOOLBAR=L'en-t\u00EAte de ce groupe contient des \u00E9l\u00E9ments suppl\u00E9mentaires. Ces derniers seront supprim\u00E9s si vous supprimez le groupe. Voulez-vous quand m\u00EAme supprimer le groupe ?
62
62
  MSG_NO_FIELDS=Aucune autre contenu disponible
63
63
  HEADER_PERSONALIZATION_EXISTS=Informations
@@ -91,12 +91,12 @@ APP_VARIANT_ICON_DIALOG_ICON=Ic\u00F4ne
91
91
  APP_VARIANT_ICON_DIALOG_NAME=Nom
92
92
  APP_VARIANT_ICON_SELECT_ICON=S\u00E9lectionner ic\u00F4ne
93
93
  APP_VARIANT_ICON_OK_BUTTON=OK
94
- APP_VARIANT_ICON_CANCEL_BUTTON=Interr.
94
+ APP_VARIANT_ICON_CANCEL_BUTTON=Annuler
95
95
  APP_VARIANT_ICON_NO_DATA=Aucune ic\u00F4ne trouv\u00E9e
96
96
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Nouv. var. d'appl. sauvegard\u00E9e
97
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=L'adaptation de l'IU va \u00EAtre ferm\u00E9e. Vous allez \u00EAtre renvoy\u00E9 \u00E0 la page d'accueil et vous recevrez une notification lorsque la nouvelle vignette sera disponible.
97
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=L'adaptation d'IU va \u00EAtre ferm\u00E9e. Vous allez \u00EAtre renvoy\u00E9 \u00E0 la page d'accueil et vous recevrez une notification lorsque la nouvelle vignette sera disponible.
98
98
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Vous recevrez une notification lorsque la nouvelle vignette sera disponible.
99
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=L''adaptation de l''IU va \u00EAtre ferm\u00E9e. Contactez votre administrateur pour l''ajout de la vignette \u00E0 la page d''accueil de la barre de lancement SAP Fiori (ID appl. \: {0}).
99
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=L''adaptation d''IU va \u00EAtre ferm\u00E9e. Contactez votre administrateur pour l''ajout de la vignette \u00E0 la page d''accueil de la barre de lancement SAP Fiori (ID appl. \: {0}).
100
100
  SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Contactez votre administrateur pour l''ajout de la vignette \u00E0 la page d''accueil de la barre de lancement SAP Fiori (ID appl. \: {0}).
101
101
  MSG_CREATE_DESCRIPTOR_FAILED=Impossible de cr\u00E9er la variante d'application. Envoyez les informations techniques suivantes \u00E0 votre administrateur \:
102
102
  HEADER_SAVE_APP_VARIANT_FAILED=Erreur
@@ -1,5 +1,5 @@
1
1
 
2
- SERVICE_NAME=\u05D4\u05EA\u05D0\u05DE\u05EA \u05DE\u05DE\u05E9\u05E7 \u05DE\u05E9\u05EA\u05DE\u05E9
2
+ SERVICE_NAME=\u05D4\u05EA\u05D0\u05DE\u05EA \u05DE\u05DE\u05E9\u05E7 \u05DE\u05E9\\\u05EA\u05DE\u05E9
3
3
  TOOLBAR_TITLE=\u05D4\u05EA\u05D0\u05DD \u05DE\u05DE\u05E9\u05E7 \u05DE\u05E9\u05EA\u05DE\u05E9
4
4
  TOOLBAR_TITLE_PERSONALIZE=\u05D4\u05EA\u05D0\u05DD \u05D0\u05D9\u05E9\u05D9\u05EA \u05D0\u05EA \u05D4\u05D9\u05D9\u05E9\u05D5\u05DD
5
5
  BTN_EXIT=\u05E9\u05DE\u05D5\u05E8 \u05D5\u05E6\u05D0
@@ -76,8 +76,8 @@ MSG_MANAGE_APPS_FAILED=\u30A2\u30D7\u30EA\u30D0\u30EA\u30A2\u30F3\u30C8\u306E\u6
76
76
  APP_VARIANT_DIALOG_SAVE=\u4FDD\u5B58
77
77
  TOOLTIP_APP_VARIANT_DIALOG_SAVE=\u4FDD\u5B58
78
78
  APP_VARIANT_DIALOG_CLOSE=\u9589\u3058\u308B
79
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u4E2D\u6B62
80
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u4E2D\u6B62
79
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u30AD\u30E3\u30F3\u30BB\u30EB
80
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u30AD\u30E3\u30F3\u30BB\u30EB
81
81
  CREATE_APP_VARIANT_DIALOG_TITLE=\u65B0\u898F\u30A2\u30D7\u30EA\u30D0\u30EA\u30A2\u30F3\u30C8\u3068\u3057\u3066\u4FDD\u5B58
82
82
  APP_DIALOG_TITLE_TEXT=\u30BF\u30A4\u30C8\u30EB
83
83
  APP_DIALOG_SUB_TITLE_TEXT=\u30B5\u30D6\u30BF\u30A4\u30C8\u30EB
@@ -44,7 +44,7 @@ BTN_NAVIGATION=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F
44
44
  HEADER_RESTORE_FAILED=\u049A\u0430\u0442\u0435
45
45
  HEADER_WARNING=\u0415\u0441\u043A\u0435\u0440\u0442\u0443
46
46
  HEADER_ERROR=\u049A\u0430\u0442\u0435
47
- MSG_RESTORE_FAILED=\u041A\u0435\u0448\u0456\u0440\u0456\u04A3\u0456\u0437, UI \u04AF\u0448\u0456\u043D \u0435\u043D\u0433\u0456\u0437\u0456\u043B\u0433\u0435\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0434\u0456 \u04D9\u0437\u0456\u0440\u0433\u0435 \u0436\u043E\u044E \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441. \u04D8\u0440\u0435\u043A\u0435\u0442\u0442\u0456 \u043A\u0435\u0439\u0456\u043D\u0456\u0440\u0435\u043A \u049B\u0430\u0439\u0442\u0430\u043B\u0430\u04A3\u044B\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 {0} \u04D9\u043A\u0456\u043C\u0448\u0456\u04A3\u0456\u0437\u0433\u0435 \u0445\u0430\u0431\u0430\u0440\u043B\u0430\u0441\u044B\u04A3\u044B\u0437
47
+ MSG_RESTORE_FAILED=\u041A\u0435\u0448\u0456\u0440\u0456\u04A3\u0456\u0437, UI \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0456\u043D\u0435 \u0435\u043D\u0433\u0456\u0437\u0456\u043B\u0433\u0435\u043D \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0435\u043D \u04D9\u0437\u0456\u0440\u0433\u0435 \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441. \u04D8\u0440\u0435\u043A\u0435\u0442\u0442\u0456 \u043A\u0435\u0439\u0456\u043D\u0456\u0440\u0435\u043A \u049B\u0430\u0439\u0442\u0430\u043B\u0430\u04A3\u044B\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u04D9\u043A\u0456\u043C\u0448\u0456\u04A3\u0456\u0437\u0433\u0435 \u0445\u0430\u0431\u0430\u0440\u043B\u0430\u0441\u044B\u04A3\u044B\u0437\: {0}
48
48
  MSG_PUBLISH_ERROR=\u041A\u0435\u0448\u0456\u0440\u0456\u04A3\u0456\u0437, UI \u04AF\u0448\u0456\u043D \u0435\u043D\u0433\u0456\u0437\u0456\u043B\u0433\u0435\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0434\u0456 \u04D9\u0437\u0456\u0440\u0433\u0435 \u0436\u0430\u0440\u0438\u044F\u043B\u0430\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441. \u04D8\u0440\u0435\u043A\u0435\u0442\u0442\u0456 \u043A\u0435\u0439\u0456\u043D\u0456\u0440\u0435\u043A \u049B\u0430\u0439\u0442\u0430\u043B\u0430\u04A3\u044B\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 {0} \u04D9\u043A\u0456\u043C\u0448\u0456\u04A3\u0456\u0437\u0433\u0435 \u0445\u0430\u0431\u0430\u0440\u043B\u0430\u0441\u044B\u04A3\u044B\u0437
49
49
  MSG_TRANSPORT_SUCCESS=UI \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0442\u0435\u0440\u0456\u043D\u0435 \u0436\u0430\u0441\u0430\u043B\u0493\u0430\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0456\u04A3\u0456\u0437 \u0442\u0430\u0441\u044B\u043C\u0430\u043B\u0434\u0430\u0443\u0493\u0430 \u049B\u043E\u0441\u044B\u043B\u0434\u044B.
50
50
  MSG_PUBLISH_SUCCESS=UI \u04AF\u0448\u0456\u043D \u0435\u043D\u0433\u0456\u0437\u0456\u043B\u0433\u0435\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440 \u0436\u0430\u0440\u0438\u044F\u043B\u0430\u0443 \u04AF\u0448\u0456\u043D \u0436\u043E\u0441\u043F\u0430\u0440\u043B\u0430\u043D\u0434\u044B.
@@ -53,7 +53,7 @@ MSG_TRANSPORT_INAPPLICABLE=\u0411\u0430\u0440\u043B\u044B\u049B UI \u04AF\u0448\
53
53
  HEADER_TRANSPORT_APPLYSAVE_ERROR=\u049A\u0430\u0442\u0435
54
54
  MSG_TRANSPORT_APPLYSAVE_ERROR=\u041A\u0435\u0448\u0456\u0440\u0456\u04A3\u0456\u0437, UI \u04AF\u0448\u0456\u043D \u0435\u043D\u0433\u0456\u0437\u0456\u043B\u0433\u0435\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0434\u0456 \u04D9\u0437\u0456\u0440\u0433\u0435 \u049B\u043E\u043B\u0434\u0430\u043D\u0443 \u043D\u0435\u043C\u0435\u0441\u0435 \u0441\u0430\u049B\u0442\u0430\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441. UI \u0431\u0435\u0439\u0456\u043C\u0434\u0435\u043B\u0443 \u0440\u0435\u0436\u0438\u043C\u0456\u043D\u0435\u043D \u0448\u044B\u0493\u044B\u04A3\u044B\u0437 \u0436\u04D9\u043D\u0435 {0} \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u0441\u044B\u043D \u049B\u0430\u0439\u0442\u0430 \u0456\u0441\u043A\u0435 \u049B\u043E\u0441\u044B\u04A3\u044B\u0437
55
55
  FORM_PERS_RESET_TITLE=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0442\u044B \u043D\u04B1\u0441\u049B\u0430\u043D\u044B \u049B\u0430\u043B\u043F\u044B\u043D\u0430 \u043A\u0435\u043B\u0442\u0456\u0440\u0443
56
- FORM_PERS_RESET_MESSAGE=\u0411\u0430\u0440\u043B\u044B\u049B UI \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0456\u043D\u0435\u043D \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u044B\u043F, \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043D\u044B \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0442\u044B \u043D\u04B1\u0441\u049B\u0430\u0441\u044B\u043D\u0430 \u049B\u0430\u0439\u0442\u0430\u0440\u0443 \u043A\u0435\u0440\u0435\u043A \u043F\u0435?
56
+ FORM_PERS_RESET_MESSAGE=\u0411\u0430\u0440\u043B\u044B\u049B UI \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0456\u043D\u0435\u043D \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u044B\u043F, \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043D\u044B \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0442\u044B \u043D\u04B1\u0441\u049B\u0430\u0441\u044B\u043D\u0430 \u049B\u0430\u0439\u0442\u0430\u0440\u0443 \u043A\u0435\u0440\u0435\u043A \u043F\u0435?
57
57
  FORM_PERS_RESET_MESSAGE_PERSONALIZATION=\u0411\u0430\u0440\u043B\u044B\u049B \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u044F \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u04E9\u0437\u0433\u0435\u0440\u0442\u0443\u043B\u0435\u0440\u0456\u04A3\u0456\u0437\u0434\u0456 \u0436\u043E\u0439\u044B\u043F, \u049B\u043E\u043B\u0430\u043D\u0431\u0430\u043D\u044B \u049B\u0430\u0439\u0442\u0430 \u043E\u0440\u043D\u0430\u0442\u0443 \u043A\u0435\u0440\u0435\u043A \u043F\u0435?
58
58
  MSG_LREP_TRANSFER_ERROR=\u041A\u0435\u0448\u0456\u0440\u0456\u04A3\u0456\u0437, \u0442\u0435\u0445\u043D\u0438\u043A\u0430\u043B\u044B\u049B \u049B\u0430\u0442\u0435 \u043E\u0440\u044B\u043D \u0430\u043B\u0434\u044B. \u04D8\u0440\u0435\u043A\u0435\u0442\u0442\u0456 \u043A\u0435\u0439\u0456\u043D\u0456\u0440\u0435\u043A \u049B\u0430\u0439\u0442\u0430\u043B\u0430\u04A3\u044B\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 \u04D9\u043A\u0456\u043C\u0448\u0456\u0433\u0435 \u0445\u0430\u0431\u0430\u0440\u043B\u0430\u0441\u044B\u04A3\u044B\u0437.
59
59
  MSG_ERROR_REASON=\u0421\u0435\u0431\u0435\u043F\:\n{0}
@@ -1,5 +1,5 @@
1
1
 
2
- SERVICE_NAME=UI adaptacija
2
+ SERVICE_NAME=Vartotojo s\u0105sajos adaptacija
3
3
  TOOLBAR_TITLE=Adaptuoti UI
4
4
  TOOLBAR_TITLE_PERSONALIZE=Personalizuoti program\u0105
5
5
  BTN_EXIT=\u012Era\u0161yti ir i\u0161eiti
@@ -25,7 +25,7 @@ CTX_VARIANT_SET_TITLE=Tetapkan Tajuk
25
25
  CTX_VARIANT_MANAGE=Uruskan Paparan
26
26
  BTN_FREP_OK=OK
27
27
  BTN_FREP_REMOVE=Keluarkan
28
- BTN_FREP_CANCEL=Batalkan
28
+ BTN_FREP_CANCEL=Batal
29
29
  BTN_FREP_CCF=Cipta medan tersuai, perkaitan atau logik
30
30
  LBL_FREP=adalah {0}
31
31
  HEADER_SETTINGS=Tetapan
@@ -35,7 +35,7 @@ BTN_MANAGE_APPS_TXT=Uruskan Varian Aplikasi
35
35
  BTN_SAVE_AS=Simpan Sebagai
36
36
  TOOLTIP_SAVE_AS=Cipta Varian Aplikasi Baru
37
37
  BTN_UNDO=Buat Asal
38
- BTN_REDO=Buat semula
38
+ BTN_REDO=Buat Semula
39
39
  BTN_PUBLISH=Menerbitkan
40
40
  BTN_RESTORE=Set Semula
41
41
  BTN_TRANSPORT=Hantar
@@ -76,8 +76,8 @@ MSG_MANAGE_APPS_FAILED=Maaf, paparan keseluruhan varian aplikasi tidak tersedia
76
76
  APP_VARIANT_DIALOG_SAVE=Simpan
77
77
  TOOLTIP_APP_VARIANT_DIALOG_SAVE=Simpan
78
78
  APP_VARIANT_DIALOG_CLOSE=Tutup
79
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Batalkan
80
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Batalkan
79
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Batal
80
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Batal
81
81
  CREATE_APP_VARIANT_DIALOG_TITLE=Simpan sebagai Varian Aplikasi Baru
82
82
  APP_DIALOG_TITLE_TEXT=Tajuk
83
83
  APP_DIALOG_SUB_TITLE_TEXT=Subtajuk
@@ -34,7 +34,7 @@ BTN_SHARE=Frigi
34
34
  BTN_MANAGE_APPS_TXT=Administrer appvarianter
35
35
  BTN_SAVE_AS=Lagre som
36
36
  TOOLTIP_SAVE_AS=Opprett ny appvariant
37
- BTN_UNDO=Tilbakestill
37
+ BTN_UNDO=Angre
38
38
  BTN_REDO=Gjenta
39
39
  BTN_PUBLISH=Publiser
40
40
  BTN_RESTORE=Gjenopprett
@@ -118,7 +118,7 @@ MSG_APP_VARIANT_ID=ID varijante aplikacije\: {0}
118
118
  MSG_TECHNICAL_ERROR=Gre\u0161ka\: {0}
119
119
  APP_VARIANT_OVERVIEW_DIALOG_TITLE=Pregled varijanti aplikacije
120
120
  APP_VARIANT_TILE_ARIA_LABEL=Prethodni prikaz Fiori podekrana
121
- MENU_ITEM_KEY_USER=Za klju\u010Dnog korisnika
121
+ MENU_ITEM_KEY_USER=Za profesionalnog korisnika
122
122
  MENU_ITEM_SAP_DEVELOPER=Za SAP razvija\u010Da
123
123
  HEADER_DEPENDENCY_ERROR=Gre\u0161ka
124
124
  MSG_DEPENDENCY_ERROR=Na\u017Ealost, promena se ne mo\u017Ee primeniti na korisni\u010Dki interfejs. Ponovo postavite korisni\u010Dki interfejs na prvobitno stanje i ponovo kreirajte promene. Pa\u017Enja\: ovim \u0107e se poni\u0161titi sve promene korisnika na ovoj aplikaciji. Umesto toga, mo\u017Eete se obratiti SAP podr\u0161ci tako \u0161to \u0107ete kreirati prijavu problema za komponentu CA-UI5-FL-RTA.
@@ -25,7 +25,7 @@ CTX_VARIANT_SET_TITLE=Nastavitev naslova
25
25
  CTX_VARIANT_MANAGE=Upravljanje prikazov
26
26
  BTN_FREP_OK=OK
27
27
  BTN_FREP_REMOVE=Odstranitev
28
- BTN_FREP_CANCEL=Prekinitev
28
+ BTN_FREP_CANCEL=Prekli\u010Di
29
29
  BTN_FREP_CCF=Kreiranje uporabni\u0161ko definiranega polja, asociacije ali logike
30
30
  LBL_FREP=je bilo {0}
31
31
  HEADER_SETTINGS=Nastavitve
@@ -52,8 +52,8 @@ HEADER_TRANSPORT_INAPPLICABLE=Informacija
52
52
  MSG_TRANSPORT_INAPPLICABLE=Vse spremembe UV so \u017Ee vklju\u010Dene v transport.
53
53
  HEADER_TRANSPORT_APPLYSAVE_ERROR=Napaka
54
54
  MSG_TRANSPORT_APPLYSAVE_ERROR=Oprostite, va\u0161ih sprememb za UV trenutno ni mogo\u010De uporabiti ali shraniti. Zapustite prilagoditev UV in znova za\u017Eenite aplikacijo\: {0}
55
- FORM_PERS_RESET_TITLE=Ponastavitev na standardno verzijo
56
- FORM_PERS_RESET_MESSAGE=\u017Delite opustiti vse spremembe UV-ja in ponastaviti aplikacijo na standardno verzijo?
55
+ FORM_PERS_RESET_TITLE=Ponastavitev na standardno razli\u010Dico
56
+ FORM_PERS_RESET_MESSAGE=\u017Delite opustiti vse spremembe UV-ja in ponastaviti aplikacijo na standardno razli\u010Dico?
57
57
  FORM_PERS_RESET_MESSAGE_PERSONALIZATION=\u017Delite zavre\u010Di vse personalizacije in ponastaviti aplikacijo?
58
58
  MSG_LREP_TRANSFER_ERROR=Oprostite, pri\u0161lo je do tehni\u010Dne napake. Prosim, poskusite znova pozneje ali se obrnite na svojega administratorja.
59
59
  MSG_ERROR_REASON=Razlog\:\n{0}
@@ -76,8 +76,8 @@ MSG_MANAGE_APPS_FAILED=Oprostite, pregled variant aplikacije za\u010Dasno ni na
76
76
  APP_VARIANT_DIALOG_SAVE=Shranjevanje
77
77
  TOOLTIP_APP_VARIANT_DIALOG_SAVE=Shranjevanje
78
78
  APP_VARIANT_DIALOG_CLOSE=Zapiranje
79
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Preklic
80
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Preklic
79
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Prekli\u010Di
80
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Prekli\u010Di
81
81
  CREATE_APP_VARIANT_DIALOG_TITLE=Shranjevanje kot nova varianta aplikacije
82
82
  APP_DIALOG_TITLE_TEXT=Naslov
83
83
  APP_DIALOG_SUB_TITLE_TEXT=Podnaslov
@@ -118,7 +118,7 @@ MSG_APP_VARIANT_ID=ID \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0435 \u0
118
118
  MSG_TECHNICAL_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430\: {0}
119
119
  APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435
120
120
  APP_VARIANT_TILE_ARIA_LABEL=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 \u043F\u0440\u0438\u043A\u0430\u0437 Fiori \u043F\u043E\u0434\u0435\u043A\u0440\u0430\u043D\u0430
121
- MENU_ITEM_KEY_USER=\u0417\u0430 \u043A\u0459\u0443\u0447\u043D\u043E\u0433 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u043A\u0430
121
+ MENU_ITEM_KEY_USER=\u0417\u0430 \u043F\u0440\u043E\u0444\u0435\u0441\u0438\u043E\u043D\u0430\u043B\u043D\u043E\u0433 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u043A\u0430
122
122
  MENU_ITEM_SAP_DEVELOPER=\u0417\u0430 SAP \u0440\u0430\u0437\u0432\u0438\u0458\u0430\u0447\u0430
123
123
  HEADER_DEPENDENCY_ERROR=\u0413\u0440\u0435\u0448\u043A\u0430
124
124
  MSG_DEPENDENCY_ERROR=\u041D\u0430\u0436\u0430\u043B\u043E\u0441\u0442, \u043F\u0440\u043E\u043C\u0435\u043D\u0430 \u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u043F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u0438 \u043D\u0430 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441. \u041F\u043E\u043D\u043E\u0432\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441 \u043D\u0430 \u043F\u0440\u0432\u043E\u0431\u0438\u0442\u043D\u043E \u0441\u0442\u0430\u045A\u0435 \u0438 \u043F\u043E\u043D\u043E\u0432\u043E \u043A\u0440\u0435\u0438\u0440\u0430\u0458\u0442\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435. \u041F\u0430\u0436\u045A\u0430\: \u043E\u0432\u0438\u043C \u045B\u0435 \u0441\u0435 \u043F\u043E\u043D\u0438\u0448\u0442\u0438\u0442\u0438 \u0441\u0432\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u043A\u0430 \u043D\u0430 \u043E\u0432\u043E\u0458 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0438. \u0423\u043C\u0435\u0441\u0442\u043E \u0442\u043E\u0433\u0430, \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u0435 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0438 SAP \u043F\u043E\u0434\u0440\u0448\u0446\u0438 \u0442\u0430\u043A\u043E \u0448\u0442\u043E \u045B\u0435\u0442\u0435 \u043A\u0440\u0435\u0438\u0440\u0430\u0442\u0438 \u043F\u0440\u0438\u0458\u0430\u0432\u0443 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0430 \u0437\u0430 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0443 CA-UI5-FL-RTA.
@@ -35,7 +35,7 @@ BTN_MANAGE_APPS_TXT=\u7BA1\u7406\u61C9\u7528\u7A0B\u5F0F\u8B8A\u5F0F
35
35
  BTN_SAVE_AS=\u53E6\u5B58\u65B0\u6A94
36
36
  TOOLTIP_SAVE_AS=\u5EFA\u7ACB\u65B0\u61C9\u7528\u7A0B\u5F0F\u8B8A\u5F0F
37
37
  BTN_UNDO=\u5FA9\u539F
38
- BTN_REDO=\u91CD\u505A
38
+ BTN_REDO=\u53D6\u6D88\u5FA9\u539F
39
39
  BTN_PUBLISH=\u767C\u4F48
40
40
  BTN_RESTORE=\u91CD\u8A2D
41
41
  BTN_TRANSPORT=\u50B3\u8F38
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @class
22
22
  * @extends sap.ui.rta.plugin.Plugin
23
23
  * @author SAP SE
24
- * @version 1.71.71
24
+ * @version 1.71.72
25
25
  * @constructor
26
26
  * @private
27
27
  * @since 1.46
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class The ControlVariant allows propagation of variantManagement key
44
44
  * @extends sap.ui.rta.plugin.Plugin
45
45
  * @author SAP SE
46
- * @version 1.71.71
46
+ * @version 1.71.72
47
47
  * @constructor
48
48
  * @private
49
49
  * @since 1.50
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The CreateContainer allows trigger CreateContainer operations on the overlay
28
28
  * @extends sap.ui.rta.plugin.Plugin
29
29
  * @author SAP SE
30
- * @version 1.71.71
30
+ * @version 1.71.72
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.34
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.dt.plugin.CutPaste
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.71
34
+ * @version 1.71.72
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.dt.plugin.ControlDragDrop
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.71
34
+ * @version 1.71.72
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The EasyAdd Plugin adds an Icon to an Overlay, which allows to trigger add operations directly
26
26
  * @extends sap.ui.rta.plugin.additionalElements.AdditionalElementsPlugin
27
27
  * @author SAP SE
28
- * @version 1.71.71
28
+ * @version 1.71.72
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.48
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class The EasyRemove Plugin adds an Icon to an Overlay, which allows to trigger remove operations directly
24
24
  * @extends sap.ui.rta.plugin.Remove
25
25
  * @author SAP SE
26
- * @version 1.71.71
26
+ * @version 1.71.72
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.48
@@ -37,7 +37,7 @@ function(
37
37
  * @extends sap.ui.dt.Plugin
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.71
40
+ * @version 1.71.72
41
41
  *
42
42
  * @constructor
43
43
  * @private
@@ -35,7 +35,7 @@ function(
35
35
  * The RTAElementMover is responsible for the RTA specific adaptation of element movements.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.71.71
38
+ * @version 1.71.72
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class The Remove allows trigger remove operations on the overlay
30
30
  * @extends sap.ui.rta.plugin.Plugin
31
31
  * @author SAP SE
32
- * @version 1.71.71
32
+ * @version 1.71.72
33
33
  * @constructor
34
34
  * @private
35
35
  * @since 1.34
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.rta.plugin.Plugin
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.71
31
+ * @version 1.71.72
32
32
  *
33
33
  * @constructor
34
34
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * Provides Rename handling functionality
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.71.71
33
+ * @version 1.71.72
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -32,7 +32,7 @@ function (
32
32
  * @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
33
33
  * @extends sap.ui.rta.plugin.Plugin
34
34
  * @author SAP SE
35
- * @version 1.71.71
35
+ * @version 1.71.72
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.34
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The Settings allows trigger change of settings operations on the overlay
26
26
  * @extends sap.ui.rta.plugin.Plugin
27
27
  * @author SAP SE
28
- * @version 1.71.71
28
+ * @version 1.71.72
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.44
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @extends sap.ui.rta.plugin.Plugin
25
25
  * @author SAP SE
26
- * @version 1.71.71
26
+ * @version 1.71.72
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.46
@@ -32,7 +32,7 @@ function (
32
32
  * @extends sap.ui.rta.plugin.Plugin
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.71
35
+ * @version 1.71.72
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @class Context - Dialog for available Fields in Runtime Authoring
63
63
  * @extends sap.ui.base.ManagedObject
64
64
  * @author SAP SE
65
- * @version 1.71.71
65
+ * @version 1.71.72
66
66
  * @constructor
67
67
  * @private
68
68
  * @since 1.44
@@ -188,7 +188,7 @@ sap.ui.define([
188
188
  * @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
189
189
  * @extends sap.ui.rta.plugin.Plugin
190
190
  * @author SAP SE
191
- * @version 1.71.71
191
+ * @version 1.71.72
192
192
  * @constructor
193
193
  * @private
194
194
  * @since 1.44
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @author SAP SE
26
26
  * @experimental Since 1.58
27
27
  * @since 1.58
28
- * @version 1.71.71
28
+ * @version 1.71.72
29
29
  * @private
30
30
  * @ui5-restricted
31
31
  *
@@ -30,7 +30,7 @@ function (
30
30
  * @author SAP SE
31
31
  * @experimental Since 1.58
32
32
  * @since 1.58
33
- * @version 1.71.71
33
+ * @version 1.71.72
34
34
  * @private
35
35
  * @ui5-restricted
36
36
  */
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @author SAP SE
35
35
  * @experimental Since 1.56
36
36
  * @since 1.56
37
- * @version 1.71.71
37
+ * @version 1.71.72
38
38
  * @private
39
39
  * @ui5-restricted
40
40
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @author SAP SE
29
29
  * @experimental Since 1.58
30
30
  * @since 1.58
31
- * @version 1.71.71
31
+ * @version 1.71.72
32
32
  * @private
33
33
  * @ui5-restricted
34
34
  */
@@ -15,7 +15,7 @@ sap.ui.define(function () {
15
15
  * @author SAP SE
16
16
  * @experimental Since 1.58
17
17
  * @since 1.58
18
- * @version 1.71.71
18
+ * @version 1.71.72
19
19
  * @private
20
20
  * @ui5-restricted
21
21
  */
@@ -44,7 +44,7 @@ function(
44
44
  * @extends sap.ui.rta.toolbar.Base
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.71.71
47
+ * @version 1.71.72
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * @extends sap.m.HBox
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.71.71
27
+ * @version 1.71.72
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -32,7 +32,7 @@ function(
32
32
  * @extends sap.ui.rta.toolbar.Adaptation
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.71
35
+ * @version 1.71.72
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -22,7 +22,7 @@ function(
22
22
  * @extends sap.ui.rta.toolbar.Base
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.71
25
+ * @version 1.71.72
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -20,7 +20,7 @@ function(
20
20
  * @extends sap.ui.rta.toolbar.Adaptation
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.71
23
+ * @version 1.71.72
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -44,7 +44,7 @@ function (
44
44
  * Constructor for a new sap.ui.rta.util.PopupManager
45
45
  * @extends sap.ui.base.ManagedObject
46
46
  * @author SAP SE
47
- * @version 1.71.71
47
+ * @version 1.71.72
48
48
  * @constructor
49
49
  * @private
50
50
  * @since 1.48
@@ -19,7 +19,7 @@ function(
19
19
  *
20
20
  * @extends sap.ui.core.EventBus
21
21
  * @author SAP SE
22
- * @version 1.71.71
22
+ * @version 1.71.72
23
23
  * @private
24
24
  * @since 1.56.0
25
25
  * @alias sap.ui.rta.util.ServiceEventBus