wysiwyg-rails 2.8.5 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. data/app/assets/javascripts/froala_editor.min.js +2 -2
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
  5. data/app/assets/javascripts/languages/ar.js +4 -1
  6. data/app/assets/javascripts/languages/bs.js +4 -1
  7. data/app/assets/javascripts/languages/cs.js +4 -1
  8. data/app/assets/javascripts/languages/da.js +135 -135
  9. data/app/assets/javascripts/languages/de.js +4 -1
  10. data/app/assets/javascripts/languages/el.js +4 -1
  11. data/app/assets/javascripts/languages/en_ca.js +6 -3
  12. data/app/assets/javascripts/languages/en_gb.js +4 -1
  13. data/app/assets/javascripts/languages/es.js +4 -1
  14. data/app/assets/javascripts/languages/et.js +4 -1
  15. data/app/assets/javascripts/languages/fa.js +4 -1
  16. data/app/assets/javascripts/languages/fi.js +4 -1
  17. data/app/assets/javascripts/languages/fr.js +4 -1
  18. data/app/assets/javascripts/languages/he.js +4 -1
  19. data/app/assets/javascripts/languages/hr.js +4 -1
  20. data/app/assets/javascripts/languages/hu.js +4 -1
  21. data/app/assets/javascripts/languages/id.js +4 -1
  22. data/app/assets/javascripts/languages/it.js +4 -1
  23. data/app/assets/javascripts/languages/ja.js +4 -1
  24. data/app/assets/javascripts/languages/ko.js +4 -1
  25. data/app/assets/javascripts/languages/ku.js +4 -1
  26. data/app/assets/javascripts/languages/me.js +4 -1
  27. data/app/assets/javascripts/languages/nb.js +4 -1
  28. data/app/assets/javascripts/languages/nl.js +4 -1
  29. data/app/assets/javascripts/languages/pl.js +4 -1
  30. data/app/assets/javascripts/languages/pt_br.js +4 -1
  31. data/app/assets/javascripts/languages/pt_pt.js +4 -1
  32. data/app/assets/javascripts/languages/ro.js +4 -2
  33. data/app/assets/javascripts/languages/ru.js +4 -1
  34. data/app/assets/javascripts/languages/sk.js +4 -1
  35. data/app/assets/javascripts/languages/sr.js +4 -1
  36. data/app/assets/javascripts/languages/sv.js +4 -1
  37. data/app/assets/javascripts/languages/th.js +4 -1
  38. data/app/assets/javascripts/languages/tr.js +4 -1
  39. data/app/assets/javascripts/languages/uk.js +4 -1
  40. data/app/assets/javascripts/languages/vi.js +4 -1
  41. data/app/assets/javascripts/languages/zh_cn.js +4 -1
  42. data/app/assets/javascripts/languages/zh_tw.js +4 -1
  43. data/app/assets/javascripts/plugins/align.min.js +2 -2
  44. data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
  46. data/app/assets/javascripts/plugins/code_view.min.js +1 -1
  47. data/app/assets/javascripts/plugins/colors.min.js +1 -1
  48. data/app/assets/javascripts/plugins/draggable.min.js +2 -2
  49. data/app/assets/javascripts/plugins/emoticons.min.js +2 -2
  50. data/app/assets/javascripts/plugins/entities.min.js +1 -1
  51. data/app/assets/javascripts/plugins/file.min.js +1 -1
  52. data/app/assets/javascripts/plugins/font_family.min.js +1 -1
  53. data/app/assets/javascripts/plugins/font_size.min.js +1 -1
  54. data/app/assets/javascripts/plugins/forms.min.js +1 -1
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
  56. data/app/assets/javascripts/plugins/help.min.js +1 -1
  57. data/app/assets/javascripts/plugins/image.min.js +2 -2
  58. data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +2 -2
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +2 -2
  64. data/app/assets/javascripts/plugins/lists.min.js +2 -2
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
  67. data/app/assets/javascripts/plugins/print.min.js +2 -2
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +2 -2
  69. data/app/assets/javascripts/plugins/quote.min.js +2 -2
  70. data/app/assets/javascripts/plugins/save.min.js +1 -1
  71. data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
  72. data/app/assets/javascripts/plugins/table.min.js +2 -2
  73. data/app/assets/javascripts/plugins/url.min.js +1 -1
  74. data/app/assets/javascripts/plugins/video.min.js +2 -2
  75. data/app/assets/javascripts/plugins/word_paste.min.js +1 -1
  76. data/app/assets/javascripts/third_party/embedly.min.js +1 -1
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +2 -2
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -1
  81. data/app/assets/stylesheets/froala_editor.css +61 -5
  82. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +62 -5
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -2
  85. data/app/assets/stylesheets/froala_style.css +34 -1
  86. data/app/assets/stylesheets/froala_style.min.css +2 -2
  87. data/app/assets/stylesheets/plugins/char_counter.css +1 -1
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  89. data/app/assets/stylesheets/plugins/code_view.css +1 -1
  90. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  91. data/app/assets/stylesheets/plugins/colors.css +1 -1
  92. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  93. data/app/assets/stylesheets/plugins/draggable.css +1 -1
  94. data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
  95. data/app/assets/stylesheets/plugins/emoticons.css +1 -1
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  97. data/app/assets/stylesheets/plugins/file.css +1 -1
  98. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  99. data/app/assets/stylesheets/plugins/fullscreen.css +1 -1
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  101. data/app/assets/stylesheets/plugins/help.css +1 -1
  102. data/app/assets/stylesheets/plugins/help.min.css +1 -1
  103. data/app/assets/stylesheets/plugins/image.css +2 -1
  104. data/app/assets/stylesheets/plugins/image.min.css +2 -2
  105. data/app/assets/stylesheets/plugins/image_manager.css +1 -1
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  107. data/app/assets/stylesheets/plugins/line_breaker.css +1 -1
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
  109. data/app/assets/stylesheets/plugins/quick_insert.css +1 -1
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
  111. data/app/assets/stylesheets/plugins/special_characters.css +1 -1
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
  113. data/app/assets/stylesheets/plugins/table.css +1 -1
  114. data/app/assets/stylesheets/plugins/table.min.css +1 -1
  115. data/app/assets/stylesheets/plugins/video.css +1 -1
  116. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  117. data/app/assets/stylesheets/themes/dark.css +38 -4
  118. data/app/assets/stylesheets/themes/dark.min.css +2 -2
  119. data/app/assets/stylesheets/themes/gray.css +38 -4
  120. data/app/assets/stylesheets/themes/gray.min.css +2 -2
  121. data/app/assets/stylesheets/themes/red.css +38 -4
  122. data/app/assets/stylesheets/themes/red.min.css +2 -2
  123. data/app/assets/stylesheets/themes/royal.css +38 -4
  124. data/app/assets/stylesheets/themes/royal.min.css +2 -2
  125. data/app/assets/stylesheets/third_party/embedly.css +1 -1
  126. data/app/assets/stylesheets/third_party/embedly.min.css +1 -1
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +1 -1
  132. data/app/assets/stylesheets/third_party/spell_checker.min.css +1 -1
  133. data/lib/wysiwyg-rails/version.rb +1 -1
  134. metadata +10 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['de'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Formatierung löschen",
246
246
 
247
+ // Save
248
+ "Save": "Sparen",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Rückgängig",
249
252
  "Redo": "Wiederholen",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -250,6 +250,9 @@ $.FE.LANGUAGE['el'] = {
250
250
  // Clear formatting
251
251
  "Clear Formatting": "Εκαθάριση μορφοποίησης",
252
252
 
253
+ // Save
254
+ "Save": "",
255
+
253
256
  // Undo, redo
254
257
  "Undo": "Αναίρεση",
255
258
  "Redo": "Επανάληψη",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -83,7 +83,7 @@ $.FE.LANGUAGE['en_ca'] = {
83
83
  "Align": "Align",
84
84
  "Align Left": "Align Left",
85
85
  "Align Center": "Align Centre",
86
- "Align Right": "Alight Right",
86
+ "Align Right": "Align Right",
87
87
  "Align Justify": "Align Justify",
88
88
  "None": "None",
89
89
 
@@ -186,7 +186,10 @@ $.FE.LANGUAGE['en_ca'] = {
186
186
  "Insert Horizontal Line": "Insert Horizontal Line",
187
187
 
188
188
  // Clear formatting
189
- "Clear Formatting": "Cell Formatting",
189
+ "Clear Formatting": "Clear Formatting",
190
+
191
+ // Save
192
+ "Save": "Save",
190
193
 
191
194
  // Undo, redo
192
195
  "Undo": "Undo",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -188,6 +188,9 @@ $.FE.LANGUAGE['en_gb'] = {
188
188
  // Clear formatting
189
189
  "Clear Formatting": "Cell Formatting",
190
190
 
191
+ // Save
192
+ "Save": "Save",
193
+
191
194
  // Undo, redo
192
195
  "Undo": "Undo",
193
196
  "Redo": "Redo",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['es'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Quitar el formato",
246
246
 
247
+ // Save
248
+ "Save": "Salvar",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Deshacer",
249
252
  "Redo": "Rehacer",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['et'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Eemalda formaatimine",
246
246
 
247
+ // Save
248
+ "Save": "Salvesta",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "V\u00f5ta tagasi",
249
252
  "Redo": "Tee uuesti",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['fa'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "\u062d\u0630\u0641 \u0642\u0627\u0644\u0628 \u0628\u0646\u062f\u06cc",
246
246
 
247
+ // Save
248
+ "Save": "\u0635\u0631\u0641\u0647 \u062c\u0648\u06cc\u06cc",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "\u0628\u0627\u0637\u0644 \u06a9\u0631\u062f\u0646",
249
252
  "Redo": "\u0627\u0646\u062c\u0627\u0645 \u062f\u0648\u0628\u0627\u0631\u0647",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['fi'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Poista muotoilu",
246
246
 
247
+ // Save
248
+ "Save": "Tallentaa",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Peru",
249
252
  "Redo": "Tee uudelleen",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['fr'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Effacer le formatage",
246
246
 
247
+ // Save
248
+ "Save": "sauvegarder",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Annuler",
249
252
  "Redo": "R\u00e9tablir",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['he'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
246
246
 
247
+ // Save
248
+ "Save": "\u05dc\u05d4\u05e6\u05d9\u05dc",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
249
252
  "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['hr'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Ukloni oblikovanje",
246
246
 
247
+ // Save
248
+ "Save": "\u0055\u0161\u0074\u0065\u0064\u006a\u0065\u0074\u0069",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Korak natrag",
249
252
  "Redo": "Korak naprijed",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['hu'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa",
246
246
 
247
+ // Save
248
+ "Save": "\u004d\u0065\u006e\u0074\u00e9\u0073",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Visszavon\u00e1s",
249
252
  "Redo": "Ism\u00e9t",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -245,6 +245,9 @@ $.FE.LANGUAGE['id'] = {
245
245
  // Clear formatting
246
246
  "Clear Formatting": "Menghapus format",
247
247
 
248
+ // Save
249
+ "Save": "Menyimpan",
250
+
248
251
  // Undo, redo
249
252
  "Undo": "Batal",
250
253
  "Redo": "Ulang",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['it'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Cancella Formattazione",
246
246
 
247
+ // Save
248
+ "Save": "Salvare",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Annulla",
249
252
  "Redo": "Ripeti",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['ja'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "\u66f8\u5f0f\u306e\u30af\u30ea\u30a2",
246
246
 
247
+ // Save
248
+ "Save": "\u30bb\u30fc\u30d6",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "\u5143\u306b\u623b\u3059",
249
252
  "Redo": "\u3084\u308a\u76f4\u3059",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['ko'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "\uc11c\uc2dd \uc81c\uac70",
246
246
 
247
+ // Save
248
+ "Save": "\uad6c\ud558\ub2e4",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "\uc2e4\ud589 \ucde8\uc18c",
249
252
  "Redo": "\ub418\ub3cc\ub9ac\uae30",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -237,6 +237,9 @@ $.FE.LANGUAGE['ku'] = {
237
237
  // Clear formatting
238
238
  "Clear Formatting": "سڕینەوەی شێواز",
239
239
 
240
+ // Save
241
+ "Save": "",
242
+
240
243
  // Undo, redo
241
244
  "Undo": "گەڕانەوە",
242
245
  "Redo": "هێنانەوەی هەنگاوی پێشتر",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['me'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Izbrisati formatiranje",
246
246
 
247
+ // Save
248
+ "Save": "Save",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Korak nazad",
249
252
  "Redo": "Korak naprijed",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['nb'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Fjerne formatering",
246
246
 
247
+ // Save
248
+ "Save": "Lagre",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Angre",
249
252
  "Redo": "Utf\u00f8r likevel",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['nl'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Verwijder opmaak",
246
246
 
247
+ // Save
248
+ "Save": "Opslaan",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Ongedaan maken",
249
252
  "Redo": "Opnieuw",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['pl'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Usu\u0144 formatowanie",
246
246
 
247
+ // Save
248
+ "Save": "\u005a\u0061\u0070\u0069\u0073\u0061\u0107",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Cofnij",
249
252
  "Redo": "Pon\u00f3w",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['pt_br'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Remover formatação",
246
246
 
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0065",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Desfazer",
249
252
  "Redo": "Refazer",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['pt_pt'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "Remover formata\u00e7\u00e3o",
246
246
 
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0065",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "Anular",
249
252
  "Redo": "Restaurar",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -112,7 +112,6 @@ $.FE.LANGUAGE['ro'] = {
112
112
  "or click": "sau f\u0103 click",
113
113
  "Manage Images": "Gestionare imagini",
114
114
  "Loading": "Se \u00eencarc\u0103",
115
- "Deleting": "",
116
115
  "Deleting": "Se \u0219terge",
117
116
  "Tags": "Etichete",
118
117
  "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
@@ -245,6 +244,9 @@ $.FE.LANGUAGE['ro'] = {
245
244
  // Clear formatting
246
245
  "Clear Formatting": "Elimina\u021bi formatarea",
247
246
 
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0061\u021b\u0069",
249
+
248
250
  // Undo, redo
249
251
  "Undo": "Reexecut\u0103",
250
252
  "Redo": "Dezexecut\u0103",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2018 Froala Labs
5
5
  */
@@ -244,6 +244,9 @@ $.FE.LANGUAGE['ru'] = {
244
244
  // Clear formatting
245
245
  "Clear Formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
246
246
 
247
+ // Save
248
+ "Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
249
+
247
250
  // Undo, redo
248
251
  "Undo": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
249
252
  "Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c",