wysiwyg-rails 1.2.7 → 4.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +1 -1
  3. data/README.md +112 -35
  4. data/app/assets/javascripts/froala_editor.min.js +5 -9
  5. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  6. data/app/assets/javascripts/languages/ar.js +291 -0
  7. data/app/assets/javascripts/languages/bs.js +278 -0
  8. data/app/assets/javascripts/languages/cs.js +284 -0
  9. data/app/assets/javascripts/languages/da.js +276 -0
  10. data/app/assets/javascripts/languages/de.js +309 -0
  11. data/app/assets/javascripts/languages/el.js +284 -0
  12. data/app/assets/javascripts/languages/en_ca.js +222 -0
  13. data/app/assets/javascripts/languages/en_gb.js +222 -0
  14. data/app/assets/javascripts/languages/es.js +289 -0
  15. data/app/assets/javascripts/languages/et.js +278 -0
  16. data/app/assets/javascripts/languages/fa.js +278 -0
  17. data/app/assets/javascripts/languages/fi.js +278 -0
  18. data/app/assets/javascripts/languages/fr.js +303 -0
  19. data/app/assets/javascripts/languages/he.js +278 -0
  20. data/app/assets/javascripts/languages/hr.js +278 -0
  21. data/app/assets/javascripts/languages/hu.js +284 -0
  22. data/app/assets/javascripts/languages/id.js +278 -0
  23. data/app/assets/javascripts/languages/it.js +294 -0
  24. data/app/assets/javascripts/languages/ja.js +278 -0
  25. data/app/assets/javascripts/languages/ko.js +306 -0
  26. data/app/assets/javascripts/languages/ku.js +271 -0
  27. data/app/assets/javascripts/languages/me.js +278 -0
  28. data/app/assets/javascripts/languages/nb.js +278 -0
  29. data/app/assets/javascripts/languages/nl.js +291 -0
  30. data/app/assets/javascripts/languages/pl.js +295 -0
  31. data/app/assets/javascripts/languages/pt_br.js +278 -0
  32. data/app/assets/javascripts/languages/pt_pt.js +295 -0
  33. data/app/assets/javascripts/languages/ro.js +278 -0
  34. data/app/assets/javascripts/languages/ru.js +291 -0
  35. data/app/assets/javascripts/languages/sk.js +284 -0
  36. data/app/assets/javascripts/languages/sl.js +224 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +304 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +5 -4
  50. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  52. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  54. data/app/assets/javascripts/plugins/entities.min.js +5 -4
  55. data/app/assets/javascripts/plugins/file.min.js +7 -0
  56. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/plugins/font_family.min.js +5 -4
  58. data/app/assets/javascripts/plugins/font_size.min.js +5 -4
  59. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  60. data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
  61. data/app/assets/javascripts/plugins/help.min.js +7 -0
  62. data/app/assets/javascripts/plugins/image.min.js +7 -0
  63. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  66. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  67. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/plugins/link.min.js +7 -0
  69. data/app/assets/javascripts/plugins/lists.min.js +5 -4
  70. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  71. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  72. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  73. data/app/assets/javascripts/plugins/print.min.js +7 -0
  74. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  75. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  76. data/app/assets/javascripts/plugins/save.min.js +7 -0
  77. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  78. data/app/assets/javascripts/plugins/table.min.js +7 -0
  79. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  80. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  81. data/app/assets/javascripts/plugins/url.min.js +7 -0
  82. data/app/assets/javascripts/plugins/video.min.js +5 -4
  83. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  84. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  85. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  86. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  87. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  88. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  89. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  90. data/app/assets/stylesheets/froala_editor.css +1431 -0
  91. data/app/assets/stylesheets/froala_editor.min.css +6 -4
  92. data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
  93. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  94. data/app/assets/stylesheets/froala_style.css +362 -0
  95. data/app/assets/stylesheets/froala_style.min.css +6 -4
  96. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  97. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  99. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/colors.css +98 -0
  101. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  103. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  105. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/file.css +128 -0
  107. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  109. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/fullscreen.css +79 -0
  111. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/help.css +45 -0
  113. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/image.css +213 -0
  115. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  117. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  119. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  120. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  121. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  122. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  123. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  124. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  125. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  126. data/app/assets/stylesheets/plugins/table.css +111 -0
  127. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  128. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  129. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  130. data/app/assets/stylesheets/plugins/video.css +201 -0
  131. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  132. data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
  133. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  134. data/app/assets/stylesheets/themes/dark.css +2188 -0
  135. data/app/assets/stylesheets/themes/dark.min.css +6 -4
  136. data/app/assets/stylesheets/themes/gray.css +2188 -0
  137. data/app/assets/stylesheets/themes/gray.min.css +6 -4
  138. data/app/assets/stylesheets/themes/royal.css +2188 -0
  139. data/app/assets/stylesheets/themes/royal.min.css +6 -4
  140. data/app/assets/stylesheets/third_party/embedly.css +60 -0
  141. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  143. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  144. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  145. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  146. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  147. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  148. data/lib/wysiwyg-rails/engine.rb +11 -0
  149. data/lib/wysiwyg-rails/version.rb +1 -1
  150. metadata +142 -72
  151. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  152. data/app/assets/javascripts/langs/ar.js +0 -94
  153. data/app/assets/javascripts/langs/bs.js +0 -94
  154. data/app/assets/javascripts/langs/cs.js +0 -94
  155. data/app/assets/javascripts/langs/da.js +0 -94
  156. data/app/assets/javascripts/langs/de.js +0 -94
  157. data/app/assets/javascripts/langs/en_ca.js +0 -94
  158. data/app/assets/javascripts/langs/en_gb.js +0 -94
  159. data/app/assets/javascripts/langs/en_us.js +0 -94
  160. data/app/assets/javascripts/langs/es.js +0 -94
  161. data/app/assets/javascripts/langs/et.js +0 -90
  162. data/app/assets/javascripts/langs/fa.js +0 -94
  163. data/app/assets/javascripts/langs/fi.js +0 -94
  164. data/app/assets/javascripts/langs/fr.js +0 -94
  165. data/app/assets/javascripts/langs/he.js +0 -94
  166. data/app/assets/javascripts/langs/hr.js +0 -94
  167. data/app/assets/javascripts/langs/hu.js +0 -94
  168. data/app/assets/javascripts/langs/id.js +0 -94
  169. data/app/assets/javascripts/langs/it.js +0 -94
  170. data/app/assets/javascripts/langs/ja.js +0 -94
  171. data/app/assets/javascripts/langs/ko.js +0 -94
  172. data/app/assets/javascripts/langs/me.js +0 -94
  173. data/app/assets/javascripts/langs/nb.js +0 -94
  174. data/app/assets/javascripts/langs/nl.js +0 -94
  175. data/app/assets/javascripts/langs/pl.js +0 -94
  176. data/app/assets/javascripts/langs/pt_br.js +0 -94
  177. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  178. data/app/assets/javascripts/langs/ro.js +0 -94
  179. data/app/assets/javascripts/langs/ru.js +0 -94
  180. data/app/assets/javascripts/langs/sr.js +0 -94
  181. data/app/assets/javascripts/langs/sv.js +0 -94
  182. data/app/assets/javascripts/langs/th.js +0 -94
  183. data/app/assets/javascripts/langs/tr.js +0 -94
  184. data/app/assets/javascripts/langs/uk.js +0 -94
  185. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  186. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  187. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  188. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  189. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  190. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  191. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  192. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  193. data/app/assets/stylesheets/froala_content.min.css +0 -5
  194. data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -0,0 +1,222 @@
1
+ /*!
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2022 Froala Labs
5
+ */
6
+
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * English spoken in Canada
17
+ */
18
+ FE.LANGUAGE['en_ca'] = {
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': 'Align 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': 'Clear 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_ca.js.map
@@ -0,0 +1,222 @@
1
+ /*!
2
+ * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2022 Froala Labs
5
+ */
6
+
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * 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