activeadmin_froala_editor 0.1.2 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -1,258 +1,222 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 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 ($) {
33
- /**
34
- * English spoken in Great Britain
35
- */
36
-
37
- $.FE.LANGUAGE['en_gb'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Type something",
41
-
42
- // Basic formatting
43
- "Bold": "Bold",
44
- "Italic": "Italic",
45
- "Underline": "Underline",
46
- "Strikethrough": "Strikethrough",
47
-
48
- // Main buttons
49
- "Insert": "Insert",
50
- "Delete": "Delete",
51
- "Cancel": "Cancel",
52
- "OK": "OK",
53
- "Back": "Back",
54
- "Remove": "Remove",
55
- "More": "More",
56
- "Update": "Update",
57
- "Style": "Style",
58
-
59
- // Font
60
- "Font Family": "Font Family",
61
- "Font Size": "Font Size",
62
-
63
- // Colors
64
- "Colors": "Colours",
65
- "Background": "Background",
66
- "Text": "Text",
67
- "HEX Color": "HEX Colour",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Paragraph Format",
71
- "Normal": "Normal",
72
- "Code": "Code",
73
- "Heading 1": "Heading 1",
74
- "Heading 2": "Heading 2",
75
- "Heading 3": "Heading 3",
76
- "Heading 4": "Heading 4",
77
-
78
- // Style
79
- "Paragraph Style": "Paragraph Style",
80
- "Inline Style": "Inline Style",
81
-
82
- // Alignment
83
- "Align": "Align",
84
- "Align Left": "Align Left",
85
- "Align Center": "Align Centre",
86
- "Align Right": "Alight Right",
87
- "Align Justify": "Align Justify",
88
- "None": "None",
89
-
90
- // Lists
91
- "Ordered List": "Ordered List",
92
- "Unordered List": "Unordered List",
93
-
94
- // Indent
95
- "Decrease Indent": "Decrease Indent",
96
- "Increase Indent": "Increase Indent",
97
-
98
- // Links
99
- "Insert Link": "Insert Link",
100
- "Open in new tab": "Open in new tab",
101
- "Open Link": "Open Link",
102
- "Edit Link": "Edit Link",
103
- "Unlink": "Unlink",
104
- "Choose Link": "Choose Link",
105
-
106
- // Images
107
- "Insert Image": "Insert Image",
108
- "Upload Image": "Upload Image",
109
- "By URL": "By URL",
110
- "Browse": "Browse",
111
- "Drop image": "Drop image",
112
- "or click": "or click",
113
- "Manage Images": "Manage Images",
114
- "Loading": "Loading",
115
- "Deleting": "Deleting",
116
- "Tags": "Tags",
117
- "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
118
- "Replace": "Replace",
119
- "Uploading": "Uploading",
120
- "Loading image": "Loading image",
121
- "Display": "Display",
122
- "Inline": "Inline",
123
- "Break Text": "Break Text",
124
- "Alternate Text": "Alternate Text",
125
- "Change Size": "Change Size",
126
- "Width": "Width",
127
- "Height": "Height",
128
- "Something went wrong. Please try again.": "Something went wrong. Please try again.",
129
- "Image Caption": "Image Caption",
130
- "Advanced Edit": "Advanced Edit",
131
-
132
- // Video
133
- "Insert Video": "Insert Video",
134
- "Embedded Code": "Embedded Code",
135
-
136
- // Tables
137
- "Insert Table": "Insert Table",
138
- "Table Header": "Table Header",
139
- "Remove Table": "Remove Table",
140
- "Table Style": "Table Style",
141
- "Horizontal Align": "Horizontal Align",
142
- "Row": "Row",
143
- "Insert row above": "Insert row above",
144
- "Insert row below": "Insert row below",
145
- "Delete row": "Delete row",
146
- "Column": "Column",
147
- "Insert column before": "Insert column before",
148
- "Insert column after": "Insert column after",
149
- "Delete column": "Delete column",
150
- "Cell": "Cell",
151
- "Merge cells": "Merge cells",
152
- "Horizontal split": "Horizontal split",
153
- "Vertical split": "Vertical split",
154
- "Cell Background": "Cell Background",
155
- "Vertical Align": "Vertical Align",
156
- "Top": "Top",
157
- "Middle": "Middle",
158
- "Bottom": "Bottom",
159
- "Align Top": "Align Top",
160
- "Align Middle": "Align Middle",
161
- "Align Bottom": "Align Bottom",
162
- "Cell Style": "Cell Style",
163
-
164
- // Files
165
- "Upload File": "Upload File",
166
- "Drop file": "Drop file",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticons",
170
-
171
- // Line breaker
172
- "Break": "Break",
173
-
174
- // Math
175
- "Subscript": "Subscript",
176
- "Superscript": "Superscript",
177
-
178
- // Full screen
179
- "Fullscreen": "Fullscreen",
180
-
181
- // Horizontal line
182
- "Insert Horizontal Line": "Insert Horizontal Line",
183
-
184
- // Clear formatting
185
- "Clear Formatting": "Cell Formatting",
186
-
187
- // Undo, redo
188
- "Undo": "Undo",
189
- "Redo": "Redo",
190
-
191
- // Select all
192
- "Select All": "Select All",
193
-
194
- // Code view
195
- "Code View": "Code View",
196
-
197
- // Quote
198
- "Quote": "Quote",
199
- "Increase": "Increase",
200
- "Decrease": "Decrease",
201
-
202
- // Quick Insert
203
- "Quick Insert": "Quick Insert",
204
-
205
- // Spcial Characters
206
- "Special Characters": "Special Characters",
207
- "Latin": "Latin",
208
- "Greek": "Greek",
209
- "Cyrillic": "Cyrillic",
210
- "Punctuation": "Punctuation",
211
- "Currency": "Currency",
212
- "Arrows": "Arrows",
213
- "Math": "Math",
214
- "Misc": "Misc",
215
-
216
- // Print.
217
- "Print": "Print",
218
-
219
- // Spell Checker.
220
- "Spell Checker": "Spell Checker",
221
-
222
- // Help
223
- "Help": "Help",
224
- "Shortcuts": "Shortcuts",
225
- "Inline Editor": "Inline Editor",
226
- "Show the editor": "Show the editor",
227
- "Common actions": "Common actions",
228
- "Copy": "Copy",
229
- "Cut": "Cut",
230
- "Paste": "Paste",
231
- "Basic Formatting": "Basic Formatting",
232
- "Increase quote level": "Increase quote level",
233
- "Decrease quote level": "Decrease quote level",
234
- "Image / Video": "Image / Video",
235
- "Resize larger": "Resize larger",
236
- "Resize smaller": "Resize smaller",
237
- "Table": "Table",
238
- "Select table cell": "Select table cell",
239
- "Extend selection one cell": "Extend selection one cell",
240
- "Extend selection one row": "Extend selection one row",
241
- "Navigation": "Navigation",
242
- "Focus popup / toolbar": "Focus popup / toolbar",
243
- "Return focus to previous position": "Return focus to previous position",
244
-
245
- // Embed.ly
246
- "Embed URL": "Embed URL",
247
- "Paste in a URL to embed": "Paste in a URL to embed",
248
-
249
- // Word Paste.
250
- "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?",
251
- "Keep": "Keep",
252
- "Clean": "Clean",
253
- "Word Paste Detected": "Word Paste Detected"
254
- },
255
- direction: "ltr"
256
- };
257
-
258
- }));
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
+ * English spoken in Great Britain
17
+ */
18
+ FE.LANGUAGE['en_gb'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Type something',
22
+ // Basic formatting
23
+ 'Bold': 'Bold',
24
+ 'Italic': 'Italic',
25
+ 'Underline': 'Underline',
26
+ 'Strikethrough': 'Strikethrough',
27
+ // Main buttons
28
+ 'Insert': 'Insert',
29
+ 'Delete': 'Delete',
30
+ 'Cancel': 'Cancel',
31
+ 'OK': 'OK',
32
+ 'Back': 'Back',
33
+ 'Remove': 'Remove',
34
+ 'More': 'More',
35
+ 'Update': 'Update',
36
+ 'Style': 'Style',
37
+ // Font
38
+ 'Font Family': 'Font Family',
39
+ 'Font Size': 'Font Size',
40
+ // Colors
41
+ 'Colors': 'Colours',
42
+ 'Background': 'Background',
43
+ 'Text': 'Text',
44
+ 'HEX Color': 'HEX Colour',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Paragraph Format',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Code',
49
+ 'Heading 1': 'Heading 1',
50
+ 'Heading 2': 'Heading 2',
51
+ 'Heading 3': 'Heading 3',
52
+ 'Heading 4': 'Heading 4',
53
+ // Style
54
+ 'Paragraph Style': 'Paragraph Style',
55
+ 'Inline Style': 'Inline Style',
56
+ // Alignment
57
+ 'Align': 'Align',
58
+ 'Align Left': 'Align Left',
59
+ 'Align Center': 'Align Centre',
60
+ 'Align Right': 'Alight Right',
61
+ 'Align Justify': 'Align Justify',
62
+ 'None': 'None',
63
+ // Lists
64
+ 'Ordered List': 'Ordered List',
65
+ 'Unordered List': 'Unordered List',
66
+ // Indent
67
+ 'Decrease Indent': 'Decrease Indent',
68
+ 'Increase Indent': 'Increase Indent',
69
+ // Links
70
+ 'Insert Link': 'Insert Link',
71
+ 'Open in new tab': 'Open in new tab',
72
+ 'Open Link': 'Open Link',
73
+ 'Edit Link': 'Edit Link',
74
+ 'Unlink': 'Unlink',
75
+ 'Choose Link': 'Choose Link',
76
+ // Images
77
+ 'Insert Image': 'Insert Image',
78
+ 'Upload Image': 'Upload Image',
79
+ 'By URL': 'By URL',
80
+ 'Browse': 'Browse',
81
+ 'Drop image': 'Drop image',
82
+ 'or click': 'or click',
83
+ 'Manage Images': 'Manage Images',
84
+ 'Loading': 'Loading',
85
+ 'Deleting': 'Deleting',
86
+ 'Tags': 'Tags',
87
+ 'Are you sure? Image will be deleted.': 'Are you sure? Image will be deleted.',
88
+ 'Replace': 'Replace',
89
+ 'Uploading': 'Uploading',
90
+ 'Loading image': 'Loading image',
91
+ 'Display': 'Display',
92
+ 'Inline': 'Inline',
93
+ 'Break Text': 'Break Text',
94
+ 'Alternative Text': 'Alternative Text',
95
+ 'Change Size': 'Change Size',
96
+ 'Width': 'Width',
97
+ 'Height': 'Height',
98
+ 'Something went wrong. Please try again.': 'Something went wrong. Please try again.',
99
+ 'Image Caption': 'Image Caption',
100
+ 'Advanced Edit': 'Advanced Edit',
101
+ // Video
102
+ 'Insert Video': 'Insert Video',
103
+ 'Embedded Code': 'Embedded Code',
104
+ 'Paste in a video URL': 'Paste in a video URL',
105
+ 'Drop video': 'Drop video',
106
+ 'Your browser does not support HTML5 video.': 'Your browser does not support HTML5 video.',
107
+ 'Upload Video': 'Upload Video',
108
+ // Tables
109
+ 'Insert Table': 'Insert Table',
110
+ 'Table Header': 'Table Header',
111
+ 'Remove Table': 'Remove Table',
112
+ 'Table Style': 'Table Style',
113
+ 'Horizontal Align': 'Horizontal Align',
114
+ 'Row': 'Row',
115
+ 'Insert row above': 'Insert row above',
116
+ 'Insert row below': 'Insert row below',
117
+ 'Delete row': 'Delete row',
118
+ 'Column': 'Column',
119
+ 'Insert column before': 'Insert column before',
120
+ 'Insert column after': 'Insert column after',
121
+ 'Delete column': 'Delete column',
122
+ 'Cell': 'Cell',
123
+ 'Merge cells': 'Merge cells',
124
+ 'Horizontal split': 'Horizontal split',
125
+ 'Vertical split': 'Vertical split',
126
+ 'Cell Background': 'Cell Background',
127
+ 'Vertical Align': 'Vertical Align',
128
+ 'Top': 'Top',
129
+ 'Middle': 'Middle',
130
+ 'Bottom': 'Bottom',
131
+ 'Align Top': 'Align Top',
132
+ 'Align Middle': 'Align Middle',
133
+ 'Align Bottom': 'Align Bottom',
134
+ 'Cell Style': 'Cell Style',
135
+ // Files
136
+ 'Upload File': 'Upload File',
137
+ 'Drop file': 'Drop file',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticons',
140
+ // Line breaker
141
+ 'Break': 'Break',
142
+ // Math
143
+ 'Subscript': 'Subscript',
144
+ 'Superscript': 'Superscript',
145
+ // Full screen
146
+ 'Fullscreen': 'Fullscreen',
147
+ // Horizontal line
148
+ 'Insert Horizontal Line': 'Insert Horizontal Line',
149
+ // Clear formatting
150
+ 'Clear Formatting': 'Cell Formatting',
151
+ // Save
152
+ 'Save': 'Save',
153
+ // Undo, redo
154
+ 'Undo': 'Undo',
155
+ 'Redo': 'Redo',
156
+ // Select all
157
+ 'Select All': 'Select All',
158
+ // Code view
159
+ 'Code View': 'Code View',
160
+ // Quote
161
+ 'Quote': 'Quote',
162
+ 'Increase': 'Increase',
163
+ 'Decrease': 'Decrease',
164
+ // Quick Insert
165
+ 'Quick Insert': 'Quick Insert',
166
+ // Spcial Characters
167
+ 'Special Characters': 'Special Characters',
168
+ 'Latin': 'Latin',
169
+ 'Greek': 'Greek',
170
+ 'Cyrillic': 'Cyrillic',
171
+ 'Punctuation': 'Punctuation',
172
+ 'Currency': 'Currency',
173
+ 'Arrows': 'Arrows',
174
+ 'Math': 'Math',
175
+ 'Misc': 'Misc',
176
+ // Print.
177
+ 'Print': 'Print',
178
+ // Spell Checker.
179
+ 'Spell Checker': 'Spell Checker',
180
+ // Help
181
+ 'Help': 'Help',
182
+ 'Shortcuts': 'Shortcuts',
183
+ 'Inline Editor': 'Inline Editor',
184
+ 'Show the editor': 'Show the editor',
185
+ 'Common actions': 'Common actions',
186
+ 'Copy': 'Copy',
187
+ 'Cut': 'Cut',
188
+ 'Paste': 'Paste',
189
+ 'Basic Formatting': 'Basic Formatting',
190
+ 'Increase quote level': 'Increase quote level',
191
+ 'Decrease quote level': 'Decrease quote level',
192
+ 'Image / Video': 'Image / Video',
193
+ 'Resize larger': 'Resize larger',
194
+ 'Resize smaller': 'Resize smaller',
195
+ 'Table': 'Table',
196
+ 'Select table cell': 'Select table cell',
197
+ 'Extend selection one cell': 'Extend selection one cell',
198
+ 'Extend selection one row': 'Extend selection one row',
199
+ 'Navigation': 'Navigation',
200
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
201
+ 'Return focus to previous position': 'Return focus to previous position',
202
+ // Embed.ly
203
+ 'Embed URL': 'Embed URL',
204
+ 'Paste in a URL to embed': 'Paste in a URL to embed',
205
+ // Word Paste.
206
+ '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?',
207
+ 'Keep': 'Keep',
208
+ 'Clean': 'Clean',
209
+ 'Word Paste Detected': 'Word Paste Detected',
210
+ // Character Counter
211
+ 'Characters': 'Characters',
212
+ // More Buttons
213
+ 'More Text': 'More Text',
214
+ 'More Paragraph': 'More Paragraph',
215
+ 'More Rich': 'More Rich',
216
+ 'More Misc': 'More Misc'
217
+ },
218
+ direction: 'ltr'
219
+ };
220
+
221
+ })));
222
+ //# sourceMappingURL=en_gb.js.map