wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Montenegrin
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['me'] = {
38
64
  "Colors": "Boje",
39
65
  "Background": "Pozadine",
40
66
  "Text": "Teksta",
67
+ "HEX Color": "HEX boje",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Paragraf formatu",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['me'] = {
94
121
  "Display": "Prikaz",
95
122
  "Inline": "Inline",
96
123
  "Break Text": "Break tekst",
97
- "Alternate Text": "Alternativna tekst",
124
+ "Alternative Text": "Alternativna tekst",
98
125
  "Change Size": "Promijeni veli\u010dinu",
99
126
  "Width": "\u0161irina",
100
127
  "Height": "Visina",
101
128
  "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo vas da poku\u0161ate ponovo.",
129
+ "Image Caption": "Slika natpisa",
130
+ "Advanced Edit": "Napredno uređivanje",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Umetni video",
105
134
  "Embedded Code": "Embedded kod",
135
+ "Paste in a video URL": "Prilepite v URL video posnetka",
136
+ "Drop video": "Izbaci video",
137
+ "Your browser does not support HTML5 video.": "Váš prehliadač nepodporuje video HTML5.",
138
+ "Upload Video": "Upload video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Umetni tabelu",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['me'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Izbrisati formatiranje",
213
246
 
247
+ // Save
248
+ "Save": "Save",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Korak nazad",
216
252
  "Redo": "Korak naprijed",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['me'] = {
227
263
  "Decrease": "Smanjenje",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Brzo umetni"
266
+ "Quick Insert": "Brzo umetni",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Specijalni znakovi",
270
+ "Latin": "Latino",
271
+ "Greek": "Grk",
272
+ "Cyrillic": "Ćirilica",
273
+ "Punctuation": "Interpunkcije",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Strelice",
276
+ "Math": "Matematika",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Odštampaj",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Kontrolor pravopisa",
284
+
285
+ // Help
286
+ "Help": "Pomoć",
287
+ "Shortcuts": "Prečice",
288
+ "Inline Editor": "Pri upisivanju Editor",
289
+ "Show the editor": "Prikaži urednik",
290
+ "Common actions": "Zajedničke akcije",
291
+ "Copy": "Kopija",
292
+ "Cut": "Rez",
293
+ "Paste": "Nalepi",
294
+ "Basic Formatting": "Osnovno oblikovanje",
295
+ "Increase quote level": "Povećati ponudu za nivo",
296
+ "Decrease quote level": "Smanjenje ponude nivo",
297
+ "Image / Video": "Slika / Video",
298
+ "Resize larger": "Veće veličine",
299
+ "Resize smaller": "Promena veličine manji",
300
+ "Table": "Sto",
301
+ "Select table cell": "Select ćelije",
302
+ "Extend selection one cell": "Proširite selekciju jednu ćeliju",
303
+ "Extend selection one row": "Proširite selekciju jedan red",
304
+ "Navigation": "Navigacija",
305
+ "Focus popup / toolbar": "Fokus Iskačući meni / traka sa alatkama",
306
+ "Return focus to previous position": "Vratiti fokus na prethodnu poziciju",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Ugradite URL",
310
+ "Paste in a URL to embed": "Nalepite URL adresu da biste ugradili",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Nalepljeni sadržaj dolazi iz Microsoft Word dokument. Da li želite zadržati u formatu ili počistiti?",
314
+ "Keep": "Nastavi",
315
+ "Clean": "Oиisti",
316
+ "Word Paste Detected": "Word Nalepi otkriven"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Norwegian
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['nb'] = {
38
64
  "Colors": "Farger",
39
65
  "Background": "Bakgrunn",
40
66
  "Text": "Tekst",
67
+ "HEX Color": "Heksefarge",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Stiler",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['nb'] = {
94
121
  "Display": "Utstilling",
95
122
  "Inline": "P\u00e5 linje",
96
123
  "Break Text": "Brudd tekst",
97
- "Alternate Text": "Alternativ tekst",
124
+ "Alternative Text": "Alternativ tekst",
98
125
  "Change Size": "Endre st\u00f8rrelse",
99
126
  "Width": "Bredde",
100
127
  "Height": "H\u00f8yde",
101
128
  "Something went wrong. Please try again.": "Noe gikk galt. V\u00e6r s\u00e5 snill, pr\u00f8v p\u00e5 nytt.",
129
+ "Image Caption": "Bilde bildetekst",
130
+ "Advanced Edit": "Avansert redigering",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Sett inn video",
105
134
  "Embedded Code": "Embedded kode",
135
+ "Paste in a video URL": "Lim inn i en video-url",
136
+ "Drop video": "Slipp video",
137
+ "Your browser does not support HTML5 video.": "Nettleseren din støtter ikke html5 video.",
138
+ "Upload Video": "Last opp video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Sett inn tabell",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['nb'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Fjerne formatering",
213
246
 
247
+ // Save
248
+ "Save": "Lagre",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Angre",
216
252
  "Redo": "Utf\u00f8r likevel",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['nb'] = {
227
263
  "Decrease": "Nedgang",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Hurtiginnsats"
266
+ "Quick Insert": "Hurtiginnsats",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Spesielle karakterer",
270
+ "Latin": "Latin",
271
+ "Greek": "Gresk",
272
+ "Cyrillic": "Kyrilliske",
273
+ "Punctuation": "Tegnsetting",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Piler",
276
+ "Math": "Matte",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Skrive ut",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Stavekontroll",
284
+
285
+ // Help
286
+ "Help": "Hjelp",
287
+ "Shortcuts": "Snarveier",
288
+ "Inline Editor": "Inline editor",
289
+ "Show the editor": "Vis redaktøren",
290
+ "Common actions": "Felles handlinger",
291
+ "Copy": "Kopiere",
292
+ "Cut": "Kutte opp",
293
+ "Paste": "Lim inn",
294
+ "Basic Formatting": "Grunnleggende formatering",
295
+ "Increase quote level": "Øke tilbudsnivået",
296
+ "Decrease quote level": "Redusere tilbudsnivå",
297
+ "Image / Video": "Bilde / video",
298
+ "Resize larger": "Endre størrelsen større",
299
+ "Resize smaller": "Endre størrelsen mindre",
300
+ "Table": "Bord",
301
+ "Select table cell": "Velg tabellcelle",
302
+ "Extend selection one cell": "Utvide valg en celle",
303
+ "Extend selection one row": "Utvide valg en rad",
304
+ "Navigation": "Navigasjon",
305
+ "Focus popup / toolbar": "Fokus popup / verktøylinje",
306
+ "Return focus to previous position": "Returnere fokus til tidligere posisjon",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Legge inn nettadressen",
310
+ "Paste in a URL to embed": "Lim inn i en URL for å legge inn",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Det limte innholdet kommer fra et Microsoft Word-dokument. vil du beholde formatet eller rydde det opp?",
314
+ "Keep": "Beholde",
315
+ "Clean": "Ren",
316
+ "Word Paste Detected": "Ordpasta oppdages"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Dutch
9
35
  */
@@ -32,12 +58,13 @@ $.FE.LANGUAGE['nl'] = {
32
58
 
33
59
  // Font
34
60
  "Font Family": "Lettertype",
35
- "Font Size": "Letter grootte",
61
+ "Font Size": "Lettergrootte",
36
62
 
37
63
  // Colors
38
64
  "Colors": "Kleuren",
39
65
  "Background": "Achtergrond",
40
66
  "Text": "Tekst",
67
+ "HEX Color": "HEX kleur",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Opmaak",
@@ -50,7 +77,7 @@ $.FE.LANGUAGE['nl'] = {
50
77
 
51
78
  // Style
52
79
  "Paragraph Style": "Paragraaf stijl",
53
- "Inline Style": "In de rij stijl",
80
+ "Inline Style": "Inline stijl",
54
81
 
55
82
  // Alignment
56
83
  "Align": "Uitlijnen",
@@ -69,7 +96,7 @@ $.FE.LANGUAGE['nl'] = {
69
96
  "Increase Indent": "Inspringen vergroten",
70
97
 
71
98
  // Links
72
- "Insert Link": "Hyperlink invoegen",
99
+ "Insert Link": "Link invoegen",
73
100
  "Open in new tab": "Openen in nieuwe tab",
74
101
  "Open Link": "Open link",
75
102
  "Edit Link": "Link bewerken",
@@ -80,8 +107,8 @@ $.FE.LANGUAGE['nl'] = {
80
107
  "Insert Image": "Afbeelding invoegen",
81
108
  "Upload Image": "Afbeelding uploaden",
82
109
  "By URL": "Via URL",
83
- "Browse": "Blader",
84
- "Drop image": "Drop afbeelding",
110
+ "Browse": "Bladeren",
111
+ "Drop image": "Sleep afbeelding",
85
112
  "or click": "of klik op",
86
113
  "Manage Images": "Afbeeldingen beheren",
87
114
  "Loading": "Bezig met laden",
@@ -92,17 +119,23 @@ $.FE.LANGUAGE['nl'] = {
92
119
  "Uploading": "Uploaden",
93
120
  "Loading image": "Afbeelding laden",
94
121
  "Display": "Tonen",
95
- "Inline": "In lijn",
122
+ "Inline": "Inline",
96
123
  "Break Text": "Tekst afbreken",
97
- "Alternate Text": "Alternatieve tekst",
124
+ "Alternative Text": "Alternatieve tekst",
98
125
  "Change Size": "Grootte wijzigen",
99
126
  "Width": "Breedte",
100
127
  "Height": "Hoogte",
101
128
  "Something went wrong. Please try again.": "Er is iets fout gegaan. Probeer opnieuw.",
129
+ "Image Caption": "Afbeelding caption",
130
+ "Advanced Edit": "Geavanceerd bewerken",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Video invoegen",
105
134
  "Embedded Code": "Ingebedde code",
135
+ "Paste in a video URL": "Voeg een video-URL toe",
136
+ "Drop video": "Sleep video",
137
+ "Your browser does not support HTML5 video.": "Je browser ondersteunt geen html5-video.",
138
+ "Upload Video": "Video uploaden",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Tabel invoegen",
@@ -133,8 +166,8 @@ $.FE.LANGUAGE['nl'] = {
133
166
  "Cell Style": "Celstijl",
134
167
 
135
168
  // Files
136
- "Upload File": "Upload bestand",
137
- "Drop file": "Drop bestand",
169
+ "Upload File": "Bestand uploaden",
170
+ "Drop file": "Sleep bestand",
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "Emoticons",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['nl'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Verwijder opmaak",
213
246
 
247
+ // Save
248
+ "Save": "Opslaan",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Ongedaan maken",
216
252
  "Redo": "Opnieuw",
@@ -224,10 +260,62 @@ $.FE.LANGUAGE['nl'] = {
224
260
  // Quote
225
261
  "Quote": "Citaat",
226
262
  "Increase": "Toenemen",
227
- "Decrease": "Daling",
263
+ "Decrease": "Afnemen",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Snel invoegen"
266
+ "Quick Insert": "Snel invoegen",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Speciale tekens",
270
+ "Latin": "Latijns",
271
+ "Greek": "Grieks",
272
+ "Cyrillic": "Cyrillisch",
273
+ "Punctuation": "Interpunctie",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Pijlen",
276
+ "Math": "Wiskunde",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Afdrukken",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Spellingscontrole",
284
+
285
+ // Help
286
+ "Help": "Hulp",
287
+ "Shortcuts": "Snelkoppelingen",
288
+ "Inline Editor": "Inline editor",
289
+ "Show the editor": "Laat de editor zien",
290
+ "Common actions": "Algemene acties",
291
+ "Copy": "Kopiëren",
292
+ "Cut": "Knippen",
293
+ "Paste": "Plakken",
294
+ "Basic Formatting": "Basisformattering",
295
+ "Increase quote level": "Citaat niveau verhogen",
296
+ "Decrease quote level": "Citaatniveau verminderen",
297
+ "Image / Video": "Beeld / video",
298
+ "Resize larger": "Groter maken",
299
+ "Resize smaller": "Kleiner maken",
300
+ "Table": "Tabel",
301
+ "Select table cell": "Selecteer tabelcel",
302
+ "Extend selection one cell": "Selecteer een cel uit",
303
+ "Extend selection one row": "Selecteer een rij uit",
304
+ "Navigation": "Navigatie",
305
+ "Focus popup / toolbar": "Focus pop-up / werkbalk",
306
+ "Return focus to previous position": "Focus terug naar vorige positie",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Embed url",
310
+ "Paste in a URL to embed": "Voer een URL in om toe te voegen",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "De geplakte inhoud komt uit een Microsoft Word-document. wil je het formaat behouden of schoonmaken?",
314
+ "Keep": "Opmaak behouden",
315
+ "Clean": "Tekst schoonmaken",
316
+ "Word Paste Detected": "Word inhoud gedetecteerd"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Polish
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['pl'] = {
38
64
  "Colors": "Kolory",
39
65
  "Background": "T\u0142o",
40
66
  "Text": "Tekstu",
67
+ "HEX Color": "Sześciokąt",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Formaty",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['pl'] = {
94
121
  "Display": "Wystawa",
95
122
  "Inline": "Zgodna",
96
123
  "Break Text": "Z\u0142ama\u0107 tekst",
97
- "Alternate Text": "Tekst alternatywny",
124
+ "Alternative Text": "Tekst alternatywny",
98
125
  "Change Size": "Zmie\u0144 rozmiar",
99
126
  "Width": "Szeroko\u015b\u0107",
100
127
  "Height": "Wysoko\u015b\u0107",
101
128
  "Something went wrong. Please try again.": "Co\u015b posz\u0142o nie tak. Prosz\u0119 spr\u00f3buj ponownie.",
129
+ "Image Caption": "Podpis obrazu",
130
+ "Advanced Edit": "Zaawansowana edycja",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Wstaw wideo",
105
134
  "Embedded Code": "Kod osadzone",
135
+ "Paste in a video URL": "Wklej adres URL filmu",
136
+ "Drop video": "Upuść wideo",
137
+ "Your browser does not support HTML5 video.": "Twoja przeglądarka nie obsługuje wideo html5.",
138
+ "Upload Video": "Prześlij wideo",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Wstaw tabel\u0119",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['pl'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Usu\u0144 formatowanie",
213
246
 
247
+ // Save
248
+ "Save": "\u005a\u0061\u0070\u0069\u0073\u0061\u0107",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Cofnij",
216
252
  "Redo": "Pon\u00f3w",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['pl'] = {
227
263
  "Decrease": "Zmniejszenie",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Szybkie wstaw"
266
+ "Quick Insert": "Szybkie wstaw",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Znaki specjalne",
270
+ "Latin": "Łacina",
271
+ "Greek": "Grecki",
272
+ "Cyrillic": "Cyrylica",
273
+ "Punctuation": "Interpunkcja",
274
+ "Currency": "Waluta",
275
+ "Arrows": "Strzałki",
276
+ "Math": "Matematyka",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Wydrukować",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Sprawdzanie pisowni",
284
+
285
+ // Help
286
+ "Help": "Wsparcie",
287
+ "Shortcuts": "Skróty",
288
+ "Inline Editor": "Edytor w wierszu",
289
+ "Show the editor": "Pokazać edytor",
290
+ "Common actions": "Wspólne działania",
291
+ "Copy": "Kopiuj",
292
+ "Cut": "Ciąć",
293
+ "Paste": "Pasta",
294
+ "Basic Formatting": "Podstawowe formatowanie",
295
+ "Increase quote level": "Zwiększyć poziom notowań",
296
+ "Decrease quote level": "Zmniejszyć poziom notowań",
297
+ "Image / Video": "Obraz / wideo",
298
+ "Resize larger": "Zmienić rozmiar większy",
299
+ "Resize smaller": "Zmienić rozmiar mniejszy",
300
+ "Table": "Stół",
301
+ "Select table cell": "Wybierz komórkę tabeli",
302
+ "Extend selection one cell": "Przedłużyć wybór jednej komórki",
303
+ "Extend selection one row": "Przedłużyć wybór jednego rzędu",
304
+ "Navigation": "Nawigacja",
305
+ "Focus popup / toolbar": "Focus popup / toolbar",
306
+ "Return focus to previous position": "Powrót do poprzedniej pozycji",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Osadzaj url",
310
+ "Paste in a URL to embed": "Wklej w adresie URL do osadzenia",
311
+
312
+ // Word Paste.
313
+ "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?",
314
+ "Keep": "Zachowaj formatowanie",
315
+ "Clean": "Wklej jako tekst",
316
+ "Word Paste Detected": "Wykryto sformatowany tekst"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));