wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

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