@sapui5/sap.ui.richtexteditor 1.108.21 → 1.108.23
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 +1 -1
- package/src/sap/ui/richtexteditor/.library +1 -1
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_ar.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_bg.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_ca.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_cs.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_cy.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_da.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_de.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_el.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_en.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_es.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_et.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_fi.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_hi.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_hr.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_hu.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_id.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_it.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_iw.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_ja.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_kk.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_lt.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_lv.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_mk.properties +105 -0
- package/src/sap/ui/richtexteditor/messagebundle_ms.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_nl.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_no.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_pl.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_pt.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_ro.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_ru.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +58 -4
- package/src/sap/ui/richtexteditor/messagebundle_sk.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_sl.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +159 -0
- package/src/sap/ui/richtexteditor/messagebundle_sv.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_th.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_tr.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_uk.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_vi.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +54 -0
- package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +54 -0
|
@@ -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=Op\u00E7\u00F5es de edi\u00E7\u00E3o Rich Text
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Editor Rich Text
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Negrito
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=It\u00E1lico
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Sublinhado
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Riscado
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Alinhar texto
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Formatar
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=T\u00EDtulo 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=T\u00EDtulo 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=T\u00EDtulo 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=T\u00EDtulo 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=T\u00EDtulo 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=T\u00EDtulo 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Par\u00E1grafo
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Cor de fundo
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Cor do texto
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Cortar
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copiar
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Inserir
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Desfazer
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Repetir
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Inserir/processar link
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Remover link
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Inserir/processar imagem
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Lista com marcadores
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Lista numerada
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Diminuir recuo
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Aumentar recuo
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Inserir tabela
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Fam\u00EDlia de fontes
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Tamanho da fonte
|
|
66
100
|
|
|
101
|
+
#XTOL: Description for text color button
|
|
67
102
|
FONT_COLOR_TEXT=Cor do texto
|
|
68
103
|
|
|
104
|
+
#XTOL: Description for text color button
|
|
69
105
|
BACKGROUND_COLOR_TEXT=Cor de fundo
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
71
108
|
TEXTALIGH_LEFT=\u00C0 esquerda
|
|
72
109
|
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
73
111
|
TEXTALIGH_RIGHT=\u00C0 direita
|
|
74
112
|
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
75
114
|
TEXTALIGH_CENTER=Centro
|
|
76
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
77
117
|
TEXTALIGH_FULL=Alinhar
|
|
78
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
79
120
|
INSERT_IMAGE_URL=URL de fonte
|
|
80
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
81
123
|
INSERT_IMAGE_DESCRIPTION=Descri\u00E7\u00E3o
|
|
82
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
83
126
|
INSERT_CONTENT_DIMENSIONS=Dimens\u00F5es
|
|
84
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
85
129
|
INSERT_IMAGE_RATIO=Atualizar propor\u00E7\u00E3o da imagem
|
|
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=Cancelar
|
|
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=Texto de exibi\u00E7\u00E3o
|
|
94
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
95
144
|
INSERT_LINK_TITLE=T\u00EDtulo
|
|
96
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
97
147
|
INSERT_LINK_TARGET_NONE=Nenhum
|
|
98
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
99
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Nova janela
|
|
100
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
101
153
|
INSERT_LINK_TARGET=Destino
|
|
102
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
103
156
|
INSERT_TABLE_ROWS=N\u00FAmero de linhas\:
|
|
104
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
105
159
|
INSERT_TABLE_COLS=N\u00FAmero de colunas\:
|
|
@@ -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=Op\u00E7\u00F5es de edi\u00E7\u00E3o de texto formatado
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Editor de texto formatado
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=Negrito
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=It\u00E1lico
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=Sublinhado
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Rasurado
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Alinhar texto
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=Formato
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=Cabe\u00E7alho 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Cabe\u00E7alho 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Cabe\u00E7alho 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Cabe\u00E7alho 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Cabe\u00E7alho 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Cabe\u00E7alho 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Par\u00E1grafo
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Cor de fundo
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Cor do texto
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=Cortar
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copiar
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Colar
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Anular
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Refazer
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Inserir/editar liga\u00E7\u00E3o
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Remover liga\u00E7\u00E3o
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Inserir/editar imagem
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=Lista com marcas
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Lista numerada
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Diminuir avan\u00E7o
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=Aumentar avan\u00E7o
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Inserir tabela
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Fam\u00EDlia de tipos de letra
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=Tamanho de tipo de letra
|
|
66
100
|
|
|
101
|
+
#XTOL: Description for text color button
|
|
67
102
|
FONT_COLOR_TEXT=Cor do texto
|
|
68
103
|
|
|
104
|
+
#XTOL: Description for text color button
|
|
69
105
|
BACKGROUND_COLOR_TEXT=Cor de fundo
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
71
108
|
TEXTALIGH_LEFT=Esquerda
|
|
72
109
|
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
73
111
|
TEXTALIGH_RIGHT=Direita
|
|
74
112
|
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
75
114
|
TEXTALIGH_CENTER=Centrar
|
|
76
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
77
117
|
TEXTALIGH_FULL=Justificar
|
|
78
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
79
120
|
INSERT_IMAGE_URL=URL de origem
|
|
80
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
81
123
|
INSERT_IMAGE_DESCRIPTION=Descri\u00E7\u00E3o
|
|
82
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
83
126
|
INSERT_CONTENT_DIMENSIONS=Dimens\u00F5es
|
|
84
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
85
129
|
INSERT_IMAGE_RATIO=Manter propor\u00E7\u00E3o
|
|
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=Cancelar
|
|
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=Texto de apresenta\u00E7\u00E3o
|
|
94
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
95
144
|
INSERT_LINK_TITLE=T\u00EDtulo
|
|
96
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
97
147
|
INSERT_LINK_TARGET_NONE=Nenhum
|
|
98
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
99
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Nova janela
|
|
100
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
101
153
|
INSERT_LINK_TARGET=Destino
|
|
102
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
103
156
|
INSERT_TABLE_ROWS=N\u00FAmero de linhas\:
|
|
104
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
105
159
|
INSERT_TABLE_COLS=N\u00FAmero de colunas\:
|
|
@@ -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=Op\u021Biuni de editare text formatat
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=Editor text formatat
|
|
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=Subliniere
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=Barat
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=Aliniere 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=Antet 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=Antet 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=Antet 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=Antet 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=Antet 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=Antet 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=Paragraf
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=Culoare de fundal
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=Culoare text
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=T\u0103iere
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=Copiere
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=Lipire
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=Renun\u021Bare
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=Restaurare
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=Inserare/editare leg\u0103tur\u0103
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=Eliminare leg\u0103tur\u0103
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=Inserare/editare imagine
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=List\u0103 cu caractere de enumerare
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=List\u0103 numerotat\u0103
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=Sc\u0103dere indentare
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=M\u0103rire indentare
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=Inserare tabel
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=Familie de fonturi
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=M\u0103rime font
|
|
66
100
|
|
|
101
|
+
#XTOL: Description for text color button
|
|
67
102
|
FONT_COLOR_TEXT=Culoare text
|
|
68
103
|
|
|
104
|
+
#XTOL: Description for text color button
|
|
69
105
|
BACKGROUND_COLOR_TEXT=Culoare de fundal
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
71
108
|
TEXTALIGH_LEFT=St\u00E2nga
|
|
72
109
|
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
73
111
|
TEXTALIGH_RIGHT=Dreapta
|
|
74
112
|
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
75
114
|
TEXTALIGH_CENTER=Centru
|
|
76
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
77
117
|
TEXTALIGH_FULL=Aliniere la margini
|
|
78
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
79
120
|
INSERT_IMAGE_URL=URL surs\u0103
|
|
80
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
81
123
|
INSERT_IMAGE_DESCRIPTION=Descriere
|
|
82
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
83
126
|
INSERT_CONTENT_DIMENSIONS=Dimensiuni
|
|
84
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
85
129
|
INSERT_IMAGE_RATIO=\u00CEntre\u021Binere raport aspect
|
|
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=Anul.
|
|
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=Text afi\u0219are
|
|
94
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
95
144
|
INSERT_LINK_TITLE=Titlu
|
|
96
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
97
147
|
INSERT_LINK_TARGET_NONE=Nimic
|
|
98
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
99
150
|
INSERT_LINK_TARGET_NEW_WINDOW=Fereastr\u0103 nou\u0103
|
|
100
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
101
153
|
INSERT_LINK_TARGET=\u021Aint\u0103
|
|
102
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
103
156
|
INSERT_TABLE_ROWS=Num\u0103r de linii\:
|
|
104
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
105
159
|
INSERT_TABLE_COLS=Num\u0103r de coloane\:
|
|
@@ -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=\u041E\u043F\u0446\u0438\u0438 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0430
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u0416\u0438\u0440\u043D\u044B\u0439
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u041A\u0443\u0440\u0441\u0438\u0432
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u041F\u043E\u0434\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u0417\u0430\u0447\u0435\u0440\u043A\u043D\u0443\u0442\u044B\u0439
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u0412\u044B\u0440\u0430\u0432\u043D\u0438\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u043A\u0441\u0442\u0430
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u0424\u043E\u0440\u043C\u0430\u0442
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u0410\u0431\u0437\u0430\u0446
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u0426\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u0412\u044B\u0440\u0435\u0437\u0430\u0442\u044C
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0448\u0430\u0433
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u041C\u0430\u0440\u043A\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0439 \u0441\u043F\u0438\u0441\u043E\u043A
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u0421\u043F\u0438\u0441\u043E\u043A \u0441 \u043D\u0443\u043C\u0435\u0440\u0430\u0446\u0438\u0435\u0439
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u0423\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u043E\u0442\u0441\u0442\u0443\u043F
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043E\u0442\u0441\u0442\u0443\u043F
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0442\u0430\u0431\u043B\u0438\u0446\u0443
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u0421\u0442\u0438\u043B\u044C \u0448\u0440\u0438\u0444\u0442\u0430
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u0420\u0430\u0437\u043C\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
|
|
66
100
|
|
|
101
|
+
#XTOL: Description for text color button
|
|
67
102
|
FONT_COLOR_TEXT=\u0426\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430
|
|
68
103
|
|
|
104
|
+
#XTOL: Description for text color button
|
|
69
105
|
BACKGROUND_COLOR_TEXT=\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
71
108
|
TEXTALIGH_LEFT=\u0421\u043B\u0435\u0432\u0430
|
|
72
109
|
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
73
111
|
TEXTALIGH_RIGHT=\u0421\u043F\u0440\u0430\u0432\u0430
|
|
74
112
|
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
75
114
|
TEXTALIGH_CENTER=\u041F\u043E \u0446\u0435\u043D\u0442\u0440\u0443
|
|
76
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
77
117
|
TEXTALIGH_FULL=\u0412\u044B\u0440\u0430\u0432\u043D\u0438\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u0444\u043E\u0440\u043C\u0430\u0442\u0443
|
|
78
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
79
120
|
INSERT_IMAGE_URL=URL \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0430
|
|
80
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
81
123
|
INSERT_IMAGE_DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
|
82
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
83
126
|
INSERT_CONTENT_DIMENSIONS=\u0418\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F
|
|
84
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
85
129
|
INSERT_IMAGE_RATIO=\u0412\u0435\u0434\u0435\u043D\u0438\u0435 \u043A\u043E\u044D\u0444\u0444\u0438\u0446\u0438\u0435\u043D\u0442\u0430 \u0430\u0441\u043F\u0435\u043A\u0442\u0430
|
|
86
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
87
132
|
DIALOG_OK_BUTTON=\u041E\u041A
|
|
88
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
89
135
|
DIALOG_CANCEL_BUTTON=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
|
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=\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0442\u0435\u043A\u0441\u0442
|
|
94
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
95
144
|
INSERT_LINK_TITLE=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
|
|
96
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
97
147
|
INSERT_LINK_TARGET_NONE=\u041D\u0435\u0442
|
|
98
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
99
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432\u043E\u0435 \u043E\u043A\u043D\u043E
|
|
100
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
101
153
|
INSERT_LINK_TARGET=\u0426\u0435\u043B\u044C
|
|
102
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
103
156
|
INSERT_TABLE_ROWS=\u0427\u0438\u0441\u043B\u043E \u0441\u0442\u0440\u043E\u043A\:
|
|
104
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
105
159
|
INSERT_TABLE_COLS=\u0427\u0438\u0441\u043B\u043E \u0441\u0442\u043E\u043B\u0431\u0446\u043E\u0432\:
|