activeadmin_froala_editor 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 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
+ * Hebrew
35
+ */
36
+
37
+ $.FE.LANGUAGE['he'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "\u05d4\u05e7\u05dc\u05d3 \u05db\u05d0\u05df",
41
+
42
+ // Basic formatting
43
+ "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
44
+ "Italic": "\u05de\u05d5\u05d8\u05d4",
45
+ "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
46
+ "Strikethrough": "\u05e7\u05d5 \u05d0\u05de\u05e6\u05e2\u05d9",
47
+
48
+ // Main buttons
49
+ "Insert": "\u05d4\u05d5\u05e1\u05e4\u05ea",
50
+ "Delete": "\u05de\u05d7\u05d9\u05e7\u05d4",
51
+ "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
52
+ "OK": "\u05d1\u05e6\u05e2",
53
+ "Back": "\u05d1\u05d7\u05d6\u05e8\u05d4",
54
+ "Remove": "\u05d4\u05e1\u05e8",
55
+ "More": "\u05d9\u05d5\u05ea\u05e8",
56
+ "Update": "\u05e2\u05d3\u05db\u05d5\u05df",
57
+ "Style": "\u05e1\u05d2\u05e0\u05d5\u05df",
58
+
59
+ // Font
60
+ "Font Family": "\u05d2\u05d5\u05e4\u05df",
61
+ "Font Size": "\u05d2\u05d5\u05d3\u05dc \u05d4\u05d2\u05d5\u05e4\u05df",
62
+
63
+ // Colors
64
+ "Colors": "\u05e6\u05d1\u05e2\u05d9\u05dd",
65
+ "Background": "\u05e8\u05e7\u05e2",
66
+ "Text": "\u05d4\u05d8\u05e1\u05d8",
67
+ "HEX Color": "צבע הקס",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "\u05e4\u05d5\u05e8\u05de\u05d8",
71
+ "Normal": "\u05e8\u05d2\u05d9\u05dc",
72
+ "Code": "\u05e7\u05d5\u05d3",
73
+ "Heading 1": "1 \u05db\u05d5\u05ea\u05e8\u05ea",
74
+ "Heading 2": "2 \u05db\u05d5\u05ea\u05e8\u05ea",
75
+ "Heading 3": "3 \u05db\u05d5\u05ea\u05e8\u05ea",
76
+ "Heading 4": "4 \u05db\u05d5\u05ea\u05e8\u05ea",
77
+
78
+ // Style
79
+ "Paragraph Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05e4\u05e1\u05e7\u05d4",
80
+ "Inline Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05de\u05d5\u05d1\u05e0\u05d4",
81
+
82
+ // Alignment
83
+ "Align": "\u05d9\u05d9\u05e9\u05d5\u05e8",
84
+ "Align Left": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
85
+ "Align Center": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05e8\u05db\u05d6",
86
+ "Align Right": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
87
+ "Align Justify": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05dc\u05d0",
88
+ "None": "\u05d0\u05e3 \u05d0\u05d7\u05d3",
89
+
90
+ // Lists
91
+ "Ordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
92
+ "Unordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4",
93
+
94
+ // Indent
95
+ "Decrease Indent": "\u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
96
+ "Increase Indent": "\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
97
+
98
+ // Links
99
+ "Insert Link": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
100
+ "Open in new tab": "\u05dc\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9",
101
+ "Open Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e4\u05ea\u05d5\u05d7",
102
+ "Edit Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05e8\u05d9\u05db\u05d4",
103
+ "Unlink": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
104
+ "Choose Link": "\u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8",
105
+
106
+ // Images
107
+ "Insert Image": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
108
+ "Upload Image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4",
109
+ "By URL": "URL \u05e2\u05dc \u05d9\u05d3\u05d9",
110
+ "Browse": "\u05dc\u05d2\u05dc\u05d5\u05e9",
111
+ "Drop image": "\u05e9\u05d7\u05e8\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
112
+ "or click": "\u05d0\u05d5 \u05dc\u05d7\u05e5",
113
+ "Manage Images": "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
114
+ "Loading": "\u05d8\u05e2\u05d9\u05e0\u05d4",
115
+ "Deleting": "\u05de\u05d7\u05d9\u05e7\u05d4",
116
+ "Tags": "\u05ea\u05d2\u05d9\u05dd",
117
+ "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",
118
+ "Replace": "\u05dc\u05d4\u05d7\u05dc\u05d9\u05e3",
119
+ "Uploading": "\u05d4\u05e2\u05dc\u05d0\u05d4",
120
+ "Loading image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d8\u05e2\u05d9\u05e0\u05d4",
121
+ "Display": "\u05ea\u05e6\u05d5\u05d2\u05d4",
122
+ "Inline": "\u05d1\u05e9\u05d5\u05e8\u05d4",
123
+ "Break Text": "\u05d8\u05e7\u05e1\u05d8 \u05d4\u05e4\u05e1\u05e7\u05d4",
124
+ "Alternate Text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05dc\u05d5\u05e4\u05d9",
125
+ "Change Size": "\u05d2\u05d5\u05d3\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9",
126
+ "Width": "\u05e8\u05d5\u05d7\u05d1",
127
+ "Height": "\u05d2\u05d5\u05d1\u05d4",
128
+ "Something went wrong. Please try again.": "\u05de\u05e9\u05d4\u05d5 \u05d4\u05e9\u05ea\u05d1\u05e9. \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.",
129
+ "Image Caption": "כיתוב תמונה",
130
+ "Advanced Edit": "עריכה מתקדמת",
131
+
132
+ // Video
133
+ "Insert Video": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
134
+ "Embedded Code": "\u05e7\u05d5\u05d3 \u05de\u05d5\u05d8\u05d1\u05e2",
135
+
136
+ // Tables
137
+ "Insert Table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
138
+ "Table Header": "\u05db\u05d5\u05ea\u05e8\u05ea \u05d8\u05d1\u05dc\u05d4",
139
+ "Remove Table": "\u05d4\u05e1\u05e8 \u05e9\u05d5\u05dc\u05d7\u05df",
140
+ "Table Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05d8\u05d1\u05dc\u05d4",
141
+ "Horizontal Align": "\u05d0\u05d5\u05e4\u05e7\u05d9\u05ea \u05dc\u05d9\u05d9\u05e9\u05e8",
142
+ "Row": "\u05e9\u05d5\u05e8\u05d4",
143
+ "Insert row above": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
144
+ "Insert row below": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
145
+ "Delete row": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e9\u05d5\u05e8\u05d4",
146
+ "Column": "\u05d8\u05d5\u05e8",
147
+ "Insert column before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05dc\u05e4\u05e0\u05d9",
148
+ "Insert column after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05d0\u05d7\u05e8\u05d9",
149
+ "Delete column": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d8\u05d5\u05e8",
150
+ "Cell": "\u05ea\u05d0",
151
+ "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
152
+ "Horizontal split": "\u05e4\u05e6\u05dc \u05d0\u05d5\u05e4\u05e7\u05d9",
153
+ "Vertical split": "\u05e4\u05e6\u05dc \u05d0\u05e0\u05db\u05d9",
154
+ "Cell Background": "\u05e8\u05e7\u05e2 \u05ea\u05d0",
155
+ "Vertical Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
156
+ "Top": "\u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
157
+ "Middle": "\u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
158
+ "Bottom": "\u05ea\u05d7\u05ea\u05d5\u05df",
159
+ "Align Top": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
160
+ "Align Middle": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
161
+ "Align Bottom": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05d7\u05ea\u05d5\u05df",
162
+ "Cell Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05ea\u05d0",
163
+
164
+ // Files
165
+ "Upload File": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5",
166
+ "Drop file": "\u05d6\u05e8\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05d0\u05df",
167
+
168
+ // Emoticons
169
+ "Emoticons": "\u05e1\u05de\u05d9\u05d9\u05dc\u05d9\u05dd",
170
+ "Grinning face": "\u05d7\u05d9\u05d9\u05da \u05e4\u05e0\u05d9\u05dd",
171
+ "Grinning face with smiling eyes": "\u05d7\u05d9\u05d9\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
172
+ "Face with tears of joy": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d3\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05e9\u05de\u05d7\u05d4",
173
+ "Smiling face with open mouth": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
174
+ "Smiling face with open mouth and smiling eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05de\u05d7\u05d9\u05d9\u05da \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd",
175
+ "Smiling face with open mouth and cold sweat": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4",
176
+ "Smiling face with open mouth and tightly-closed eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05d7\u05d5\u05d6\u05e7\u05d4\u002d\u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
177
+ "Smiling face with halo": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d4\u05d9\u05dc\u05d4",
178
+ "Smiling face with horns": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e7\u05e8\u05e0\u05d5\u05ea",
179
+ "Winking face": "\u05e7\u05e8\u05d9\u05e6\u05d4 \u05e4\u05e0\u05d9\u05dd",
180
+ "Smiling face with smiling eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
181
+ "Face savoring delicious food": "\u05e4\u05e0\u05d9\u05dd \u05de\u05ea\u05e2\u05e0\u05d2 \u05d0\u05d5\u05db\u05dc \u05d8\u05e2\u05d9\u05dd",
182
+ "Relieved face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d4\u05e7\u05dc\u05d4",
183
+ "Smiling face with heart-shaped eyes": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05e6\u05d5\u05e8\u05ea \u05dc\u05d1",
184
+ "Smiling face with sunglasses": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e9\u05e7\u05e4\u05d9 \u05e9\u05de\u05e9",
185
+ "Smirking face": "\u05d4\u05d9\u05d0 \u05d7\u05d9\u05d9\u05db\u05d4 \u05d7\u05d9\u05d5\u05da \u05e0\u05d1\u05d6\u05d4 \u05e4\u05e0\u05d9\u05dd",
186
+ "Neutral face": "\u05e4\u05e0\u05d9\u05dd \u05e0\u05d9\u05d8\u05e8\u05dc\u05d9",
187
+ "Expressionless face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05d7\u05ea\u05d5\u05dd",
188
+ "Unamused face": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d0 \u05de\u05e9\u05d5\u05e2\u05e9\u05e2\u05d9\u05dd",
189
+ "Face with cold sweat": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4",
190
+ "Pensive face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05de\u05d4\u05d5\u05e8\u05d4\u05e8",
191
+ "Confused face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc\u05d9\u05dd",
192
+ "Confounded face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc",
193
+ "Kissing face": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd",
194
+ "Face throwing a kiss": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d6\u05e8\u05d5\u05e7 \u05e0\u05e9\u05d9\u05e7\u05d4",
195
+ "Kissing face with smiling eyes": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05de\u05d7\u05d9\u05d9\u05db\u05d5\u05ea",
196
+ "Kissing face with closed eyes": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
197
+ "Face with stuck out tongue": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05d1\u05dc\u05d8\u05d5",
198
+ "Face with stuck out tongue and winking eye": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05ea\u05e7\u05d5\u05e2\u05d4 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d5\u05e2\u05d9\u05df \u05e7\u05d5\u05e8\u05e6\u05ea",
199
+ "Face with stuck out tongue and tightly-closed eyes": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05ea\u05e7\u05d5\u05e2\u05d4 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d5\u05e2\u05d9\u05e0\u05d9\u05d9\u05dd \u05d1\u05d7\u05d5\u05d6\u05e7\u05d4\u002d\u05e1\u05d2\u05d5\u05e8\u05d5\u05ea",
200
+ "Disappointed face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d5\u05db\u05d6\u05d1\u05d9\u05dd",
201
+ "Worried face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d5\u05d3\u05d0\u05d2\u05d9\u05dd",
202
+ "Angry face": "\u05e4\u05e0\u05d9\u05dd \u05db\u05d5\u05e2\u05e1\u05d9\u05dd",
203
+ "Pouting face": "\u05de\u05e9\u05d5\u05e8\u05d1\u05d1 \u05e4\u05e0\u05d9\u05dd",
204
+ "Crying face": "\u05d1\u05db\u05d9 \u05e4\u05e0\u05d9\u05dd",
205
+ "Persevering face": "\u05d4\u05ea\u05de\u05d3\u05ea \u05e4\u05e0\u05d9\u05dd",
206
+ "Face with look of triumph": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05d1\u05d8 \u05e9\u05dc \u05e0\u05e6\u05d7\u05d5\u05df",
207
+ "Disappointed but relieved face": "\u05de\u05d0\u05d5\u05db\u05d6\u05d1 \u05d0\u05d1\u05dc \u05d4\u05d5\u05e7\u05dc \u05e4\u05e0\u05d9\u05dd",
208
+ "Frowning face with open mouth": "\u05e7\u05de\u05d8 \u05d0\u05ea \u05de\u05e6\u05d7 \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
209
+ "Anguished face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d9\u05d5\u05e1\u05e8\u05d9\u05dd",
210
+ "Fearful face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d7\u05e9\u05e9\u05d5",
211
+ "Weary face": "\u05e4\u05e0\u05d9\u05dd \u05d5\u05d9\u05e8\u05d9",
212
+ "Sleepy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05e1\u05dc\u05d9\u05e4\u05d9",
213
+ "Tired face": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05d9\u05d9\u05e4\u05d9\u05dd",
214
+ "Grimacing face": "\u05d4\u05d5\u05d0 \u05d4\u05e2\u05d5\u05d5\u05d4 \u05d0\u05ea \u05e4\u05e0\u05d9 \u05e4\u05e0\u05d9\u05dd",
215
+ "Loudly crying face": "\u05d1\u05e7\u05d5\u05dc \u05e8\u05dd \u05d1\u05d5\u05db\u05d4 \u05e4\u05e0\u05d9\u05dd",
216
+ "Face with open mouth": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
217
+ "Hushed face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d5\u05e7\u05d8\u05d9\u05dd",
218
+ "Face with open mouth and cold sweat": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4\u0022",
219
+ "Face screaming in fear": "\u05e4\u05e0\u05d9\u05dd \u05e6\u05d5\u05e8\u05d7\u05d9\u05dd \u05d1\u05e4\u05d7\u05d3",
220
+ "Astonished face": "\u05e4\u05e0\u05d9\u05d5 \u05e0\u05d3\u05d4\u05de\u05d5\u05ea",
221
+ "Flushed face": "\u05e4\u05e0\u05d9\u05d5 \u05e1\u05de\u05d5\u05e7\u05d5\u05ea",
222
+ "Sleeping face": "\u05e9\u05d9\u05e0\u05d4 \u05e4\u05e0\u05d9\u05dd",
223
+ "Dizzy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d3\u05d9\u05d6\u05d9",
224
+ "Face without mouth": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05dc\u05d0 \u05e4\u05d4",
225
+ "Face with medical mask": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05db\u05d4 \u05e8\u05e4\u05d5\u05d0\u05d9\u05ea",
226
+
227
+ // Line breaker
228
+ "Break": "\u05d4\u05e4\u05e1\u05e7\u05d4",
229
+
230
+ // Math
231
+ "Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
232
+ "Superscript": "\u05e2\u05d9\u05dc\u05d9",
233
+
234
+ // Full screen
235
+ "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
242
+
243
+ // Undo, redo
244
+ "Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
245
+ "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
246
+
247
+ // Select all
248
+ "Select All": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
249
+
250
+ // Code view
251
+ "Code View": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e7\u05d5\u05d3",
252
+
253
+ // Quote
254
+ "Quote": "\u05e6\u05d9\u05d8\u05d5\u05d8",
255
+ "Increase": "\u05dc\u05d4\u05d2\u05d1\u05d9\u05e8",
256
+ "Decrease": "\u05d9\u05e8\u05d9\u05d3\u05d4",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "\u05db\u05e0\u05e1 \u05de\u05d4\u05d9\u05e8",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "תווים מיוחדים",
263
+ "Latin": "לָטִינִית",
264
+ "Greek": "יווני",
265
+ "Cyrillic": "קירילית",
266
+ "Punctuation": "פיסוק",
267
+ "Currency": "מַטְבֵּעַ",
268
+ "Arrows": "חצים",
269
+ "Math": "מתמטיקה",
270
+ "Misc": "שונות",
271
+
272
+ // Print.
273
+ "Print": "הדפס",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "בודק איות",
277
+
278
+ // Help
279
+ "Help": "עֶזרָה",
280
+ "Shortcuts": "קיצורי דרך",
281
+ "Inline Editor": "עורך מוטבע",
282
+ "Show the editor": "להראות את העורך",
283
+ "Common actions": "פעולות נפוצות",
284
+ "Copy": "עותק",
285
+ "Cut": "גזירה",
286
+ "Paste": "לְהַדבִּיק",
287
+ "Basic Formatting": "עיצוב בסיסי",
288
+ "Increase quote level": "רמת ציטוט",
289
+ "Decrease quote level": "רמת ציטוט ירידה",
290
+ "Image / Video": "תמונה / וידאו",
291
+ "Resize larger": "גודל גדול יותר",
292
+ "Resize smaller": "גודל קטן יותר",
293
+ "Table": "שולחן",
294
+ "Select table cell": "בחר תא תא - -",
295
+ "Extend selection one cell": "להאריך את הבחירה תא אחד",
296
+ "Extend selection one row": "להאריך את הבחירה שורה אחת",
297
+ "Navigation": "ניווט",
298
+ "Focus popup / toolbar": "מוקד קופץ / סרגל הכלים",
299
+ "Return focus to previous position": "חזרה להתמקד קודם",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "כתובת אתר להטביע",
303
+ "Paste in a URL to embed": "הדבק כתובת אתר להטביע",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "התוכן המודבק מגיע ממסמך Word של Microsoft. האם ברצונך לשמור את הפורמט או לנקות אותו?",
307
+ "Keep": "לִשְׁמוֹר",
308
+ "Clean": "לְנַקוֹת",
309
+ "Word Paste Detected": "הדבק מילה זוהתה"
310
+ },
311
+ direction: "rtl"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 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
+ * Croatian
35
+ */
36
+
37
+ $.FE.LANGUAGE['hr'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Napi\u0161i ne\u0161to",
41
+
42
+ // Basic formatting
43
+ "Bold": "Podebljaj",
44
+ "Italic": "Kurziv",
45
+ "Underline": "Podcrtano",
46
+ "Strikethrough": "Precrtano",
47
+
48
+ // Main buttons
49
+ "Insert": "Umetni",
50
+ "Delete": "Obri\u0161i",
51
+ "Cancel": "Otka\u017ei",
52
+ "OK": "U redu",
53
+ "Back": "Natrag",
54
+ "Remove": "Ukloni",
55
+ "More": "Vi\u0161e",
56
+ "Update": "A\u017euriraj",
57
+ "Style": "Stil",
58
+
59
+ // Font
60
+ "Font Family": "Odaberi font",
61
+ "Font Size": "Veli\u010dina fonta",
62
+
63
+ // Colors
64
+ "Colors": "Boje",
65
+ "Background": "Pozadina",
66
+ "Text": "Tekst",
67
+ "HEX Color": "Heksadecimalne boje",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Format odlomka",
71
+ "Normal": "Normalno",
72
+ "Code": "Izvorni kod",
73
+ "Heading 1": "Naslov 1",
74
+ "Heading 2": "Naslov 2",
75
+ "Heading 3": "Naslov 3",
76
+ "Heading 4": "Naslov 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Stil odlomka",
80
+ "Inline Style": "Stil u liniji",
81
+
82
+ // Alignment
83
+ "Align": "Poravnaj",
84
+ "Align Left": "Poravnaj lijevo",
85
+ "Align Center": "Poravnaj po sredini",
86
+ "Align Right": "Poravnaj desno",
87
+ "Align Justify": "Obostrano poravnanje",
88
+ "None": "Nijedan",
89
+
90
+ // Lists
91
+ "Ordered List": "Ure\u0111ena lista",
92
+ "Unordered List": "Neure\u0111ena lista",
93
+
94
+ // Indent
95
+ "Decrease Indent": "Uvuci odlomak",
96
+ "Increase Indent": "Izvuci odlomak",
97
+
98
+ // Links
99
+ "Insert Link": "Umetni link",
100
+ "Open in new tab": "Otvori u novom prozoru",
101
+ "Open Link": "Otvori link",
102
+ "Edit Link": "Uredi link",
103
+ "Unlink": "Ukloni link",
104
+ "Choose Link": "Odaberi link",
105
+
106
+ // Images
107
+ "Insert Image": "Umetni sliku",
108
+ "Upload Image": "Prijenos slike",
109
+ "By URL": "Prema URL",
110
+ "Browse": "Odabir",
111
+ "Drop image": "Ispusti sliku",
112
+ "or click": "ili odaberi",
113
+ "Manage Images": "Upravljanje slikama",
114
+ "Loading": "U\u010ditavanje",
115
+ "Deleting": "Brisanje",
116
+ "Tags": "Oznake",
117
+ "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite obrisati ovu sliku?",
118
+ "Replace": "Zamijeni",
119
+ "Uploading": "Prijenos",
120
+ "Loading image": "Otvaram sliku",
121
+ "Display": "Prika\u017ei",
122
+ "Inline": "U liniji",
123
+ "Break Text": "Odvojeni tekst",
124
+ "Alternate Text": "Alternativni tekst",
125
+ "Change Size": "Promjena veli\u010dine",
126
+ "Width": "\u0160irina",
127
+ "Height": "Visina",
128
+ "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo poku\u0161ajte ponovno.",
129
+ "Image Caption": "Opis slike",
130
+ "Advanced Edit": "Napredno uređivanje",
131
+
132
+ // Video
133
+ "Insert Video": "Umetni video",
134
+ "Embedded Code": "Ugra\u0111eni kod",
135
+
136
+ // Tables
137
+ "Insert Table": "Umetni tablicu",
138
+ "Table Header": "Zaglavlje tablice",
139
+ "Remove Table": "Izbri\u0161i tablicu",
140
+ "Table Style": "Tablica stil",
141
+ "Horizontal Align": "Horizontalna poravnanje",
142
+ "Row": "Red",
143
+ "Insert row above": "Umetni red iznad",
144
+ "Insert row below": "Umetni red ispod",
145
+ "Delete row": "Obri\u0161i red",
146
+ "Column": "Stupac",
147
+ "Insert column before": "Umetni stupac prije",
148
+ "Insert column after": "Umetni stupac poslije",
149
+ "Delete column": "Obri\u0161i stupac",
150
+ "Cell": "Polje",
151
+ "Merge cells": "Spoji polja",
152
+ "Horizontal split": "Horizontalno razdvajanje polja",
153
+ "Vertical split": "Vertikalno razdvajanje polja",
154
+ "Cell Background": "Polje pozadine",
155
+ "Vertical Align": "Vertikalno poravnanje",
156
+ "Top": "Vrh",
157
+ "Middle": "Sredina",
158
+ "Bottom": "Dno",
159
+ "Align Top": "Poravnaj na vrh",
160
+ "Align Middle": "Poravnaj po sredini",
161
+ "Align Bottom": "Poravnaj na dno",
162
+ "Cell Style": "Stil polja",
163
+
164
+ // Files
165
+ "Upload File": "Prijenos datoteke",
166
+ "Drop file": "Ispusti datoteku",
167
+
168
+ // Emoticons
169
+ "Emoticons": "Emotikoni",
170
+ "Grinning face": "Nacereno lice",
171
+ "Grinning face with smiling eyes": "Nacereno lice s nasmije\u0161enim o\u010dima",
172
+ "Face with tears of joy": "Lice sa suzama radosnicama",
173
+ "Smiling face with open mouth": "Nasmijano lice s otvorenim ustima",
174
+ "Smiling face with open mouth and smiling eyes": "Nasmijano lice s otvorenim ustima i nasmijanim o\u010dima",
175
+ "Smiling face with open mouth and cold sweat": "Nasmijano lice s otvorenim ustima i hladnim znojem",
176
+ "Smiling face with open mouth and tightly-closed eyes": "Nasmijano lice s otvorenim ustima i \u010dvrsto zatvorenih o\u010diju",
177
+ "Smiling face with halo": "Nasmijano lice sa aureolom",
178
+ "Smiling face with horns": "Nasmijano lice s rogovima",
179
+ "Winking face": "Lice koje namiguje",
180
+ "Smiling face with smiling eyes": "Nasmijano lice s nasmiješenim o\u010dima",
181
+ "Face savoring delicious food": "Lice koje u\u017eiva ukusnu hranu",
182
+ "Relieved face": "Lice s olak\u0161anjem",
183
+ "Smiling face with heart-shaped eyes": "Nasmijano lice sa o\u010dima u obliku srca",
184
+ "Smiling face with sunglasses": "Nasmijano lice sa sun\u010danim nao\u010dalama",
185
+ "Smirking face": "Zlokobno nasmije\u0161eno lice",
186
+ "Neutral face": "Neutralno lice",
187
+ "Expressionless face": "Bezizra\u017eajno lice",
188
+ "Unamused face": "Nezainteresirano lice",
189
+ "Face with cold sweat": "Lice s hladnim znojem",
190
+ "Pensive face": "Zami\u0161ljeno lice",
191
+ "Confused face": "Zbunjeno lice",
192
+ "Confounded face": "Zbunjeno lice",
193
+ "Kissing face": "Lice s poljupcem",
194
+ "Face throwing a kiss": "Lice koje baca poljubac",
195
+ "Kissing face with smiling eyes": "Lice s poljupcem s nasmije\u0161enim o\u010dima",
196
+ "Kissing face with closed eyes": "Lice s poljupcem zatvorenih o\u010diju",
197
+ "Face with stuck out tongue": "Lice s ispru\u017eenim jezikom",
198
+ "Face with stuck out tongue and winking eye": "Lice s ispru\u017eenim jezikom koje namiguje",
199
+ "Face with stuck out tongue and tightly-closed eyes": "Lice s ispru\u017eenim jezikom i \u010dvrsto zatvorenih o\u010diju",
200
+ "Disappointed face": "Razo\u010darano lice",
201
+ "Worried face": "Zabrinuto lice",
202
+ "Angry face": "Ljutito lice",
203
+ "Pouting face": "Nadureno lice",
204
+ "Crying face": "Uplakano lice",
205
+ "Persevering face": "Lice s negodovanjem",
206
+ "Face with look of triumph": "Trijumfalno lice",
207
+ "Disappointed but relieved face": "Razo\u010darano ali olakšano lice",
208
+ "Frowning face with open mouth": "Namrgo\u0111eno lice s otvorenim ustima",
209
+ "Anguished face": "Tjeskobno lice",
210
+ "Fearful face": "Prestra\u0161eno lice",
211
+ "Weary face": "Umorno lice",
212
+ "Sleepy face": "Pospano lice",
213
+ "Tired face": "Umorno lice",
214
+ "Grimacing face": "Lice sa grimasama",
215
+ "Loudly crying face": "Glasno pla\u010du\u0107e lice",
216
+ "Face with open mouth": "Lice s otvorenim ustima",
217
+ "Hushed face": "Tiho lice",
218
+ "Face with open mouth and cold sweat": "Lice s otvorenim ustima i hladnim znojem",
219
+ "Face screaming in fear": "Lice koje vri\u0161ti u strahu",
220
+ "Astonished face": "Zaprepa\u0161teno lice",
221
+ "Flushed face": "Zajapureno lice",
222
+ "Sleeping face": "Spava\u0107e lice",
223
+ "Dizzy face": "Lice sa vrtoglavicom",
224
+ "Face without mouth": "Lice bez usta",
225
+ "Face with medical mask": "Lice s medicinskom maskom",
226
+
227
+ // Line breaker
228
+ "Break": "Odvojeno",
229
+
230
+ // Math
231
+ "Subscript": "Indeks",
232
+ "Superscript": "Eksponent",
233
+
234
+ // Full screen
235
+ "Fullscreen": "Puni zaslon",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "Umetni liniju",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "Ukloni oblikovanje",
242
+
243
+ // Undo, redo
244
+ "Undo": "Korak natrag",
245
+ "Redo": "Korak naprijed",
246
+
247
+ // Select all
248
+ "Select All": "Odaberi sve",
249
+
250
+ // Code view
251
+ "Code View": "Pregled koda",
252
+
253
+ // Quote
254
+ "Quote": "Citat",
255
+ "Increase": "Pove\u0107aj",
256
+ "Decrease": "Smanji",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "Brzo umetak",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "Posebni znakovi",
263
+ "Latin": "Latinski",
264
+ "Greek": "Grčki",
265
+ "Cyrillic": "Ćirilica",
266
+ "Punctuation": "Interpunkcija",
267
+ "Currency": "Valuta",
268
+ "Arrows": "Strelice",
269
+ "Math": "Matematika",
270
+ "Misc": "Razno",
271
+
272
+ // Print.
273
+ "Print": "Otisak",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "Provjeritelj pravopisa",
277
+
278
+ // Help
279
+ "Help": "Pomoć",
280
+ "Shortcuts": "Prečaci",
281
+ "Inline Editor": "Inline editor",
282
+ "Show the editor": "Prikaži urednika",
283
+ "Common actions": "Zajedničke radnje",
284
+ "Copy": "Kopirati",
285
+ "Cut": "Rez",
286
+ "Paste": "Zalijepiti",
287
+ "Basic Formatting": "Osnovno oblikovanje",
288
+ "Increase quote level": "Povećati razinu citata",
289
+ "Decrease quote level": "Smanjite razinu citata",
290
+ "Image / Video": "Slika / video",
291
+ "Resize larger": "Promijenite veličinu većeg",
292
+ "Resize smaller": "Promijenite veličinu manju",
293
+ "Table": "Stol",
294
+ "Select table cell": "Odaberite stolnu ćeliju",
295
+ "Extend selection one cell": "Proširiti odabir jedne ćelije",
296
+ "Extend selection one row": "Proširite odabir jednog retka",
297
+ "Navigation": "Navigacija",
298
+ "Focus popup / toolbar": "Fokus popup / alatnoj traci",
299
+ "Return focus to previous position": "Vratiti fokus na prethodnu poziciju",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "Uredi url",
303
+ "Paste in a URL to embed": "Zalijepite URL da biste ga ugradili",
304
+
305
+ // Word Paste.
306
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Zalijepi sadržaj dolazi iz Microsoft Word dokumenta. Želite li zadržati format ili očistiti?",
307
+ "Keep": "Zadržati",
308
+ "Clean": "Čist",
309
+ "Word Paste Detected": "Otkrivena je zastavica riječi"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));