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
@@ -0,0 +1,327 @@
1
+ /*!
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2018 Froala Labs
5
+ */
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 ($) {
33
+ /**
34
+ * Arabic
35
+ */
36
+
37
+ $.FE.LANGUAGE['el'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Εισάγετε κείμενο",
41
+
42
+ // Basic formatting
43
+ "Bold": "Έντονα",
44
+ "Italic": "Πλάγια",
45
+ "Underline": "Υπογραμμισμένα",
46
+ "Strikethrough": "Διαγραμμένα",
47
+
48
+ // Main buttons
49
+ "Insert": "Εισαγωγή",
50
+ "Delete": "Διαγραφή",
51
+ "Cancel": "Ακύρωση",
52
+ "OK": "OK",
53
+ "Back": "Πίσω",
54
+ "Remove": "Αφαίρεση",
55
+ "More": "Περισσότερα",
56
+ "Update": "Ενημέρωση",
57
+ "Style": "Εξατομίκευση",
58
+
59
+ // Font
60
+ "Font Family": "Γραμματοσειρά",
61
+ "Font Size": "Μέγεθος",
62
+
63
+ // Colors
64
+ "Colors": "Χρώματα",
65
+ "Background": "Φόντο",
66
+ "Text": "Κείμενο",
67
+ "HEX Color": "Χρώμα HEX",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Μορφή παραγράφου",
71
+ "Normal": "Κανονική",
72
+ "Code": "Κώδικας",
73
+ "Heading 1": "Επικεφαλίδα 1",
74
+ "Heading 2": "Επικεφαλίδα 2",
75
+ "Heading 3": "Επικεφαλίδα 3",
76
+ "Heading 4": "Επικεφαλίδα 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Εξατομίκευση παραγράφου",
80
+ "Gray": "Γκρι",
81
+ "Spaced": "Αραιά",
82
+ "Uppercase": "Κεφαλαία",
83
+ "Inline Style": "Ενσωματωμένος τύπος",
84
+
85
+ // Alignment
86
+ "Align": "Ευθυγράμμιση",
87
+ "Align Left": "Αριστερά",
88
+ "Align Center": "Κέντρο",
89
+ "Align Right": "Δεξιά",
90
+ "Align Justify": "Γέμισμα",
91
+ "None": "Χωρίς ευθυγράμμιση",
92
+
93
+ // Lists
94
+ "Ordered List": "Διεταγμένη λίστα",
95
+ "Unordered List": "Αναδιάταχτη λίστα",
96
+
97
+ // Indent
98
+ "Decrease Indent": "Μείωση πλαισίου",
99
+ "Increase Indent": "Αύξηση πλαισίου",
100
+
101
+ // Links
102
+ "Insert Link": "Εισαγωγή συνδέσμου",
103
+ "Open in new tab": "Άνοιγμα σε νέα καρτέλα",
104
+ "Open Link": "Άνοιγμα συνδέσμου",
105
+ "Edit Link": "Επεξεργασία συνδέσμου",
106
+ "Unlink": "Αποσύνδεση",
107
+ "Choose Link": "Επιλογή συνδέσμου",
108
+
109
+ // Images
110
+ "Insert Image": "Εισαγωγή εικόνας",
111
+ "Upload Image": "Ανέβασμα εικόνας",
112
+ "By URL": "Από URL",
113
+ "Browse": "Περιήγηση",
114
+ "Drop image": "Σύρετε εικόνα",
115
+ "or click": "ή κάντε κλικ",
116
+ "Manage Images": "Διαχείριση εικόνων",
117
+ "Loading": "Φόρτωση",
118
+ "Deleting": "Διαγραφή",
119
+ "Tags": "Ετικέτες",
120
+ "Are you sure? Image will be deleted.": "Σίγουρα; Η εικόνα θα διαγραφεί.",
121
+ "Replace": "Αντικατάσταση",
122
+ "Uploading": "Ανέβασμα",
123
+ "Loading image": "Φόρτωση εικόνας",
124
+ "Display": "Προβολή",
125
+ "Inline": "Ενσωματωμένη",
126
+ "Break Text": "Σπάσιμο κειμένου",
127
+ "Alternative Text": "Εναλλακτικό κείμενο",
128
+ "Change Size": "Αλλαγή μεγέθους",
129
+ "Width": "Πλάτος",
130
+ "Height": "Ύψος",
131
+ "Something went wrong. Please try again.": "Κάτι πήγε στραβά. Προσπαθήστε ξανά.",
132
+ "Image Caption": "Λεζάντα εικόνας",
133
+ "Advanced Edit": "Προχωρημένη επεξεργασία",
134
+ "Rounded": "Κυκλικός",
135
+ "Bordered": "Πλαίσιο",
136
+ "Shadow": "Σκια",
137
+
138
+ // Video
139
+ "Insert Video": "Εισαγωγή βίντεο",
140
+ "Embedded Code": "Ενσωμάτωση κώδικα",
141
+ "Paste in a video URL": "Εισαγωγή URL βίντεο",
142
+ "Drop video": "Σύρετε βίντεο",
143
+ "Your browser does not support HTML5 video.": "Ο περιηγητής σας δεν υποστηρίζει βίντεο τύπου HTML5.",
144
+ "Upload Video": "Ανέβασμα βίντεο",
145
+
146
+ // Tables
147
+ "Insert Table": "Εισαγωγή πίνακα",
148
+ "Table Header": "Επικεφαλίδα πίνακα",
149
+ "Remove Table": "Αφαίρεση πίνακα",
150
+ "Table Style": "Εξατομίκευση πίνακα",
151
+ "Horizontal Align": "Οριζόντια ευθυγράμμιση",
152
+ "Row": "Σειρά",
153
+ "Insert row above": "Εισαγωγή σειράς από πάνω",
154
+ "Insert row below": "Εισαγωγή σειράς από κάτω",
155
+ "Delete row": "Διαγραφή σειράς",
156
+ "Column": "Στήλη",
157
+ "Insert column before": "Εισαγωγή στήλης πριν",
158
+ "Insert column after": "Εισαγωγή στήλης μετά",
159
+ "Delete column": "Διαγραφή στήλης",
160
+ "Cell": "Κελί",
161
+ "Merge cells": "Συγχώνευση κελιών",
162
+ "Horizontal split": "Οριζόντος διαχωρισμός",
163
+ "Vertical split": "Κατακόρυφος διαχωρισμός",
164
+ "Cell Background": "Φόντο κελιού",
165
+ "Vertical Align": "Κατακόρυφη ευθυγράμμιση",
166
+ "Top": "Κορυφή",
167
+ "Middle": "Μέση",
168
+ "Bottom": "Βάθος",
169
+ "Align Top": "Ευθυγράμμιση κορυφής",
170
+ "Align Middle": "Ευθυγράμμιση μέσης",
171
+ "Align Bottom": "Ευθυγράμμιση βάθους",
172
+ "Cell Style": "Εξατομίκευση κελιού",
173
+
174
+ // Files
175
+ "Upload File": "Ανέβασμα αρχείου",
176
+ "Drop file": "Σύρετε αρχείο",
177
+
178
+ // Emoticons
179
+ "Emoticons": "Emoticons",
180
+ "Grinning face": "Γέλιο",
181
+ "Grinning face with smiling eyes": "Γέλιο με γελαστά μάτια",
182
+ "Face with tears of joy": "Δάκρυα γέλιου (LOL)",
183
+ "Smiling face with open mouth": "Χαμόγελο με ανοιχτό στόμα",
184
+ "Smiling face with open mouth and smiling eyes": "Χαμόγελο με ανοιχτό στόμα και γελαστά μάτια",
185
+ "Smiling face with open mouth and cold sweat": "Χαμόγελο με ανοιχτό στόμα και σταγόνα ιδρώτα",
186
+ "Smiling face with open mouth and tightly-closed eyes": "Χαμόγελο με ανοιχτό στόμα και σφιχτά κλεισμένα μάτια",
187
+ "Smiling face with halo": "Χαμόγελο με φωτοστέφανο",
188
+ "Smiling face with horns": "Χαμογελαστό διαβολάκι",
189
+ "Winking face": "Κλείσιμο ματιού",
190
+ "Smiling face with smiling eyes": "Χαμόγελο με γελαστά μάτια",
191
+ "Face savoring delicious food": "Νόστιμο",
192
+ "Relieved face": "Ανακούφιση",
193
+ "Smiling face with heart-shaped eyes": "Χαμόγελο με μάτια σε σχήμα καρδιάς",
194
+ "Smiling face with sunglasses": "Χαμόγελο με γυαλιά ηλίου",
195
+ "Smirking face": "Ειρωνία",
196
+ "Neutral face": "Ουδέτερο",
197
+ "Expressionless face": "Ανέκφραστο",
198
+ "Unamused face": "Αψυχαγώγητο",
199
+ "Face with cold sweat": "Σταγόνα ιδρώτα",
200
+ "Pensive face": "Σκεπτικό",
201
+ "Confused face": "Σύγχιση",
202
+ "Confounded face": "Ακράτεια",
203
+ "Kissing face": "Φιλί",
204
+ "Face throwing a kiss": "Πάσα φιλιού",
205
+ "Kissing face with smiling eyes": "Φιλί με γελαστά μάτια",
206
+ "Kissing face with closed eyes": "Φιλί με κλειστά μάτια",
207
+ "Face with stuck out tongue": "Γλώσσα",
208
+ "Face with stuck out tongue and winking eye": "Γλώσσα με κλείσιμο ματιού",
209
+ "Face with stuck out tongue and tightly-closed eyes": "Γλώσσα με σφιχτά κλεισμένα μάτια",
210
+ "Disappointed face": "Απογοήτευση",
211
+ "Worried face": "Ανυσηχία",
212
+ "Angry face": "Θυμός",
213
+ "Pouting face": "Έξαλλο",
214
+ "Crying face": "Κλάμα θυμού",
215
+ "Persevering face": "Έτοιμο να εκραγεί",
216
+ "Face with look of triumph": "Θρίαμβος",
217
+ "Disappointed but relieved face": "Απογοήτευση με ανακούφιση",
218
+ "Frowning face with open mouth": "Απορία",
219
+ "Anguished face": "Αγωνία",
220
+ "Fearful face": "Φόβος",
221
+ "Weary face": "Κούραση",
222
+ "Sleepy face": "Εξάντληση",
223
+ "Tired face": "Γκρίνια",
224
+ "Grimacing face": "Γκριμάτσα",
225
+ "Loudly crying face": "Δυνατό κλάμα",
226
+ "Face with open mouth": "Έκπληξη",
227
+ "Hushed face": "Σιωπή",
228
+ "Face with open mouth and cold sweat": "Έκπληξη με ιδρώτα",
229
+ "Face screaming in fear": "Πανικός",
230
+ "Astonished face": "Ηλίθιο",
231
+ "Flushed face": "Ντροπαλό",
232
+ "Sleeping face": "Ύπνος",
233
+ "Dizzy face": "Ζαλάδα",
234
+ "Face without mouth": "Άφωνο",
235
+ "Face with medical mask": "Νοσηλευτική μάσκα",
236
+
237
+ // Line breaker
238
+ "Break": "Σπάσιμο",
239
+
240
+ // Math
241
+ "Subscript": "Υποκείμενο",
242
+ "Superscript": "Υπερκείμενο",
243
+
244
+ // Full screen
245
+ "Fullscreen": "Πλήρης οθόνη",
246
+
247
+ // Horizontal line
248
+ "Insert Horizontal Line": "Εισαγωγή οριζόντιας γραμμής",
249
+
250
+ // Clear formatting
251
+ "Clear Formatting": "Εκαθάριση μορφοποίησης",
252
+
253
+ // Save
254
+ "Save": "",
255
+
256
+ // Undo, redo
257
+ "Undo": "Αναίρεση",
258
+ "Redo": "Επανάληψη",
259
+
260
+ // Select all
261
+ "Select All": "Επιλογή Όλων",
262
+
263
+ // Code view
264
+ "Code View": "Προβολή Κώδικα",
265
+
266
+ // Quote
267
+ "Quote": "Απόσπασμα",
268
+ "Increase": "Αύξηση",
269
+ "Decrease": "Μείωση",
270
+
271
+ // Quick Insert
272
+ "Quick Insert": "Γρήγορη εισαγωγή",
273
+
274
+ // Spcial Characters
275
+ "Special Characters": "Ειδικοί χαρακτήρες",
276
+ "Latin": "Λατινικοί",
277
+ "Greek": "Ελληνικοί",
278
+ "Cyrillic": "Κρυλλικοί",
279
+ "Punctuation": "Σημεία στήξης",
280
+ "Currency": "Συνάλλαγμα",
281
+ "Arrows": "Βέλη",
282
+ "Math": "Μαθηματικά",
283
+ "Misc": "Διάφοροι",
284
+
285
+ // Print.
286
+ "Print": "Εκτύπωση",
287
+
288
+ // Spell Checker.
289
+ "Spell Checker": "Έλεγχος ορθογραφίας",
290
+
291
+ // Help
292
+ "Help": "Βοήθεια",
293
+ "Shortcuts": "Συντομεύσεις",
294
+ "Inline Editor": "Ενσωματωμένος επεξεργαστής",
295
+ "Show the editor": "Εμφάνιση επεξεργαστή",
296
+ "Common actions": "Κοινές ενέργειες",
297
+ "Copy": "Αντιγραφή",
298
+ "Cut": "Αποκοπή",
299
+ "Paste": "Επικόλληση",
300
+ "Basic Formatting": "Βασική διαμόρφωση",
301
+ "Increase quote level": "Αύξηση επιπέδου αποσπάσματος",
302
+ "Decrease quote level": "Μείωση επιπέδου αποσπάσματος",
303
+ "Image / Video": "Εικόνα / Βίντεο",
304
+ "Resize larger": "Αύξηση μεγέθους",
305
+ "Resize smaller": "Μείωση μεγέθους",
306
+ "Table": "Πίνακας",
307
+ "Select table cell": "Επιλογή κελιού από πίνακα",
308
+ "Extend selection one cell": "Επέκταση επιλογής κατά ένα κελί",
309
+ "Extend selection one row": "Επέκταση επιλογής κατά μια σειρά",
310
+ "Navigation": "Πλοήγηση",
311
+ "Focus popup / toolbar": "Εστίαση αναδυόμενου / εργαλειοθήκης",
312
+ "Return focus to previous position": "Επιστροφή εστίασης στην προηγούμενη θέση",
313
+
314
+ // Embed.ly
315
+ "Embed URL": "Ενσωμάτωση URL",
316
+ "Paste in a URL to embed": "Εισάγετε ένα URL για ενσωμάτωση",
317
+
318
+ // Word Paste.
319
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Το περιεχόμενο που επικολλήσατε προέρχεται από ένα έγγραφο του Microsoft Word. Θέλετε να διατηρήσετε το έγγραφο ή να το καταργήσετε;",
320
+ "Keep": "Διατήρηση",
321
+ "Clean": "Κατάργηση",
322
+ "Word Paste Detected": "Εντοπίστηκε επικόλληση από αρχείο Word"
323
+ },
324
+ direction: "ltr"
325
+ };
326
+
327
+ }));
@@ -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
  * English spoken in Canada
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['en_ca'] = {
38
64
  "Colors": "Colours",
39
65
  "Background": "Background",
40
66
  "Text": "Text",
67
+ "HEX Color": "HEX Colour",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Paragraph Format",
@@ -56,7 +83,7 @@ $.FE.LANGUAGE['en_ca'] = {
56
83
  "Align": "Align",
57
84
  "Align Left": "Align Left",
58
85
  "Align Center": "Align Centre",
59
- "Align Right": "Alight Right",
86
+ "Align Right": "Align Right",
60
87
  "Align Justify": "Align Justify",
61
88
  "None": "None",
62
89
 
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['en_ca'] = {
94
121
  "Display": "Display",
95
122
  "Inline": "Inline",
96
123
  "Break Text": "Break Text",
97
- "Alternate Text": "Alternate Text",
124
+ "Alternative Text": "Alternative Text",
98
125
  "Change Size": "Change Size",
99
126
  "Width": "Width",
100
127
  "Height": "Height",
101
128
  "Something went wrong. Please try again.": "Something went wrong. Please try again.",
129
+ "Image Caption": "Image Caption",
130
+ "Advanced Edit": "Advanced Edit",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Insert Video",
105
134
  "Embedded Code": "Embedded Code",
135
+ "Paste in a video URL": "Paste in a video URL",
136
+ "Drop video": "Drop video",
137
+ "Your browser does not support HTML5 video.": "Your browser does not support HTML5 video.",
138
+ "Upload Video": "Upload Video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Insert Table",
@@ -153,7 +186,10 @@ $.FE.LANGUAGE['en_ca'] = {
153
186
  "Insert Horizontal Line": "Insert Horizontal Line",
154
187
 
155
188
  // Clear formatting
156
- "Clear Formatting": "Cell Formatting",
189
+ "Clear Formatting": "Clear Formatting",
190
+
191
+ // Save
192
+ "Save": "Save",
157
193
 
158
194
  // Undo, redo
159
195
  "Undo": "Undo",
@@ -171,7 +207,59 @@ $.FE.LANGUAGE['en_ca'] = {
171
207
  "Decrease": "Decrease",
172
208
 
173
209
  // Quick Insert
174
- "Quick Insert": "Quick Insert"
210
+ "Quick Insert": "Quick Insert",
211
+
212
+ // Spcial Characters
213
+ "Special Characters": "Special Characters",
214
+ "Latin": "Latin",
215
+ "Greek": "Greek",
216
+ "Cyrillic": "Cyrillic",
217
+ "Punctuation": "Punctuation",
218
+ "Currency": "Currency",
219
+ "Arrows": "Arrows",
220
+ "Math": "Math",
221
+ "Misc": "Misc",
222
+
223
+ // Print.
224
+ "Print": "Print",
225
+
226
+ // Spell Checker.
227
+ "Spell Checker": "Spell Checker",
228
+
229
+ // Help
230
+ "Help": "Help",
231
+ "Shortcuts": "Shortcuts",
232
+ "Inline Editor": "Inline Editor",
233
+ "Show the editor": "Show the editor",
234
+ "Common actions": "Common actions",
235
+ "Copy": "Copy",
236
+ "Cut": "Cut",
237
+ "Paste": "Paste",
238
+ "Basic Formatting": "Basic Formatting",
239
+ "Increase quote level": "Increase quote level",
240
+ "Decrease quote level": "Decrease quote level",
241
+ "Image / Video": "Image / Video",
242
+ "Resize larger": "Resize larger",
243
+ "Resize smaller": "Resize smaller",
244
+ "Table": "Table",
245
+ "Select table cell": "Select table cell",
246
+ "Extend selection one cell": "Extend selection one cell",
247
+ "Extend selection one row": "Extend selection one row",
248
+ "Navigation": "Navigation",
249
+ "Focus popup / toolbar": "Focus popup / toolbar",
250
+ "Return focus to previous position": "Return focus to previous position",
251
+
252
+ // Embed.ly
253
+ "Embed URL": "Embed URL",
254
+ "Paste in a URL to embed": "Paste in a URL to embed",
255
+
256
+ // Word Paste.
257
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?",
258
+ "Keep": "Keep",
259
+ "Clean": "Clean",
260
+ "Word Paste Detected": "Word Paste Detected"
175
261
  },
176
262
  direction: "ltr"
177
263
  };
264
+
265
+ }));
@@ -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
  * English spoken in Great Britain
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['en_gb'] = {
38
64
  "Colors": "Colours",
39
65
  "Background": "Background",
40
66
  "Text": "Text",
67
+ "HEX Color": "HEX Colour",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Paragraph Format",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['en_gb'] = {
94
121
  "Display": "Display",
95
122
  "Inline": "Inline",
96
123
  "Break Text": "Break Text",
97
- "Alternate Text": "Alternate Text",
124
+ "Alternative Text": "Alternative Text",
98
125
  "Change Size": "Change Size",
99
126
  "Width": "Width",
100
127
  "Height": "Height",
101
128
  "Something went wrong. Please try again.": "Something went wrong. Please try again.",
129
+ "Image Caption": "Image Caption",
130
+ "Advanced Edit": "Advanced Edit",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Insert Video",
105
134
  "Embedded Code": "Embedded Code",
135
+ "Paste in a video URL": "Paste in a video URL",
136
+ "Drop video": "Drop video",
137
+ "Your browser does not support HTML5 video.": "Your browser does not support HTML5 video.",
138
+ "Upload Video": "Upload Video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Insert Table",
@@ -155,6 +188,9 @@ $.FE.LANGUAGE['en_gb'] = {
155
188
  // Clear formatting
156
189
  "Clear Formatting": "Cell Formatting",
157
190
 
191
+ // Save
192
+ "Save": "Save",
193
+
158
194
  // Undo, redo
159
195
  "Undo": "Undo",
160
196
  "Redo": "Redo",
@@ -171,7 +207,59 @@ $.FE.LANGUAGE['en_gb'] = {
171
207
  "Decrease": "Decrease",
172
208
 
173
209
  // Quick Insert
174
- "Quick Insert": "Quick Insert"
210
+ "Quick Insert": "Quick Insert",
211
+
212
+ // Spcial Characters
213
+ "Special Characters": "Special Characters",
214
+ "Latin": "Latin",
215
+ "Greek": "Greek",
216
+ "Cyrillic": "Cyrillic",
217
+ "Punctuation": "Punctuation",
218
+ "Currency": "Currency",
219
+ "Arrows": "Arrows",
220
+ "Math": "Math",
221
+ "Misc": "Misc",
222
+
223
+ // Print.
224
+ "Print": "Print",
225
+
226
+ // Spell Checker.
227
+ "Spell Checker": "Spell Checker",
228
+
229
+ // Help
230
+ "Help": "Help",
231
+ "Shortcuts": "Shortcuts",
232
+ "Inline Editor": "Inline Editor",
233
+ "Show the editor": "Show the editor",
234
+ "Common actions": "Common actions",
235
+ "Copy": "Copy",
236
+ "Cut": "Cut",
237
+ "Paste": "Paste",
238
+ "Basic Formatting": "Basic Formatting",
239
+ "Increase quote level": "Increase quote level",
240
+ "Decrease quote level": "Decrease quote level",
241
+ "Image / Video": "Image / Video",
242
+ "Resize larger": "Resize larger",
243
+ "Resize smaller": "Resize smaller",
244
+ "Table": "Table",
245
+ "Select table cell": "Select table cell",
246
+ "Extend selection one cell": "Extend selection one cell",
247
+ "Extend selection one row": "Extend selection one row",
248
+ "Navigation": "Navigation",
249
+ "Focus popup / toolbar": "Focus popup / toolbar",
250
+ "Return focus to previous position": "Return focus to previous position",
251
+
252
+ // Embed.ly
253
+ "Embed URL": "Embed URL",
254
+ "Paste in a URL to embed": "Paste in a URL to embed",
255
+
256
+ // Word Paste.
257
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?",
258
+ "Keep": "Keep",
259
+ "Clean": "Clean",
260
+ "Word Paste Detected": "Word Paste Detected"
175
261
  },
176
262
  direction: "ltr"
177
263
  };
264
+
265
+ }));