activeadmin_froala_editor 0.1.2 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -0,0 +1,271 @@
1
+ /*!
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2020 Froala Labs
5
+ */
6
+
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Arabic
17
+ */
18
+ FE.LANGUAGE['ku'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'شتێک بنووسە',
22
+ // Basic formatting
23
+ 'Bold': 'تۆخکردنەوە',
24
+ 'Italic': 'لارکردنەوە',
25
+ 'Underline': 'هێڵ بەژێردا هێنان',
26
+ 'Strikethrough': 'هێڵ بە سەردا هێنان',
27
+ // Main buttons
28
+ 'Insert': 'خستنە ناو',
29
+ 'Delete': 'سڕینەوە',
30
+ 'Cancel': 'پاشگەزبوونەوە',
31
+ 'OK': 'باشە',
32
+ 'Back': 'گەڕانەوە',
33
+ 'Remove': 'لابردن',
34
+ 'More': 'زیاتر',
35
+ 'Update': 'نوێکردنەوە',
36
+ 'Style': 'شێواز',
37
+ // Font
38
+ 'Font Family': 'فۆنتی خێزان',
39
+ 'Font Size': 'قەبارەی فۆنت',
40
+ // Colors
41
+ 'Colors': 'ڕەنگەکان',
42
+ 'Background': 'پاشبنەما(باکگراوند)',
43
+ 'Text': 'دەق',
44
+ // Paragraphs بۆیە ڕەقەمەکانی خوارەوەم نەکردووە بە کوردی لە شوێنی تریش بینیوومە هەروا نوسراوەتەوە
45
+ 'Paragraph Format': 'شێوازی پەڕەگراف',
46
+ 'Normal': 'ئاسایی',
47
+ 'Code': 'کۆد',
48
+ 'Heading 1': ' 1',
49
+ 'Heading 2': ' 2',
50
+ 'Heading 3': ' 3',
51
+ 'Heading 4': ' 4',
52
+ // Style
53
+ 'Paragraph Style': 'شێوازی پەڕەگراف',
54
+ 'Inline Style': 'شێوزای ناو دێڕ',
55
+ // Alignment
56
+ 'Align': 'ڕیزکردن',
57
+ 'Align Left': 'ڕیزکردن لای چەپەوە',
58
+ 'Align Center': 'ڕیزکردن لە ناوەڕاستەوە',
59
+ 'Align Right': 'ڕیزکردن لای ڕاستەوە',
60
+ 'Align Justify': 'هاوڕێک',
61
+ 'None': 'هیچ',
62
+ // Lists
63
+ 'Ordered List': 'لیستی داواکراو',
64
+ 'Unordered List': 'لیستی داوانەکراو',
65
+ // Indent
66
+ 'Decrease Indent': 'کەمکردنەوەی بۆشایی بەجێهێشتن',
67
+ 'Increase Indent': 'زیادکردنی بۆشایی بەجێهێشتن',
68
+ // Links
69
+ 'Insert Link': 'دانانی بەستەر',
70
+ 'Open in new tab': 'کردنەوەی لە تابێکی نوێدا',
71
+ 'Open Link': 'کردنەوەی بەستەر',
72
+ 'Edit Link': 'دەستکاریکردنی بەستەر',
73
+ 'Unlink': 'سڕینەوەی بەستەر',
74
+ 'Choose Link': 'هەڵبژاردنی بەستەر',
75
+ // Images
76
+ 'Insert Image': 'هێنانی وێنە',
77
+ 'Upload Image': 'بارکردنی وێنە',
78
+ 'By URL': 'بە شێوەی بەستەر',
79
+ 'Browse': 'هێنان',
80
+ 'Drop image': 'ڕاکێشانی وێنە',
81
+ 'or click': 'یان کرتە',
82
+ 'Manage Images': 'بەڕێوەبردنی وێنە',
83
+ 'ئامادەکردن': 'Cargando',
84
+ 'Deleting': 'سڕینەوە',
85
+ 'Tags': 'تاگەکان',
86
+ 'Are you sure? Image will be deleted.': 'دڵنیایت لە سڕینەوەی وێنەکە',
87
+ 'Replace': 'لەبری دانان',
88
+ 'Uploading': 'بارکردن',
89
+ 'Loading image': 'ئامادەکردنی وێنە',
90
+ 'Display': 'پیشان دان',
91
+ 'Inline': 'ناو دێڕ',
92
+ 'Break Text': 'ماوەی دەق',
93
+ 'Alternative Text': 'جێگرەوەی دەق',
94
+ 'Change Size': 'گۆڕینی قەبارەی',
95
+ 'Width': 'پانی',
96
+ 'Height': 'بەرزی',
97
+ 'Something went wrong. Please try again.': 'شتێک هە ڵەیە تکایە هەوڵبدەرەوە',
98
+ // Video
99
+ 'Insert Video': 'دانانی ڤیدیۆ',
100
+ 'Embedded Code': 'کۆدی ئێمبد',
101
+ // Tables
102
+ 'Insert Table': 'دانانی خشتە',
103
+ 'Table Header': 'خشتەی ناونیشان',
104
+ 'Remove Table': 'سڕینەوەی خشتە',
105
+ 'Table Style': 'شێوازی خشتە',
106
+ 'Horizontal Align': 'ڕێکخستنی ئاسۆیی',
107
+ 'Row': 'ڕیز',
108
+ 'Insert row above': 'دانانی ڕیز لەسەرەوە',
109
+ 'Insert row below': 'دانانی ڕیز لە خوارەوە',
110
+ 'Delete row': 'سڕینەوەی ڕیز',
111
+ 'Column': 'ستوون',
112
+ 'Insert column before': 'زیادکردنی ستونێک لە پێشەوە',
113
+ 'Insert column after': 'زیادکردنی ستونێک لە دوایەوە',
114
+ 'Delete column': 'سڕینەوەی ستونێک',
115
+ 'Cell': 'خانە',
116
+ 'Merge cells': 'تێکەڵکردنی خانەکان',
117
+ 'Horizontal split': 'جیاکردنەوەی هێڵی ئاسۆیی',
118
+ 'Vertical split': 'جیاکردنەوەی سەر بەرەو خوار',
119
+ 'Cell Background': 'خانەی باکگراوند',
120
+ 'Vertical Align': 'ڕیزکردن بەشێوەی سەر بەرەو خوار',
121
+ 'Top': 'سەرەوە',
122
+ 'Middle': 'ناوەڕاست',
123
+ 'Bottom': 'خوارەوە',
124
+ 'Align Top': 'ڕیزکردن لە سەرەوە',
125
+ 'Align Middle': 'ڕیزکردن لە ناوەڕاستەوە',
126
+ 'Align Bottom': 'ڕیزکردن لە خوارەوە',
127
+ 'Cell Style': 'شێوازی خانە',
128
+ // Files
129
+ 'Upload File': 'بەرزکردنەوەی پەڕگە',
130
+ 'Drop file': 'ڕاکێشانی پەڕگە',
131
+ // Emoticons
132
+ 'Emoticons': 'ئیمۆجی',
133
+ 'Grinning face': 'ڕوخسارێکی پێکەنیناوی',
134
+ 'Grinning face with smiling eyes': 'ڕوخسارێکی پێکەنیناوی لەگەڵ چاوێکی خەندە ئامێز',
135
+ 'Face with tears of joy': 'دەمووچاوێک لەگەڵ ئاو هاتنە خوارەوەوە بە چاودا',
136
+ 'Smiling face with open mouth': 'دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە',
137
+ 'Smiling face with open mouth and smiling eyes': 'دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە و چاوێکی خەندە ئامێز',
138
+ 'Smiling face with open mouth and cold sweat': 'دەمووچاوێکی پێکەنیناوی لەگەڵ دەمکردنەوە و ئارەق کردنەوە',
139
+ 'Smiling face with open mouth and tightly-closed eyes': 'Cara sonriente con la boca abierta y los ojos fuertemente cerrados',
140
+ 'Smiling face with halo': 'دەمووچاوێکی پێکەنیناوی و بوونی بازنەیەکی خڕ بەسەرتەوە',
141
+ 'Smiling face with horns': 'دەمووچاوێکی پێکەنیناوی لەگەڵ دوو قۆچدا',
142
+ 'Winking face': 'چاو داگرتن',
143
+ 'Smiling face with smiling eyes': 'دەمووچاوێکی پێکەنیناوی چاوی بچوک کردوەتەوە',
144
+ 'Face savoring delicious food': 'دەمووچاوی کەسێک کە حەزی لە خواردنە',
145
+ 'Relieved face': 'دەمووچاوێکی حەساوە',
146
+ 'Smiling face with heart-shaped eyes': 'دەمووچاوێک لەگەڵ بوونی دڵ لە چاودا',
147
+ 'Smiling face with sunglasses': 'دەمووچاوێک لەگەڵ چاویلکەدا',
148
+ 'Smirking face': 'دەمووچاوێکی فیزاوی',
149
+ 'Neutral face': 'دەم داخستن',
150
+ 'Expressionless face': 'دەم و چاو داخستن',
151
+ 'Unamused face': 'دەمووچاوێکی بێزار',
152
+ 'Face with cold sweat': 'ڕوخسارێک لەگەڵ ئارەقی سارددا',
153
+ 'Pensive face': 'ڕوخسارێکی خەمبار',
154
+ 'Confused face': 'ڕوخسارێکی قەلەق',
155
+ 'Confounded face': 'ڕوخسارێکی ئاڵۆز',
156
+ 'Kissing face': 'دەمووچاوێک و ماچ',
157
+ 'Face throwing a kiss': 'دەمووچاوێک ماچ هەڵبدات',
158
+ 'Kissing face with smiling eyes': 'دەمووچاوێک ماچ دەکات لەگەڵ ڕوخسارێکی پێکەنیناوی',
159
+ 'Kissing face with closed eyes': 'دەمووچاوێک ماچ دەکات و چاوی داخستووە',
160
+ 'Face with stuck out tongue': 'ڕوخسارێک زمانی دەرهێناوە',
161
+ 'Face with stuck out tongue and winking eye': 'ڕوخسارێک زمانی دەرهێناوە و چاوێکی لێت داگرتووە',
162
+ 'Face with stuck out tongue and tightly-closed eyes': 'هەردووچاوی داخستووە و زمان دەردێنێت',
163
+ 'Disappointed face': 'ڕوخسارێکی نائومێد کراو',
164
+ 'Worried face': 'ڕوخسارێکی بێتاقەت',
165
+ 'Angry face': 'ڕوخسارێکی توڕە',
166
+ 'Pouting face': 'ڕوخسارێک لچی دەرهێناوە',
167
+ 'Crying face': 'ڕوخسارێک دەگری',
168
+ 'Persevering face': 'ڕوخسارێکی تەواوی بێتاقەت',
169
+ 'Face with look of triumph': 'ڕوخسارێک کە سوورە لەسەر کارێک',
170
+ 'Disappointed but relieved face': 'ڕوخسارێکی خەمبارە و ئارەق دەکاتەوە',
171
+ 'Frowning face with open mouth': 'ڕوخسارێکی تووڕە و دەمی کراوەتەوە',
172
+ 'Anguished face': 'ڕوخسارێکی خەمناک',
173
+ 'Fearful face': 'دەموچاوێکی ترساو',
174
+ 'Weary face': 'ڕوخسارێکی ماندوو',
175
+ 'Sleepy face': 'ڕوخسارێکی خەوتوو',
176
+ 'Tired face': 'ڕوخسارێکی ماندوو',
177
+ 'Grimacing face': 'دان جیڕ کردنەوە',
178
+ 'Loudly crying face': 'ڕوخسارێک بە دەنگی بەرزەوە دەگری',
179
+ 'Face with open mouth': 'ڕوخسارێک دەمی کردوەتەوە',
180
+ 'Hushed face': 'ڕوخسارێکی بێدەنگ کراو',
181
+ 'Face with open mouth and cold sweat': 'دەمووچاوێک دەمی کردوەتەوە و ئارەق دەڕێژێت',
182
+ 'Face screaming in fear': 'دەمووچاوێک هاوار دەکات و لە شتێک دەترسێت',
183
+ 'Astonished face': 'ڕوخسارێکی سەرسام بوو',
184
+ 'Flushed face': 'ڕوخسارێکی سور بووەوە',
185
+ 'Sleeping face': 'ڕوخسارێکی خەوتوو',
186
+ 'Dizzy face': 'سەرگێژ خواردن',
187
+ 'Face without mouth': 'دەمووچاوێک بەبێ دەم',
188
+ 'Face with medical mask': 'دەمووچاوێک لەگەڵ ماسکی پزیشکی',
189
+ // Line breaker
190
+ 'Break': 'بڕینی هێڵێک',
191
+ // Math
192
+ 'Subscript': 'نوسین لە ژێرەوەی نوسینێکی دیکە',
193
+ 'Superscript': 'سەرنووس',
194
+ // Full screen
195
+ 'Fullscreen': 'پڕ بە شاشە',
196
+ // Horizontal line
197
+ 'Insert Horizontal Line': 'دانانی هێڵی ئاسۆیی',
198
+ // Clear formatting
199
+ 'Clear Formatting': 'سڕینەوەی شێواز',
200
+ // Save
201
+ 'Save': '',
202
+ // Undo, redo
203
+ 'Undo': 'گەڕانەوە',
204
+ 'Redo': 'هێنانەوەی هەنگاوی پێشتر',
205
+ // Select all
206
+ 'Select All': 'دیاریکردنی هەموو',
207
+ // Code view
208
+ 'Code View': 'بینینی کۆد',
209
+ // Quote
210
+ 'Quote': 'وتە',
211
+ 'Increase': 'زیادکردن',
212
+ 'Decrease': 'کەمکردن',
213
+ // Quick Insert
214
+ 'Quick Insert': 'خێرا خستنە ناو',
215
+ // Spcial Characters
216
+ 'Special Characters': 'Special Characters',
217
+ 'Latin': 'Latin',
218
+ 'Greek': 'Greek',
219
+ 'Cyrillic': 'Cyrillic',
220
+ 'Punctuation': 'Punctuation',
221
+ 'Currency': 'Currency',
222
+ 'Arrows': 'Arrows',
223
+ 'Math': 'Math',
224
+ 'Misc': 'Misc',
225
+ // Print.
226
+ 'Print': 'Print',
227
+ // Spell Checker.
228
+ 'Spell Checker': 'Spell Checker',
229
+ // Help
230
+ 'Help': 'Help',
231
+ 'Shortcuts': 'Shortcuts',
232
+ 'Inline Editor': 'Inline Editor',
233
+ 'Show the editor': 'Show the editor',
234
+ 'Common actions': 'Common actions',
235
+ 'Copy': 'Copy',
236
+ 'Cut': 'Cut',
237
+ 'Paste': 'Paste',
238
+ 'Basic Formatting': 'Basic Formatting',
239
+ 'Increase quote level': 'Increase quote level',
240
+ 'Decrease quote level': 'Decrease quote level',
241
+ 'Image / Video': 'Image / Video',
242
+ 'Resize larger': 'Resize larger',
243
+ 'Resize smaller': 'Resize smaller',
244
+ 'Table': 'Table',
245
+ 'Select table cell': 'Select table cell',
246
+ 'Extend selection one cell': 'Extend selection one cell',
247
+ 'Extend selection one row': 'Extend selection one row',
248
+ 'Navigation': 'Navigation',
249
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
250
+ 'Return focus to previous position': 'Return focus to previous position',
251
+ // Embed.ly
252
+ 'Embed URL': 'Embed URL',
253
+ 'Paste in a URL to embed': 'Paste in a URL to embed',
254
+ // Word Paste.
255
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?',
256
+ 'Keep': 'Keep',
257
+ 'Clean': 'Clean',
258
+ 'Word Paste Detected': 'Word Paste Detected',
259
+ // Character Counter
260
+ 'Characters': 'Characters',
261
+ // More Buttons
262
+ 'More Text': 'المزيد من النص',
263
+ 'More Paragraph': ' المزيد من الفقرة',
264
+ 'More Rich': ' أكثر ثراء',
265
+ 'More Misc': ' أكثر متفرقات'
266
+ },
267
+ direction: 'rtl'
268
+ };
269
+
270
+ })));
271
+ //# sourceMappingURL=ku.js.map
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 Froala Labs
5
5
  */
6
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
- * Montenegrin
35
- */
36
-
37
- $.FE.LANGUAGE['me'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Ukucajte ne\u0161tp",
41
-
42
- // Basic formatting
43
- "Bold": "Bold",
44
- "Italic": "Italic",
45
- "Underline": "Podvu\u010deno",
46
- "Strikethrough": "Prekri\u017eano",
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\u017euriranje",
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": "Pozadine",
66
- "Text": "Teksta",
67
- "HEX Color": "HEX boje",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Paragraf formatu",
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": "Paragraf stil",
80
- "Inline Style": "Inline stil",
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": "Cjelokupno poravnanje",
88
- "None": "Nijedan",
89
-
90
- // Lists
91
- "Ordered List": "Ure\u0111ena lista",
92
- "Unordered List": "Nesre\u0111ene lista",
93
-
94
- // Indent
95
- "Decrease Indent": "Smanjenje alineja",
96
- "Increase Indent": "Pove\u0107anje alineja",
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": "Izabrati link",
105
-
106
- // Images
107
- "Insert Image": "Umetni sliku",
108
- "Upload Image": "Upload sliku",
109
- "By URL": "Preko URL",
110
- "Browse": "Pregledaj",
111
- "Drop image": "Izbaci sliku",
112
- "or click": "ili odaberi",
113
- "Manage Images": "Upravljanje ilustracijama",
114
- "Loading": "Koji tovari",
115
- "Deleting": "Brisanje",
116
- "Tags": "Oznake",
117
- "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite da obri\u0161ete ovu ilustraciju?",
118
- "Replace": "Zamijenite",
119
- "Uploading": "Uploading",
120
- "Loading image": "Koji tovari sliku",
121
- "Display": "Prikaz",
122
- "Inline": "Inline",
123
- "Break Text": "Break tekst",
124
- "Alternate Text": "Alternativna tekst",
125
- "Change Size": "Promijeni veli\u010dinu",
126
- "Width": "\u0161irina",
127
- "Height": "Visina",
128
- "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo vas da poku\u0161ate ponovo.",
129
- "Image Caption": "Slika natpisa",
130
- "Advanced Edit": "Napredno uređivanje",
131
-
132
- // Video
133
- "Insert Video": "Umetni video",
134
- "Embedded Code": "Embedded kod",
135
-
136
- // Tables
137
- "Insert Table": "Umetni tabelu",
138
- "Table Header": "Zaglavlje tabelu",
139
- "Remove Table": "Izbri\u0161i tabelu",
140
- "Table Style": "Tabelu 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": "Kolona",
147
- "Insert column before": "Umetni kolonu prije",
148
- "Insert column after": "Umetni kolonu poslije",
149
- "Delete column": "Obri\u0161i kolonu",
150
- "Cell": "\u0106elija",
151
- "Merge cells": "Spoji \u0107elija",
152
- "Horizontal split": "Horizontalno razdvajanje polja",
153
- "Vertical split": "Vertikalno razdvajanje polja",
154
- "Cell Background": "\u0106elija pozadini",
155
- "Vertical Align": "Vertikalni poravnaj",
156
- "Top": "Vrh",
157
- "Middle": "Srednji",
158
- "Bottom": "Dno",
159
- "Align Top": "Poravnaj vrh",
160
- "Align Middle": "Poravnaj srednji",
161
- "Align Bottom": "Poravnaj dno",
162
- "Cell Style": "\u0106elija stil",
163
-
164
- // Files
165
- "Upload File": "Upload datoteke",
166
- "Drop file": "Drop datoteke",
167
-
168
- // Emoticons
169
- "Emoticons": "Emotikona",
170
- "Grinning face": "Cere\u0107i lice",
171
- "Grinning face with smiling eyes": "Cere\u0107i lice nasmijana o\u010dima",
172
- "Face with tears of joy": "Lice sa suze radosnice",
173
- "Smiling face with open mouth": "Nasmijana lica s otvorenih usta",
174
- "Smiling face with open mouth and smiling eyes": "Nasmijana lica s otvorenih usta i nasmijana o\u010di",
175
- "Smiling face with open mouth and cold sweat": "Nasmijana lica s otvorenih usta i hladan znoj",
176
- "Smiling face with open mouth and tightly-closed eyes": "Nasmijana lica s otvorenih usta i \u010dvrsto-zatvorenih o\u010diju",
177
- "Smiling face with halo": "Nasmijana lica sa halo",
178
- "Smiling face with horns": "Nasmijana lica s rogovima",
179
- "Winking face": "Namigivanje lice",
180
- "Smiling face with smiling eyes": "Nasmijana lica sa nasmijana o\u010dima",
181
- "Face savoring delicious food": "Suo\u010davaju uživaju\u0107i ukusna hrana",
182
- "Relieved face": "Laknulo lice",
183
- "Smiling face with heart-shaped eyes": "Nasmijana lica sa obliku srca o\u010di",
184
- "Smiling face with sunglasses": "Nasmijana lica sa sun\u010dane nao\u010dare",
185
- "Smirking face": "Namr\u0161tena lica",
186
- "Neutral face": "Neutral lice",
187
- "Expressionless face": "Bezizra\u017eajno lice",
188
- "Unamused face": "Nije zabavno lice",
189
- "Face with cold sweat": "Lice s hladnim znojem",
190
- "Pensive face": "Zami\u0161ljen lice",
191
- "Confused face": "Zbunjen lice",
192
- "Confounded face": "Uzbu\u0111en lice",
193
- "Kissing face": "Ljubakanje lice",
194
- "Face throwing a kiss": "Suo\u010davaju bacanje poljubac",
195
- "Kissing face with smiling eyes": "Ljubljenje lice nasmijana o\u010dima",
196
- "Kissing face with closed eyes": "Ljubljenje lice sa zatvorenim o\u010dima",
197
- "Face with stuck out tongue": "Lice sa ispru\u017eio jezik",
198
- "Face with stuck out tongue and winking eye": "Lice sa ispru\u017eio jezik i trep\u0107u\u0107e \u0107e oko",
199
- "Face with stuck out tongue and tightly-closed eyes": "Lice sa ispru\u017eio jezik i \u010dvrsto zatvorene o\u010di",
200
- "Disappointed face": "Razo\u010daran lice",
201
- "Worried face": "Zabrinuti lice",
202
- "Angry face": "Ljut lice",
203
- "Pouting face": "Napu\u0107enim lice",
204
- "Crying face": "Plakanje lice",
205
- "Persevering face": "Istrajan lice",
206
- "Face with look of triumph": "Lice s pogledom trijumfa",
207
- "Disappointed but relieved face": "Razo\u010daran, ali olak\u0161anje lice",
208
- "Frowning face with open mouth": "Namr\u0161tiv\u0161i lice s otvorenih usta",
209
- "Anguished face": "Bolnom lice",
210
- "Fearful face": "Pla\u0161ljiv lice",
211
- "Weary face": "Umoran lice",
212
- "Sleepy face": "Pospan lice",
213
- "Tired face": "Umorno lice",
214
- "Grimacing face": "Grimase lice",
215
- "Loudly crying face": "Glasno pla\u010de lice",
216
- "Face with open mouth": "Lice s otvorenih usta",
217
- "Hushed face": "Smiren lice",
218
- "Face with open mouth and cold sweat": "Lice s otvorenih usta i hladan znoj",
219
- "Face screaming in fear": "Suo\u010davaju vri\u0161ti u strahu",
220
- "Astonished face": "Zapanjen lice",
221
- "Flushed face": "Rumeno lice",
222
- "Sleeping face": "Usnulo lice",
223
- "Dizzy face": "O\u0161amu\u0107en lice",
224
- "Face without mouth": "Lice bez usta",
225
- "Face with medical mask": "Lice sa medicinskom maskom",
226
-
227
- // Line breaker
228
- "Break": "Slomiti",
229
-
230
- // Math
231
- "Subscript": "Potpisan",
232
- "Superscript": "Natpis",
233
-
234
- // Full screen
235
- "Fullscreen": "Preko cijelog zaslona",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Umetni vodoravna liniju",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Izbrisati formatiranje",
242
-
243
- // Undo, redo
244
- "Undo": "Korak nazad",
245
- "Redo": "Korak naprijed",
246
-
247
- // Select all
248
- "Select All": "Ozna\u010di sve",
249
-
250
- // Code view
251
- "Code View": "Kod pogled",
252
-
253
- // Quote
254
- "Quote": "Citat",
255
- "Increase": "Pove\u0107ati",
256
- "Decrease": "Smanjenje",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Brzo umetni",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Specijalni znakovi",
263
- "Latin": "Latino",
264
- "Greek": "Grk",
265
- "Cyrillic": "Ćirilica",
266
- "Punctuation": "Interpunkcije",
267
- "Currency": "Valuta",
268
- "Arrows": "Strelice",
269
- "Math": "Matematika",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Odštampaj",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Kontrolor pravopisa",
277
-
278
- // Help
279
- "Help": "Pomoć",
280
- "Shortcuts": "Prečice",
281
- "Inline Editor": "Pri upisivanju Editor",
282
- "Show the editor": "Prikaži urednik",
283
- "Common actions": "Zajedničke akcije",
284
- "Copy": "Kopija",
285
- "Cut": "Rez",
286
- "Paste": "Nalepi",
287
- "Basic Formatting": "Osnovno oblikovanje",
288
- "Increase quote level": "Povećati ponudu za nivo",
289
- "Decrease quote level": "Smanjenje ponude nivo",
290
- "Image / Video": "Slika / Video",
291
- "Resize larger": "Veće veličine",
292
- "Resize smaller": "Promena veličine manji",
293
- "Table": "Sto",
294
- "Select table cell": "Select ćelije",
295
- "Extend selection one cell": "Proširite selekciju jednu ćeliju",
296
- "Extend selection one row": "Proširite selekciju jedan red",
297
- "Navigation": "Navigacija",
298
- "Focus popup / toolbar": "Fokus Iskačući meni / traka sa alatkama",
299
- "Return focus to previous position": "Vratiti fokus na prethodnu poziciju",
300
-
301
- // Embed.ly
302
- "Embed URL": "Ugradite URL",
303
- "Paste in a URL to embed": "Nalepite URL adresu da biste 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?": "Nalepljeni sadržaj dolazi iz Microsoft Word dokument. Da li želite zadržati u formatu ili počistiti?",
307
- "Keep": "Nastavi",
308
- "Clean": "Oиisti",
309
- "Word Paste Detected": "Word Nalepi otkriven"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Montenegrin
17
+ */
18
+ FE.LANGUAGE['me'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "Ukucajte ne\u0161tp",
22
+ // Basic formatting
23
+ 'Bold': 'Bold',
24
+ 'Italic': 'Italic',
25
+ 'Underline': "Podvu\u010Deno",
26
+ 'Strikethrough': "Prekri\u017Eano",
27
+ // Main buttons
28
+ 'Insert': 'Umetni',
29
+ 'Delete': "Obri\u0161i",
30
+ 'Cancel': "Otka\u017Ei",
31
+ 'OK': 'U redu',
32
+ 'Back': 'Natrag',
33
+ 'Remove': 'Ukloni',
34
+ 'More': "Vi\u0161e",
35
+ 'Update': "A\u017Euriranje",
36
+ 'Style': 'Stil',
37
+ // Font
38
+ 'Font Family': 'Odaberi font',
39
+ 'Font Size': "Veli\u010Dina fonta",
40
+ // Colors
41
+ 'Colors': 'Boje',
42
+ 'Background': 'Pozadine',
43
+ 'Text': 'Teksta',
44
+ 'HEX Color': 'HEX boje',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Paragraf formatu',
47
+ 'Normal': 'Normalno',
48
+ 'Code': 'Izvorni kod',
49
+ 'Heading 1': 'Naslov 1',
50
+ 'Heading 2': 'Naslov 2',
51
+ 'Heading 3': 'Naslov 3',
52
+ 'Heading 4': 'Naslov 4',
53
+ // Style
54
+ 'Paragraph Style': 'Paragraf stil',
55
+ 'Inline Style': 'Inline stil',
56
+ // Alignment
57
+ 'Align': 'Poravnaj',
58
+ 'Align Left': 'Poravnaj lijevo',
59
+ 'Align Center': 'Poravnaj po sredini',
60
+ 'Align Right': 'Poravnaj desno',
61
+ 'Align Justify': 'Cjelokupno poravnanje',
62
+ 'None': 'Nijedan',
63
+ // Lists
64
+ 'Ordered List': "Ure\u0111ena lista",
65
+ 'Unordered List': "Nesre\u0111ene lista",
66
+ // Indent
67
+ 'Decrease Indent': 'Smanjenje alineja',
68
+ 'Increase Indent': "Pove\u0107anje alineja",
69
+ // Links
70
+ 'Insert Link': 'Umetni link',
71
+ 'Open in new tab': 'Otvori u novom prozoru',
72
+ 'Open Link': 'Otvori link',
73
+ 'Edit Link': 'Uredi link',
74
+ 'Unlink': 'Ukloni link',
75
+ 'Choose Link': 'Izabrati link',
76
+ // Images
77
+ 'Insert Image': 'Umetni sliku',
78
+ 'Upload Image': 'Upload sliku',
79
+ 'By URL': 'Preko URL',
80
+ 'Browse': 'Pregledaj',
81
+ 'Drop image': 'Izbaci sliku',
82
+ 'or click': 'ili odaberi',
83
+ 'Manage Images': 'Upravljanje ilustracijama',
84
+ 'Loading': 'Koji tovari',
85
+ 'Deleting': 'Brisanje',
86
+ 'Tags': 'Oznake',
87
+ 'Are you sure? Image will be deleted.': "Da li ste sigurni da \u017Eelite da obri\u0161ete ovu ilustraciju?",
88
+ 'Replace': 'Zamijenite',
89
+ 'Uploading': 'Uploading',
90
+ 'Loading image': 'Koji tovari sliku',
91
+ 'Display': 'Prikaz',
92
+ 'Inline': 'Inline',
93
+ 'Break Text': 'Break tekst',
94
+ 'Alternative Text': 'Alternativna tekst',
95
+ 'Change Size': "Promijeni veli\u010Dinu",
96
+ 'Width': "\u0161irina",
97
+ 'Height': 'Visina',
98
+ 'Something went wrong. Please try again.': "Ne\u0161to je po\u0161lo po zlu. Molimo vas da poku\u0161ate ponovo.",
99
+ 'Image Caption': 'Slika natpisa',
100
+ 'Advanced Edit': 'Napredno uređivanje',
101
+ // Video
102
+ 'Insert Video': 'Umetni video',
103
+ 'Embedded Code': 'Embedded kod',
104
+ 'Paste in a video URL': 'Prilepite v URL video posnetka',
105
+ 'Drop video': 'Izbaci video',
106
+ 'Your browser does not support HTML5 video.': 'Váš prehliadač nepodporuje video HTML5.',
107
+ 'Upload Video': 'Upload video',
108
+ // Tables
109
+ 'Insert Table': 'Umetni tabelu',
110
+ 'Table Header': 'Zaglavlje tabelu',
111
+ 'Remove Table': "Izbri\u0161i tabelu",
112
+ 'Table Style': 'Tabelu stil',
113
+ 'Horizontal Align': 'Horizontalna poravnanje',
114
+ 'Row': 'Red',
115
+ 'Insert row above': 'Umetni red iznad',
116
+ 'Insert row below': 'Umetni red ispod',
117
+ 'Delete row': "Obri\u0161i red",
118
+ 'Column': 'Kolona',
119
+ 'Insert column before': 'Umetni kolonu prije',
120
+ 'Insert column after': 'Umetni kolonu poslije',
121
+ 'Delete column': "Obri\u0161i kolonu",
122
+ 'Cell': "\u0106elija",
123
+ 'Merge cells': "Spoji \u0107elija",
124
+ 'Horizontal split': 'Horizontalno razdvajanje polja',
125
+ 'Vertical split': 'Vertikalno razdvajanje polja',
126
+ 'Cell Background': "\u0106elija pozadini",
127
+ 'Vertical Align': 'Vertikalni poravnaj',
128
+ 'Top': 'Vrh',
129
+ 'Middle': 'Srednji',
130
+ 'Bottom': 'Dno',
131
+ 'Align Top': 'Poravnaj vrh',
132
+ 'Align Middle': 'Poravnaj srednji',
133
+ 'Align Bottom': 'Poravnaj dno',
134
+ 'Cell Style': "\u0106elija stil",
135
+ // Files
136
+ 'Upload File': 'Upload datoteke',
137
+ 'Drop file': 'Drop datoteke',
138
+ // Emoticons
139
+ 'Emoticons': 'Emotikona',
140
+ 'Grinning face': "Cere\u0107i lice",
141
+ 'Grinning face with smiling eyes': "Cere\u0107i lice nasmijana o\u010Dima",
142
+ 'Face with tears of joy': 'Lice sa suze radosnice',
143
+ 'Smiling face with open mouth': 'Nasmijana lica s otvorenih usta',
144
+ 'Smiling face with open mouth and smiling eyes': "Nasmijana lica s otvorenih usta i nasmijana o\u010Di",
145
+ 'Smiling face with open mouth and cold sweat': 'Nasmijana lica s otvorenih usta i hladan znoj',
146
+ 'Smiling face with open mouth and tightly-closed eyes': "Nasmijana lica s otvorenih usta i \u010Dvrsto-zatvorenih o\u010Diju",
147
+ 'Smiling face with halo': 'Nasmijana lica sa halo',
148
+ 'Smiling face with horns': 'Nasmijana lica s rogovima',
149
+ 'Winking face': 'Namigivanje lice',
150
+ 'Smiling face with smiling eyes': "Nasmijana lica sa nasmijana o\u010Dima",
151
+ 'Face savoring delicious food': "Suo\u010Davaju u\u017Eivaju\u0107i ukusna hrana",
152
+ 'Relieved face': 'Laknulo lice',
153
+ 'Smiling face with heart-shaped eyes': "Nasmijana lica sa obliku srca o\u010Di",
154
+ 'Smiling face with sunglasses': "Nasmijana lica sa sun\u010Dane nao\u010Dare",
155
+ 'Smirking face': "Namr\u0161tena lica",
156
+ 'Neutral face': 'Neutral lice',
157
+ 'Expressionless face': "Bezizra\u017Eajno lice",
158
+ 'Unamused face': 'Nije zabavno lice',
159
+ 'Face with cold sweat': 'Lice s hladnim znojem',
160
+ 'Pensive face': "Zami\u0161ljen lice",
161
+ 'Confused face': 'Zbunjen lice',
162
+ 'Confounded face': "Uzbu\u0111en lice",
163
+ 'Kissing face': 'Ljubakanje lice',
164
+ 'Face throwing a kiss': "Suo\u010Davaju bacanje poljubac",
165
+ 'Kissing face with smiling eyes': "Ljubljenje lice nasmijana o\u010Dima",
166
+ 'Kissing face with closed eyes': "Ljubljenje lice sa zatvorenim o\u010Dima",
167
+ 'Face with stuck out tongue': "Lice sa ispru\u017Eio jezik",
168
+ 'Face with stuck out tongue and winking eye': "Lice sa ispru\u017Eio jezik i trep\u0107u\u0107e \u0107e oko",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Lice sa ispru\u017Eio jezik i \u010Dvrsto zatvorene o\u010Di",
170
+ 'Disappointed face': "Razo\u010Daran lice",
171
+ 'Worried face': 'Zabrinuti lice',
172
+ 'Angry face': 'Ljut lice',
173
+ 'Pouting face': "Napu\u0107enim lice",
174
+ 'Crying face': 'Plakanje lice',
175
+ 'Persevering face': 'Istrajan lice',
176
+ 'Face with look of triumph': 'Lice s pogledom trijumfa',
177
+ 'Disappointed but relieved face': "Razo\u010Daran, ali olak\u0161anje lice",
178
+ 'Frowning face with open mouth': "Namr\u0161tiv\u0161i lice s otvorenih usta",
179
+ 'Anguished face': 'Bolnom lice',
180
+ 'Fearful face': "Pla\u0161ljiv lice",
181
+ 'Weary face': 'Umoran lice',
182
+ 'Sleepy face': 'Pospan lice',
183
+ 'Tired face': 'Umorno lice',
184
+ 'Grimacing face': 'Grimase lice',
185
+ 'Loudly crying face': "Glasno pla\u010De lice",
186
+ 'Face with open mouth': 'Lice s otvorenih usta',
187
+ 'Hushed face': 'Smiren lice',
188
+ 'Face with open mouth and cold sweat': 'Lice s otvorenih usta i hladan znoj',
189
+ 'Face screaming in fear': "Suo\u010Davaju vri\u0161ti u strahu",
190
+ 'Astonished face': 'Zapanjen lice',
191
+ 'Flushed face': 'Rumeno lice',
192
+ 'Sleeping face': 'Usnulo lice',
193
+ 'Dizzy face': "O\u0161amu\u0107en lice",
194
+ 'Face without mouth': 'Lice bez usta',
195
+ 'Face with medical mask': 'Lice sa medicinskom maskom',
196
+ // Line breaker
197
+ 'Break': 'Slomiti',
198
+ // Math
199
+ 'Subscript': 'Potpisan',
200
+ 'Superscript': 'Natpis',
201
+ // Full screen
202
+ 'Fullscreen': 'Preko cijelog zaslona',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Umetni vodoravna liniju',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Izbrisati formatiranje',
207
+ // Save
208
+ 'Save': 'Save',
209
+ // Undo, redo
210
+ 'Undo': 'Korak nazad',
211
+ 'Redo': 'Korak naprijed',
212
+ // Select all
213
+ 'Select All': "Ozna\u010Di sve",
214
+ // Code view
215
+ 'Code View': 'Kod pogled',
216
+ // Quote
217
+ 'Quote': 'Citat',
218
+ 'Increase': "Pove\u0107ati",
219
+ 'Decrease': 'Smanjenje',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Brzo umetni',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Specijalni znakovi',
224
+ 'Latin': 'Latino',
225
+ 'Greek': 'Grk',
226
+ 'Cyrillic': 'Ćirilica',
227
+ 'Punctuation': 'Interpunkcije',
228
+ 'Currency': 'Valuta',
229
+ 'Arrows': 'Strelice',
230
+ 'Math': 'Matematika',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Odštampaj',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Kontrolor pravopisa',
236
+ // Help
237
+ 'Help': 'Pomoć',
238
+ 'Shortcuts': 'Prečice',
239
+ 'Inline Editor': 'Pri upisivanju Editor',
240
+ 'Show the editor': 'Prikaži urednik',
241
+ 'Common actions': 'Zajedničke akcije',
242
+ 'Copy': 'Kopija',
243
+ 'Cut': 'Rez',
244
+ 'Paste': 'Nalepi',
245
+ 'Basic Formatting': 'Osnovno oblikovanje',
246
+ 'Increase quote level': 'Povećati ponudu za nivo',
247
+ 'Decrease quote level': 'Smanjenje ponude nivo',
248
+ 'Image / Video': 'Slika / Video',
249
+ 'Resize larger': 'Veće veličine',
250
+ 'Resize smaller': 'Promena veličine manji',
251
+ 'Table': 'Sto',
252
+ 'Select table cell': 'Select ćelije',
253
+ 'Extend selection one cell': 'Proširite selekciju jednu ćeliju',
254
+ 'Extend selection one row': 'Proširite selekciju jedan red',
255
+ 'Navigation': 'Navigacija',
256
+ 'Focus popup / toolbar': 'Fokus Iskačući meni / traka sa alatkama',
257
+ 'Return focus to previous position': 'Vratiti fokus na prethodnu poziciju',
258
+ // Embed.ly
259
+ 'Embed URL': 'Ugradite URL',
260
+ 'Paste in a URL to embed': 'Nalepite URL adresu da biste ugradili',
261
+ // Word Paste.
262
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Nalepljeni sadržaj dolazi iz Microsoft Word dokument. Da li želite zadržati u formatu ili počistiti?',
263
+ 'Keep': 'Nastavi',
264
+ 'Clean': 'Oиisti',
265
+ 'Word Paste Detected': 'Word Nalepi otkriven',
266
+ // Character Counter
267
+ 'Characters': 'Likovi',
268
+ // More Buttons
269
+ 'More Text': 'More tekst',
270
+ 'More Paragraph': 'More Paragraf',
271
+ 'More Rich': 'More Rich',
272
+ 'More Misc': 'More Misc'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=me.js.map