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
  * Arabic
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['ar'] = {
38
64
  "Colors": "\u0627\u0644\u0623\u0644\u0648\u0627\u0646",
39
65
  "Background": "\u0627\u0644\u062e\u0644\u0641\u064a\u0629",
40
66
  "Text": "\u0627\u0644\u0646\u0635",
67
+ "HEX Color": "عرافة اللون",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0641\u0642\u0631\u0629",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['ar'] = {
94
121
  "Display": "\u0639\u0631\u0636",
95
122
  "Inline": "\u0641\u064a \u062e\u0637",
96
123
  "Break Text": "\u0646\u0635 \u0627\u0633\u062a\u0631\u0627\u062d\u0629",
97
- "Alternate Text": "\u0646\u0635 \u0628\u062f\u064a\u0644",
124
+ "Alternative Text": "\u0646\u0635 \u0628\u062f\u064a\u0644",
98
125
  "Change Size": "\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645",
99
126
  "Width": "\u0639\u0631\u0636",
100
127
  "Height": "\u0627\u0631\u062a\u0641\u0627\u0639",
101
128
  "Something went wrong. Please try again.": ".\u062d\u062f\u062b \u062e\u0637\u0623 \u0645\u0627. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0627\u062e\u0631\u0649",
129
+ "Image Caption": "تعليق على الصورة",
130
+ "Advanced Edit": "تعديل متقدم",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "\u0625\u062f\u0631\u0627\u062c \u0641\u064a\u062f\u064a\u0648",
105
134
  "Embedded Code": "\u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u0645\u0636\u0645\u0646\u0629",
135
+ "Paste in a video URL": "لصق في عنوان ورل للفيديو",
136
+ "Drop video": "انخفاض الفيديو",
137
+ "Your browser does not support HTML5 video.": "متصفحك لا يدعم فيديو HTML5.",
138
+ "Upload Video": "رفع فيديو",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "\u0625\u062f\u0631\u0627\u062c \u062c\u062f\u0648\u0644",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['ar'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642",
213
246
 
247
+ // Save
248
+ "Save": "\u062d\u0641\u0638",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "\u062a\u0631\u0627\u062c\u0639",
216
252
  "Redo": "\u0625\u0639\u0627\u062f\u0629",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['ar'] = {
227
263
  "Decrease": "\u0627\u0646\u062e\u0641\u0627\u0636",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "\u0625\u062f\u0631\u0627\u062c \u0633\u0631\u064a\u0639"
266
+ "Quick Insert": "\u0625\u062f\u0631\u0627\u062c \u0633\u0631\u064a\u0639",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "أحرف خاصة",
270
+ "Latin": "لاتينية",
271
+ "Greek": "الإغريقي",
272
+ "Cyrillic": "السيريلية",
273
+ "Punctuation": "علامات ترقيم",
274
+ "Currency": "دقة",
275
+ "Arrows": "السهام",
276
+ "Math": "الرياضيات",
277
+ "Misc": "متفرقات",
278
+
279
+ // Print.
280
+ "Print": "طباعة",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "مدقق املائي",
284
+
285
+ // Help
286
+ "Help": "مساعدة",
287
+ "Shortcuts": "اختصارات",
288
+ "Inline Editor": "محرر مضمنة",
289
+ "Show the editor": "عرض المحرر",
290
+ "Common actions": "الإجراءات المشتركة",
291
+ "Copy": "نسخ",
292
+ "Cut": "يقطع",
293
+ "Paste": "معجون",
294
+ "Basic Formatting": "التنسيق الأساسي",
295
+ "Increase quote level": "زيادة مستوى الاقتباس",
296
+ "Decrease quote level": "انخفاض مستوى الاقتباس",
297
+ "Image / Video": "صورة / فيديو",
298
+ "Resize larger": "تغيير حجم أكبر",
299
+ "Resize smaller": "تغيير حجم أصغر",
300
+ "Table": "الطاولة",
301
+ "Select table cell": "حدد خلية الجدول",
302
+ "Extend selection one cell": "توسيع اختيار خلية واحدة",
303
+ "Extend selection one row": "تمديد اختيار صف واحد",
304
+ "Navigation": "التنقل",
305
+ "Focus popup / toolbar": "التركيز المنبثقة / شريط الأدوات",
306
+ "Return focus to previous position": "عودة التركيز إلى الموقف السابق",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "تضمين عنوان ورل",
310
+ "Paste in a URL to embed": "الصق في عنوان ورل لتضمينه",
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?": "المحتوى الذي تم لصقه قادم من وثيقة كلمة ميكروسوفت. هل تريد الاحتفاظ بالتنسيق أو تنظيفه؟",
314
+ "Keep": "احتفظ",
315
+ "Clean": "نظيف",
316
+ "Word Paste Detected": "تم اكتشاف معجون الكلمات"
231
317
  },
232
318
  direction: "rtl"
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
  * Bosnian
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['bs'] = {
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['bs'] = {
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": "Caption slika",
130
+ "Advanced Edit": "Napredna izmjena",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Umetni video",
105
134
  "Embedded Code": "Embedded kod",
135
+ "Paste in a video URL": "Nalepite u video url",
136
+ "Drop video": "Drop video",
137
+ "Your browser does not support HTML5 video.": "Vaš pretraživač ne podržava html5 video.",
138
+ "Upload Video": "Otpremite video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Umetni tabelu",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['bs'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Izbrisati formatiranje",
213
246
 
247
+ // Save
248
+ "Save":"Spremi",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Korak nazad",
216
252
  "Redo": "Korak naprijed",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['bs'] = {
227
263
  "Decrease": "Smanjenje",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Brzo umetak"
266
+ "Quick Insert": "Brzo umetak",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Posebni znakovi",
270
+ "Latin": "Latin",
271
+ "Greek": "Greek",
272
+ "Cyrillic": "Ćirilično",
273
+ "Punctuation": "Interpunkcija",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Strelice",
276
+ "Math": "Matematika",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Print",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Proveru pravopisa",
284
+
285
+ // Help
286
+ "Help": "Pomoć",
287
+ "Shortcuts": "Prečice",
288
+ "Inline Editor": "Inline editor",
289
+ "Show the editor": "Pokaži urednika",
290
+ "Common actions": "Zajedničke akcije",
291
+ "Copy": "Kopiraj",
292
+ "Cut": "Cut",
293
+ "Paste": "Paste",
294
+ "Basic Formatting": "Osnovno oblikovanje",
295
+ "Increase quote level": "Povećati cijeni",
296
+ "Decrease quote level": "Smanjiti nivo ponude",
297
+ "Image / Video": "Slika / video",
298
+ "Resize larger": "Veće veličine",
299
+ "Resize smaller": "Manja promjena veličine",
300
+ "Table": "Stol",
301
+ "Select table cell": "Izaberite ćeliju tablice",
302
+ "Extend selection one cell": "Produžiti izbor jedne ćelije",
303
+ "Extend selection one row": "Produžiti izbor jedan red",
304
+ "Navigation": "Navigacija",
305
+ "Focus popup / toolbar": "Focus popup / toolbar",
306
+ "Return focus to previous position": "Vratite fokus na prethodnu poziciju",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Ugraditi url",
310
+ "Paste in a URL to embed": "Paste u URL adresu za ugradnju",
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?": "Nalepeni sadržaj dolazi iz Microsoft Word dokumenta. da li želite da zadržite format ili da ga očistite?",
314
+ "Keep": "Zadržati",
315
+ "Clean": "Čist",
316
+ "Word Paste Detected": "Otkrivena je slovna reč"
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
  * Czech
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['cs'] = {
38
64
  "Colors": "Barvy",
39
65
  "Background": "Pozad\u00ed",
40
66
  "Text": "P\u00edsmo",
67
+ "HEX Color": "Hex Barvy",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Form\u00e1t odstavec",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['cs'] = {
94
121
  "Display": "Zobrazit",
95
122
  "Inline": "Inline",
96
123
  "Break Text": "P\u0159est\u00e1vka textu",
97
- "Alternate Text": "Alternativn\u00ed textu",
124
+ "Alternative Text": "Alternativn\u00ed textu",
98
125
  "Change Size": "Zm\u011bnit velikost",
99
126
  "Width": "\u0160\u00ed\u0159ka",
100
127
  "Height": "V\u00fd\u0161ka",
101
128
  "Something went wrong. Please try again.": "N\u011bco se pokazilo. Pros\u00edm zkuste to znovu.",
129
+ "Image Caption": "Obrázek titulku",
130
+ "Advanced Edit": "Pokročilá úprava",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Vlo\u017eit video",
105
134
  "Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
135
+ "Paste in a video URL": "Vložit adresu URL videa",
136
+ "Drop video": "Drop video",
137
+ "Your browser does not support HTML5 video.": "Váš prohlížeč nepodporuje video html5.",
138
+ "Upload Video": "Nahrát video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Vlo\u017eit tabulku",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['cs'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
213
246
 
247
+ // Save
248
+ "Save": "\u0055\u006c\u006f\u017e\u0069\u0074",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Zp\u011bt",
216
252
  "Redo": "Znovu",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['cs'] = {
227
263
  "Decrease": "Sn\u00ed\u017een\u00ed",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Rychl\u00e1 vlo\u017eka"
266
+ "Quick Insert": "Rychl\u00e1 vlo\u017eka",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Speciální znaky",
270
+ "Latin": "Latinský",
271
+ "Greek": "Řecký",
272
+ "Cyrillic": "Cyrilice",
273
+ "Punctuation": "Interpunkce",
274
+ "Currency": "Měna",
275
+ "Arrows": "Šipky",
276
+ "Math": "Matematika",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Tisk",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Kontrola pravopisu",
284
+
285
+ // Help
286
+ "Help": "Pomoc",
287
+ "Shortcuts": "Zkratky",
288
+ "Inline Editor": "Inline editor",
289
+ "Show the editor": "Zobrazit editor",
290
+ "Common actions": "Společné akce",
291
+ "Copy": "Kopírovat",
292
+ "Cut": "Střih",
293
+ "Paste": "Vložit",
294
+ "Basic Formatting": "Základní formátování",
295
+ "Increase quote level": "Zvýšení cenové hladiny",
296
+ "Decrease quote level": "Snížit úroveň cenové nabídky",
297
+ "Image / Video": "Obraz / video",
298
+ "Resize larger": "Změna velikosti větší",
299
+ "Resize smaller": "Změnit velikost menší",
300
+ "Table": "Stůl",
301
+ "Select table cell": "Vyberte buňku tabulky",
302
+ "Extend selection one cell": "Rozšířit výběr o jednu buňku",
303
+ "Extend selection one row": "Rozšířit výběr o jeden řádek",
304
+ "Navigation": "Navigace",
305
+ "Focus popup / toolbar": "Popup / panel nástrojů zaostření",
306
+ "Return focus to previous position": "Návrat na předchozí pozici",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Vložte url",
310
+ "Paste in a URL to embed": "Vložit adresu URL, kterou chcete vložit",
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?": "Vložený obsah pochází z dokumentu Microsoft Word. chcete formát uchovat nebo jej vyčistit?",
314
+ "Keep": "Držet",
315
+ "Clean": "Čistý",
316
+ "Word Paste Detected": "Slovní vložka zjištěna"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));