@sapui5/sap.ui.richtexteditor 1.96.24 → 1.96.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.richtexteditor",
3
- "version": "1.96.24",
3
+ "version": "1.96.25",
4
4
  "description": "SAPUI5 Library sap.ui.richtexteditor",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
8
- <version>1.96.24</version>
8
+ <version>1.96.25</version>
9
9
 
10
10
  <documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
11
11
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.richtexteditor.RTESplitButton
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.24
27
+ * @version 1.96.25
28
28
  */
29
29
  var RTESplitButton = SplitButton.extend("sap.ui.richtexteditor.RTESplitButton", {
30
30
  metadata: {
@@ -37,7 +37,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
37
37
  "sap.ui.richtexteditor.RTESplitButton"
38
38
  ],
39
39
  elements: [],
40
- version: "1.96.24"
40
+ version: "1.96.25"
41
41
  });
42
42
 
43
43
  /**
@@ -1,105 +1,159 @@
1
+ #This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
2
+ #
1
3
 
2
4
 
5
+ #XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
3
6
  CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=Rich Text Editing Options
4
7
 
8
+ #XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
5
9
  RTE_ARIA_LABEL=Rich Text Editor
6
10
 
11
+ #XTOL: Tooltip for bold button
7
12
  BOLD_BUTTON_TOOLTIP=Bold
8
13
 
14
+ #XTOL: Tooltip for italic button
9
15
  ITALIC_BUTTON_TOOLTIP=Italic
10
16
 
17
+ #XTOL: Tooltip for underline button
11
18
  UNDERLINE_BUTTON_TOOLTIP=Underline
12
19
 
20
+ #XTOL: Tooltip for strikethrough button
13
21
  STRIKETHROUGH_BUTTON_TOOLTIP=Strikethrough
14
22
 
23
+ #XTOL: Tooltip for text align menu button
15
24
  TEXTALIGN_BUTTON_TOOLTIP=Align Text
16
25
 
26
+ #XTOL: Tooltip for text formatBlock menu button
17
27
  FORMAT_BUTTON_TOOLTIP=Format
18
28
 
29
+ #XTOL: Heading 1 from formatting menu
19
30
  HEADING1_BUTTON_TEXT=Heading 1
20
31
 
32
+ #XTOL: Heading 2 from formatting menu
21
33
  HEADING2_BUTTON_TEXT=Heading 2
22
34
 
35
+ #XTOL: Heading 3 from formatting menu
23
36
  HEADING3_BUTTON_TEXT=Heading 3
24
37
 
38
+ #XTOL: Heading 4 from formatting menu
25
39
  HEADING4_BUTTON_TEXT=Heading 4
26
40
 
41
+ #XTOL: Heading 5 from formatting menu
27
42
  HEADING5_BUTTON_TEXT=Heading 5
28
43
 
44
+ #XTOL: Heading 6 from formatting menu
29
45
  HEADING6_BUTTON_TEXT=Heading 6
30
46
 
47
+ #XTOL: Paragraph from formatting menu
31
48
  PARAGRAPH_BUTTON_TEXT=Paragraph
32
49
 
50
+ #XTOL: Tooltip for background color button
33
51
  BACKGROUND_COLOR_BUTTON_TOOLTIP=Background Color
34
52
 
53
+ #XTOL: Tooltip for text color button
35
54
  TEXT_COLOR_BUTTON_TOOLTIP=Text Color
36
55
 
56
+ #XTOL: Tooltip for cut button
37
57
  CUT_BUTTON_TOOLTIP=Cut
38
58
 
59
+ #XTOL: Tooltip for copy button
39
60
  COPY_BUTTON_TOOLTIP=Copy
40
61
 
62
+ #XTOL: Tooltip for paste button
41
63
  PASTE_BUTTON_TOOLTIP=Paste
42
64
 
65
+ #XTOL: Tooltip for undo button
43
66
  UNDO_BUTTON_TOOLTIP=Undo
44
67
 
68
+ #XTOL: Tooltip for redo button
45
69
  REDO_BUTTON_TOOLTIP=Redo
46
70
 
71
+ #XTOL: Tooltip for link button
47
72
  LINK_BUTTON_TOOLTIP=Insert/Edit Link
48
73
 
74
+ #XTOL: Tooltip for unlink button
49
75
  UNLINK_BUTTON_TOOLTIP=Remove Link
50
76
 
77
+ #XTOL: Tooltip for insert image button
51
78
  IMAGE_BUTTON_TOOLTIP=Insert/Edit Image
52
79
 
80
+ #XTOL: Tooltip for unordered list button
53
81
  UNORDERED_LIST_BUTTON_TOOLTIP=Bulleted List
54
82
 
83
+ #XTOL: Tooltip for ordered list button
55
84
  ORDERED_LIST_BUTTON_TOOLTIP=Numbered List
56
85
 
86
+ #XTOL: Tooltip for outdent button
57
87
  OUTDENT_BUTTON_TOOLTIP=Decrease Indent
58
88
 
89
+ #XTOL: Tooltip for indent button
59
90
  INDENT_BUTTON_TOOLTIP=Increase Indent
60
91
 
92
+ #XTOL: Tooltip for insert table button
61
93
  TABLE_BUTTON_TOOLTIP=Insert Table
62
94
 
95
+ #XTOL: Description for font family select
63
96
  FONT_FAMILY_TEXT=Font Family
64
97
 
98
+ #XTOL: Description for font size select
65
99
  FONT_SIZE_TEXT=Font Size
66
100
 
101
+ #XTOL: Description for text color button
67
102
  FONT_COLOR_TEXT=Text Color
68
103
 
104
+ #XTOL: Description for text color button
69
105
  BACKGROUND_COLOR_TEXT=Background Color
70
106
 
107
+ #XTOL: Heading for left alignment option from alignment menu
71
108
  TEXTALIGH_LEFT=Left
72
109
 
110
+ #XTOL: Heading for right alignment option from alignment menu
73
111
  TEXTALIGH_RIGHT=Right
74
112
 
113
+ #XTOL: Heading for center alignment option from alignment menu
75
114
  TEXTALIGH_CENTER=Center
76
115
 
116
+ #XTOL: Heading for full alignment option from alignment menu
77
117
  TEXTALIGH_FULL=Justify
78
118
 
119
+ #XFLD: Label for source url input for inserting image
79
120
  INSERT_IMAGE_URL=Source URL
80
121
 
122
+ #XFLD: Label for image description input for inserting image
81
123
  INSERT_IMAGE_DESCRIPTION=Description
82
124
 
125
+ #XFLD: Label for dimensions inputs for inserting content
83
126
  INSERT_CONTENT_DIMENSIONS=Dimensions
84
127
 
128
+ #XCKL: Label for aspect ratio checkbox for inserting image
85
129
  INSERT_IMAGE_RATIO=Maintain Aspect Ratio
86
130
 
131
+ #XBUT: OK button for inserting content dialog
87
132
  DIALOG_OK_BUTTON=OK
88
133
 
134
+ #XBUT: Cancel button for inserting content dialog
89
135
  DIALOG_CANCEL_BUTTON=Cancel
90
136
 
137
+ #XFLD: Label for url input for inserting link
91
138
  INSERT_LINK_URL=URL
92
139
 
140
+ #XFLD: Label for display text input for inserting link
93
141
  INSERT_LINK_DISPLAY_TEXT=Display Text
94
142
 
143
+ #XFLD: Label for title input for inserting link
95
144
  INSERT_LINK_TITLE=Title
96
145
 
146
+ #XLST: Select list item for target none
97
147
  INSERT_LINK_TARGET_NONE=None
98
148
 
149
+ #XLST: Select list item for target new window
99
150
  INSERT_LINK_TARGET_NEW_WINDOW=New Window
100
151
 
152
+ #XFLD: Label for target select for inserting link
101
153
  INSERT_LINK_TARGET=Target
102
154
 
155
+ #XFLD: Label for number of rows input for inserting table
103
156
  INSERT_TABLE_ROWS=Number of Rows\:
104
157
 
158
+ #XFLD: Label for number of cols input for inserting table
105
159
  INSERT_TABLE_COLS=Number of Columns\: