wysiwyg-rails 3.2.0 → 3.2.6.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -21
- data/README.md +148 -148
- data/Rakefile +5 -5
- data/app/assets/javascripts/froala_editor.min.js +7 -7
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -7
- data/app/assets/javascripts/languages/ar.js +291 -291
- data/app/assets/javascripts/languages/bs.js +278 -278
- data/app/assets/javascripts/languages/cs.js +284 -284
- data/app/assets/javascripts/languages/da.js +276 -276
- data/app/assets/javascripts/languages/de.js +309 -309
- data/app/assets/javascripts/languages/el.js +284 -284
- data/app/assets/javascripts/languages/en_ca.js +222 -222
- data/app/assets/javascripts/languages/en_gb.js +222 -222
- data/app/assets/javascripts/languages/es.js +289 -270
- data/app/assets/javascripts/languages/et.js +278 -278
- data/app/assets/javascripts/languages/fa.js +278 -278
- data/app/assets/javascripts/languages/fi.js +278 -278
- data/app/assets/javascripts/languages/fr.js +299 -299
- data/app/assets/javascripts/languages/he.js +278 -278
- data/app/assets/javascripts/languages/hr.js +278 -278
- data/app/assets/javascripts/languages/hu.js +284 -284
- data/app/assets/javascripts/languages/id.js +278 -278
- data/app/assets/javascripts/languages/it.js +294 -279
- data/app/assets/javascripts/languages/ja.js +278 -278
- data/app/assets/javascripts/languages/ko.js +306 -278
- data/app/assets/javascripts/languages/ku.js +271 -271
- data/app/assets/javascripts/languages/me.js +278 -278
- data/app/assets/javascripts/languages/nb.js +278 -278
- data/app/assets/javascripts/languages/nl.js +291 -291
- data/app/assets/javascripts/languages/pl.js +295 -278
- data/app/assets/javascripts/languages/pt_br.js +278 -278
- data/app/assets/javascripts/languages/pt_pt.js +295 -278
- data/app/assets/javascripts/languages/ro.js +278 -278
- data/app/assets/javascripts/languages/ru.js +291 -291
- data/app/assets/javascripts/languages/sk.js +284 -284
- data/app/assets/javascripts/languages/sl.js +224 -224
- data/app/assets/javascripts/languages/sr.js +278 -278
- data/app/assets/javascripts/languages/sv.js +278 -278
- data/app/assets/javascripts/languages/th.js +278 -278
- data/app/assets/javascripts/languages/tr.js +278 -278
- data/app/assets/javascripts/languages/uk.js +278 -278
- data/app/assets/javascripts/languages/vi.js +219 -219
- data/app/assets/javascripts/languages/zh_cn.js +304 -304
- data/app/assets/javascripts/languages/zh_tw.js +278 -278
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -7
- data/app/assets/javascripts/plugins/align.min.js +6 -6
- data/app/assets/javascripts/plugins/char_counter.min.js +6 -6
- data/app/assets/javascripts/plugins/code_beautifier.min.js +6 -6
- data/app/assets/javascripts/plugins/code_view.min.js +6 -6
- data/app/assets/javascripts/plugins/colors.min.js +6 -6
- data/app/assets/javascripts/plugins/cryptojs.min.js +6 -6
- data/app/assets/javascripts/plugins/draggable.min.js +6 -6
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +6 -6
- data/app/assets/javascripts/plugins/emoticons.min.js +6 -6
- data/app/assets/javascripts/plugins/entities.min.js +6 -6
- data/app/assets/javascripts/plugins/file.min.js +6 -6
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/font_family.min.js +6 -6
- data/app/assets/javascripts/plugins/font_size.min.js +6 -6
- data/app/assets/javascripts/plugins/forms.min.js +6 -6
- data/app/assets/javascripts/plugins/fullscreen.min.js +6 -6
- data/app/assets/javascripts/plugins/help.min.js +6 -6
- data/app/assets/javascripts/plugins/image.min.js +7 -7
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/inline_class.min.js +6 -6
- data/app/assets/javascripts/plugins/inline_style.min.js +6 -6
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -7
- data/app/assets/javascripts/plugins/line_height.min.js +6 -6
- data/app/assets/javascripts/plugins/link.min.js +7 -7
- data/app/assets/javascripts/plugins/lists.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -6
- data/app/assets/javascripts/plugins/print.min.js +6 -6
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -7
- data/app/assets/javascripts/plugins/quote.min.js +6 -6
- data/app/assets/javascripts/plugins/save.min.js +6 -6
- data/app/assets/javascripts/plugins/special_characters.min.js +6 -6
- data/app/assets/javascripts/plugins/table.min.js +7 -7
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -7
- data/app/assets/javascripts/plugins/video.min.js +7 -7
- data/app/assets/javascripts/plugins/word_paste.min.js +6 -6
- data/app/assets/javascripts/third_party/embedly.min.js +6 -6
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -7
- data/app/assets/javascripts/third_party/image_tui.min.js +6 -6
- data/app/assets/javascripts/third_party/spell_checker.min.js +6 -6
- data/app/assets/stylesheets/froala_editor.css +1366 -1366
- data/app/assets/stylesheets/froala_editor.min.css +7 -7
- data/app/assets/stylesheets/froala_editor.pkgd.css +4594 -4343
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -7
- data/app/assets/stylesheets/froala_style.css +362 -353
- data/app/assets/stylesheets/froala_style.min.css +7 -7
- data/app/assets/stylesheets/plugins.pkgd.css +2876 -2634
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -7
- data/app/assets/stylesheets/plugins/char_counter.css +49 -49
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -7
- data/app/assets/stylesheets/plugins/code_view.css +97 -97
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -7
- data/app/assets/stylesheets/plugins/colors.css +98 -98
- data/app/assets/stylesheets/plugins/colors.min.css +7 -7
- data/app/assets/stylesheets/plugins/draggable.css +41 -41
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -7
- data/app/assets/stylesheets/plugins/emoticons.css +34 -34
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -7
- data/app/assets/stylesheets/plugins/file.css +128 -128
- data/app/assets/stylesheets/plugins/file.min.css +7 -7
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -1240
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/fullscreen.css +77 -77
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -7
- data/app/assets/stylesheets/plugins/help.css +45 -45
- data/app/assets/stylesheets/plugins/help.min.css +7 -7
- data/app/assets/stylesheets/plugins/image.css +211 -211
- data/app/assets/stylesheets/plugins/image.min.css +7 -7
- data/app/assets/stylesheets/plugins/image_manager.css +236 -236
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -38
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -7
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -72
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -7
- data/app/assets/stylesheets/plugins/special_characters.css +33 -33
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -7
- data/app/assets/stylesheets/plugins/table.css +111 -111
- data/app/assets/stylesheets/plugins/table.min.css +7 -7
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +201 -201
- data/app/assets/stylesheets/plugins/video.min.css +7 -7
- data/app/assets/stylesheets/themes/dark.css +2169 -2146
- data/app/assets/stylesheets/themes/dark.min.css +7 -7
- data/app/assets/stylesheets/themes/gray.css +2169 -2146
- data/app/assets/stylesheets/themes/gray.min.css +7 -7
- data/app/assets/stylesheets/themes/royal.css +2169 -2146
- data/app/assets/stylesheets/themes/royal.min.css +7 -7
- data/app/assets/stylesheets/third_party/embedly.css +60 -60
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -7
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -33
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -7
- data/app/assets/stylesheets/third_party/image_tui.css +41 -41
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -7
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -64
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -7
- data/lib/wysiwyg-rails.rb +1 -1
- data/lib/wysiwyg-rails/engine.rb +16 -16
- data/lib/wysiwyg-rails/version.rb +5 -5
- metadata +10 -7
@@ -1,278 +1,295 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.2.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
5
|
-
*/
|
6
|
-
|
7
|
-
(function (global, factory) {
|
8
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
9
|
-
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
10
|
-
(factory(global.FroalaEditor));
|
11
|
-
}(this, (function (FE) { 'use strict';
|
12
|
-
|
13
|
-
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Polish
|
17
|
-
*/
|
18
|
-
FE.LANGUAGE['pl'] = {
|
19
|
-
translation: {
|
20
|
-
// Place holder
|
21
|
-
'Type something': "Wpisz co\u015B",
|
22
|
-
//
|
23
|
-
'
|
24
|
-
'
|
25
|
-
'
|
26
|
-
'
|
27
|
-
|
28
|
-
'
|
29
|
-
'
|
30
|
-
'
|
31
|
-
'
|
32
|
-
'
|
33
|
-
'
|
34
|
-
'
|
35
|
-
'
|
36
|
-
'
|
37
|
-
|
38
|
-
'
|
39
|
-
|
40
|
-
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
|
45
|
-
|
46
|
-
'
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
51
|
-
'
|
52
|
-
'
|
53
|
-
|
54
|
-
|
55
|
-
'
|
56
|
-
|
57
|
-
|
58
|
-
'
|
59
|
-
'
|
60
|
-
'
|
61
|
-
'
|
62
|
-
|
63
|
-
|
64
|
-
'
|
65
|
-
'
|
66
|
-
|
67
|
-
'
|
68
|
-
'
|
69
|
-
|
70
|
-
|
71
|
-
'
|
72
|
-
'
|
73
|
-
|
74
|
-
'
|
75
|
-
'
|
76
|
-
|
77
|
-
'
|
78
|
-
'
|
79
|
-
'
|
80
|
-
|
81
|
-
'
|
82
|
-
'
|
83
|
-
|
84
|
-
'
|
85
|
-
'
|
86
|
-
|
87
|
-
'
|
88
|
-
'
|
89
|
-
'
|
90
|
-
'
|
91
|
-
'
|
92
|
-
'
|
93
|
-
|
94
|
-
'
|
95
|
-
'
|
96
|
-
'
|
97
|
-
'
|
98
|
-
'
|
99
|
-
'
|
100
|
-
'
|
101
|
-
|
102
|
-
'
|
103
|
-
'
|
104
|
-
'
|
105
|
-
'
|
106
|
-
'
|
107
|
-
'
|
108
|
-
|
109
|
-
'
|
110
|
-
'
|
111
|
-
'
|
112
|
-
'
|
113
|
-
'
|
114
|
-
'
|
115
|
-
'
|
116
|
-
'
|
117
|
-
'
|
118
|
-
|
119
|
-
'Insert
|
120
|
-
'
|
121
|
-
'
|
122
|
-
'
|
123
|
-
'
|
124
|
-
'
|
125
|
-
|
126
|
-
'
|
127
|
-
'
|
128
|
-
'
|
129
|
-
'
|
130
|
-
'
|
131
|
-
'
|
132
|
-
'
|
133
|
-
'
|
134
|
-
'
|
135
|
-
|
136
|
-
'
|
137
|
-
'
|
138
|
-
|
139
|
-
'
|
140
|
-
'
|
141
|
-
'
|
142
|
-
'
|
143
|
-
'
|
144
|
-
'
|
145
|
-
'
|
146
|
-
'
|
147
|
-
'
|
148
|
-
'
|
149
|
-
'
|
150
|
-
'
|
151
|
-
'
|
152
|
-
|
153
|
-
'
|
154
|
-
'
|
155
|
-
|
156
|
-
'
|
157
|
-
'
|
158
|
-
'
|
159
|
-
'Face with
|
160
|
-
'
|
161
|
-
'
|
162
|
-
'
|
163
|
-
'
|
164
|
-
'
|
165
|
-
'
|
166
|
-
'
|
167
|
-
'
|
168
|
-
'Face
|
169
|
-
'
|
170
|
-
'
|
171
|
-
'
|
172
|
-
'
|
173
|
-
'
|
174
|
-
'
|
175
|
-
'
|
176
|
-
'Face with
|
177
|
-
'
|
178
|
-
'
|
179
|
-
'
|
180
|
-
'
|
181
|
-
'
|
182
|
-
'
|
183
|
-
'
|
184
|
-
'
|
185
|
-
'
|
186
|
-
'Face with
|
187
|
-
'
|
188
|
-
'
|
189
|
-
'
|
190
|
-
'
|
191
|
-
'
|
192
|
-
'
|
193
|
-
'
|
194
|
-
'
|
195
|
-
'
|
196
|
-
|
197
|
-
'
|
198
|
-
|
199
|
-
'
|
200
|
-
'
|
201
|
-
|
202
|
-
'
|
203
|
-
|
204
|
-
'
|
205
|
-
|
206
|
-
'
|
207
|
-
|
208
|
-
'
|
209
|
-
|
210
|
-
'
|
211
|
-
'
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
'
|
218
|
-
|
219
|
-
'
|
220
|
-
//
|
221
|
-
'
|
222
|
-
//
|
223
|
-
'
|
224
|
-
|
225
|
-
'
|
226
|
-
|
227
|
-
'
|
228
|
-
'
|
229
|
-
|
230
|
-
'
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
'
|
236
|
-
|
237
|
-
|
238
|
-
'
|
239
|
-
|
240
|
-
'
|
241
|
-
'
|
242
|
-
'
|
243
|
-
'
|
244
|
-
'
|
245
|
-
'
|
246
|
-
'
|
247
|
-
'
|
248
|
-
'
|
249
|
-
|
250
|
-
'
|
251
|
-
|
252
|
-
'
|
253
|
-
|
254
|
-
'
|
255
|
-
'
|
256
|
-
'
|
257
|
-
'
|
258
|
-
|
259
|
-
'
|
260
|
-
'
|
261
|
-
|
262
|
-
'
|
263
|
-
'
|
264
|
-
'
|
265
|
-
'
|
266
|
-
|
267
|
-
'
|
268
|
-
|
269
|
-
'
|
270
|
-
'
|
271
|
-
'
|
272
|
-
'
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.6-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (global, factory) {
|
8
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
9
|
+
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
10
|
+
(factory(global.FroalaEditor));
|
11
|
+
}(this, (function (FE) { 'use strict';
|
12
|
+
|
13
|
+
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
|
+
|
15
|
+
/**
|
16
|
+
* Polish
|
17
|
+
*/
|
18
|
+
FE.LANGUAGE['pl'] = {
|
19
|
+
translation: {
|
20
|
+
// Place holder
|
21
|
+
'Type something': "Wpisz co\u015B",
|
22
|
+
// Missing translations
|
23
|
+
'Text Color': 'Kolor tekstu',
|
24
|
+
'Background Color': 'Kolor tła',
|
25
|
+
'Inline Class': 'Klasa inline',
|
26
|
+
'Default': 'Domyślna',
|
27
|
+
'Lower Alpha': 'Małe litery alfabetu',
|
28
|
+
'Lower Greek': 'Małe litery greckie',
|
29
|
+
'Lower Roman': 'Małe litery rzymskie',
|
30
|
+
'Upper Alpha': 'Wielkie litery alfabetu',
|
31
|
+
'Upper Roman': 'Wielkie litery rzymskie',
|
32
|
+
'Circle': 'Okrąg',
|
33
|
+
'Disc': 'Dysk',
|
34
|
+
'Square': 'Kwadrat',
|
35
|
+
'Single': 'Pojedynczy',
|
36
|
+
'Double': 'Podwójnie',
|
37
|
+
'Insert Files': 'Wstaw pliki',
|
38
|
+
'Download PDF': 'Pobierz PDF',
|
39
|
+
// Basic formatting
|
40
|
+
'Bold': 'Pogrubienie',
|
41
|
+
'Italic': 'Kursywa',
|
42
|
+
'Underline': "Podkre\u015Blenie",
|
43
|
+
'Strikethrough': "Przekre\u015Blenie",
|
44
|
+
// Main buttons
|
45
|
+
'Insert': 'Wstaw',
|
46
|
+
'Delete': "Usun\u0105\u0107",
|
47
|
+
'Cancel': 'Anuluj',
|
48
|
+
'OK': 'Ok',
|
49
|
+
'Back': 'Plecy',
|
50
|
+
'Remove': "Usun\u0105\u0107",
|
51
|
+
'More': 'Jeszcze',
|
52
|
+
'Update': 'Aktualizacja',
|
53
|
+
'Style': 'Styl',
|
54
|
+
// Font
|
55
|
+
'Font Family': "Kr\xF3j czcionki",
|
56
|
+
'Font Size': 'Rozmiar czcionki',
|
57
|
+
// Colors
|
58
|
+
'Colors': 'Kolory',
|
59
|
+
'Background': "T\u0142o",
|
60
|
+
'Text': 'Tekstu',
|
61
|
+
'HEX Color': 'Sześciokąt',
|
62
|
+
// Paragraphs
|
63
|
+
'Paragraph Format': 'Formaty',
|
64
|
+
'Normal': 'Normalny',
|
65
|
+
'Code': "Kod \u017Ar\xF3d\u0142owy",
|
66
|
+
'Heading 1': "Nag\u0142\xF3wek 1",
|
67
|
+
'Heading 2': "Nag\u0142\xF3wek 2",
|
68
|
+
'Heading 3': "Nag\u0142\xF3wek 3",
|
69
|
+
'Heading 4': "Nag\u0142\xF3wek 4",
|
70
|
+
// Style
|
71
|
+
'Paragraph Style': 'Styl akapitu',
|
72
|
+
'Inline Style': 'Stylu zgodna',
|
73
|
+
// Alignment
|
74
|
+
'Align': "Wyr\xF3wnaj",
|
75
|
+
'Align Left': "Wyr\xF3wnaj do lewej",
|
76
|
+
'Align Center': "Wyr\xF3wnaj do \u015Brodka",
|
77
|
+
'Align Right': "Wyr\xF3wnaj do prawej",
|
78
|
+
'Align Justify': 'Do lewej i prawej',
|
79
|
+
'None': "\u017Baden",
|
80
|
+
// Lists
|
81
|
+
'Ordered List': "Uporz\u0105dkowana lista",
|
82
|
+
'Unordered List': "Lista nieuporz\u0105dkowana",
|
83
|
+
// Indent
|
84
|
+
'Decrease Indent': "Zmniejsz wci\u0119cie",
|
85
|
+
'Increase Indent': "Zwi\u0119ksz wci\u0119cie",
|
86
|
+
// Links
|
87
|
+
'Insert Link': 'Wstaw link',
|
88
|
+
'Open in new tab': "Otw\xF3rz w nowej karcie",
|
89
|
+
'Open Link': "Otw\xF3rz link",
|
90
|
+
'Edit Link': 'Link edytuj',
|
91
|
+
'Unlink': "Usu\u0144 link",
|
92
|
+
'Choose Link': 'Wybierz link',
|
93
|
+
// Images
|
94
|
+
'Insert Image': 'Wstaw obrazek',
|
95
|
+
'Upload Image': "Za\u0142aduj obrazek",
|
96
|
+
'By URL': 'Przez URL',
|
97
|
+
'Browse': "Przegl\u0105danie",
|
98
|
+
'Drop image': "Upu\u015Bci\u0107 obraz",
|
99
|
+
'or click': 'lub kliknij',
|
100
|
+
'Manage Images': "Zarz\u0105dzanie zdj\u0119ciami",
|
101
|
+
'Loading': "\u0141adowanie",
|
102
|
+
'Deleting': 'Usuwanie',
|
103
|
+
'Tags': 'Tagi',
|
104
|
+
'Are you sure? Image will be deleted.': 'Czy na pewno? Obraz zostanie skasowany.',
|
105
|
+
'Replace': "Zast\u0105pi\u0107",
|
106
|
+
'Uploading': 'Zamieszczanie',
|
107
|
+
'Loading image': "\u0141adowanie obrazek",
|
108
|
+
'Display': 'Wystawa',
|
109
|
+
'Inline': 'Zgodna',
|
110
|
+
'Break Text': "Z\u0142ama\u0107 tekst",
|
111
|
+
'Alternative Text': 'Tekst alternatywny',
|
112
|
+
'Change Size': "Zmie\u0144 rozmiar",
|
113
|
+
'Width': "Szeroko\u015B\u0107",
|
114
|
+
'Height': "Wysoko\u015B\u0107",
|
115
|
+
'Something went wrong. Please try again.': "Co\u015B posz\u0142o nie tak. Prosz\u0119 spr\xF3buj ponownie.",
|
116
|
+
'Image Caption': 'Podpis obrazu',
|
117
|
+
'Advanced Edit': 'Zaawansowana edycja',
|
118
|
+
// Video
|
119
|
+
'Insert Video': 'Wstaw wideo',
|
120
|
+
'Embedded Code': 'Kod osadzone',
|
121
|
+
'Paste in a video URL': 'Wklej adres URL filmu',
|
122
|
+
'Drop video': 'Upuść wideo',
|
123
|
+
'Your browser does not support HTML5 video.': 'Twoja przeglądarka nie obsługuje wideo html5.',
|
124
|
+
'Upload Video': 'Prześlij wideo',
|
125
|
+
// Tables
|
126
|
+
'Insert Table': "Wstaw tabel\u0119",
|
127
|
+
'Table Header': "Nag\u0142\xF3wek tabeli",
|
128
|
+
'Remove Table': "Usu\u0144 tabel\u0119",
|
129
|
+
'Table Style': 'Styl tabeli',
|
130
|
+
'Horizontal Align': "Wyr\xF3wnaj poziomy",
|
131
|
+
'Row': 'Wiersz',
|
132
|
+
'Insert row above': 'Wstaw wiersz przed',
|
133
|
+
'Insert row below': 'Wstaw wiersz po',
|
134
|
+
'Delete row': "Usu\u0144 wiersz",
|
135
|
+
'Column': 'Kolumna',
|
136
|
+
'Insert column before': "Wstaw kolumn\u0119 przed",
|
137
|
+
'Insert column after': "Wstaw kolumn\u0119 po",
|
138
|
+
'Delete column': "Usu\u0144 kolumn\u0119",
|
139
|
+
'Cell': "Kom\xF3rka",
|
140
|
+
'Merge cells': "\u0141\u0105cz kom\xF3rki",
|
141
|
+
'Horizontal split': "Podzia\u0142 poziomy",
|
142
|
+
'Vertical split': "Podzia\u0142 pionowy",
|
143
|
+
'Cell Background': "T\u0142a kom\xF3rek",
|
144
|
+
'Vertical Align': "Pionowe wyr\xF3wnanie",
|
145
|
+
'Top': 'Top',
|
146
|
+
'Middle': "\u015Arodkowy",
|
147
|
+
'Bottom': 'Dno',
|
148
|
+
'Align Top': "Wyr\xF3wnaj do g\xF3ry",
|
149
|
+
'Align Middle': "Wyr\xF3wnaj \u015Brodku",
|
150
|
+
'Align Bottom': "Wyr\xF3wnaj do do\u0142u",
|
151
|
+
'Cell Style': "Styl kom\xF3rki",
|
152
|
+
// Files
|
153
|
+
'Upload File': "Prze\u015Blij plik",
|
154
|
+
'Drop file': "Upu\u015Bci\u0107 plik",
|
155
|
+
// Emoticons
|
156
|
+
'Emoticons': 'Emotikony',
|
157
|
+
'Grinning face': "Z u\u015Bmiechem twarz",
|
158
|
+
'Grinning face with smiling eyes': "Z u\u015Bmiechem twarz z u\u015Bmiechni\u0119tymi oczami",
|
159
|
+
'Face with tears of joy': "Twarz ze \u0142zami rado\u015Bci",
|
160
|
+
'Smiling face with open mouth': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami",
|
161
|
+
'Smiling face with open mouth and smiling eyes': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i u\u015Bmiechni\u0119te oczy",
|
162
|
+
'Smiling face with open mouth and cold sweat': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i zimny pot",
|
163
|
+
'Smiling face with open mouth and tightly-closed eyes': "U\u015Bmiechni\u0119ta twarz z otwartymi ustami i szczelnie zamkni\u0119tych oczu",
|
164
|
+
'Smiling face with halo': "U\u015Bmiechni\u0119ta twarz z halo",
|
165
|
+
'Smiling face with horns': "U\u015Bmiechni\u0119ta twarz z rogami",
|
166
|
+
'Winking face': "Mrugaj\u0105ca twarz",
|
167
|
+
'Smiling face with smiling eyes': "U\u015Bmiechni\u0119ta twarz z u\u015Bmiechni\u0119tymi oczami",
|
168
|
+
'Face savoring delicious food': "Twarz smakuj\u0105 c pyszne jedzenie",
|
169
|
+
'Relieved face': "Z ulg\u0105 twarz",
|
170
|
+
'Smiling face with heart-shaped eyes': "U\u015Bmiechni\u0119ta twarz z oczami w kszta\u0142cie serca",
|
171
|
+
'Smiling face with sunglasses': "U\u015Bmiechni\u0119ta twarz z okulary",
|
172
|
+
'Smirking face': 'Zadowolony z siebie twarz',
|
173
|
+
'Neutral face': 'Neutralny twarzy',
|
174
|
+
'Expressionless face': 'Bezwyrazowy twarzy',
|
175
|
+
'Unamused face': 'Nie rozbawiony twarzy',
|
176
|
+
'Face with cold sweat': 'Zimny pot z twarzy',
|
177
|
+
'Pensive face': "Zamy\u015Blona twarz",
|
178
|
+
'Confused face': "Myli\u0107 twarzy",
|
179
|
+
'Confounded face': "Ha\u0144ba twarz",
|
180
|
+
'Kissing face': "Ca\u0142owanie twarz",
|
181
|
+
'Face throwing a kiss': "Twarz rzucaj\u0105c poca\u0142unek",
|
182
|
+
'Kissing face with smiling eyes': "Ca\u0142owanie twarz z u\u015Bmiechni\u0119tymi oczami",
|
183
|
+
'Kissing face with closed eyes': "Ca\u0142owanie twarz z zamkni\u0119tymi oczami",
|
184
|
+
'Face with stuck out tongue': "Twarz z j\u0119zyka stercza\u0142y",
|
185
|
+
'Face with stuck out tongue and winking eye': "Twarz z stercza\u0142y j\u0119zyka i mrugaj\u0105c okiem",
|
186
|
+
'Face with stuck out tongue and tightly-closed eyes': "Twarz z stercza\u0142y j\u0119zyka i szczelnie zamkni\u0119tych oczu",
|
187
|
+
'Disappointed face': 'Rozczarowany twarzy',
|
188
|
+
'Worried face': 'Martwi twarzy',
|
189
|
+
'Angry face': 'Gniewnych twarzy',
|
190
|
+
'Pouting face': "D\u0105sy twarzy",
|
191
|
+
'Crying face': "P\u0142acz\u0105cy",
|
192
|
+
'Persevering face': "Wytrwa\u0142a twarz",
|
193
|
+
'Face with look of triumph': 'Twarz z wyrazem triumfu',
|
194
|
+
'Disappointed but relieved face': "Rozczarowany ale ulg\u0119 twarz",
|
195
|
+
'Frowning face with open mouth': "Krzywi\u0105c twarz z otwartymi ustami",
|
196
|
+
'Anguished face': 'Bolesna twarz',
|
197
|
+
'Fearful face': 'W obawie twarzy',
|
198
|
+
'Weary face': "Zm\u0119czona twarz",
|
199
|
+
'Sleepy face': "Je\u017Adziec bez twarzy",
|
200
|
+
'Tired face': "Zm\u0119czonej twarzy",
|
201
|
+
'Grimacing face': "Skrzywi\u0142 twarz",
|
202
|
+
'Loudly crying face': "G\u0142o\u015Bno p\u0142aka\u0107 twarz",
|
203
|
+
'Face with open mouth': 'twarz z otwartymi ustami',
|
204
|
+
'Hushed face': "Uciszy\u0142 twarzy",
|
205
|
+
'Face with open mouth and cold sweat': 'Twarz z otwartymi ustami i zimny pot',
|
206
|
+
'Face screaming in fear': 'Twarz z krzykiem w strachu',
|
207
|
+
'Astonished face': 'Zdziwienie twarzy',
|
208
|
+
'Flushed face': 'Zaczerwienienie twarzy',
|
209
|
+
'Sleeping face': "\u015Api\u0105ca twarz",
|
210
|
+
'Dizzy face': "Zawroty g\u0142owy twarzy",
|
211
|
+
'Face without mouth': 'Twarz bez usta',
|
212
|
+
'Face with medical mask': "Twarz\u0105 w medycznych maski",
|
213
|
+
// Line breaker
|
214
|
+
'Break': "Z\u0142ama\u0107",
|
215
|
+
// Math
|
216
|
+
'Subscript': 'Indeks dolny',
|
217
|
+
'Superscript': "Indeks g\xF3rny",
|
218
|
+
// Full screen
|
219
|
+
'Fullscreen': "Pe\u0142ny ekran",
|
220
|
+
// Horizontal line
|
221
|
+
'Insert Horizontal Line': "Wstaw lini\u0119 poziom\u0105",
|
222
|
+
// Clear formatting
|
223
|
+
'Clear Formatting': "Usu\u0144 formatowanie",
|
224
|
+
// Save
|
225
|
+
'Save': "Zapisa\u0107",
|
226
|
+
// Undo, redo
|
227
|
+
'Undo': 'Cofnij',
|
228
|
+
'Redo': "Pon\xF3w",
|
229
|
+
// Select all
|
230
|
+
'Select All': 'Zaznacz wszystko',
|
231
|
+
// Code view
|
232
|
+
'Code View': 'Widok kod',
|
233
|
+
// Quote
|
234
|
+
'Quote': 'Cytat',
|
235
|
+
'Increase': 'Wzrost',
|
236
|
+
'Decrease': 'Zmniejszenie',
|
237
|
+
// Quick Insert
|
238
|
+
'Quick Insert': 'Szybkie wstaw',
|
239
|
+
// Spcial Characters
|
240
|
+
'Special Characters': 'Znaki specjalne',
|
241
|
+
'Latin': 'Łacina',
|
242
|
+
'Greek': 'Grecki',
|
243
|
+
'Cyrillic': 'Cyrylica',
|
244
|
+
'Punctuation': 'Interpunkcja',
|
245
|
+
'Currency': 'Waluta',
|
246
|
+
'Arrows': 'Strzałki',
|
247
|
+
'Math': 'Matematyka',
|
248
|
+
'Misc': 'Misc',
|
249
|
+
// Print.
|
250
|
+
'Print': 'Wydrukować',
|
251
|
+
// Spell Checker.
|
252
|
+
'Spell Checker': 'Sprawdzanie pisowni',
|
253
|
+
// Help
|
254
|
+
'Help': 'Wsparcie',
|
255
|
+
'Shortcuts': 'Skróty',
|
256
|
+
'Inline Editor': 'Edytor w wierszu',
|
257
|
+
'Show the editor': 'Pokazać edytor',
|
258
|
+
'Common actions': 'Wspólne działania',
|
259
|
+
'Copy': 'Kopiuj',
|
260
|
+
'Cut': 'Ciąć',
|
261
|
+
'Paste': 'Pasta',
|
262
|
+
'Basic Formatting': 'Podstawowe formatowanie',
|
263
|
+
'Increase quote level': 'Zwiększyć poziom notowań',
|
264
|
+
'Decrease quote level': 'Zmniejszyć poziom notowań',
|
265
|
+
'Image / Video': 'Obraz / wideo',
|
266
|
+
'Resize larger': 'Zmienić rozmiar większy',
|
267
|
+
'Resize smaller': 'Zmienić rozmiar mniejszy',
|
268
|
+
'Table': 'Stół',
|
269
|
+
'Select table cell': 'Wybierz komórkę tabeli',
|
270
|
+
'Extend selection one cell': 'Przedłużyć wybór jednej komórki',
|
271
|
+
'Extend selection one row': 'Przedłużyć wybór jednego rzędu',
|
272
|
+
'Navigation': 'Nawigacja',
|
273
|
+
'Focus popup / toolbar': 'Focus popup / toolbar',
|
274
|
+
'Return focus to previous position': 'Powrót do poprzedniej pozycji',
|
275
|
+
// Embed.ly
|
276
|
+
'Embed URL': 'Osadzaj url',
|
277
|
+
'Paste in a URL to embed': 'Wklej w adresie URL do osadzenia',
|
278
|
+
// Word Paste.
|
279
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Wklejana treść pochodzi z programu Microsoft Word. Czy chcesz zachować formatowanie czy wkleić jako zwykły tekst?',
|
280
|
+
'Keep': 'Zachowaj formatowanie',
|
281
|
+
'Clean': 'Wklej jako tekst',
|
282
|
+
'Word Paste Detected': 'Wykryto sformatowany tekst',
|
283
|
+
// Character Counter
|
284
|
+
'Characters': 'Znaki',
|
285
|
+
// More Buttons
|
286
|
+
'More Text': 'Więcej Tekst',
|
287
|
+
'More Paragraph': 'Więcej Ustęp',
|
288
|
+
'More Rich': 'Więcej Bogaty',
|
289
|
+
'More Misc': 'Więcej Misc'
|
290
|
+
},
|
291
|
+
direction: 'ltr'
|
292
|
+
};
|
293
|
+
|
294
|
+
})));
|
295
|
+
//# sourceMappingURL=pl.js.map
|