@openui5/sap.ui.rta 1.84.50 → 1.84.52

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 (94) 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_fr_CA.properties +2 -2
  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/ControlVariantDuplicate.js +1 -1
  20. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  21. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  22. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  23. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  24. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  25. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  26. package/src/sap/ui/rta/command/Move.js +1 -1
  27. package/src/sap/ui/rta/command/Property.js +1 -1
  28. package/src/sap/ui/rta/command/Remove.js +1 -1
  29. package/src/sap/ui/rta/command/Rename.js +1 -1
  30. package/src/sap/ui/rta/command/Reveal.js +1 -1
  31. package/src/sap/ui/rta/command/Settings.js +1 -1
  32. package/src/sap/ui/rta/command/Split.js +1 -1
  33. package/src/sap/ui/rta/command/Stack.js +1 -1
  34. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  35. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  36. package/src/sap/ui/rta/library.js +2 -2
  37. package/src/sap/ui/rta/messagebundle_bg.properties +3 -3
  38. package/src/sap/ui/rta/messagebundle_ca.properties +3 -3
  39. package/src/sap/ui/rta/messagebundle_da.properties +1 -1
  40. package/src/sap/ui/rta/messagebundle_de.properties +11 -11
  41. package/src/sap/ui/rta/messagebundle_es.properties +11 -11
  42. package/src/sap/ui/rta/messagebundle_fi.properties +1 -1
  43. package/src/sap/ui/rta/messagebundle_fr.properties +10 -10
  44. package/src/sap/ui/rta/messagebundle_fr_CA.properties +20 -20
  45. package/src/sap/ui/rta/messagebundle_hr.properties +13 -13
  46. package/src/sap/ui/rta/messagebundle_hu.properties +1 -1
  47. package/src/sap/ui/rta/messagebundle_id.properties +6 -6
  48. package/src/sap/ui/rta/messagebundle_it.properties +33 -33
  49. package/src/sap/ui/rta/messagebundle_ja.properties +4 -4
  50. package/src/sap/ui/rta/messagebundle_kk.properties +6 -6
  51. package/src/sap/ui/rta/messagebundle_ko.properties +6 -6
  52. package/src/sap/ui/rta/messagebundle_lt.properties +1 -1
  53. package/src/sap/ui/rta/messagebundle_ms.properties +3 -3
  54. package/src/sap/ui/rta/messagebundle_no.properties +1 -1
  55. package/src/sap/ui/rta/messagebundle_sh.properties +2 -2
  56. package/src/sap/ui/rta/messagebundle_sl.properties +18 -18
  57. package/src/sap/ui/rta/messagebundle_sr.properties +2 -2
  58. package/src/sap/ui/rta/messagebundle_vi.properties +5 -5
  59. package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -1
  60. package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
  61. package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
  62. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  63. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  64. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  65. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  66. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  67. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  68. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  69. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  70. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  71. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  72. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  73. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  74. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  75. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  76. package/src/sap/ui/rta/plugin/Split.js +1 -1
  77. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  78. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  79. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  80. package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
  81. package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
  82. package/src/sap/ui/rta/service/Action.js +1 -1
  83. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  84. package/src/sap/ui/rta/service/Outline.js +1 -1
  85. package/src/sap/ui/rta/service/Property.js +1 -1
  86. package/src/sap/ui/rta/service/Selection.js +1 -1
  87. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  88. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  89. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  90. package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
  91. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  92. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  93. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  94. 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.84.50",
3
+ "version": "1.84.52",
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.84.50",
18
- "@openui5/sap.ui.core": "1.84.50",
19
- "@openui5/sap.ui.dt": "1.84.50",
20
- "@openui5/sap.ui.fl": "1.84.50",
21
- "@openui5/sap.ui.layout": "1.84.50"
17
+ "@openui5/sap.m": "1.84.52",
18
+ "@openui5/sap.ui.core": "1.84.52",
19
+ "@openui5/sap.ui.dt": "1.84.52",
20
+ "@openui5/sap.ui.fl": "1.84.52",
21
+ "@openui5/sap.ui.layout": "1.84.52"
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.84.50</version>
9
+ <version>1.84.52</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.84.50
60
+ * @version 1.84.52
61
61
  * @private
62
62
  * @ui5-restricted
63
63
  */
@@ -145,7 +145,7 @@ function(
145
145
  * @class The runtime authoring allows to adapt the fields of a running application.
146
146
  * @extends sap.ui.base.ManagedObject
147
147
  * @author SAP SE
148
- * @version 1.84.50
148
+ * @version 1.84.52
149
149
  * @constructor
150
150
  * @private
151
151
  * @since 1.30
@@ -42,7 +42,7 @@ function(
42
42
  * @class Utility functionality to work with controls, e.g. iterate through aggregations, find parents, etc.
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.84.50
45
+ * @version 1.84.52
46
46
  *
47
47
  * @private
48
48
  * @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.84.50
27
+ * @version 1.84.52
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -1,9 +1,9 @@
1
1
 
2
2
  MAA_DIALOG_ICON=Ic\u00F4ne
3
3
  MAA_DIALOG_DESCRIPTION=Description
4
- MAA_DIALOG_COPY_ID_ACTION=Copier l'action d'ID
4
+ MAA_DIALOG_COPY_ID_ACTION=Action Copier l'ID
5
5
  MAA_DIALOG_ADAPT_UI_ACTION=Adapter l'action d'IU
6
- MAA_DIALOG_SAVE_AS_ACTION=Enregistrer en tant qu'action
6
+ MAA_DIALOG_SAVE_AS_ACTION=Action Enregistrer sous
7
7
  MAA_DIALOG_ACTIONS=Actions
8
8
  MAA_DIALOG_DELETE_APPVAR=Supprimer la variante d'application
9
9
  MAA_DIALOG_ADAPT_UI=Adapter l'IU
@@ -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.84.50
19
+ * @version 1.84.52
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.75
@@ -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.84.50
17
+ * @version 1.84.52
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.78
@@ -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.84.50
19
+ * @version 1.84.52
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.rta.command.FlexCommand
26
26
  * @author SAP SE
27
- * @version 1.84.50
27
+ * @version 1.84.52
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.76
@@ -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.84.50
24
+ * @version 1.84.52
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.84.50
16
+ * @version 1.84.52
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.84.50
29
+ * @version 1.84.52
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.84.50
19
+ * @version 1.84.52
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -432,7 +432,7 @@ function(
432
432
  * @extends sap.ui.base.ManagedObject
433
433
  *
434
434
  * @author SAP SE
435
- * @version 1.84.50
435
+ * @version 1.84.52
436
436
  *
437
437
  * @constructor
438
438
  * @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.84.50
22
+ * @version 1.84.52
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.84.50
23
+ * @version 1.84.52
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.84.50
23
+ * @version 1.84.52
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.84.50
19
+ * @version 1.84.52
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.84.50
23
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.rta.command.BaseCommand
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.84.50
32
+ * @version 1.84.52
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * @extends sap.ui.base.ManagedObject
31
31
  * @author SAP SE
32
- * @version 1.84.50
32
+ * @version 1.84.52
33
33
  * @constructor
34
34
  * @private
35
35
  * @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.84.50
20
+ * @version 1.84.52
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.84.50
19
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
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.84.50
15
+ * @version 1.84.52
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.84.50
17
+ * @version 1.84.52
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.84.50
62
+ * @version 1.84.52
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.84.50
20
+ * @version 1.84.52
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * E.g. <code>controlEnablingCheck.only("Remove");</code>
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.84.50
54
+ * @version 1.84.52
55
55
  *
56
56
  * @static
57
57
  * @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.84.50
26
+ * @version 1.84.52
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.84.50",
35
+ version: "1.84.52",
36
36
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
37
37
  types: [
38
38
  ],
@@ -45,7 +45,7 @@ TIT_VERSION_TITLE_DIALOG=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\
45
45
  TIT_REACTIVATE_VERSION_TITLE_DIALOG=\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
46
46
  TXT_VERSION_TITLE_INPUT_PLACEHOLDER=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
47
47
  BUT_VERSION_TITLE_DIALOG_CONFIRM=\u041F\u043E\u0442\u0432\u044A\u0440\u0436\u0434\u0435\u043D\u0438\u0435
48
- BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
48
+ BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
49
49
  TOL_ACTIVATE=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
50
50
  TOL_DISCARD_DRAFT=\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043D\u0435 \u043D\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430\u0442\u0430
51
51
  TIT_SWITCH_VERSION_DIALOG=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
@@ -88,8 +88,8 @@ MSG_MANAGE_APPS_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u
88
88
  APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
89
89
  TOOLTIP_APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
90
90
  APP_VARIANT_DIALOG_CLOSE=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
91
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
92
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043C\u044F\u043D\u0430
91
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
92
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
93
93
  CREATE_APP_VARIANT_DIALOG_TITLE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u043D\u043E\u0432 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
94
94
  APP_DIALOG_TITLE_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
95
95
  APP_DIALOG_SUB_TITLE_TEXT=\u041F\u043E\u0434\u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
@@ -12,7 +12,7 @@ CTX_GROUP_FIELDS=Combinar
12
12
  CTX_UNGROUP_FIELDS=Compartir
13
13
  CTX_CREATE_CONTAINER=Crear\: {0}
14
14
  TITLE_CREATE_CONTAINER=Nou\: {0}
15
- CTX_RENAME=Reanomenar
15
+ CTX_RENAME=Canviar nom
16
16
  CTX_SETTINGS=Configuracions
17
17
  CTX_VARIANT_SWITCH=Canviar vistes
18
18
  CTX_VARIANT_DUPLICATE=Duplicar
@@ -28,8 +28,8 @@ HEADER_ADDITIONAL_ELEMENTS=Contingut disponible\: {0}
28
28
  BTN_MANAGE_APPS_TXT=Gestionar variants d\u2019aplicaci\u00F3
29
29
  BTN_SAVE_AS=Desar com a
30
30
  TOOLTIP_SAVE_AS=Crear nova variant d\u2019aplicaci\u00F3
31
- BTN_UNDO=Reinicialitzar
32
- BTN_REDO=Repetir
31
+ BTN_UNDO=Desfer
32
+ BTN_REDO=Refer
33
33
  BTN_PUBLISH=Publicar
34
34
  BTN_RESTORE=Reinicialitzar
35
35
  BTN_ADAPTATION=Ajust d'IU
@@ -146,7 +146,7 @@ MSG_NO_FLEX_ENABLED_FLAG=Din app er ikke aktiveret til UI-tilpasning. Kontroller
146
146
 
147
147
  IFRAME_ADDIFRAME_DIALOG_TITLE=Definer integreret indhold
148
148
  IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Opdater integreret indhold
149
- IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5 iFrame
149
+ IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5 IFrame
150
150
  IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=Bredde
151
151
  IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=Enhed for bredde
152
152
  IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=H\u00F8jde
@@ -63,7 +63,7 @@ FORM_PERS_RESET_MESSAGE_PERSONALIZATION=Wollen Sie alle Personalisierungen verwe
63
63
  MSG_LREP_TRANSFER_ERROR=Leider ist ein technischer Fehler aufgetreten. Bitte versuchen Sie es sp\u00E4ter erneut oder wenden Sie sich an Ihren Administrator.
64
64
  MSG_ERROR_REASON=Ursache\:\n{0}
65
65
  MSG_UNSAVED_CHANGES=Wenn Sie best\u00E4tigen, gehen Ihre UI-\u00C4nderungen verloren. Um die \u00C4nderungen zu sichern, schlie\u00DFen Sie dieses Dialogfenster und beenden Sie den UI-Anpassungsmodus.
66
- MSG_NO_FIELDS=Keine weiterer Content verf\u00FCgbar
66
+ MSG_NO_FIELDS=Kein weiterer Content verf\u00FCgbar
67
67
  HEADER_PERSONALIZATION_EXISTS=Information
68
68
  MSG_PERSONALIZATION_EXISTS=Sie haben die App personalisiert. Im UI-Anpassungsmodus wird die App ohne die \u00C4nderungen an Ihrer Personalisierung neu geladen.
69
69
  MSG_NAVIGATION_MODE_CHANGES_WARNING=Im Navigationsmodus vorgenommene \u00C4nderungen an der Benutzeroberfl\u00E4che werden verworfen, wenn Sie Sichern und beenden w\u00E4hlen.
@@ -98,20 +98,20 @@ APP_DIALOG_ICON_TEXT=Symbol
98
98
  BLANK_DUPLICATE_TITLE_TEXT=Benennungsfehler
99
99
  RENAME_ERROR_TITLE=Fehler beim Umbenennen
100
100
  RENAME_EMPTY_ERROR_TEXT=Sie k\u00F6nnen den Namen nicht mit einem leeren Wert ersetzen. Bitte geben Sie einen Text ein.
101
- RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten.Bitte w\u00E4hlen Sie einen anderen Namen.
101
+ RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten. Bitte w\u00E4hlen Sie einen anderen Namen.
102
102
  APP_VARIANT_ICON_SELECT_ICON=Symbol ausw\u00E4hlen
103
103
  APP_VARIANT_ICON_NO_DATA=Kein Symbol gefunden.
104
104
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Die neue App-Variante wurde gesichert.
105
- 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.
105
+ 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.
106
106
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Sie werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
107
- 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}).
108
- 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}).
107
+ 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}).
108
+ 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}).
109
109
  HEADER_SAVE_APP_VARIANT_FAILED=Fehler
110
- MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
110
+ MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
111
111
  MSG_SAVE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gesichert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
112
112
  MSG_UPDATE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht aktualisiert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
113
113
  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\:
114
- 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.
114
+ 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.
115
115
  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\:
116
116
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Titel eingeben
117
117
  MSG_APP_VARIANT_FEATURE_FAILED=Das App-Varianten-Feature ist derzeit nicht verf\u00FCgbar. Bitte wenden Sie sich an Ihren Administrator\: {0}
@@ -123,14 +123,14 @@ SAVE_APP_VARIANT_COPY_ID_TEXT=ID kopieren und schlie\u00DFen
123
123
  MSG_APP_VARIANT_ID=App-Varianten-ID\: {0}
124
124
  MSG_TECHNICAL_ERROR=Fehler\: {0}
125
125
  APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u00DCbersicht der App-Varianten
126
- APP_VARIANT_TILE_ARIA_LABEL=Fiori-Kachelvorschau
126
+ APP_VARIANT_TILE_ARIA_LABEL=SAP-Fiori-Kachelvorschau
127
127
  MENU_ITEM_KEY_USER=F\u00FCr Key-User
128
128
  MENU_ITEM_SAP_DEVELOPER=F\u00FCr SAP-Entwickler
129
- 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.
129
+ 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.
130
130
 
131
131
  DELETE_APP_VARIANT_SUCCESS_MESSAGE=App-Variante (ID\: {0}) wurde gel\u00F6scht.
132
132
  DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=App-Variante (ID\: {0}) wurde gel\u00F6scht. Laden Sie die Startseite neu, um die Kachel vom Launchpad zu entfernen.
133
- MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
133
+ MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
134
134
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
135
135
  DELETE_APP_VARIANT_OK_TEXT=OK
136
136
  DELETE_APP_VARIANT_CLOSE_TEXT=Schlie\u00DFen
@@ -142,7 +142,7 @@ MSG_CATALOGS_LOCKED=Die App-Variante konnte leider nicht gel\u00F6scht wurden. V
142
142
 
143
143
  MSG_UNSTABLE_ID_FOUND=Einige Ihrer Controls haben keine stabilen IDs. Verwenden Sie den Support-Assistenten zum Identifizieren der betroffenen Controls, wie es unter https\://ui5.sap.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck beschrieben ist, und setzten Sie die IDs. (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Sie sollten die IDs aber so bald wie m\u00F6glich setzen.)
144
144
 
145
- MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen unter https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af. (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Die Funktionsf\u00E4higkeit ist nicht betroffen, aber Sie sollten sich darum so schnell wie m\u00F6glich k\u00FCmmern.)
145
+ MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen [hier](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af). (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Die Funktionsf\u00E4higkeit ist nicht betroffen, aber Sie sollten sich darum so schnell wie m\u00F6glich k\u00FCmmern.)
146
146
 
147
147
  IFRAME_ADDIFRAME_DIALOG_TITLE=Eingebetteten Inhalt definieren
148
148
  IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Eingebetteten Inhalt aktualisieren
@@ -4,7 +4,7 @@ BTN_EXIT=Grabar y finalizar
4
4
  BTN_DONE=Finalizado
5
5
  CTX_REMOVE=Eliminar
6
6
  CTX_REMOVE_TITLE=Eliminar
7
- CTX_ADD_ELEMENTS=A\u00F1adir\: {0}
7
+ CTX_ADD_ELEMENTS=Agregar\: {0}
8
8
  MULTIPLE_CONTROL_NAME=Contenido
9
9
  CTX_CUT=Cortar
10
10
  CTX_PASTE=Insertar
@@ -12,13 +12,13 @@ CTX_GROUP_FIELDS=Agrupar
12
12
  CTX_UNGROUP_FIELDS=Desagrupar
13
13
  CTX_CREATE_CONTAINER=Crear\: {0}
14
14
  TITLE_CREATE_CONTAINER=Nuevo\: {0}
15
- CTX_RENAME=Renombrar
15
+ CTX_RENAME=Cambiar nombre
16
16
  CTX_SETTINGS=Opciones
17
17
  CTX_VARIANT_SWITCH=Cambiar vistas
18
18
  CTX_VARIANT_DUPLICATE=Duplicar
19
19
  CTX_VARIANT_SET_TITLE=Fijar t\u00EDtulo
20
20
  CTX_VARIANT_MANAGE=Gestionar vistas
21
- CTX_ADDXML_AT_EXTENSIONPOINT=A\u00F1adir fragmento en punto de extensi\u00F3n
21
+ CTX_ADDXML_AT_EXTENSIONPOINT=Agregar fragmento en punto de extensi\u00F3n
22
22
  BTN_FREP_OK=OK
23
23
  BTN_FREP_REMOVE=Eliminar
24
24
  BTN_FREP_CANCEL=Cancelar
@@ -28,8 +28,8 @@ HEADER_ADDITIONAL_ELEMENTS=Contenido disponible\: {0}
28
28
  BTN_MANAGE_APPS_TXT=Gestionar variantes de aplicaci\u00F3n
29
29
  BTN_SAVE_AS=Grabar como
30
30
  TOOLTIP_SAVE_AS=Crear nueva variante de aplicaci\u00F3n
31
- BTN_UNDO=Reinicializar
32
- BTN_REDO=Repetir
31
+ BTN_UNDO=Deshacer
32
+ BTN_REDO=Rehacer
33
33
  BTN_PUBLISH=Publicar
34
34
  BTN_RESTORE=Reinicializar
35
35
  BTN_ADAPTATION=Ajuste de IU
@@ -104,8 +104,8 @@ APP_VARIANT_ICON_NO_DATA=No se ha encontrado ning\u00FAn icono.
104
104
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Se ha grabado la nueva variante de aplicaci\u00F3n.
105
105
  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.
106
106
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Se le notificar\u00E1 cuando el nuevo mosaico est\u00E9 disponible.
107
- 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}).
108
- 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}).
107
+ 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}).
108
+ 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}).
109
109
  HEADER_SAVE_APP_VARIANT_FAILED=Error
110
110
  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
111
  MSG_SAVE_APP_VARIANT_FAILED=No se ha podido grabar la variante de aplicaci\u00F3n. Env\u00EDe la siguiente informaci\u00F3n t\u00E9cnica al administrador\:
@@ -117,7 +117,7 @@ SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Indicar t\u00EDtulo
117
117
  MSG_APP_VARIANT_FEATURE_FAILED=La funci\u00F3n de variantes de aplicaci\u00F3n temporalmente no est\u00E1 disponible. P\u00F3ngase en contacto con el administrador\: {0}
118
118
  MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=El nuevo mosaico est\u00E1 disponible. Para visualizarlo, actualice el navegador.
119
119
  SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=Informaci\u00F3n
120
- SAVE_APP_VARIANT_OK_TEXT=Aceptar
120
+ SAVE_APP_VARIANT_OK_TEXT=OK
121
121
  SAVE_APP_VARIANT_CLOSE_TEXT=Cerrar
122
122
  SAVE_APP_VARIANT_COPY_ID_TEXT=Copiar ID y cerrar
123
123
  MSG_APP_VARIANT_ID=ID de variante de aplicaci\u00F3n\: {0}
@@ -132,7 +132,7 @@ DELETE_APP_VARIANT_SUCCESS_MESSAGE=Variante de aplicaci\u00F3n (ID\: {0}) borrad
132
132
  DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=Variante de aplicaci\u00F3n (ID\: {0}) borrada. Para eliminar el mosaico de la rampa de lanzamiento, vuelva a cargar la p\u00E1gina de inicio.
133
133
  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.
134
134
  DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Informaci\u00F3n
135
- DELETE_APP_VARIANT_OK_TEXT=Aceptar
135
+ DELETE_APP_VARIANT_OK_TEXT=OK
136
136
  DELETE_APP_VARIANT_CLOSE_TEXT=Cerrar
137
137
  BUSINESS_CONTEXT_TITLE=Contextos empresariales disponibles\:
138
138
  MSG_NO_BUSINESS_CONTEXTS=Ninguno
@@ -164,11 +164,11 @@ IFRAME_ADDIFRAME_DIALOG_BUTTON_SHOW_PREVIEW=Mostrar vista previa
164
164
  IFRAME_ADDIFRAME_DIALOG_BUTTON_UPDATE_PREVIEW=Actualizar vista previa
165
165
  IFRAME_ADDIFRAME_DIALOG_BUTTON_PREVIEW_MESSAGE=Seleccione Mostrar vista previa para mostrar el contenido integrado. Si no se visualiza nada, verifique el URL.
166
166
  IFRAME_ADDIFRAME_DIALOG_EDIT_URL_LABEL=URL (hacer clic para editar manualmente)
167
- IFRAME_ADDIFRAME_DIALOG_PARAMETERS_LABEL=Valores disponibles (hacer clic para a\u00F1adir al URL)
167
+ IFRAME_ADDIFRAME_DIALOG_PARAMETERS_LABEL=Valores disponibles (hacer clic para agregar a la URL)
168
168
  IFRAME_ADDIFRAME_DIALOG_TABLE_PARAMETER_LABEL=Par\u00E1metro
169
169
  IFRAME_ADDIFRAME_DIALOG_TABLE_UI_VALUE_LABEL=Ejemplo de valor
170
170
  IFRAME_ADDIFRAME_DIALOG_PARAMETER_SEARCH_LABEL=Buscar par\u00E1metros
171
- IFRAME_ADDIFRAME_DIALOG_URL_WARNING_TEXT=Los URLs utilizados aqu\u00ED son obligatorios para cumplir ciertas precondiciones y no funcionar\u00E1n sin ellos.
171
+ IFRAME_ADDIFRAME_DIALOG_URL_WARNING_TEXT=Los URL utilizados aqu\u00ED son obligatorios para cumplir ciertas precondiciones y no funcionar\u00E1n sin ellos.
172
172
  IFRAME_ADDIFRAME_DIALOG_URL_WARNING_LINKTEXT=Leer m\u00E1s
173
173
 
174
174
  TXT_CHANGEVISUALIZATION_CHANGE_RENAME=El nombre se ha modificado a {0}
@@ -1,5 +1,5 @@
1
1
 
2
- SERVICE_NAME=UI\:n mukautus
2
+ SERVICE_NAME=K\u00E4ytt\u00F6liittym\u00E4n mukautus
3
3
  BTN_EXIT=Tallenna ja lopeta
4
4
  BTN_DONE=K\u00E4sitelty
5
5
  CTX_REMOVE=Poista