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
- * Hebrew
9
- */
10
-
11
- $.Editable.LANGS['he'] = {
12
- translation: {
13
- "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
14
- "Italic": "\u05de\u05d5\u05d8\u05d4",
15
- "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
16
- "Strikethrough": "\u05e7\u05d5 \u05d0\u05de\u05e6\u05e2\u05d9",
17
- "Font Size": "\u05d2\u05d5\u05d3\u05dc \u05d4\u05d2\u05d5\u05e4\u05df",
18
- "Color": "\u05e6\u05d1\u05e2",
19
- "Background": "\u05e8\u05e7\u05e2",
20
- "Text": "\u05d4\u05d8\u05e1\u05d8",
21
- "Format Block": "\u05e4\u05d5\u05e8\u05de\u05d8",
22
- "Normal": "\u05e8\u05d2\u05d9\u05dc",
23
- "Paragraph": "\u05e4\u05e1\u05e7\u05d4",
24
- "Code": "\u05e7\u05d5\u05d3",
25
- "Quote": "\u05e6\u05d9\u05d8\u05d5\u05d8",
26
- "Heading 1": "1 \u05db\u05d5\u05ea\u05e8\u05ea",
27
- "Heading 2": "2 \u05db\u05d5\u05ea\u05e8\u05ea",
28
- "Heading 3": "3 \u05db\u05d5\u05ea\u05e8\u05ea",
29
- "Heading 4": "4 \u05db\u05d5\u05ea\u05e8\u05ea",
30
- "Heading 5": "5 \u05db\u05d5\u05ea\u05e8\u05ea",
31
- "Heading 6": "6 \u05db\u05d5\u05ea\u05e8\u05ea",
32
- "Block Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05d1\u05dc\u05d5\u05e7",
33
- "Alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
34
- "Align Left": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
35
- "Align Center": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05e8\u05db\u05d6",
36
- "Align Right": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
37
- "Justify": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05dc\u05d0",
38
- "Numbered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
39
- "Bulleted List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4",
40
- "Indent Less": "\u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
41
- "Indent More": "\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
42
- "Select All": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
43
- "Insert Link": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
44
- "Insert Image": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
45
- "Insert Video": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
46
- "Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
47
- "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
48
- "Show HTML": "HTML \u05d4\u05e6\u05d2",
49
- "Float Left": "\u05e9\u05de\u05d0\u05dc",
50
- "Float None": "\u05db\u05dc\u05d5\u05dd",
51
- "Float Right": "\u05d9\u05de\u05d9\u05df",
52
- "Replace Image": "\u05d4\u05d7\u05dc\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
53
- "Remove Image": "\u05d4\u05e1\u05e8\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
54
- "Title": "\u05db\u05d5\u05ea\u05e8\u05ea",
55
- "Drop image": "\u05e9\u05d7\u05e8\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
56
- "or click": "\u05d0\u05d5 \u05dc\u05d7\u05e5",
57
- "or": "\u05d0\u05d5",
58
- "Enter URL": "\u05d4\u05db\u05e0\u05e1 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
59
- "Please wait!": "\u05e0\u05d0 \u05dc\u05d4\u05de\u05ea\u05d9\u05df",
60
- "Are you sure? Image will be deleted.": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7\u003f \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05ea\u05de\u05d7\u05e7\u002e",
61
- "UNLINK": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
62
- "Open in new tab": "\u05dc\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9",
63
- "Type something": "\u05d4\u05e7\u05dc\u05d3 \u05db\u05d0\u05df",
64
- "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
65
- "OK": "\u05d1\u05e6\u05e2",
66
- "Manage images": "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
67
- "Delete": "\u05de\u05d7\u05d9\u05e7\u05d4",
68
- "Font Family": "\u05d2\u05d5\u05e4\u05df",
69
- "Insert Horizontal Line": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
70
- "Table": "\u05d8\u05d1\u05dc\u05d4",
71
- "Insert table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
72
- "Cell": "\u05ea\u05d0",
73
- "Row": "\u05e9\u05d5\u05e8\u05d4",
74
- "Column": "\u05d8\u05d5\u05e8",
75
- "Delete table": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05d8\u05d1\u05dc\u05d4",
76
- "Insert cell before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d0 \u05dc\u05e4\u05e0\u05d9",
77
- "Insert cell after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05d0 \u05d0\u05d7\u05e8\u05d9",
78
- "Delete cell": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d4\u05ea\u05d0",
79
- "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
80
- "Horizontal split": "\u05e4\u05e6\u05dc \u05d0\u05d5\u05e4\u05e7\u05d9",
81
- "Vertical split": "\u05e4\u05e6\u05dc \u05d0\u05e0\u05db\u05d9",
82
- "Insert row above": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
83
- "Insert row below": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
84
- "Delete row": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e9\u05d5\u05e8\u05d4",
85
- "Insert column before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05dc\u05e4\u05e0\u05d9",
86
- "Insert column after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05d0\u05d7\u05e8\u05d9",
87
- "Delete column": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d8\u05d5\u05e8",
88
- "Uploading image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4",
89
- "Upload File": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5",
90
- "Drop File": "\u05d6\u05e8\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05d0\u05df",
91
- "Clear formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1"
92
- },
93
- direction: "rtl"
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
- * Croatian.
9
- */
10
-
11
- $.Editable.LANGS['hr'] = {
12
- translation: {
13
- "Bold": "Podebljaj",
14
- "Italic": "Kurziv",
15
- "Underline": "Crta ispod",
16
- "Strikethrough": "Crta kroz sredinu",
17
- "Font Size": "Veli\u010dina fonta",
18
- "Color": "Boja",
19
- "Background": "Pozadine",
20
- "Text": "Teksta",
21
- "Format Block": "Format bloka",
22
- "Normal": "Normalno",
23
- "Paragraph": "Paragraf",
24
- "Code": "Izvorni kod",
25
- "Quote": "Citat",
26
- "Heading 1": "Zaglavlje 1",
27
- "Heading 2": "Zaglavlje 2",
28
- "Heading 3": "Zaglavlje 3",
29
- "Heading 4": "Zaglavlje 4",
30
- "Heading 5": "Zaglavlje 5",
31
- "Heading 6": "Zaglavlje 6",
32
- "Block Style": "Blokiranje stil",
33
- "Alignment": "Poravnanje",
34
- "Align Left": "Poravnaj lijevo",
35
- "Align Center": "Poravnaj po sredini",
36
- "Align Right": "Poravnaj desno",
37
- "Justify": "Obostrano poravnanje",
38
- "Numbered List": "Numerirana lista",
39
- "Bulleted List": "Lista bez reda",
40
- "Indent Less": "Uvuci paragraf",
41
- "Indent More": "Izvuci paragraf",
42
- "Select All": "Sa\u010duvaj sve",
43
- "Insert Link": "Umetni link",
44
- "Insert Image": "Umetni sliku",
45
- "Insert Video": "Umetni video",
46
- "Undo": "Korak natrag",
47
- "Redo": "Korak naprijed",
48
- "Show HTML": "Prika\u017ei HTML kod",
49
- "Float Left": "Prebaci lijevo",
50
- "Float None": "Bez prebacivanja",
51
- "Float Right": "Prebaci desno",
52
- "Replace Image": "Zamijeni sliku",
53
- "Remove Image": "Ukloni sliku",
54
- "Title": "Naslov",
55
- "Drop image": "Izbaci sliku",
56
- "or click": "ili odaberi",
57
- "or": "ili",
58
- "Enter URL": "Enter URL",
59
- "Please wait!": "Molim pri\u010dekaj!",
60
- "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite obrisati ovu sliku?",
61
- "UNLINK": "Ukloni link",
62
- "Open in new tab": "Otvori u novom prozoru",
63
- "Type something": "Ukucaj ne\u0161to",
64
- "Cancel": "Otka\u017ei",
65
- "OK": "U redu",
66
- "Manage images": "Upravljanje slike",
67
- "Delete": "Obri\u0161i",
68
- "Font Family": "Odaberi font",
69
- "Insert Horizontal Line": "Umetni liniju",
70
- "Table": "Tablica",
71
- "Insert table": "Umetni tablicu",
72
- "Cell": "Polje",
73
- "Row": "Red",
74
- "Column": "Stupac",
75
- "Delete table": "Obri\u0161i tablicu",
76
- "Insert cell before": "Umetni polje prije",
77
- "Insert cell after": "Umetni polje poslije",
78
- "Delete cell": "Obri\u0161i polje",
79
- "Merge cells": "Spoji polja",
80
- "Horizontal split": "Horizontalno razdvajanje polja",
81
- "Vertical split": "Vertikalno razdvajanje polja",
82
- "Insert row above": "Umetni red iznad",
83
- "Insert row below": "Umetni red ispod",
84
- "Delete row": "Obri\u0161i red",
85
- "Insert column before": "Umetni stupac prije",
86
- "Insert column after": "Umetni stupac poslije",
87
- "Delete column": "Obri\u0161i stupac",
88
- "Uploading image": "Prijenos slike",
89
- "Upload File": "Prijenos datoteke",
90
- "Drop File": "Izbaci datoteke",
91
- "Clear formatting": "Ukloniti oblikovanje"
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
- * Hungarian
9
- */
10
-
11
- $.Editable.LANGS['hu'] = {
12
- translation: {
13
- "Bold": "F\u00e9lk\u00f6v\u00e9r",
14
- "Italic": "D\u0151lt",
15
- "Underline": "Al\u00e1h\u00fazott",
16
- "Strikethrough": "\u00c1th\u00fazott",
17
- "Font Size": "Bet\u0171m\u00e9retek",
18
- "Color": "Sz\u00edne",
19
- "Background": "H\u00e1tt\u00e9r",
20
- "Text": "Sz\u00f6veg",
21
- "Format Block": "Form\u00e1tumok",
22
- "Normal": "Norm\u00e1l",
23
- "Paragraph": "Bekezd\u00e9s",
24
- "Code": "K\u00f3d",
25
- "Quote": "Id\u00e9zetblokk",
26
- "Heading 1": "C\u00edmsor 1",
27
- "Heading 2": "C\u00edmsor 2",
28
- "Heading 3": "C\u00edmsor 3",
29
- "Heading 4": "C\u00edmsor 4",
30
- "Heading 5": "C\u00edmsor 5",
31
- "Heading 6": "C\u00edmsor 6",
32
- "Block Style": "Block style",
33
- "Alignment": "Igaz\u00edt\u00e1s",
34
- "Align Left": "Balra igaz\u00edt",
35
- "Align Center": "K\u00f6z\u00e9pre z\u00e1r",
36
- "Align Right": "Jobbra igaz\u00edt",
37
- "Justify": "Sorkiz\u00e1r\u00e1s",
38
- "Numbered List": "Sz\u00e1moz\u00e1s",
39
- "Bulleted List": "Felsorol\u00e1s",
40
- "Indent Less": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
41
- "Indent More": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
42
- "Select All": "Minden kijel\u00f6l\u00e9se",
43
- "Insert Link": "Link beilleszt\u00e9se",
44
- "Insert Image": "K\u00e9p besz\u00far\u00e1sa",
45
- "Insert Video": "Vide\u00f3 beilleszt\u00e9se",
46
- "Undo": "Visszavon\u00e1s",
47
- "Redo": "Ism\u00e9t",
48
- "Show HTML": "Megjelen\u00edt\u00e9se HTML",
49
- "Float Left": "Bal",
50
- "Float None": "Nincs",
51
- "Float Right": "Jobb",
52
- "Replace Image": "K\u00e9pek cser\u00e9je",
53
- "Remove Image": "K\u00e9p elt\u00e1vol\u00edt\u00e1sa",
54
- "Title": "C\u00edm",
55
- "Drop image": "Dobd k\u00e9p",
56
- "or click": "vagy kattintson",
57
- "or": "vagy",
58
- "Enter URL": "URL megad\u00e1sa",
59
- "Please wait!": "K\u00e9rem v\u00e1rjon!",
60
- "Are you sure? Image will be deleted.": "Biztos vagy benne? K\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
61
- "UNLINK": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
62
- "Open in new tab": "Megnyit\u00e1s \u00faj lapon",
63
- "Type something": "T\u00edpus valami",
64
- "Cancel": "M\u00e9gse",
65
- "OK": "Rendben",
66
- "Manage images": "K\u00e9pek kezel\u00e9se",
67
- "Delete": "T\u00f6r\u00f6l",
68
- "Font Family": "Bet\u0171t\u00edpus",
69
- "Insert Horizontal Line": "Helyezze v\u00edzszintes vonal",
70
- "Table": "T\u00e1bl\u00e1zat",
71
- "Insert table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
72
- "Cell": "Cella",
73
- "Row": "Sor",
74
- "Column": "Oszlop",
75
- "Delete table": "T\u00e1bl\u00e1zat t\u00f6rl\u00e9se",
76
- "Insert cell before": "Cella besz\u00far\u00e1sa el\u00e9",
77
- "Insert cell after": "Cella besz\u00far\u00e1sa m\u00f6g\u00e9",
78
- "Delete cell": "Cella t\u00f6rl\u00e9se",
79
- "Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
80
- "Horizontal split": "V\u00edzszintes osztott",
81
- "Vertical split": "F\u00fcgg\u0151leges osztott",
82
- "Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
83
- "Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
84
- "Delete row": "Sor t\u00f6rl\u00e9se",
85
- "Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
86
- "Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
87
- "Delete column": "Oszlop t\u00f6rl\u00e9se",
88
- "Uploading image": "Felt\u00f6lt\u00e9s k\u00e9p",
89
- "Upload File": "F\u00e1jl felt\u00f6lt\u00e9se",
90
- "Drop File": "Csepp f\u00e1jl",
91
- "Clear formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa"
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
- * Indonesian
9
- */
10
-
11
- $.Editable.LANGS['id'] = {
12
- translation: {
13
- "Bold": "Tebal",
14
- "Italic": "Miring",
15
- "Underline": "Garis bawah",
16
- "Strikethrough": "Coret",
17
- "Font Size": "Ukuran leter",
18
- "Color": "Warna",
19
- "Background": "Latar belakang",
20
- "Text": "Teks",
21
- "Format Block": "Format",
22
- "Normal": "Normal",
23
- "Paragraph": "Paragraf",
24
- "Code": "Kode",
25
- "Quote": "Kutipan",
26
- "Heading 1": "Header 1",
27
- "Heading 2": "Header 2",
28
- "Heading 3": "Header 3",
29
- "Heading 4": "Header 4",
30
- "Heading 5": "Header 5",
31
- "Heading 6": "Header 6",
32
- "Block Style": "Blok gaya",
33
- "Alignment": "Penjajaran",
34
- "Align Left": "Rate kiri",
35
- "Align Center": "Rate tengah",
36
- "Align Right": "Rata kanan",
37
- "Justify": "Justifi",
38
- "Numbered List": "List nomor",
39
- "Bulleted List": "List simbol",
40
- "Indent Less": "Turunkan inden",
41
- "Indent More": "Tambah inden",
42
- "Select All": "Pilih semua",
43
- "Insert Link": "Memasukkan link",
44
- "Insert Image": "Memasukkan gambar",
45
- "Insert Video": "Memasukkan video",
46
- "Undo": "Batal",
47
- "Redo": "Ulang",
48
- "Show HTML": "Tampilkan HTML",
49
- "Float Left": "Kiri",
50
- "Float None": "Tak satupun",
51
- "Float Right": "Kanan",
52
- "Replace Image": "Mengganti gambar",
53
- "Remove Image": "Hapus gambar",
54
- "Title": "Judul",
55
- "Drop image": "Jatuhkan gambar",
56
- "or click": "atau klik",
57
- "or": "atau",
58
- "Enter URL": "Memasukkan URL",
59
- "Please wait!": "Silahkan tunggu!",
60
- "Are you sure? Image will be deleted.": "Apakah Anda yakin? Gambar akan dihapus.",
61
- "UNLINK": "Menghapus link",
62
- "Open in new tab": "Buka di tab baru",
63
- "Type something": "Ketik sesuatu",
64
- "Cancel": "Batal",
65
- "OK": "Ok",
66
- "Manage images": "Mengelola gambar",
67
- "Delete": "Hapus",
68
- "Font Family": "Jenis Huruf",
69
- "Insert Horizontal Line": "Sisipkan Garis Horizontal",
70
- "Table": "Tabel",
71
- "Insert table": "Sisipkan tabel",
72
- "Cell": "Sel",
73
- "Row": "Baris",
74
- "Column": "Kolom",
75
- "Delete table": "Hapus table",
76
- "Insert cell before": "Sisipkan sel sebelum",
77
- "Insert cell after": "Sisipkan sel setelah",
78
- "Delete cell": "Hapus sel",
79
- "Merge cells": "Menggabungkan sel",
80
- "Horizontal split": "Perpecahan horisontal",
81
- "Vertical split": "perpecahan vertikal",
82
- "Insert row above": "Sisipkan baris di atas",
83
- "Insert row below": "Sisipkan baris di bawah",
84
- "Delete row": "Hapus baris",
85
- "Insert column before": "Sisipkan kolom sebelum",
86
- "Insert column after": "Sisipkan kolom setelah",
87
- "Delete column": "Hapus kolom",
88
- "Uploading image": "Meng-upload gambar",
89
- "Upload File": "Meng-upload berkas",
90
- "Drop File": "Jatuhkan berkas",
91
- "Clear formatting": "Menghapus format"
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
- * Italian
9
- */
10
-
11
- $.Editable.LANGS['it'] = {
12
- translation: {
13
- "Bold": "Grassetto",
14
- "Italic": "Corsivo",
15
- "Underline": "Sottolineato",
16
- "Strikethrough": "Barrato",
17
- "Font Size": "Dimensione Carattere",
18
- "Color": "Colore",
19
- "Background": "Sfondo",
20
- "Text": "Testo",
21
- "Format Block": "Formattazione",
22
- "Normal": "Normale",
23
- "Paragraph": "Paragrafo",
24
- "Code": "Codice",
25
- "Quote": "Citazione",
26
- "Heading 1": "Intestazione 1",
27
- "Heading 2": "Intestazione 2",
28
- "Heading 3": "Intestazione 3",
29
- "Heading 4": "Intestazione 4",
30
- "Heading 5": "Intestazione 5",
31
- "Heading 6": "Intestazione 6",
32
- "Block Style": "Stile di blocco",
33
- "Alignment": "Allineamento",
34
- "Align Left": "Allinea a Sinistra",
35
- "Align Center": "Allinea al Cento",
36
- "Align Right": "Allinea a Destra",
37
- "Justify": "Giustifica",
38
- "Numbered List": "Elenchi Numerati",
39
- "Bulleted List": "Elenchi Puntati",
40
- "Indent Less": "Riduci Rientro",
41
- "Indent More": "Aumenta Rientro",
42
- "Select All": "Seleziona Tutto",
43
- "Insert Link": "Inserisci Link",
44
- "Insert Image": "Inserisci Immagine",
45
- "Insert Video": "Inserisci Video",
46
- "Undo": "Annulla",
47
- "Redo": "Ripeti",
48
- "Show HTML": "Mostra HTML",
49
- "Float Left": "Sinistra",
50
- "Float None": "Nessuno",
51
- "Float Right": "Destra",
52
- "Replace Image": "Sostituisci Immagine",
53
- "Remove Image": "Rimuovi Immagine",
54
- "Title": "Titolo",
55
- "Drop image": "Rilascia Immagine",
56
- "or click": "oppure fai click su",
57
- "or": "o",
58
- "Enter URL": "Inserisci URL",
59
- "Please wait!": "Attendere prego!",
60
- "Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
61
- "UNLINK": "Rimuovi link",
62
- "Open in new tab": "Apri in nuova scheda",
63
- "Type something": "Digita qualcosa",
64
- "Cancel": "Cancella",
65
- "OK": "Ok",
66
- "Manage images": "Gestione immagini",
67
- "Delete": "Cancella",
68
- "Font Family": "Carattere",
69
- "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
70
- "Table": "Tabella",
71
- "Insert table": "Inserisci Tabella",
72
- "Cell": "Cella",
73
- "Row": "Riga",
74
- "Column": "Colonna",
75
- "Delete table": "Cancella Tabella",
76
- "Insert cell before": "Inserisci Cella Prima",
77
- "Insert cell after": "Inserisci Cella Dopo",
78
- "Delete cell": "Cancella Cella",
79
- "Merge cells": "Unisci Cella",
80
- "Horizontal split": "Divisione Orizzontale",
81
- "Vertical split": "Divisione Verticale",
82
- "Insert row above": "Inserisci una Riga Prima",
83
- "Insert row below": "Inserisci una Riga Dopo",
84
- "Delete row": "Cancella Riga",
85
- "Insert column before": "Inserisci una Colonna Prima",
86
- "Insert column after": "Inserisci una Colonna Dopo",
87
- "Delete column": "Cancella Colonna",
88
- "Uploading image": "Caricamento dell'immagine",
89
- "Upload File": "Carica File",
90
- "Drop File": "Rilascia File",
91
- "Clear formatting": "Cancella formattazione"
92
- },
93
- direction: "ltr"
94
- };