varnita 0.0.1

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 (139) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +123 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +7 -0
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  7. data/app/assets/javascripts/languages/ar.js +291 -0
  8. data/app/assets/javascripts/languages/bs.js +278 -0
  9. data/app/assets/javascripts/languages/cs.js +284 -0
  10. data/app/assets/javascripts/languages/da.js +276 -0
  11. data/app/assets/javascripts/languages/de.js +278 -0
  12. data/app/assets/javascripts/languages/el.js +284 -0
  13. data/app/assets/javascripts/languages/en_ca.js +222 -0
  14. data/app/assets/javascripts/languages/en_gb.js +222 -0
  15. data/app/assets/javascripts/languages/es.js +269 -0
  16. data/app/assets/javascripts/languages/et.js +278 -0
  17. data/app/assets/javascripts/languages/fa.js +278 -0
  18. data/app/assets/javascripts/languages/fi.js +278 -0
  19. data/app/assets/javascripts/languages/fr.js +278 -0
  20. data/app/assets/javascripts/languages/he.js +278 -0
  21. data/app/assets/javascripts/languages/hr.js +278 -0
  22. data/app/assets/javascripts/languages/hu.js +284 -0
  23. data/app/assets/javascripts/languages/id.js +278 -0
  24. data/app/assets/javascripts/languages/it.js +278 -0
  25. data/app/assets/javascripts/languages/ja.js +278 -0
  26. data/app/assets/javascripts/languages/ko.js +278 -0
  27. data/app/assets/javascripts/languages/ku.js +271 -0
  28. data/app/assets/javascripts/languages/me.js +278 -0
  29. data/app/assets/javascripts/languages/nb.js +278 -0
  30. data/app/assets/javascripts/languages/nl.js +278 -0
  31. data/app/assets/javascripts/languages/pl.js +278 -0
  32. data/app/assets/javascripts/languages/pt_br.js +278 -0
  33. data/app/assets/javascripts/languages/pt_pt.js +278 -0
  34. data/app/assets/javascripts/languages/ro.js +278 -0
  35. data/app/assets/javascripts/languages/ru.js +291 -0
  36. data/app/assets/javascripts/languages/sk.js +284 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +278 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  53. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +7 -0
  55. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  57. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  59. data/app/assets/javascripts/plugins/help.min.js +7 -0
  60. data/app/assets/javascripts/plugins/image.min.js +7 -0
  61. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  62. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  63. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  65. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  66. data/app/assets/javascripts/plugins/link.min.js +7 -0
  67. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  70. data/app/assets/javascripts/plugins/print.min.js +7 -0
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  72. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  73. data/app/assets/javascripts/plugins/save.min.js +7 -0
  74. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  75. data/app/assets/javascripts/plugins/table.min.js +7 -0
  76. data/app/assets/javascripts/plugins/url.min.js +7 -0
  77. data/app/assets/javascripts/plugins/video.min.js +7 -0
  78. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  79. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  80. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  81. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  82. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  84. data/app/assets/stylesheets/froala_editor.css +1356 -0
  85. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  88. data/app/assets/stylesheets/froala_style.css +353 -0
  89. data/app/assets/stylesheets/froala_style.min.css +7 -0
  90. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  92. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  93. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  94. data/app/assets/stylesheets/plugins/colors.css +98 -0
  95. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  96. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  97. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/file.css +128 -0
  101. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/help.css +45 -0
  105. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/image.css +211 -0
  107. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/table.css +111 -0
  117. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/video.css +198 -0
  119. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  120. data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
  121. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  122. data/app/assets/stylesheets/themes/dark.css +1914 -0
  123. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  124. data/app/assets/stylesheets/themes/gray.css +1914 -0
  125. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  126. data/app/assets/stylesheets/themes/royal.css +1914 -0
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  128. data/app/assets/stylesheets/third_party/embedly.css +61 -0
  129. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  130. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  132. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  134. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  136. data/lib/wysiwyg-rails/engine.rb +17 -0
  137. data/lib/wysiwyg-rails/version.rb +5 -0
  138. data/lib/wysiwyg-rails.rb +2 -0
  139. metadata +201 -0
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 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
+ * Serbian (Latin)
17
+ */
18
+ FE.LANGUAGE['sr'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "Ukucajte ne\u0161tp",
22
+ // Basic formatting
23
+ 'Bold': 'Podebljan',
24
+ 'Italic': "Isko\u0161en",
25
+ 'Underline': "Podvu\u010Deno",
26
+ 'Strikethrough': 'Precrtan',
27
+ // Main buttons
28
+ 'Insert': 'Umetanje',
29
+ 'Delete': "Izbri\u0161i",
30
+ 'Cancel': 'Otkazivanje',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Nazad',
33
+ 'Remove': 'Uklonite',
34
+ 'More': "Vi\u0161e",
35
+ 'Update': "A\u017Euriranje",
36
+ 'Style': 'Stil',
37
+ // Font
38
+ 'Font Family': 'Odaberi font',
39
+ 'Font Size': "Veli\u010Dina fontova",
40
+ // Colors
41
+ 'Colors': 'Boje',
42
+ 'Background': 'Pozadina',
43
+ 'Text': 'Tekst',
44
+ 'HEX Color': 'HEX boje',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Format pasusa',
47
+ 'Normal': 'Normalno',
48
+ 'Code': "\u0160ifra",
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': 'Stil pasusa',
55
+ 'Inline Style': 'Umetnutih stilova',
56
+ // Alignment
57
+ 'Align': 'Poravnavanje',
58
+ 'Align Left': 'Poravnaj levo',
59
+ 'Align Center': 'Poravnaj u centru',
60
+ 'Align Right': 'Poravnaj desno',
61
+ 'Align Justify': 'Obostrano poravnavanje',
62
+ 'None': 'Niko nije',
63
+ // Lists
64
+ 'Ordered List': "Ure\u0111enih lista",
65
+ 'Unordered List': "Neure\u0111enu lista",
66
+ // Indent
67
+ 'Decrease Indent': "Smanjivanje uvla\u010Denja",
68
+ 'Increase Indent': "Pove\u0107avanje uvla\u010Denja",
69
+ // Links
70
+ 'Insert Link': 'Umetni vezu',
71
+ 'Open in new tab': 'Otvori na novoj kartici',
72
+ 'Open Link': 'Otvori vezu',
73
+ 'Edit Link': "Ure\u0111ivanje veze",
74
+ 'Unlink': 'Ukloni vezu',
75
+ 'Choose Link': 'Odaberite vezu',
76
+ // Images
77
+ 'Insert Image': 'Umetanje slike',
78
+ 'Upload Image': 'Otpremanje slika',
79
+ 'By URL': 'Po URL adresi',
80
+ 'Browse': "Potra\u017Ei",
81
+ 'Drop image': 'Baci sliku',
82
+ 'or click': 'ili kliknite na dugme',
83
+ 'Manage Images': 'Upravljanje slike',
84
+ 'Loading': "U\u010Ditavanje",
85
+ 'Deleting': 'Brisanje',
86
+ 'Tags': 'Oznake',
87
+ 'Are you sure? Image will be deleted.': "Jesi siguran? Slika \u0107e biti izbrisana.",
88
+ 'Replace': 'Zameni',
89
+ 'Uploading': 'Otpremanje',
90
+ 'Loading image': "U\u010Ditavanje slika",
91
+ 'Display': 'Prikaz',
92
+ 'Inline': 'Pri upisivanju',
93
+ 'Break Text': 'Prelom teksta',
94
+ 'Alternative Text': 'Alternativni tekst',
95
+ 'Change Size': "Promena veli\u010Dine",
96
+ 'Width': "\u0160irina",
97
+ 'Height': 'Visina',
98
+ 'Something went wrong. Please try again.': "Ne\u0161to krenulo naopako. Poku\u0161ajte ponovo.",
99
+ 'Image Caption': 'Slika natpisa',
100
+ 'Advanced Edit': 'Napredno uređivanje',
101
+ // Video
102
+ 'Insert Video': 'Umetanje video',
103
+ 'Embedded Code': "Ugra\u0111eni k\xF4d",
104
+ 'Paste in a video URL': 'Lepljenje u video URL',
105
+ 'Drop video': 'Baci snimak',
106
+ 'Your browser does not support HTML5 video.': 'Vaš pregledač ne podržava HTML5 video.',
107
+ 'Upload Video': 'Otpremanje video',
108
+ // Tables
109
+ 'Insert Table': 'Umetni tabelu',
110
+ 'Table Header': 'Zaglavlje tabele',
111
+ 'Remove Table': 'Uklanjanje tabele',
112
+ 'Table Style': 'Stil tabele',
113
+ 'Horizontal Align': 'Horizontalno poravnavanje',
114
+ 'Row': 'Red',
115
+ 'Insert row above': 'Umetni red iznad',
116
+ 'Insert row below': 'Umetni red ispod',
117
+ 'Delete row': "Izbri\u0161i red",
118
+ 'Column': 'Kolone',
119
+ 'Insert column before': 'Umetnite kolonu pre',
120
+ 'Insert column after': 'Umetnite kolonu nakon',
121
+ 'Delete column': "Izbri\u0161i kolone",
122
+ 'Cell': 'Mobilni',
123
+ 'Merge cells': "Objedinjavanje \u0107elija",
124
+ 'Horizontal split': 'Horizontalna split',
125
+ 'Vertical split': 'Vertikalno razdelite',
126
+ 'Cell Background': 'Mobilni pozadina',
127
+ 'Vertical Align': 'Vertikalno poravnavanje',
128
+ 'Top': 'Top',
129
+ 'Middle': 'Srednji',
130
+ 'Bottom': 'Dno',
131
+ 'Align Top': 'Poravnaj gore',
132
+ 'Align Middle': 'Poravnaj po sredini',
133
+ 'Align Bottom': 'Poravnaj dole',
134
+ 'Cell Style': 'Mobilni stil',
135
+ // Files
136
+ 'Upload File': 'Otpremanje datoteke',
137
+ 'Drop file': 'Baci datoteku',
138
+ // Emoticons
139
+ 'Emoticons': 'Emotikona',
140
+ 'Grinning face': 'Nasmejanoj lice',
141
+ 'Grinning face with smiling eyes': "Nasmejanoj lice sa osmehom o\u010Di",
142
+ 'Face with tears of joy': "Suo\u010Davaju sa suzama radosnicama",
143
+ 'Smiling face with open mouth': 'Nasmejano lice sa otvorenim ustima',
144
+ 'Smiling face with open mouth and smiling eyes': "Lica sa otvorenim ustima i nasmejani o\u010Di",
145
+ 'Smiling face with open mouth and cold sweat': 'Nasmejano lice sa otvorenih usta i hladan znoj',
146
+ 'Smiling face with open mouth and tightly-closed eyes': "Nasmejano lice otvorenih usta i \u010Dvrsto zatvorenih o\u010Diju",
147
+ 'Smiling face with halo': 'Nasmejano lice sa oreolom',
148
+ 'Smiling face with horns': 'Nasmejano lice sa rogovima',
149
+ 'Winking face': 'Namigivanje lice',
150
+ 'Smiling face with smiling eyes': "Lica sa osmehom o\u010Di",
151
+ 'Face savoring delicious food': "Lice u\u045Bivaju\u0436i u ukusnu hranu",
152
+ 'Relieved face': 'Laknulo lice',
153
+ 'Smiling face with heart-shaped eyes': "Nasmejano lice sa o\u010Dima u obliku srca",
154
+ 'Smiling face with sunglasses': "Nasmejano lice sa nao\u010Dare",
155
+ 'Smirking face': "Rugaju\u0436i lice",
156
+ 'Neutral face': 'Neutralno lice',
157
+ 'Expressionless face': 'Bez izraza lica.',
158
+ 'Unamused face': 'Nije zapaljen lice',
159
+ 'Face with cold sweat': "Suo\u010Davaju sa hladnim znojem",
160
+ 'Pensive face': 'Nevesela lica',
161
+ 'Confused face': 'Zbunjeno lice',
162
+ 'Confounded face': 'Dosadnih lice',
163
+ 'Kissing face': 'Ljubim lice',
164
+ 'Face throwing a kiss': 'Lice baca poljubac',
165
+ 'Kissing face with smiling eyes': "Ljubi lice sa osmehom o\u010Di",
166
+ 'Kissing face with closed eyes': "Ljubi lice sa zatvorenim o\u010Dima",
167
+ 'Face with stuck out tongue': 'Lice sa zaglavio jezik',
168
+ 'Face with stuck out tongue and winking eye': 'Lice sa zaglavljen jezik i namigivanje',
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Lice sa zaglavljen jezik i cvrsto zatvorene o\u010Di",
170
+ 'Disappointed face': "Razo\u010Darani lice",
171
+ 'Worried face': 'Zabrinuto lice',
172
+ 'Angry face': 'Ljut lice',
173
+ 'Pouting face': 'Zlovoljan lice',
174
+ 'Crying face': 'Plakanje lice',
175
+ 'Persevering face': 'Istrajnog lice',
176
+ 'Face with look of triumph': "Suo\u010Davaju sa izgledom trijumfa",
177
+ 'Disappointed but relieved face': "Razo\u010Daran ali laknulo lice",
178
+ 'Frowning face with open mouth': 'Namršten lice sa otvorenim ustima',
179
+ 'Anguished face': 'Enih lica',
180
+ 'Fearful face': 'Strahu lice',
181
+ 'Weary face': 'Umorna lica',
182
+ 'Sleepy face': 'Spava mi se lice',
183
+ 'Tired face': 'Umorna lica',
184
+ 'Grimacing face': 'Klupi lice',
185
+ 'Loudly crying face': 'Glasno plakanje lice',
186
+ 'Face with open mouth': "Suo\u010Davaju sa otvorenim ustima",
187
+ 'Hushed face': 'Tihim lice',
188
+ 'Face with open mouth and cold sweat': "Suo\u010Davaju sa otvorenih usta i hladan znoj",
189
+ 'Face screaming in fear': 'Lice vrisak u strahu',
190
+ 'Astonished face': 'Zadivljeni lice',
191
+ 'Flushed face': 'Uplakanu lice',
192
+ 'Sleeping face': 'Pospanog lica',
193
+ 'Dizzy face': 'Lice mi se vrti',
194
+ 'Face without mouth': 'Lice bez jezika',
195
+ 'Face with medical mask': "Suo\u010Davaju sa medicinskim masku",
196
+ // Line breaker
197
+ 'Break': 'Prelom',
198
+ // Math
199
+ 'Subscript': 'Indeksni tekst',
200
+ 'Superscript': 'Eksponentni tekst',
201
+ // Full screen
202
+ 'Fullscreen': 'Puni ekran',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Umetni horizontalnu liniju',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Brisanje oblikovanja',
207
+ // Save
208
+ 'Save': "\u0441\u0430\u0447\u0443\u0432\u0430\u0442\u0438",
209
+ // Undo, redo
210
+ 'Undo': 'Opozovi radnju',
211
+ 'Redo': 'Ponavljanje',
212
+ // Select all
213
+ 'Select All': 'Izaberi sve',
214
+ // Code view
215
+ 'Code View': 'Prikaz koda',
216
+ // Quote
217
+ 'Quote': 'Ponude',
218
+ 'Increase': "Pove\u0107anje",
219
+ 'Decrease': 'Smanjivanje',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Brzo umetanje',
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': 'Цхарацтерс',
268
+ // More Buttons
269
+ 'More Text': 'море Тект',
270
+ 'More Paragraph': 'Више Параграф',
271
+ 'More Rich': 'Више Богат',
272
+ 'More Misc': 'Више Мисц'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=sr.js.map
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 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
+ * Swedish
17
+ */
18
+ FE.LANGUAGE['sv'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "Ange n\xE5got",
22
+ // Basic formatting
23
+ 'Bold': 'Fetstil',
24
+ 'Italic': 'Kursiv stil',
25
+ 'Underline': 'Understruken',
26
+ 'Strikethrough': 'Genomstruken',
27
+ // Main buttons
28
+ 'Insert': 'Infoga',
29
+ 'Delete': 'Radera',
30
+ 'Cancel': 'Avbryt',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Tillbaka',
33
+ 'Remove': 'Ta bort',
34
+ 'More': 'Mer',
35
+ 'Update': 'Uppdatera',
36
+ 'Style': 'Stil',
37
+ // Font
38
+ 'Font Family': 'Teckensnitt',
39
+ 'Font Size': 'Teckenstorlek',
40
+ // Colors
41
+ 'Colors': "F\xE4rger",
42
+ 'Background': 'Bakgrund',
43
+ 'Text': 'Text',
44
+ 'HEX Color': 'Hex färg',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Format',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Kod',
49
+ 'Heading 1': 'Rubrik 1',
50
+ 'Heading 2': 'Rubrik 2',
51
+ 'Heading 3': 'Rubrik 3',
52
+ 'Heading 4': 'Rubrik 4',
53
+ // Style
54
+ 'Paragraph Style': 'Styckesformat',
55
+ 'Inline Style': 'Infogad stil',
56
+ // Alignment
57
+ 'Align': 'Justera',
58
+ 'Align Left': 'Vänsterjustera',
59
+ 'Align Center': 'Centrera',
60
+ 'Align Right': 'Högerjustera',
61
+ 'Align Justify': 'Justera',
62
+ 'None': 'Inget',
63
+ // Lists
64
+ 'Ordered List': 'Ordnad lista',
65
+ 'Unordered List': 'Oordnad lista',
66
+ // Indent
67
+ 'Decrease Indent': 'Minska indrag',
68
+ 'Increase Indent': "\xD6ka indrag",
69
+ // Links
70
+ 'Insert Link': "Infoga l\xE4nk",
71
+ 'Open in new tab': "\xD6ppna i ny flik",
72
+ 'Open Link': "\xD6ppna l\xE4nk",
73
+ 'Edit Link': "Redigera l\xE4nk",
74
+ 'Unlink': "Ta bort l\xE4nk",
75
+ 'Choose Link': "V\xE4lj l\xE4nk",
76
+ // Images
77
+ 'Insert Image': 'Infoga bild',
78
+ 'Upload Image': 'Ladda upp en bild',
79
+ 'By URL': 'Genom URL',
80
+ 'Browse': "Bl\xE4ddra",
81
+ 'Drop image': "Sl\xE4pp bild",
82
+ 'or click': 'eller klicka',
83
+ 'Manage Images': 'Hantera bilder',
84
+ 'Loading': 'Laddar',
85
+ 'Deleting': 'Raderar',
86
+ 'Tags': 'Etiketter',
87
+ 'Are you sure? Image will be deleted.': "\xC4r du s\xE4ker? Bild kommer att raderas.",
88
+ 'Replace': "Ers\xE4tt",
89
+ 'Uploading': 'Laddar upp',
90
+ 'Loading image': 'Laddar bild',
91
+ 'Display': 'Visa',
92
+ 'Inline': 'I linje',
93
+ 'Break Text': 'Bryt text',
94
+ 'Alternative Text': 'Alternativ text',
95
+ 'Change Size': "\xC4ndra storlek",
96
+ 'Width': 'Bredd',
97
+ 'Height': "H\xF6jd",
98
+ 'Something went wrong. Please try again.': "N\xE5got gick fel. Var god f\xF6rs\xF6k igen.",
99
+ 'Image Caption': 'Bildtext',
100
+ 'Advanced Edit': 'Avancerad redigering',
101
+ // Video
102
+ 'Insert Video': 'Infoga video',
103
+ 'Embedded Code': "Inb\xE4ddad kod",
104
+ 'Paste in a video URL': 'Klistra in i en video url',
105
+ 'Drop video': 'Släpp video',
106
+ 'Your browser does not support HTML5 video.': 'Din webbläsare stöder inte html5-video.',
107
+ 'Upload Video': 'Ladda upp video',
108
+ // Tables
109
+ 'Insert Table': 'Infoga tabell',
110
+ 'Table Header': 'Tabell huvud',
111
+ 'Remove Table': 'Ta bort tabellen',
112
+ 'Table Style': 'Tabellformat',
113
+ 'Horizontal Align': 'Horisontell justering',
114
+ 'Row': 'Rad',
115
+ 'Insert row above': "Infoga rad f\xF6re",
116
+ 'Insert row below': 'Infoga rad efter',
117
+ 'Delete row': 'Ta bort rad',
118
+ 'Column': 'Kolumn',
119
+ 'Insert column before': "Infoga kolumn f\xF6re",
120
+ 'Insert column after': 'Infoga kolumn efter',
121
+ 'Delete column': 'Ta bort kolumn',
122
+ 'Cell': 'Cell',
123
+ 'Merge cells': 'Sammanfoga celler',
124
+ 'Horizontal split': 'Dela horisontellt',
125
+ 'Vertical split': 'Dela vertikalt',
126
+ 'Cell Background': 'Cellbakgrund',
127
+ 'Vertical Align': 'Vertikal justering',
128
+ 'Top': 'Överst',
129
+ 'Middle': 'Mitten',
130
+ 'Bottom': 'Nederst',
131
+ 'Align Top': 'Justera överst',
132
+ 'Align Middle': 'Justera mitten',
133
+ 'Align Bottom': 'Justera nederst',
134
+ 'Cell Style': 'Cellformat',
135
+ // Files
136
+ 'Upload File': 'Ladda upp fil',
137
+ 'Drop file': "Sl\xE4pp fil",
138
+ // Emoticons
139
+ 'Emoticons': 'Uttryckssymboler',
140
+ 'Grinning face': 'Grina ansikte',
141
+ 'Grinning face with smiling eyes': "Grina ansikte med leende \xF6gon",
142
+ 'Face with tears of joy': "Face med gl\xE4djet\xE5rar",
143
+ 'Smiling face with open mouth': "Leende ansikte med \xF6ppen mun",
144
+ 'Smiling face with open mouth and smiling eyes': "Leende ansikte med \xF6ppen mun och leende \xF6gon",
145
+ 'Smiling face with open mouth and cold sweat': "Leende ansikte med \xF6ppen mun och kallsvett",
146
+ 'Smiling face with open mouth and tightly-closed eyes': "Leende ansikte med \xF6ppen mun och t\xE4tt slutna \xF6gon",
147
+ 'Smiling face with halo': 'Leende ansikte med halo',
148
+ 'Smiling face with horns': 'Leende ansikte med horn',
149
+ 'Winking face': 'Blinka ansikte',
150
+ 'Smiling face with smiling eyes': "Leende ansikte med leende \xF6gon",
151
+ 'Face savoring delicious food': "Ansikte smaka uts\xF6kt mat",
152
+ 'Relieved face': "L\xE4ttad ansikte",
153
+ 'Smiling face with heart-shaped eyes': "Leende ansikte med hj\xE4rtformade \xF6gon",
154
+ 'Smiling face with sunglasses': "Leende ansikte med solglas\xF6gon",
155
+ 'Smirking face': 'Flinande ansikte',
156
+ 'Neutral face': 'Neutral ansikte',
157
+ 'Expressionless face': 'Uttryckslöst ansikte',
158
+ 'Unamused face': 'Inte roade ansikte',
159
+ 'Face with cold sweat': 'Ansikte med kallsvett',
160
+ 'Pensive face': "Eftert\xE4nksamt ansikte",
161
+ 'Confused face': "F\xF6rvirrad ansikte",
162
+ 'Confounded face': "F\xF6rbryllade ansikte",
163
+ 'Kissing face': 'Kyssande ansikte',
164
+ 'Face throwing a kiss': 'Ansikte kasta en kyss',
165
+ 'Kissing face with smiling eyes': "Kyssa ansikte med leende \xF6gon",
166
+ 'Kissing face with closed eyes': "Kyssa ansikte med slutna \xF6gon",
167
+ 'Face with stuck out tongue': 'Ansikte med stack ut tungan',
168
+ 'Face with stuck out tongue and winking eye': "Ansikte med stack ut tungan och blinkande \xF6ga",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "Ansikte med stack ut tungan och t\xE4tt slutna \xF6gon",
170
+ 'Disappointed face': 'Besviken ansikte',
171
+ 'Worried face': 'Orolig ansikte',
172
+ 'Angry face': 'Argt ansikte',
173
+ 'Pouting face': "Sk\xE4ggtorsk ansikte",
174
+ 'Crying face': "Gr\xE5tande ansikte",
175
+ 'Persevering face': "Uth\xE5llig ansikte",
176
+ 'Face with look of triumph': "Ansikte med utseendet p\xE5 triumf",
177
+ 'Disappointed but relieved face': "Besviken men l\xE4ttad ansikte",
178
+ 'Frowning face with open mouth': "Rynkar pannan ansikte med \xF6ppen mun",
179
+ 'Anguished face': "\xC5ngest ansikte",
180
+ 'Fearful face': "R\xE4dda ansikte",
181
+ 'Weary face': "Tr\xF6tta ansikte",
182
+ 'Sleepy face': "S\xF6mnig ansikte",
183
+ 'Tired face': "Tr\xF6tt ansikte",
184
+ 'Grimacing face': 'Grimaserande ansikte',
185
+ 'Loudly crying face': "H\xF6gt gr\xE5tande ansikte",
186
+ 'Face with open mouth': "Ansikte med \xF6ppen mun",
187
+ 'Hushed face': "D\xE4mpade ansikte",
188
+ 'Face with open mouth and cold sweat': "Ansikte med \xF6ppen mun och kallsvett",
189
+ 'Face screaming in fear': "Face skriker i skr\xE4ck",
190
+ 'Astonished face': "F\xF6rv\xE5nad ansikte",
191
+ 'Flushed face': 'Ansiktsrodnad',
192
+ 'Sleeping face': 'Sovande anskite',
193
+ 'Dizzy face': 'Yr ansikte',
194
+ 'Face without mouth': 'Ansikte utan mun',
195
+ 'Face with medical mask': 'Ansikte med medicinsk maskera',
196
+ // Line breaker
197
+ 'Break': 'Ny rad',
198
+ // Math
199
+ 'Subscript': "Neds\xE4nkt",
200
+ 'Superscript': "Upph\xF6jd",
201
+ // Full screen
202
+ 'Fullscreen': "Helsk\xE4rm",
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Infoga horisontell linje',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Ta bort formatering',
207
+ // Save
208
+ 'Save': 'Spara',
209
+ // Undo, redo
210
+ 'Undo': "\xC5ngra",
211
+ 'Redo': "G\xF6r om",
212
+ // Select all
213
+ 'Select All': 'Markera allt',
214
+ // Code view
215
+ 'Code View': 'Kodvy',
216
+ // Quote
217
+ 'Quote': 'Citat',
218
+ 'Increase': "\xD6ka",
219
+ 'Decrease': 'Minska',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Snabbinfoga',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Specialtecken',
224
+ 'Latin': 'Latin',
225
+ 'Greek': 'Grekisk',
226
+ 'Cyrillic': 'Cyrillic',
227
+ 'Punctuation': 'Skiljetecken',
228
+ 'Currency': 'Valuta',
229
+ 'Arrows': 'Pilar',
230
+ 'Math': 'Matematik',
231
+ 'Misc': 'Övrigt',
232
+ // Print.
233
+ 'Print': 'Skriva ut',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Stavningskontroll',
236
+ // Help
237
+ 'Help': 'Hjälp',
238
+ 'Shortcuts': 'Genvägar',
239
+ 'Inline Editor': 'Inline editor',
240
+ 'Show the editor': 'Visa redigeraren',
241
+ 'Common actions': 'Vanliga kommandon',
242
+ 'Copy': 'Kopiera',
243
+ 'Cut': 'Klipp ut',
244
+ 'Paste': 'Klistra in',
245
+ 'Basic Formatting': 'Grundläggande formatering',
246
+ 'Increase quote level': 'Öka citatnivå',
247
+ 'Decrease quote level': 'Minska citatnivå',
248
+ 'Image / Video': 'Bild / video',
249
+ 'Resize larger': 'Öka storlek',
250
+ 'Resize smaller': 'Minska storlek',
251
+ 'Table': 'Tabell',
252
+ 'Select table cell': 'Markera tabellcell',
253
+ 'Extend selection one cell': 'Utöka markering en cell',
254
+ 'Extend selection one row': 'Utöka markering en rad',
255
+ 'Navigation': 'Navigering',
256
+ 'Focus popup / toolbar': 'Fokusera popup / verktygsfältet',
257
+ 'Return focus to previous position': 'Byt fokus till föregående plats',
258
+ // Embed.ly
259
+ 'Embed URL': 'Bädda in url',
260
+ 'Paste in a URL to embed': 'Klistra in i en url för att bädda in',
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?': 'Den inklippta texten kommer från ett Microsoft Word-dokument. Vill du behålla formateringen eller städa upp det?',
263
+ 'Keep': 'Behåll',
264
+ 'Clean': 'Städa upp',
265
+ 'Word Paste Detected': 'Urklipp från Word upptäckt',
266
+ // Character Counter
267
+ 'Characters': 'Tecken',
268
+ // More Buttons
269
+ 'More Text': 'Mer Text',
270
+ 'More Paragraph': 'Mer Paragraf',
271
+ 'More Rich': 'Mer Rik',
272
+ 'More Misc': 'Mer Blandat'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=sv.js.map