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
@@ -0,0 +1,216 @@
1
+ /**
2
+ * French
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['fr'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Tapez quelque chose",
9
+
10
+ // Basic formatting
11
+ "Bold": "Gras",
12
+ "Italic": "Italique",
13
+ "Underline": "Soulign\u00e9",
14
+ "Strikethrough": "Barr\u00e9",
15
+
16
+ // Main buttons
17
+ "Insert": "Ins\u00e9rer",
18
+ "Delete": "Effacer",
19
+ "Cancel": "Annuler",
20
+ "OK": "Ok",
21
+ "Back": "Ant\u00e9rieur",
22
+ "Remove": "Enlever",
23
+ "More": "Plus",
24
+ "Update": "Actualiser",
25
+ "Style": "Style",
26
+
27
+ // Font
28
+ "Font Family": "Polices de caract\u00e8res",
29
+ "Font Size": "Taille de la police",
30
+
31
+ // Colors
32
+ "Colors": "Couleurs",
33
+ "Background": "Arri\u00e8re-plan",
34
+ "Text": "Texte",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Formats",
38
+ "Normal": "Normal",
39
+ "Code": "Code",
40
+ "Heading 1": "Titre 1",
41
+ "Heading 2": "Titre 2",
42
+ "Heading 3": "Titre 3",
43
+ "Heading 4": "Titre 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Style de paragraphe",
47
+ "Inline Style": "Style en ligne",
48
+
49
+ // Alignment
50
+ "Align": "Aligner",
51
+ "Align Left": "Aligner \u00e0 gauche",
52
+ "Align Center": "Aligner au centre",
53
+ "Align Right": "Aligner \u00e0 droite",
54
+ "Align Justify": "Justifi\u00e9",
55
+ "None": "Aucun",
56
+
57
+ // Lists
58
+ "Ordered List": "Liste ordonn\u00e9e",
59
+ "Unordered List": "Liste non ordonn\u00e9e",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Diminuer le retrait",
63
+ "Increase Indent": "Augmenter le retrait",
64
+
65
+ // Links
66
+ "Insert Link": "Ins\u00e9rer un lien",
67
+ "Open in new tab": "Ouvrir dans un nouvel onglet",
68
+ "Open Link": "Ouvrir le lien",
69
+ "Edit Link": "Modifier le lien",
70
+ "Unlink": "Enlever le lien",
71
+ "Choose Link": "Choisissez le lien",
72
+
73
+ // Images
74
+ "Insert Image": "Ins\u00e9rer une image",
75
+ "Upload Image": "T\u00e9l\u00e9charger une image",
76
+ "By URL": "Par URL",
77
+ "Browse": "Feuilleter",
78
+ "Drop image": "D\u00e9posez l'image",
79
+ "or click": "ou cliquez",
80
+ "Manage Images": "Gestion des images",
81
+ "Loading": "En chargeant",
82
+ "Deleting": "Suppression",
83
+ "Tags": "\u00c9tiquettes",
84
+ "Are you sure? Image will be deleted.": "Etes-vous s\u00fbr? Image sera supprim\u00e9e.",
85
+ "Replace": "Remplacer",
86
+ "Uploading": "De t\u00e9l\u00e9chargement d'images",
87
+ "Loading image": "De t\u00e9l\u00e9chargement d'images",
88
+ "Display": "Afficher",
89
+ "Inline": "En ligne",
90
+ "Break Text": "Texte scission",
91
+ "Alternate Text": "Texte alternatif",
92
+ "Change Size": "Changer la dimension",
93
+ "Width": "Largeur",
94
+ "Height": "Hauteur",
95
+ "Something went wrong. Please try again.": "Quelque chose a mal tourn\u00e9. Veuillez r\u00e9essayer.",
96
+
97
+ // Video
98
+ "Insert Video": "Ins\u00e9rer une vid\u00e9o",
99
+ "Embedded Code": "Code embarqu\u00e9",
100
+
101
+ // Tables
102
+ "Insert Table": "Ins\u00e9rer un tableau",
103
+ "Header": "Ent\u00eate",
104
+ "Row": "Ligne",
105
+ "Insert row above": "Ins\u00e9rer une ligne avant",
106
+ "Insert row below": "Ins\u00e9rer une ligne apr\u00e8s",
107
+ "Delete row": "Effacer la ligne",
108
+ "Column": "Colonne",
109
+ "Insert column before": "Ins\u00e9rer une colonne avant",
110
+ "Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
111
+ "Delete column": "Effacer la colonne",
112
+ "Cell": "Cellule",
113
+ "Merge cells": "Fusionner les cellules",
114
+ "Horizontal split": "Diviser horizontale",
115
+ "Vertical split": "Diviser verticale",
116
+ "Cell Background": "Fond de la cellule",
117
+ "Vertical Align": "Aligner vertical",
118
+ "Top": "En haut",
119
+ "Middle": "Milieu",
120
+ "Bottom": "En bas",
121
+ "Align Top": "Aligner en haut",
122
+ "Align Middle": "Aligner au milieu",
123
+ "Align Bottom": "Aligner en bas",
124
+ "Cell Style": "Style de cellule",
125
+
126
+ // Files
127
+ "Upload File": "T\u00e9l\u00e9charger le fichier",
128
+ "Drop file": "D\u00e9posez le fichier",
129
+
130
+ // Emoticons
131
+ "Emoticons": "\u00c9motic\u00f4nes",
132
+ "Grinning face": "Souriant visage",
133
+ "Grinning face with smiling eyes": "Souriant visage aux yeux souriants",
134
+ "Face with tears of joy": "Visage \u00e0 des larmes de joie",
135
+ "Smiling face with open mouth": "Visage souriant avec la bouche ouverte",
136
+ "Smiling face with open mouth and smiling eyes": "Visage souriant avec la bouche ouverte et les yeux en souriant",
137
+ "Smiling face with open mouth and cold sweat": "Visage souriant avec la bouche ouverte et la sueur froide",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Visage souriant avec la bouche ouverte et les yeux herm\u00e9tiquement clos",
139
+ "Smiling face with halo": "Sourire visage avec halo",
140
+ "Smiling face with horns": "Visage souriant avec des cornes",
141
+ "Winking face": "Clin d'oeil visage",
142
+ "Smiling face with smiling eyes": "Sourire visage aux yeux souriants",
143
+ "Face savoring delicious food": "Visage savourant de d\u00e9licieux plats",
144
+ "Relieved face": "Soulag\u00e9 visage",
145
+ "Smiling face with heart-shaped eyes": "Visage souriant avec des yeux en forme de coeur",
146
+ "Smiling face with sunglasses": "Sourire visage avec des lunettes de soleil",
147
+ "Smirking face": "Souriant visage",
148
+ "Neutral face": "Visage neutre",
149
+ "Expressionless face": "Visage sans expression",
150
+ "Unamused face": "Visage pas amus\u00e9",
151
+ "Face with cold sweat": "Face \u00e0 la sueur froide",
152
+ "Pensive face": "pensif visage",
153
+ "Confused face": "Visage confus",
154
+ "Confounded face": "visage maudit",
155
+ "Kissing face": "Embrasser le visage",
156
+ "Face throwing a kiss": "Visage jetant un baiser",
157
+ "Kissing face with smiling eyes": "Embrasser le visage avec les yeux souriants",
158
+ "Kissing face with closed eyes": "Embrasser le visage avec les yeux ferm\u00e9s",
159
+ "Face with stuck out tongue": "Visage avec sortait de la langue",
160
+ "Face with stuck out tongue and winking eye": "Visage avec sortait de la langue et des yeux clignotante",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Visage avec sortait de la langue et les yeux ferm\u00e9s herm\u00e9tiquement",
162
+ "Disappointed face": "Visage d\u00e9\u00e7u",
163
+ "Worried face": "Visage inquiet",
164
+ "Angry face": "Visage en col\u00e9re",
165
+ "Pouting face": "Faire la moue face",
166
+ "Crying face": "Pleurer visage",
167
+ "Persevering face": "Pers\u00e9v\u00e9rer face",
168
+ "Face with look of triumph": "Visage avec le regard de triomphe",
169
+ "Disappointed but relieved face": "D\u00e9\u00e7u, mais le visage soulag\u00e9",
170
+ "Frowning face with open mouth": "Les sourcils fronc\u00e9s visage avec la bouche ouverte",
171
+ "Anguished face": "Visage angoiss\u00e9",
172
+ "Fearful face": "Craignant visage",
173
+ "Weary face": "Visage las",
174
+ "Sleepy face": "Visage endormi",
175
+ "Tired face": "Visage fatigu\u00e9",
176
+ "Grimacing face": "Visage grima\u00e7ante",
177
+ "Loudly crying face": "Pleurer bruyamment visage",
178
+ "Face with open mouth": "Visage \u00e0 la bouche ouverte",
179
+ "Hushed face": "Visage feutr\u00e9e",
180
+ "Face with open mouth and cold sweat": "Visage \u00e0 la bouche ouverte et la sueur froide",
181
+ "Face screaming in fear": "Visage hurlant de peur",
182
+ "Astonished face": "Visage \u00e9tonn\u00e9",
183
+ "Flushed face": "Visage congestionn\u00e9",
184
+ "Sleeping face": "Visage au bois dormant",
185
+ "Dizzy face": "Visage vertige",
186
+ "Face without mouth": "Visage sans bouche",
187
+ "Face with medical mask": "Visage avec un masque m\u00e9dical",
188
+
189
+ // Line breaker
190
+ "Break": "Rompre",
191
+
192
+ // Math
193
+ "Subscript": "Indice",
194
+ "Superscript": "Exposant",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Plein \u00e9cran",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Ins\u00e9rez une ligne horizontale",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Effacer formatage",
204
+
205
+ // Undo, redo
206
+ "Undo": "Annuler",
207
+ "Redo": "R\u00e9tablir",
208
+
209
+ // Select all
210
+ "Select All": "Tout s\u00e9lectionner",
211
+
212
+ // Code view
213
+ "Code View": "Vue de code"
214
+ },
215
+ direction: "ltr"
216
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Hebrew
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['he'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "\u05d4\u05e7\u05dc\u05d3 \u05db\u05d0\u05df",
9
+
10
+ // Basic formatting
11
+ "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
12
+ "Italic": "\u05de\u05d5\u05d8\u05d4",
13
+ "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
14
+ "Strikethrough": "\u05e7\u05d5 \u05d0\u05de\u05e6\u05e2\u05d9",
15
+
16
+ // Main buttons
17
+ "Insert": "\u05d4\u05d5\u05e1\u05e4\u05ea",
18
+ "Delete": "\u05de\u05d7\u05d9\u05e7\u05d4",
19
+ "Cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc",
20
+ "OK": "\u05d1\u05e6\u05e2",
21
+ "Back": "\u05d1\u05d7\u05d6\u05e8\u05d4",
22
+ "Remove": "\u05d4\u05e1\u05e8",
23
+ "More": "\u05d9\u05d5\u05ea\u05e8",
24
+ "Update": "\u05e2\u05d3\u05db\u05d5\u05df",
25
+ "Style": "\u05e1\u05d2\u05e0\u05d5\u05df",
26
+
27
+ // Font
28
+ "Font Family": "\u05d2\u05d5\u05e4\u05df",
29
+ "Font Size": "\u05d2\u05d5\u05d3\u05dc \u05d4\u05d2\u05d5\u05e4\u05df",
30
+
31
+ // Colors
32
+ "Colors": "\u05e6\u05d1\u05e2\u05d9\u05dd",
33
+ "Background": "\u05e8\u05e7\u05e2",
34
+ "Text": "\u05d4\u05d8\u05e1\u05d8",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "\u05e4\u05d5\u05e8\u05de\u05d8",
38
+ "Normal": "\u05e8\u05d2\u05d9\u05dc",
39
+ "Code": "\u05e7\u05d5\u05d3",
40
+ "Heading 1": "1 \u05db\u05d5\u05ea\u05e8\u05ea",
41
+ "Heading 2": "2 \u05db\u05d5\u05ea\u05e8\u05ea",
42
+ "Heading 3": "3 \u05db\u05d5\u05ea\u05e8\u05ea",
43
+ "Heading 4": "4 \u05db\u05d5\u05ea\u05e8\u05ea",
44
+
45
+ // Style
46
+ "Paragraph Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05e4\u05e1\u05e7\u05d4",
47
+ "Inline Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05de\u05d5\u05d1\u05e0\u05d4",
48
+
49
+ // Alignment
50
+ "Align": "\u05d9\u05d9\u05e9\u05d5\u05e8",
51
+ "Align Left": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
52
+ "Align Center": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05de\u05e8\u05db\u05d6",
53
+ "Align Right": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
54
+ "Align Justify": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05de\u05dc\u05d0",
55
+ "None": "\u05d0\u05e3 \u05d0\u05d7\u05d3",
56
+
57
+ // Lists
58
+ "Ordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
59
+ "Unordered List": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e8\u05e9\u05d9\u05de\u05d4",
60
+
61
+ // Indent
62
+ "Decrease Indent": "\u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
63
+ "Increase Indent": "\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05e0\u05d9\u05e1\u05d4",
64
+
65
+ // Links
66
+ "Insert Link": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
67
+ "Open in new tab": "\u05dc\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d8\u05d0\u05d1 \u05d7\u05d3\u05e9",
68
+ "Open Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e4\u05ea\u05d5\u05d7",
69
+ "Edit Link": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05e8\u05d9\u05db\u05d4",
70
+ "Unlink": "\u05d4\u05e1\u05e8\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8",
71
+ "Choose Link": "\u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8",
72
+
73
+ // Images
74
+ "Insert Image": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
75
+ "Upload Image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4",
76
+ "By URL": "URL \u05e2\u05dc \u05d9\u05d3\u05d9",
77
+ "Browse": "\u05dc\u05d2\u05dc\u05d5\u05e9",
78
+ "Drop image": "\u05e9\u05d7\u05e8\u05e8 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
79
+ "or click": "\u05d0\u05d5 \u05dc\u05d7\u05e5",
80
+ "Manage Images": "\u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
81
+ "Loading": "\u05d8\u05e2\u05d9\u05e0\u05d4",
82
+ "Deleting": "\u05de\u05d7\u05d9\u05e7\u05d4",
83
+ "Tags": "\u05ea\u05d2\u05d9\u05dd",
84
+ "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",
85
+ "Replace": "\u05dc\u05d4\u05d7\u05dc\u05d9\u05e3",
86
+ "Uploading": "\u05d4\u05e2\u05dc\u05d0\u05d4",
87
+ "Loading image": "\u05ea\u05de\u05d5\u05e0\u05ea \u05d8\u05e2\u05d9\u05e0\u05d4",
88
+ "Display": "\u05ea\u05e6\u05d5\u05d2\u05d4",
89
+ "Inline": "\u05d1\u05e9\u05d5\u05e8\u05d4",
90
+ "Break Text": "\u05d8\u05e7\u05e1\u05d8 \u05d4\u05e4\u05e1\u05e7\u05d4",
91
+ "Alternate Text": "\u05d8\u05e7\u05e1\u05d8 \u05d7\u05dc\u05d5\u05e4\u05d9",
92
+ "Change Size": "\u05d2\u05d5\u05d3\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9",
93
+ "Width": "\u05e8\u05d5\u05d7\u05d1",
94
+ "Height": "\u05d2\u05d5\u05d1\u05d4",
95
+ "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.",
96
+
97
+ // Video
98
+ "Insert Video": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d5\u05d9\u05d3\u05d9\u05d0\u05d5",
99
+ "Embedded Code": "\u05e7\u05d5\u05d3 \u05de\u05d5\u05d8\u05d1\u05e2",
100
+
101
+ // Tables
102
+ "Insert Table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
103
+ "Header": "\u05db\u05d5\u05ea\u05e8\u05ea",
104
+ "Row": "\u05e9\u05d5\u05e8\u05d4",
105
+ "Insert row above": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
106
+ "Insert row below": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
107
+ "Delete row": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e9\u05d5\u05e8\u05d4",
108
+ "Column": "\u05d8\u05d5\u05e8",
109
+ "Insert column before": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05dc\u05e4\u05e0\u05d9",
110
+ "Insert column after": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05d5\u05e8 \u05d0\u05d7\u05e8\u05d9",
111
+ "Delete column": "\u05de\u05d7\u05d9\u05e7\u05ea \u05d8\u05d5\u05e8",
112
+ "Cell": "\u05ea\u05d0",
113
+ "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
114
+ "Horizontal split": "\u05e4\u05e6\u05dc \u05d0\u05d5\u05e4\u05e7\u05d9",
115
+ "Vertical split": "\u05e4\u05e6\u05dc \u05d0\u05e0\u05db\u05d9",
116
+ "Cell Background": "\u05e8\u05e7\u05e2 \u05ea\u05d0",
117
+ "Vertical Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
118
+ "Top": "\u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
119
+ "Middle": "\u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
120
+ "Bottom": "\u05ea\u05d7\u05ea\u05d5\u05df",
121
+ "Align Top": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05e2\u05b6\u05dc\u05b4\u05d9\u05d5\u05b9\u05df",
122
+ "Align Middle": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05b4\u05d9\u05db\u05d5\u05b9\u05e0\u05b4\u05d9",
123
+ "Align Bottom": "\u05dc\u05d9\u05d9\u05e9\u05e8 \u05ea\u05d7\u05ea\u05d5\u05df",
124
+ "Cell Style": "\u05e1\u05d2\u05e0\u05d5\u05df \u05ea\u05d0",
125
+
126
+ // Files
127
+ "Upload File": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05e7\u05d5\u05d1\u05e5",
128
+ "Drop file": "\u05d6\u05e8\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05d0\u05df",
129
+
130
+ // Emoticons
131
+ "Emoticons": "\u05e1\u05de\u05d9\u05d9\u05dc\u05d9\u05dd",
132
+ "Grinning face": "\u05d7\u05d9\u05d9\u05da \u05e4\u05e0\u05d9\u05dd",
133
+ "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",
134
+ "Face with tears of joy": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d3\u05de\u05e2\u05d5\u05ea \u05e9\u05dc \u05e9\u05de\u05d7\u05d4",
135
+ "Smiling face with open mouth": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
136
+ "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",
137
+ "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",
138
+ "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",
139
+ "Smiling face with halo": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d4\u05d9\u05dc\u05d4",
140
+ "Smiling face with horns": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e7\u05e8\u05e0\u05d5\u05ea",
141
+ "Winking face": "\u05e7\u05e8\u05d9\u05e6\u05d4 \u05e4\u05e0\u05d9\u05dd",
142
+ "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",
143
+ "Face savoring delicious food": "\u05e4\u05e0\u05d9\u05dd \u05de\u05ea\u05e2\u05e0\u05d2 \u05d0\u05d5\u05db\u05dc \u05d8\u05e2\u05d9\u05dd",
144
+ "Relieved face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d4\u05e7\u05dc\u05d4",
145
+ "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",
146
+ "Smiling face with sunglasses": "\u05d7\u05d9\u05d5\u05da \u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e9\u05e7\u05e4\u05d9 \u05e9\u05de\u05e9",
147
+ "Smirking face": "\u05d4\u05d9\u05d0 \u05d7\u05d9\u05d9\u05db\u05d4 \u05d7\u05d9\u05d5\u05da \u05e0\u05d1\u05d6\u05d4 \u05e4\u05e0\u05d9\u05dd",
148
+ "Neutral face": "\u05e4\u05e0\u05d9\u05dd \u05e0\u05d9\u05d8\u05e8\u05dc\u05d9",
149
+ "Expressionless face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05d7\u05ea\u05d5\u05dd",
150
+ "Unamused face": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d0 \u05de\u05e9\u05d5\u05e2\u05e9\u05e2\u05d9\u05dd",
151
+ "Face with cold sweat": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05d6\u05d9\u05e2\u05d4 \u05e7\u05e8\u05d4",
152
+ "Pensive face": "\u05d1\u05e4\u05e0\u05d9\u05dd \u05de\u05d4\u05d5\u05e8\u05d4\u05e8",
153
+ "Confused face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc\u05d9\u05dd",
154
+ "Confounded face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d1\u05d5\u05dc\u05d1\u05dc",
155
+ "Kissing face": "\u05e0\u05e9\u05d9\u05e7\u05d5\u05ea \u05e4\u05e0\u05d9\u05dd",
156
+ "Face throwing a kiss": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05d6\u05e8\u05d5\u05e7 \u05e0\u05e9\u05d9\u05e7\u05d4",
157
+ "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",
158
+ "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",
159
+ "Face with stuck out tongue": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05dc\u05e9\u05d5\u05df \u05d1\u05dc\u05d8\u05d5",
160
+ "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",
161
+ "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",
162
+ "Disappointed face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d5\u05db\u05d6\u05d1\u05d9\u05dd",
163
+ "Worried face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d5\u05d3\u05d0\u05d2\u05d9\u05dd",
164
+ "Angry face": "\u05e4\u05e0\u05d9\u05dd \u05db\u05d5\u05e2\u05e1\u05d9\u05dd",
165
+ "Pouting face": "\u05de\u05e9\u05d5\u05e8\u05d1\u05d1 \u05e4\u05e0\u05d9\u05dd",
166
+ "Crying face": "\u05d1\u05db\u05d9 \u05e4\u05e0\u05d9\u05dd",
167
+ "Persevering face": "\u05d4\u05ea\u05de\u05d3\u05ea \u05e4\u05e0\u05d9\u05dd",
168
+ "Face with look of triumph": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05d1\u05d8 \u05e9\u05dc \u05e0\u05e6\u05d7\u05d5\u05df",
169
+ "Disappointed but relieved face": "\u05de\u05d0\u05d5\u05db\u05d6\u05d1 \u05d0\u05d1\u05dc \u05d4\u05d5\u05e7\u05dc \u05e4\u05e0\u05d9\u05dd",
170
+ "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",
171
+ "Anguished face": "\u05e4\u05e0\u05d9\u05dd \u05de\u05d9\u05d5\u05e1\u05e8\u05d9\u05dd",
172
+ "Fearful face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d7\u05e9\u05e9\u05d5",
173
+ "Weary face": "\u05e4\u05e0\u05d9\u05dd \u05d5\u05d9\u05e8\u05d9",
174
+ "Sleepy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05e1\u05dc\u05d9\u05e4\u05d9",
175
+ "Tired face": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05d9\u05d9\u05e4\u05d9\u05dd",
176
+ "Grimacing face": "\u05d4\u05d5\u05d0 \u05d4\u05e2\u05d5\u05d5\u05d4 \u05d0\u05ea \u05e4\u05e0\u05d9 \u05e4\u05e0\u05d9\u05dd",
177
+ "Loudly crying face": "\u05d1\u05e7\u05d5\u05dc \u05e8\u05dd \u05d1\u05d5\u05db\u05d4 \u05e4\u05e0\u05d9\u05dd",
178
+ "Face with open mouth": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05e4\u05d4 \u05e4\u05ea\u05d5\u05d7",
179
+ "Hushed face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05d5\u05e7\u05d8\u05d9\u05dd",
180
+ "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",
181
+ "Face screaming in fear": "\u05e4\u05e0\u05d9\u05dd \u05e6\u05d5\u05e8\u05d7\u05d9\u05dd \u05d1\u05e4\u05d7\u05d3",
182
+ "Astonished face": "\u05e4\u05e0\u05d9\u05d5 \u05e0\u05d3\u05d4\u05de\u05d5\u05ea",
183
+ "Flushed face": "\u05e4\u05e0\u05d9\u05d5 \u05e1\u05de\u05d5\u05e7\u05d5\u05ea",
184
+ "Sleeping face": "\u05e9\u05d9\u05e0\u05d4 \u05e4\u05e0\u05d9\u05dd",
185
+ "Dizzy face": "\u05e4\u05e0\u05d9\u05dd \u05e9\u05dc \u05d3\u05d9\u05d6\u05d9",
186
+ "Face without mouth": "\u05e4\u05e0\u05d9\u05dd \u05dc\u05dc\u05d0 \u05e4\u05d4",
187
+ "Face with medical mask": "\u05e4\u05e0\u05d9\u05dd \u05e2\u05dd \u05de\u05e1\u05db\u05d4 \u05e8\u05e4\u05d5\u05d0\u05d9\u05ea",
188
+
189
+ // Line breaker
190
+ "Break": "\u05d4\u05e4\u05e1\u05e7\u05d4",
191
+
192
+ // Math
193
+ "Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
194
+ "Superscript": "\u05e2\u05d9\u05dc\u05d9",
195
+
196
+ // Full screen
197
+ "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "\u05d4\u05d5\u05e1\u05e4\u05ea \u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "\u05dc\u05d4\u05e1\u05d9\u05e8 \u05e2\u05d9\u05e6\u05d5\u05d1",
204
+
205
+ // Undo, redo
206
+ "Undo": "\u05d1\u05d9\u05d8\u05d5\u05dc",
207
+ "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
208
+
209
+ // Select all
210
+ "Select All": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
211
+
212
+ // Code view
213
+ "Code View": "\u05ea\u05e6\u05d5\u05d2\u05ea \u05e7\u05d5\u05d3",
214
+ },
215
+ direction: "rtl"
216
+ };
@@ -0,0 +1,216 @@
1
+ /**
2
+ * Croatian
3
+ */
4
+
5
+ $.FroalaEditor.LANGUAGE['hr'] = {
6
+ translation: {
7
+ // Place holder
8
+ "Type something": "Ukucaj ne\u0161to",
9
+
10
+ // Basic formatting
11
+ "Bold": "Podebljaj",
12
+ "Italic": "Kurziv",
13
+ "Underline": "Crta ispod",
14
+ "Strikethrough": "Crta kroz sredinu",
15
+
16
+ // Main buttons
17
+ "Insert": "Umetni",
18
+ "Delete": "Obri\u0161i",
19
+ "Cancel": "Otka\u017ei",
20
+ "OK": "U redu",
21
+ "Back": "Natrag",
22
+ "Remove": "Ukloniti",
23
+ "More": "Vi\u0161e",
24
+ "Update": "A\u017eurirati",
25
+ "Style": "Stil",
26
+
27
+ // Font
28
+ "Font Family": "Odaberi font",
29
+ "Font Size": "Veli\u010dina fonta",
30
+
31
+ // Colors
32
+ "Colors": "Boje",
33
+ "Background": "Pozadine",
34
+ "Text": "Teksta",
35
+
36
+ // Paragraphs
37
+ "Paragraph Format": "Paragraf formatu",
38
+ "Normal": "Normalno",
39
+ "Code": "Izvorni kod",
40
+ "Heading 1": "Zaglavlje 1",
41
+ "Heading 2": "Zaglavlje 2",
42
+ "Heading 3": "Zaglavlje 3",
43
+ "Heading 4": "Zaglavlje 4",
44
+
45
+ // Style
46
+ "Paragraph Style": "Paragraf stil",
47
+ "Inline Style": "U linija stil",
48
+
49
+ // Alignment
50
+ "Align": "Poravnaj",
51
+ "Align Left": "Poravnaj lijevo",
52
+ "Align Center": "Poravnaj po sredini",
53
+ "Align Right": "Poravnaj desno",
54
+ "Align Justify": "Obostrano poravnanje",
55
+ "None": "Nijedan",
56
+
57
+ // Lists
58
+ "Ordered List": "Lista naredio",
59
+ "Unordered List": "Neure\u0111en lista",
60
+
61
+ // Indent
62
+ "Decrease Indent": "Uvuci paragraf",
63
+ "Increase Indent": "Izvuci paragraf",
64
+
65
+ // Links
66
+ "Insert Link": "Umetni link",
67
+ "Open in new tab": "Otvori u novom prozoru",
68
+ "Open Link": "Otvori link",
69
+ "Edit Link": "Uredi link",
70
+ "Unlink": "Ukloni link",
71
+ "Choose Link": "Odaberite link",
72
+
73
+ // Images
74
+ "Insert Image": "Umetni sliku",
75
+ "Upload Image": "Postavi sliku",
76
+ "By URL": "Prema URL",
77
+ "Browse": "Brstiti",
78
+ "Drop image": "Izbaci sliku",
79
+ "or click": "ili odaberi",
80
+ "Manage Images": "Upravljanje slike",
81
+ "Loading": "Koji tovari",
82
+ "Deleting": "Brisanje",
83
+ "Tags": "Oznake",
84
+ "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite obrisati ovu sliku?",
85
+ "Replace": "Zamijeni",
86
+ "Uploading": "Prijenos",
87
+ "Loading image": "Otvaram sliku",
88
+ "Display": "Izlo\u017eiti",
89
+ "Inline": "Inline",
90
+ "Break Text": "Odvojeni tekst",
91
+ "Alternate Text": "Alternativni tekst",
92
+ "Change Size": "Promjena veli\u010dine",
93
+ "Width": "\u0160irina",
94
+ "Height": "Visina",
95
+ "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molim te poku\u0161aj ponovno.",
96
+
97
+ // Video
98
+ "Insert Video": "Umetni video",
99
+ "Embedded Code": "Ugra\u0111eni kod",
100
+
101
+ // Tables
102
+ "Insert Table": "Umetni tablicu",
103
+ "Header": "Zaglavlje",
104
+ "Row": "Red",
105
+ "Insert row above": "Umetni red iznad",
106
+ "Insert row below": "Umetni red ispod",
107
+ "Delete row": "Obri\u0161i red",
108
+ "Column": "Stupac",
109
+ "Insert column before": "Umetni stupac prije",
110
+ "Insert column after": "Umetni stupac poslije",
111
+ "Delete column": "Obri\u0161i stupac",
112
+ "Cell": "Polje",
113
+ "Merge cells": "Spoji polja",
114
+ "Horizontal split": "Horizontalno razdvajanje polja",
115
+ "Vertical split": "Vertikalno razdvajanje polja",
116
+ "Cell Background": "Polje pozadine",
117
+ "Vertical Align": "Vertikalni poravnaj",
118
+ "Top": "Vrh",
119
+ "Middle": "Srednji",
120
+ "Bottom": "Dno",
121
+ "Align Top": "Poravnaj vrh",
122
+ "Align Middle": "Poravnaj srednji",
123
+ "Align Bottom": "Poravnaj dno",
124
+ "Cell Style": "Polje stil",
125
+
126
+ // Files
127
+ "Upload File": "Prijenos datoteke",
128
+ "Drop file": "Izbaci datoteke",
129
+
130
+ // Emoticons
131
+ "Emoticons": "Emotikone",
132
+ "Grinning face": "Nasmijav\u0161i lice",
133
+ "Grinning face with smiling eyes": "Nasmijav\u0161i lice s nasmije\u0161enim o\u010dima",
134
+ "Face with tears of joy": "Lice sa suzama radosnicama",
135
+ "Smiling face with open mouth": "Nasmijana lica s otvorenim ustima",
136
+ "Smiling face with open mouth and smiling eyes": "Nasmijana lica s otvorenim ustima i nasmijana o\u010di",
137
+ "Smiling face with open mouth and cold sweat": "Nasmijana lica s otvorenim ustima i hladan znoj",
138
+ "Smiling face with open mouth and tightly-closed eyes": "Nasmijana lica s otvorenim ustima i \u010dvrsto zatvorenih o\u010diju",
139
+ "Smiling face with halo": "Nasmijana lica sa halo",
140
+ "Smiling face with horns": "Nasmijana lica s rogovima",
141
+ "Winking face": "Namigivanje lice",
142
+ "Smiling face with smiling eyes": "Nasmijana lica s nasmiješenim o\u010dima",
143
+ "Face savoring delicious food": "Liceu\u017eivaju\u0107i ukusnu hranu",
144
+ "Relieved face": "S olak\u0161anjem lice",
145
+ "Smiling face with heart-shaped eyes": "Nasmijana lice u obliku srca o\u010di",
146
+ "Smiling face with sunglasses": "Nasmijana lica sa sun\u010danim nao\u010dalama",
147
+ "Smirking face": "Smije\u0161e\u0107i se lice",
148
+ "Neutral face": "Neutralno lice",
149
+ "Expressionless face": "Bezizra\u017eajno lice",
150
+ "Unamused face": "Ne zabavlja lice",
151
+ "Face with cold sweat": "Lice s hladnim znojem",
152
+ "Pensive face": "Zami\u0161ljeno lice",
153
+ "Confused face": "Zbunjen lice",
154
+ "Confounded face": "Smesti lice",
155
+ "Kissing face": "Ljubljenje lice",
156
+ "Face throwing a kiss": "Lice bacanje poljubac",
157
+ "Kissing face with smiling eyes": "Ljubljenje lice s nasmije\u0161enim o\u010dima",
158
+ "Kissing face with closed eyes": "Ljubljenje lice zatvorenih o\u010diju",
159
+ "Face with stuck out tongue": "Lice s ispru\u017eio jezik",
160
+ "Face with stuck out tongue and winking eye": "Lice s ispru\u017eio jezik i namigivanje okom",
161
+ "Face with stuck out tongue and tightly-closed eyes": "Lice s ispru\u017eio jezik i \u010dvrsto zatvorenih o\u010diju",
162
+ "Disappointed face": "Razo\u010daran lice",
163
+ "Worried face": "Zabrinuti lice",
164
+ "Angry face": "Ljut lice",
165
+ "Pouting face": "Ispu\u010dene lice",
166
+ "Crying face": "Pla\u010de lice",
167
+ "Persevering face": "Ula\u017eu\u0107i lice",
168
+ "Face with look of triumph": "Lice s izrazom trijumf",
169
+ "Disappointed but relieved face": "Razo\u010daran ali laknulo lice",
170
+ "Frowning face with open mouth": "Mr\u0161te\u0107i se lice s otvorenim ustima",
171
+ "Anguished face": "Tjeskobno lice",
172
+ "Fearful face": "U strahu lice",
173
+ "Weary face": "Umorno lice",
174
+ "Sleepy face": "Pospano lice",
175
+ "Tired face": "Umoran lice",
176
+ "Grimacing face": "Grimase lice",
177
+ "Loudly crying face": "Glasno pla\u010du\u0107i lice",
178
+ "Face with open mouth": "Lice s otvorenim ustima",
179
+ "Hushed face": "Tiho lice",
180
+ "Face with open mouth and cold sweat": "Lice s otvorenim ustima i hladan znoj",
181
+ "Face screaming in fear": "Lice vri\u0161ti u strahu",
182
+ "Astonished face": "Zaprepa\u0161ten lice",
183
+ "Flushed face": "Zajapureno lice",
184
+ "Sleeping face": "Spava\u0107a lica",
185
+ "Dizzy face": "Vrtoglavicu lica",
186
+ "Face without mouth": "Lice bez usta",
187
+ "Face with medical mask": "Lice s medicinskom maskom",
188
+
189
+ // Line breaker
190
+ "Break": "Odvojeni",
191
+
192
+ // Math
193
+ "Subscript": "Indeks",
194
+ "Superscript": "Eksponent",
195
+
196
+ // Full screen
197
+ "Fullscreen": "Preko cijelog zaslona",
198
+
199
+ // Horizontal line
200
+ "Insert Horizontal Line": "Umetni liniju",
201
+
202
+ // Clear formatting
203
+ "Clear Formatting": "Ukloniti oblikovanje",
204
+
205
+ // Undo, redo
206
+ "Undo": "Korak natrag",
207
+ "Redo": "Korak naprijed",
208
+
209
+ // Select all
210
+ "Select All": "Sa\u010duvaj sve",
211
+
212
+ // Code view
213
+ "Code View": "Pogled kod"
214
+ },
215
+ direction: "ltr"
216
+ };