wysiwyg-rails 1.2.8 → 2.0.0.pre.rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -15
  3. data/app/assets/javascripts/froala_editor.min.js +6 -8
  4. data/app/assets/javascripts/languages/ar.js +216 -0
  5. data/app/assets/javascripts/languages/bs.js +216 -0
  6. data/app/assets/javascripts/languages/cs.js +216 -0
  7. data/app/assets/javascripts/languages/da.js +216 -0
  8. data/app/assets/javascripts/languages/de.js +216 -0
  9. data/app/assets/javascripts/languages/en_ca.js +160 -0
  10. data/app/assets/javascripts/languages/en_gb.js +160 -0
  11. data/app/assets/javascripts/languages/es.js +216 -0
  12. data/app/assets/javascripts/languages/et.js +216 -0
  13. data/app/assets/javascripts/languages/fa.js +216 -0
  14. data/app/assets/javascripts/languages/fi.js +216 -0
  15. data/app/assets/javascripts/languages/fr.js +216 -0
  16. data/app/assets/javascripts/languages/he.js +216 -0
  17. data/app/assets/javascripts/languages/hr.js +216 -0
  18. data/app/assets/javascripts/languages/hu.js +216 -0
  19. data/app/assets/javascripts/languages/id.js +216 -0
  20. data/app/assets/javascripts/languages/it.js +216 -0
  21. data/app/assets/javascripts/languages/ja.js +216 -0
  22. data/app/assets/javascripts/languages/ko.js +216 -0
  23. data/app/assets/javascripts/languages/me.js +216 -0
  24. data/app/assets/javascripts/languages/nb.js +216 -0
  25. data/app/assets/javascripts/languages/nl.js +216 -0
  26. data/app/assets/javascripts/languages/pl.js +216 -0
  27. data/app/assets/javascripts/languages/pt_br.js +216 -0
  28. data/app/assets/javascripts/languages/pt_pt.js +216 -0
  29. data/app/assets/javascripts/languages/ro.js +217 -0
  30. data/app/assets/javascripts/languages/ru.js +216 -0
  31. data/app/assets/javascripts/languages/sr.js +216 -0
  32. data/app/assets/javascripts/languages/sv.js +216 -0
  33. data/app/assets/javascripts/languages/th.js +216 -0
  34. data/app/assets/javascripts/languages/tr.js +216 -0
  35. data/app/assets/javascripts/languages/uk.js +216 -0
  36. data/app/assets/javascripts/languages/zh_cn.js +216 -0
  37. data/app/assets/javascripts/languages/zh_tw.js +216 -0
  38. data/app/assets/javascripts/plugins/align.min.js +6 -0
  39. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  40. data/app/assets/javascripts/plugins/code_view.min.js +6 -0
  41. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  42. data/app/assets/javascripts/plugins/emoticons.min.js +6 -0
  43. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  44. data/app/assets/javascripts/plugins/file.min.js +6 -0
  45. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  46. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  47. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  48. data/app/assets/javascripts/plugins/image.min.js +6 -0
  49. data/app/assets/javascripts/plugins/image_manager.min.js +6 -0
  50. data/app/assets/javascripts/plugins/inline_style.min.js +6 -0
  51. data/app/assets/javascripts/plugins/line_breaker.min.js +6 -0
  52. data/app/assets/javascripts/plugins/link.min.js +6 -0
  53. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  54. data/app/assets/javascripts/plugins/paragraph_format.min.js +6 -0
  55. data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -0
  56. data/app/assets/javascripts/plugins/quote.min.js +6 -0
  57. data/app/assets/javascripts/plugins/save.min.js +6 -0
  58. data/app/assets/javascripts/plugins/table.min.js +6 -0
  59. data/app/assets/javascripts/plugins/url.min.js +6 -0
  60. data/app/assets/javascripts/plugins/video.min.js +3 -3
  61. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  62. data/app/assets/stylesheets/froala_style.min.css +3 -3
  63. data/app/assets/stylesheets/plugins/char_counter.min.css +5 -0
  64. data/app/assets/stylesheets/plugins/code_view.min.css +5 -0
  65. data/app/assets/stylesheets/plugins/colors.min.css +5 -0
  66. data/app/assets/stylesheets/plugins/emoticons.min.css +5 -0
  67. data/app/assets/stylesheets/plugins/file.min.css +5 -0
  68. data/app/assets/stylesheets/plugins/fullscreen.min.css +5 -0
  69. data/app/assets/stylesheets/plugins/image.min.css +5 -0
  70. data/app/assets/stylesheets/plugins/image_manager.min.css +5 -0
  71. data/app/assets/stylesheets/plugins/line_breaker.min.css +5 -0
  72. data/app/assets/stylesheets/plugins/table.min.css +5 -0
  73. data/app/assets/stylesheets/plugins/video.min.css +5 -0
  74. data/app/assets/stylesheets/themes/dark.css +825 -0
  75. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  76. data/app/assets/stylesheets/themes/gray.css +825 -0
  77. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  78. data/app/assets/stylesheets/themes/red.css +825 -0
  79. data/app/assets/stylesheets/themes/red.min.css +3 -3
  80. data/app/assets/stylesheets/themes/royal.css +825 -0
  81. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  82. data/lib/wysiwyg-rails/engine.rb +4 -3
  83. data/lib/wysiwyg-rails/version.rb +1 -1
  84. metadata +70 -49
  85. data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
  86. data/app/assets/javascripts/langs/ar.js +0 -94
  87. data/app/assets/javascripts/langs/bs.js +0 -94
  88. data/app/assets/javascripts/langs/cs.js +0 -94
  89. data/app/assets/javascripts/langs/da.js +0 -94
  90. data/app/assets/javascripts/langs/de.js +0 -94
  91. data/app/assets/javascripts/langs/en_ca.js +0 -94
  92. data/app/assets/javascripts/langs/en_gb.js +0 -94
  93. data/app/assets/javascripts/langs/en_us.js +0 -94
  94. data/app/assets/javascripts/langs/es.js +0 -94
  95. data/app/assets/javascripts/langs/et.js +0 -90
  96. data/app/assets/javascripts/langs/fa.js +0 -94
  97. data/app/assets/javascripts/langs/fi.js +0 -94
  98. data/app/assets/javascripts/langs/fr.js +0 -94
  99. data/app/assets/javascripts/langs/he.js +0 -94
  100. data/app/assets/javascripts/langs/hr.js +0 -94
  101. data/app/assets/javascripts/langs/hu.js +0 -94
  102. data/app/assets/javascripts/langs/id.js +0 -94
  103. data/app/assets/javascripts/langs/it.js +0 -94
  104. data/app/assets/javascripts/langs/ja.js +0 -94
  105. data/app/assets/javascripts/langs/ko.js +0 -94
  106. data/app/assets/javascripts/langs/me.js +0 -94
  107. data/app/assets/javascripts/langs/nb.js +0 -94
  108. data/app/assets/javascripts/langs/nl.js +0 -94
  109. data/app/assets/javascripts/langs/pl.js +0 -94
  110. data/app/assets/javascripts/langs/pt_br.js +0 -94
  111. data/app/assets/javascripts/langs/pt_pt.js +0 -94
  112. data/app/assets/javascripts/langs/ro.js +0 -94
  113. data/app/assets/javascripts/langs/ru.js +0 -94
  114. data/app/assets/javascripts/langs/sr.js +0 -94
  115. data/app/assets/javascripts/langs/sv.js +0 -94
  116. data/app/assets/javascripts/langs/th.js +0 -94
  117. data/app/assets/javascripts/langs/tr.js +0 -94
  118. data/app/assets/javascripts/langs/uk.js +0 -94
  119. data/app/assets/javascripts/langs/zh_cn.js +0 -94
  120. data/app/assets/javascripts/langs/zh_tw.js +0 -94
  121. data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
  122. data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
  123. data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
  124. data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
  125. data/app/assets/javascripts/plugins/tables.min.js +0 -6
  126. data/app/assets/javascripts/plugins/urls.min.js +0 -6
  127. data/app/assets/stylesheets/froala_content.min.css +0 -5
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * Danish
9
- */
10
-
11
- $.Editable.LANGS['da'] = {
12
- translation: {
13
- "Bold": "Fed",
14
- "Italic": "Kursiv",
15
- "Underline": "Understreg",
16
- "Strikethrough": "Gennemstreg",
17
- "Font Size": "Skriftst\u00f8rrelse",
18
- "Color": "Farve",
19
- "Background": "Baggrunds",
20
- "Text": "Tekst",
21
- "Format Block": "Formater",
22
- "Normal": "Normal",
23
- "Paragraph": "S\u00e6tning",
24
- "Code": "Code",
25
- "Quote": "Indrykning",
26
- "Heading 1": "Overskrift 1",
27
- "Heading 2": "Overskrift 2",
28
- "Heading 3": "Overskrift 3",
29
- "Heading 4": "Overskrift 4",
30
- "Heading 5": "Overskrift 5",
31
- "Heading 6": "Overskrift 6",
32
- "Block Style": "Blok stil",
33
- "Alignment": "Tilpasning",
34
- "Align Left": "Venstrejusteret",
35
- "Align Center": "Centreret",
36
- "Align Right": "H\u00f8jrejusteret",
37
- "Justify": "Justering",
38
- "Numbered List": "Nummerering",
39
- "Bulleted List": "Punkt tegn",
40
- "Indent Less": "Formindsk indrykning",
41
- "Indent More": "For\u00f8g indrykning",
42
- "Select All": "V\u00e6lg alle",
43
- "Insert Link": "Inds\u00e6t link",
44
- "Insert Image": "Inds\u00e6t billede",
45
- "Insert Video": "Inds\u00e6t video",
46
- "Undo": "Fortryd",
47
- "Redo": "Genopret",
48
- "Show HTML": "Vis HTML",
49
- "Float Left": "Venstre",
50
- "Float None": "Ingen",
51
- "Float Right": "H\u00f8jre",
52
- "Replace Image": "Udskift billedet",
53
- "Remove Image": "Fjern billede",
54
- "Title": "Titel",
55
- "Drop image": "Tr\u00e6k billedet herind",
56
- "or click": "eller klik",
57
- "or": "eller",
58
- "Enter URL": "Indtast URL",
59
- "Please wait!": "Vent venligst!",
60
- "Are you sure? Image will be deleted.": "Er du sikker? Billede vil blive slettet.",
61
- "UNLINK": "Fjern link",
62
- "Open in new tab": "\u00c5bn i ny fane",
63
- "Type something": "Skriv noget",
64
- "Cancel": "Fortryd",
65
- "OK": "Ok",
66
- "Manage images": "Administrer billeder",
67
- "Delete": "Slet",
68
- "Font Family": "Skrifttype",
69
- "Insert Horizontal Line": "Inds\u00e6t vandret linie",
70
- "Table": "Tabel",
71
- "Insert table": "Inds\u00e6t tabel",
72
- "Cell": "Celle",
73
- "Row": "R\u00e6kke",
74
- "Column": "Kolonne",
75
- "Delete table": "Slet tabel",
76
- "Insert cell before": "Inds\u00e6t celle f\u00f8r",
77
- "Insert cell after": "Inds\u00e6t celle efter",
78
- "Delete cell": "Slet celle",
79
- "Merge cells": "Flet celler",
80
- "Horizontal split": "Vandret split",
81
- "Vertical split": "Lodret split",
82
- "Insert row above": "Inds\u00e6t r\u00e6kke over",
83
- "Insert row below": "Inds\u00e6t r\u00e6kke under",
84
- "Delete row": "Slet r\u00e6kke",
85
- "Insert column before": "Inds\u00e6t kolonne f\u00f8r",
86
- "Insert column after": "Inds\u00e6t kolonne efter",
87
- "Delete column": "Slet kolonne",
88
- "Uploading image": "Uploader billede",
89
- "Upload File": "Upload fil",
90
- "Drop File": "Drop fil",
91
- "Clear formatting": "Fjern formatering"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * German
9
- */
10
-
11
- $.Editable.LANGS['de'] = {
12
- translation: {
13
- "Bold": "Fett",
14
- "Italic": "Kursiv",
15
- "Underline": "Unterstrichen",
16
- "Strikethrough": "Durchgestrichen",
17
- "Font Size": "Schriftgr\u00f6\u00dfe",
18
- "Color": "Farbe",
19
- "Background": "Hintergrund",
20
- "Text": "Text",
21
- "Format Block": "Formate",
22
- "Normal": "Normal",
23
- "Paragraph": "Absatz",
24
- "Code": "Quelltext",
25
- "Quote": "Zitat",
26
- "Heading 1": "\u00dcberschrift 1",
27
- "Heading 2": "\u00dcberschrift 2",
28
- "Heading 3": "\u00dcberschrift 3",
29
- "Heading 4": "\u00dcberschrift 4",
30
- "Heading 5": "\u00dcberschrift 5",
31
- "Heading 6": "\u00dcberschrift 6",
32
- "Block Style": "Block-Stil",
33
- "Alignment": "Ausrichtung",
34
- "Align Left": "Linksb\u00fcndig ausrichten",
35
- "Align Center": "Zentriert ausrichten",
36
- "Align Right": "Rechtsb\u00fcndig ausrichten",
37
- "Justify": "Blocksatz",
38
- "Numbered List": "Nummerierte Liste",
39
- "Bulleted List": "Aufz\u00e4hlung",
40
- "Indent Less": "Einzug verkleinern",
41
- "Indent More": "Einzug vergr\u00f6\u00dfern",
42
- "Select All": "Alles ausw\u00e4hlen",
43
- "Insert Link": "Link einf\u00fcgen",
44
- "Insert Image": "Bild einf\u00fcgen",
45
- "Insert Video": "Video einf\u00fcgen",
46
- "Undo": "R\u00fcckg\u00e4ngig",
47
- "Redo": "Wiederholen",
48
- "Show HTML": "HTML anzeigen",
49
- "Float Left": "Linksb\u00fcndig",
50
- "Float None": "Keine",
51
- "Float Right": "Rechtsb\u00fcndig",
52
- "Replace Image": "Bild ersetzen",
53
- "Remove Image": "Bild entfernen",
54
- "Title": "Titel",
55
- "Drop image": "Ziehen Sie ein Bild hierhin",
56
- "or click": "oder klicken Sie auf",
57
- "or": "oder",
58
- "Enter URL": "URL eingeben",
59
- "Please wait!": "Bitte warten Sie!",
60
- "Are you sure? Image will be deleted.": "Sind Sie sicher? Das Bild wird gel\u00f6scht.",
61
- "UNLINK": "Link entfernen",
62
- "Open in new tab": "In neuer Registerkarte \u00f6ffnen",
63
- "Type something": "Schreiben Sie etwas",
64
- "Cancel": "Abbrechen",
65
- "OK": "Ok",
66
- "Manage images": "Bilder verwalten",
67
- "Delete": "L\u00f6schen",
68
- "Font Family": "Schriftart",
69
- "Insert Horizontal Line": "Horizontale Linie Einf\u00fcgen",
70
- "Table": "Tabelle",
71
- "Insert table": "Tabelle einf\u00fcgen",
72
- "Cell": "Zelle",
73
- "Row": "Zeile",
74
- "Column": "Spalte",
75
- "Delete table": "Tabelle l\u00f6schen",
76
- "Insert cell before": "Neue zelle davor einf\u00fcgen",
77
- "Insert cell after": "Neue zelle danach einf\u00fcgen",
78
- "Delete cell": "Zelle l\u00f6schen",
79
- "Merge cells": "Zelle verschmelzen",
80
- "Horizontal split": "Horizontal aufteilung",
81
- "Vertical split": "Vertikal aufteilung",
82
- "Insert row above": "Neue Zeile davor einf\u00fcgen",
83
- "Insert row below": "Neue Zeile danach einf\u00fcgen",
84
- "Delete row": "Zeile l\u00f6schen",
85
- "Insert column before": "Neue Spalte davor einf\u00fcgen",
86
- "Insert column after": "Neue Spalte danach einf\u00fcgen",
87
- "Delete column": "Spalte l\u00f6schen",
88
- "Uploading image": "Bild hochladen",
89
- "Upload File": "Datei Hochladen",
90
- "Drop File": "Tropfen Datei",
91
- "Clear formatting": "Formatierung l\u00f6schen"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * English spoken in Canada
9
- */
10
-
11
- $.Editable.LANGS['en_ca'] = {
12
- translation: {
13
- "Bold": "Bold",
14
- "Italic": "Italic",
15
- "Underline": "Underline",
16
- "Strikethrough": "Strikethrough",
17
- "Font Size": "Font Size",
18
- "Color": "Colour",
19
- "Background": "Background",
20
- "Text": "Text",
21
- "Format Block": "Format Block",
22
- "Normal": "Normal",
23
- "Paragraph": "Paragraph",
24
- "Code": "Code",
25
- "Quote": "Quote",
26
- "Heading 1": "Heading 1",
27
- "Heading 2": "Heading 2",
28
- "Heading 3": "Heading 3",
29
- "Heading 4": "Heading 4",
30
- "Heading 5": "Heading 5",
31
- "Heading 6": "Heading 6",
32
- "Block Style": "Block Style",
33
- "Alignment": "Alignment",
34
- "Align Left": "Align Left",
35
- "Align Center": "Align Center",
36
- "Align Right": "Align Right",
37
- "Justify": "Justify",
38
- "Numbered List": "Numbered List",
39
- "Bulleted List": "Bulleted List",
40
- "Indent Less": "Indent Less",
41
- "Indent More": "Indent More",
42
- "Select All": "Select All",
43
- "Insert Link": "Insert Link",
44
- "Insert Image": "Insert Image",
45
- "Insert Video": "Insert Video",
46
- "Undo": "Undo",
47
- "Redo": "Redo",
48
- "Show HTML": "Show HTML",
49
- "Float Left": "Float Left",
50
- "Float None": "Float None",
51
- "Float Right": "Float Right",
52
- "Replace Image": "Replace Image",
53
- "Remove Image": "Remove Image",
54
- "Title": "Title",
55
- "Drop image": "Drop image",
56
- "or click": "or click",
57
- "or": "or",
58
- "Enter URL": "Enter URL",
59
- "Please wait!": "Please wait!",
60
- "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
61
- "UNLINK": "UNLINK",
62
- "Open in new tab": "Open in new tab",
63
- "Type something": "Type something",
64
- "Cancel": "Cancel",
65
- "OK": "OK",
66
- "Manage images": "Manage images",
67
- "Delete": "Delete",
68
- "Font Family": "Font Family",
69
- "Insert Horizontal Line": "Insert Horizontal Line",
70
- "Table": "Table",
71
- "Insert table": "Insert table",
72
- "Cell": "Cell",
73
- "Row": "Row",
74
- "Column": "Column",
75
- "Delete table": "Delete table",
76
- "Insert cell before": "Insert cell before",
77
- "Insert cell after": "Insert cell after",
78
- "Delete cell": "Delete cell",
79
- "Merge cells": "Merge cells",
80
- "Horizontal split": "Horizontal split",
81
- "Vertical split": "Vertical split",
82
- "Insert row above": "Insert row above",
83
- "Insert row below": "Insert row below",
84
- "Delete row": "Delete row",
85
- "Insert column before": "Insert column before",
86
- "Insert column after": "Insert column after",
87
- "Delete column": "Delete column",
88
- "Uploading image": "Uploading image",
89
- "Upload File": "Upload File",
90
- "Drop File": "Drop File",
91
- "Clear formatting": "Clear formatting"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * English spoken in Great Britain
9
- */
10
-
11
- $.Editable.LANGS['en_gb'] = {
12
- translation: {
13
- "Bold": "Bold",
14
- "Italic": "Italic",
15
- "Underline": "Underline",
16
- "Strikethrough": "Strike-through",
17
- "Font Size": "Font Size",
18
- "Color": "Colour",
19
- "Background": "Background",
20
- "Text": "Text",
21
- "Format Block": "Format Block",
22
- "Normal": "Normal",
23
- "Paragraph": "Paragraph",
24
- "Code": "Code",
25
- "Quote": "Quote",
26
- "Heading 1": "Heading 1",
27
- "Heading 2": "Heading 2",
28
- "Heading 3": "Heading 3",
29
- "Heading 4": "Heading 4",
30
- "Heading 5": "Heading 5",
31
- "Heading 6": "Heading 6",
32
- "Block Style": "Block Style",
33
- "Alignment": "Alignment",
34
- "Align Left": "Align Left",
35
- "Align Center": "Align Center",
36
- "Align Right": "Align Right",
37
- "Justify": "Justify",
38
- "Numbered List": "Numbered List",
39
- "Bulleted List": "Bulleted List",
40
- "Indent Less": "Indent Less",
41
- "Indent More": "Indent More",
42
- "Select All": "Select All",
43
- "Insert Link": "Insert Link",
44
- "Insert Image": "Insert Image",
45
- "Insert Video": "Insert Video",
46
- "Undo": "Undo",
47
- "Redo": "Redo",
48
- "Show HTML": "Show HTML",
49
- "Float Left": "Float Left",
50
- "Float None": "Float None",
51
- "Float Right": "Float Right",
52
- "Replace Image": "Replace Image",
53
- "Remove Image": "Remove Image",
54
- "Title": "Title",
55
- "Drop image": "Drop image",
56
- "or click": "or click",
57
- "or": "or",
58
- "Enter URL": "Enter URL",
59
- "Please wait!": "Please wait!",
60
- "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
61
- "UNLINK": "UNLINK",
62
- "Open in new tab": "Open in new tab",
63
- "Type something": "Type something",
64
- "Cancel": "Cancel",
65
- "OK": "OK",
66
- "Manage images": "Manage images",
67
- "Delete": "Delete",
68
- "Font Family": "Font Family",
69
- "Insert Horizontal Line": "Insert Horizontal Line",
70
- "Table": "Table",
71
- "Insert table": "Insert table",
72
- "Cell": "Cell",
73
- "Row": "Row",
74
- "Column": "Column",
75
- "Delete table": "Delete table",
76
- "Insert cell before": "Insert cell before",
77
- "Insert cell after": "Insert cell after",
78
- "Delete cell": "Delete cell",
79
- "Merge cells": "Merge cells",
80
- "Horizontal split": "Horizontal split",
81
- "Vertical split": "Vertical split",
82
- "Insert row above": "Insert row above",
83
- "Insert row below": "Insert row below",
84
- "Delete row": "Delete row",
85
- "Insert column before": "Insert column before",
86
- "Insert column after": "Insert column after",
87
- "Delete column": "Delete column",
88
- "Uploading image": "Uploading image",
89
- "Upload File": "Upload File",
90
- "Drop File": "Drop File",
91
- "Clear formatting": "Clear formatting"
92
- },
93
- direction: "ltr"
94
- };
@@ -1,94 +0,0 @@
1
- /*!
2
- * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://www.froala.com/wysiwyg-editor/terms
4
- * Copyright 2014-2015 Froala Labs
5
- */
6
-
7
- /**
8
- * English spoken in the US
9
- */
10
-
11
- $.Editable.LANGS['en_us'] = {
12
- translation: {
13
- "Bold": "Bold",
14
- "Italic": "Italic",
15
- "Underline": "Underline",
16
- "Strikethrough": "Strikethrough",
17
- "Font Size": "Font Size",
18
- "Color": "Color",
19
- "Background": "Background",
20
- "Text": "Text",
21
- "Format Block": "Format Block",
22
- "Normal": "Normal",
23
- "Paragraph": "Paragraph",
24
- "Code": "Code",
25
- "Quote": "Quote",
26
- "Heading 1": "Heading 1",
27
- "Heading 2": "Heading 2",
28
- "Heading 3": "Heading 3",
29
- "Heading 4": "Heading 4",
30
- "Heading 5": "Heading 5",
31
- "Heading 6": "Heading 6",
32
- "Block Style": "Block Style",
33
- "Alignment": "Alignment",
34
- "Align Left": "Align Left",
35
- "Align Center": "Align Center",
36
- "Align Right": "Align Right",
37
- "Justify": "Justify",
38
- "Numbered List": "Numbered List",
39
- "Bulleted List": "Bulleted List",
40
- "Indent Less": "Indent Less",
41
- "Indent More": "Indent More",
42
- "Select All": "Select All",
43
- "Insert Link": "Insert Link",
44
- "Insert Image": "Insert Image",
45
- "Insert Video": "Insert Video",
46
- "Undo": "Undo",
47
- "Redo": "Redo",
48
- "Show HTML": "Show HTML",
49
- "Float Left": "Float Left",
50
- "Float None": "Float None",
51
- "Float Right": "Float Right",
52
- "Replace Image": "Replace Image",
53
- "Remove Image": "Remove Image",
54
- "Title": "Title",
55
- "Drop image": "Drop image",
56
- "or click": "or click",
57
- "or": "or",
58
- "Enter URL": "Enter URL",
59
- "Please wait!": "Please wait!",
60
- "Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
61
- "UNLINK": "UNLINK",
62
- "Open in new tab": "Open in new tab",
63
- "Type something": "Type something",
64
- "Cancel": "Cancel",
65
- "OK": "OK",
66
- "Manage images": "Manage images",
67
- "Delete": "Delete",
68
- "Font Family": "Font family",
69
- "Insert Horizontal Line": "Insert Horizontal Line",
70
- "Table": "Table",
71
- "Insert table": "Insert table",
72
- "Cell": "Cell",
73
- "Row": "Row",
74
- "Column": "Column",
75
- "Delete table": "Delete table",
76
- "Insert cell before": "Insert cell before",
77
- "Insert cell after": "Insert cell after",
78
- "Delete cell": "Delete cell",
79
- "Merge cells": "Merge cells",
80
- "Horizontal split": "Horizontal split",
81
- "Vertical split": "Vertical split",
82
- "Insert row above": "Insert row above",
83
- "Insert row below": "Insert row below",
84
- "Delete row": "Delete row",
85
- "Insert column before": "Insert column before",
86
- "Insert column after": "Insert column after",
87
- "Delete column": "Delete column",
88
- "Uploading image": "Uploading image",
89
- "Upload File": "Upload File",
90
- "Drop File": "Drop File",
91
- "Clear formatting": "Clear formatting"
92
- },
93
- direction: "ltr"
94
- };