activeadmin_froala_editor 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +20 -0
- data/README.md +64 -0
- data/Rakefile +3 -0
- data/activeadmin_froala_editor.gemspec +19 -0
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
- data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
- data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
- data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
- data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
- data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
- data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
- data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
- data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
- data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
- data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
- data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
- data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
- data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
- data/lib/activeadmin/froala_editor.rb +1 -0
- data/lib/activeadmin/froala_editor/engine.rb +9 -0
- data/lib/activeadmin/froala_editor/version.rb +5 -0
- data/lib/activeadmin_froala_editor.rb +3 -0
- data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
- data/screenshot.jpg +0 -0
- metadata +211 -0
@@ -0,0 +1,314 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (factory) {
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
9
|
+
// AMD. Register as an anonymous module.
|
10
|
+
define(['jquery'], factory);
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
12
|
+
// Node/CommonJS
|
13
|
+
module.exports = function( root, jQuery ) {
|
14
|
+
if ( jQuery === undefined ) {
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
17
|
+
// that require this pattern but the window provided is a noop
|
18
|
+
// if it's defined (how jquery works)
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
20
|
+
jQuery = require('jquery');
|
21
|
+
}
|
22
|
+
else {
|
23
|
+
jQuery = require('jquery')(root);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
return factory(jQuery);
|
27
|
+
};
|
28
|
+
} else {
|
29
|
+
// Browser globals
|
30
|
+
factory(window.jQuery);
|
31
|
+
}
|
32
|
+
}(function ($) {
|
33
|
+
/**
|
34
|
+
* Serbian (Latin)
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['sr'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Ukucajte ne\u0161tp",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Podebljan",
|
44
|
+
"Italic": "Isko\u0161en",
|
45
|
+
"Underline": "Podvu\u010deno",
|
46
|
+
"Strikethrough": "Precrtan",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Umetanje",
|
50
|
+
"Delete": "Izbri\u0161i",
|
51
|
+
"Cancel": "Otkazivanje",
|
52
|
+
"OK": "Ok",
|
53
|
+
"Back": "Nazad",
|
54
|
+
"Remove": "Uklonite",
|
55
|
+
"More": "Vi\u0161e",
|
56
|
+
"Update": "A\u017euriranje",
|
57
|
+
"Style": "Stil",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Odaberi font",
|
61
|
+
"Font Size": "Veli\u010dina fontova",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Boje",
|
65
|
+
"Background": "Pozadina",
|
66
|
+
"Text": "Tekst",
|
67
|
+
"HEX Color": "HEX boje",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Format pasusa",
|
71
|
+
"Normal": "Normalno",
|
72
|
+
"Code": "\u0160ifra",
|
73
|
+
"Heading 1": "Naslov 1",
|
74
|
+
"Heading 2": "Naslov 2",
|
75
|
+
"Heading 3": "Naslov 3",
|
76
|
+
"Heading 4": "Naslov 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Stil pasusa",
|
80
|
+
"Inline Style": "Umetnutih stilova",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Poravnavanje",
|
84
|
+
"Align Left": "Poravnaj levo",
|
85
|
+
"Align Center": "Poravnaj u centru",
|
86
|
+
"Align Right": "Poravnaj desno",
|
87
|
+
"Align Justify": "Obostrano poravnavanje",
|
88
|
+
"None": "Niko nije",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "Ure\u0111enih lista",
|
92
|
+
"Unordered List": "Neure\u0111enu lista",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Smanjivanje uvla\u010denja",
|
96
|
+
"Increase Indent": "Pove\u0107avanje uvla\u010denja",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Umetni vezu",
|
100
|
+
"Open in new tab": "Otvori na novoj kartici",
|
101
|
+
"Open Link": "Otvori vezu",
|
102
|
+
"Edit Link": "Ure\u0111ivanje veze",
|
103
|
+
"Unlink": "Ukloni vezu",
|
104
|
+
"Choose Link": "Odaberite vezu",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Umetanje slike",
|
108
|
+
"Upload Image": "Otpremanje slika",
|
109
|
+
"By URL": "Po URL adresi",
|
110
|
+
"Browse": "Potra\u017ei",
|
111
|
+
"Drop image": "Baci sliku",
|
112
|
+
"or click": "ili kliknite na dugme",
|
113
|
+
"Manage Images": "Upravljanje slike",
|
114
|
+
"Loading": "U\u010ditavanje",
|
115
|
+
"Deleting": "Brisanje",
|
116
|
+
"Tags": "Oznake",
|
117
|
+
"Are you sure? Image will be deleted.": "Jesi siguran? Slika \u0107e biti izbrisana.",
|
118
|
+
"Replace": "Zameni",
|
119
|
+
"Uploading": "Otpremanje",
|
120
|
+
"Loading image": "U\u010ditavanje slika",
|
121
|
+
"Display": "Prikaz",
|
122
|
+
"Inline": "Pri upisivanju",
|
123
|
+
"Break Text": "Prelom teksta",
|
124
|
+
"Alternate Text": "Alternativni tekst",
|
125
|
+
"Change Size": "Promena veli\u010dine",
|
126
|
+
"Width": "\u0160irina",
|
127
|
+
"Height": "Visina",
|
128
|
+
"Something went wrong. Please try again.": "Ne\u0161to krenulo naopako. Poku\u0161ajte ponovo.",
|
129
|
+
"Image Caption": "Slika natpisa",
|
130
|
+
"Advanced Edit": "Napredno uređivanje",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Umetanje video",
|
134
|
+
"Embedded Code": "Ugra\u0111eni k\u00f4d",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Umetni tabelu",
|
138
|
+
"Table Header": "Zaglavlje tabele",
|
139
|
+
"Remove Table": "Uklanjanje tabele",
|
140
|
+
"Table Style": "Stil tabele",
|
141
|
+
"Horizontal Align": "Horizontalno poravnavanje",
|
142
|
+
"Row": "Red",
|
143
|
+
"Insert row above": "Umetni red iznad",
|
144
|
+
"Insert row below": "Umetni red ispod",
|
145
|
+
"Delete row": "Izbri\u0161i red",
|
146
|
+
"Column": "Kolone",
|
147
|
+
"Insert column before": "Umetnite kolonu pre",
|
148
|
+
"Insert column after": "Umetnite kolonu nakon",
|
149
|
+
"Delete column": "Izbri\u0161i kolone",
|
150
|
+
"Cell": "Mobilni",
|
151
|
+
"Merge cells": "Objedinjavanje \u0107elija",
|
152
|
+
"Horizontal split": "Horizontalna split",
|
153
|
+
"Vertical split": "Vertikalno razdelite",
|
154
|
+
"Cell Background": "Mobilni pozadina",
|
155
|
+
"Vertical Align": "Vertikalno poravnavanje",
|
156
|
+
"Top": "Top",
|
157
|
+
"Middle": "Srednji",
|
158
|
+
"Bottom": "Dno",
|
159
|
+
"Align Top": "Poravnaj gore",
|
160
|
+
"Align Middle": "Poravnaj po sredini",
|
161
|
+
"Align Bottom": "Poravnaj dole",
|
162
|
+
"Cell Style": "Mobilni stil",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "Otpremanje datoteke",
|
166
|
+
"Drop file": "Baci datoteku",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "Emotikona",
|
170
|
+
"Grinning face": "Nasmejanoj lice",
|
171
|
+
"Grinning face with smiling eyes": "Nasmejanoj lice sa osmehom o\u010di",
|
172
|
+
"Face with tears of joy": "Suo\u010davaju sa suzama radosnicama",
|
173
|
+
"Smiling face with open mouth": "Nasmejano lice sa otvorenim ustima",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Lica sa otvorenim ustima i nasmejani o\u010di",
|
175
|
+
"Smiling face with open mouth and cold sweat": "Nasmejano lice sa otvorenih usta i hladan znoj",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Nasmejano lice otvorenih usta i \u010dvrsto zatvorenih o\u010diju",
|
177
|
+
"Smiling face with halo": "Nasmejano lice sa oreolom",
|
178
|
+
"Smiling face with horns": "Nasmejano lice sa rogovima",
|
179
|
+
"Winking face": "Namigivanje lice",
|
180
|
+
"Smiling face with smiling eyes": "Lica sa osmehom o\u010di",
|
181
|
+
"Face savoring delicious food": "Lice u\u045bivaju\u0436i u ukusnu hranu",
|
182
|
+
"Relieved face": "Laknulo lice",
|
183
|
+
"Smiling face with heart-shaped eyes": "Nasmejano lice sa o\u010dima u obliku srca",
|
184
|
+
"Smiling face with sunglasses": "Nasmejano lice sa nao\u010dare",
|
185
|
+
"Smirking face": "Rugaju\u0436i lice",
|
186
|
+
"Neutral face": "Neutralno lice",
|
187
|
+
"Expressionless face": "Bez izraza lica.",
|
188
|
+
"Unamused face": "Nije zapaljen lice",
|
189
|
+
"Face with cold sweat": "Suo\u010davaju sa hladnim znojem",
|
190
|
+
"Pensive face": "Nevesela lica",
|
191
|
+
"Confused face": "Zbunjeno lice",
|
192
|
+
"Confounded face": "Dosadnih lice",
|
193
|
+
"Kissing face": "Ljubim lice",
|
194
|
+
"Face throwing a kiss": "Lice baca poljubac",
|
195
|
+
"Kissing face with smiling eyes": "Ljubi lice sa osmehom o\u010di",
|
196
|
+
"Kissing face with closed eyes": "Ljubi lice sa zatvorenim o\u010dima",
|
197
|
+
"Face with stuck out tongue": "Lice sa zaglavio jezik",
|
198
|
+
"Face with stuck out tongue and winking eye": "Lice sa zaglavljen jezik i namigivanje",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Lice sa zaglavljen jezik i cvrsto zatvorene o\u010di",
|
200
|
+
"Disappointed face": "Razo\u010darani lice",
|
201
|
+
"Worried face": "Zabrinuto lice",
|
202
|
+
"Angry face": "Ljut lice",
|
203
|
+
"Pouting face": "Zlovoljan lice",
|
204
|
+
"Crying face": "Plakanje lice",
|
205
|
+
"Persevering face": "Istrajnog lice",
|
206
|
+
"Face with look of triumph": "Suo\u010davaju sa izgledom trijumfa",
|
207
|
+
"Disappointed but relieved face": "Razo\u010daran ali laknulo lice",
|
208
|
+
"Frowning face with open mouth": "Namršten lice sa otvorenim ustima",
|
209
|
+
"Anguished face": "Enih lica",
|
210
|
+
"Fearful face": "Strahu lice",
|
211
|
+
"Weary face": "Umorna lica",
|
212
|
+
"Sleepy face": "Spava mi se lice",
|
213
|
+
"Tired face": "Umorna lica",
|
214
|
+
"Grimacing face": "Klupi lice",
|
215
|
+
"Loudly crying face": "Glasno plakanje lice",
|
216
|
+
"Face with open mouth": "Suo\u010davaju sa otvorenim ustima",
|
217
|
+
"Hushed face": "Tihim lice",
|
218
|
+
"Face with open mouth and cold sweat": "Suo\u010davaju sa otvorenih usta i hladan znoj",
|
219
|
+
"Face screaming in fear": "Lice vrisak u strahu",
|
220
|
+
"Astonished face": "Zadivljeni lice",
|
221
|
+
"Flushed face": "Uplakanu lice",
|
222
|
+
"Sleeping face": "Pospanog lica",
|
223
|
+
"Dizzy face": "Lice mi se vrti",
|
224
|
+
"Face without mouth": "Lice bez jezika",
|
225
|
+
"Face with medical mask": "Suo\u010davaju sa medicinskim masku",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "Prelom",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "Indeksni tekst",
|
232
|
+
"Superscript": "Eksponentni tekst",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Puni ekran",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "Umetni horizontalnu liniju",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Brisanje oblikovanja",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "Opozovi radnju",
|
245
|
+
"Redo": "Ponavljanje",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "Izaberi sve",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Prikaz koda",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Ponude",
|
255
|
+
"Increase": "Pove\u0107anje",
|
256
|
+
"Decrease": "Smanjivanje",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "Brzo umetanje",
|
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
|
+
}));
|
@@ -0,0 +1,314 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (factory) {
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
9
|
+
// AMD. Register as an anonymous module.
|
10
|
+
define(['jquery'], factory);
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
12
|
+
// Node/CommonJS
|
13
|
+
module.exports = function( root, jQuery ) {
|
14
|
+
if ( jQuery === undefined ) {
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
17
|
+
// that require this pattern but the window provided is a noop
|
18
|
+
// if it's defined (how jquery works)
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
20
|
+
jQuery = require('jquery');
|
21
|
+
}
|
22
|
+
else {
|
23
|
+
jQuery = require('jquery')(root);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
return factory(jQuery);
|
27
|
+
};
|
28
|
+
} else {
|
29
|
+
// Browser globals
|
30
|
+
factory(window.jQuery);
|
31
|
+
}
|
32
|
+
}(function ($) {
|
33
|
+
/**
|
34
|
+
* Swedish
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['sv'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Ange n\u00e5got",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Fetstil",
|
44
|
+
"Italic": "Kursiv stil",
|
45
|
+
"Underline": "Understruken",
|
46
|
+
"Strikethrough": "Genomstruken",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Infoga",
|
50
|
+
"Delete": "Radera",
|
51
|
+
"Cancel": "Avbryt",
|
52
|
+
"OK": "Ok",
|
53
|
+
"Back": "Tillbaka",
|
54
|
+
"Remove": "Avl\u00e4gsna",
|
55
|
+
"More": "Vi\u0161e",
|
56
|
+
"Update": "Uppdatera",
|
57
|
+
"Style": "Stil",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Teckensnitt",
|
61
|
+
"Font Size": "Storlek",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "F\u00e4rger",
|
65
|
+
"Background": "Bakgrund",
|
66
|
+
"Text": "Text",
|
67
|
+
"HEX Color": "Hex färg",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Format",
|
71
|
+
"Normal": "Normal",
|
72
|
+
"Code": "Kod",
|
73
|
+
"Heading 1": "Rubrik 1",
|
74
|
+
"Heading 2": "Rubrik 2",
|
75
|
+
"Heading 3": "Rubrik 3",
|
76
|
+
"Heading 4": "Rubrik 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Styckeformat",
|
80
|
+
"Inline Style": "Infogad stil",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Justera",
|
84
|
+
"Align Left": "V\u00e4nsterst\u00e4ll",
|
85
|
+
"Align Center": "Centrera",
|
86
|
+
"Align Right": "H\u00f6gerst\u00e4ll",
|
87
|
+
"Align Justify": "Justera",
|
88
|
+
"None": "Inget",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "Ordnad lista",
|
92
|
+
"Unordered List": "Oordnad lista",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Minska indrag",
|
96
|
+
"Increase Indent": "\u00d6ka indrag",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Infoga l\u00e4nk",
|
100
|
+
"Open in new tab": "\u00d6ppna i ny flik",
|
101
|
+
"Open Link": "\u00d6ppna l\u00e4nk",
|
102
|
+
"Edit Link": "Redigera l\u00e4nk",
|
103
|
+
"Unlink": "Ta bort l\u00e4nk",
|
104
|
+
"Choose Link": "V\u00e4lj l\u00e4nk",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Infoga bild",
|
108
|
+
"Upload Image": "Ladda upp en bild",
|
109
|
+
"By URL": "Genom URL",
|
110
|
+
"Browse": "Bl\u00e4ddra",
|
111
|
+
"Drop image": "Sl\u00e4ppa bild",
|
112
|
+
"or click": "eller klicka",
|
113
|
+
"Manage Images": "Hantera bilder",
|
114
|
+
"Loading": "L\u00e4ser",
|
115
|
+
"Deleting": "Radera",
|
116
|
+
"Tags": "Taggar",
|
117
|
+
"Are you sure? Image will be deleted.": "\u00c4r du s\u00e4ker? Bild kommer att raderas.",
|
118
|
+
"Replace": "Ers\u00e4tt",
|
119
|
+
"Uploading": "Uppladdning",
|
120
|
+
"Loading image": "Laddar bild",
|
121
|
+
"Display": "Visa",
|
122
|
+
"Inline": "I k\u00f6",
|
123
|
+
"Break Text": "Break text",
|
124
|
+
"Alternate Text": "Alternativ text",
|
125
|
+
"Change Size": "\u00c4ndra storlek",
|
126
|
+
"Width": "Bredd",
|
127
|
+
"Height": "H\u00f6jd",
|
128
|
+
"Something went wrong. Please try again.": "N\u00e5got gick snett. Var god f\u00f6rs\u00f6k igen.",
|
129
|
+
"Image Caption": "Bildtextning",
|
130
|
+
"Advanced Edit": "Avancerad redigering",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Infoga video",
|
134
|
+
"Embedded Code": "Inb\u00e4ddad kod",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Infoga tabell",
|
138
|
+
"Table Header": "Tabell huvud",
|
139
|
+
"Remove Table": "Ta bort tabellen",
|
140
|
+
"Table Style": "Tabellformat",
|
141
|
+
"Horizontal Align": "Horisontell justering",
|
142
|
+
"Row": "Rad",
|
143
|
+
"Insert row above": "Infoga rad f\u00f6re",
|
144
|
+
"Insert row below": "Infoga rad efter",
|
145
|
+
"Delete row": "Radera rad",
|
146
|
+
"Column": "Kolumn",
|
147
|
+
"Insert column before": "Infoga kollumn f\u00f6re",
|
148
|
+
"Insert column after": "Infoga kolumn efter",
|
149
|
+
"Delete column": "Radera kolumn",
|
150
|
+
"Cell": "Cell",
|
151
|
+
"Merge cells": "Sammanfoga celler",
|
152
|
+
"Horizontal split": "Horisontell split",
|
153
|
+
"Vertical split": "Vertikal split",
|
154
|
+
"Cell Background": "Cellbakgrunden",
|
155
|
+
"Vertical Align": "Vertikala justeringen",
|
156
|
+
"Top": "Topp",
|
157
|
+
"Middle": "Mitten",
|
158
|
+
"Bottom": "Botten",
|
159
|
+
"Align Top": "Justera topp",
|
160
|
+
"Align Middle": "Justera mitten",
|
161
|
+
"Align Bottom": "Justera botten",
|
162
|
+
"Cell Style": "Cellformat",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "Ladda upp fil",
|
166
|
+
"Drop file": "Sl\u00e4ppa fil",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "Uttryckssymboler",
|
170
|
+
"Grinning face": "Grina ansikte",
|
171
|
+
"Grinning face with smiling eyes": "Grina ansikte med leende \u00f6gon",
|
172
|
+
"Face with tears of joy": "Face med gl\u00e4djet\u00e5rar",
|
173
|
+
"Smiling face with open mouth": "Leende ansikte med \u00f6ppen mun",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Leende ansikte med \u00f6ppen mun och leende \u00f6gon",
|
175
|
+
"Smiling face with open mouth and cold sweat": "Leende ansikte med \u00f6ppen mun och kallsvett",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Leende ansikte med \u00f6ppen mun och t\u00e4tt slutna \u00f6gon",
|
177
|
+
"Smiling face with halo": "Leende ansikte med halo",
|
178
|
+
"Smiling face with horns": "Leende ansikte med horn",
|
179
|
+
"Winking face": "Blinka ansikte",
|
180
|
+
"Smiling face with smiling eyes": "Leende ansikte med leende \u00f6gon",
|
181
|
+
"Face savoring delicious food": "Ansikte smaka uts\u00f6kt mat",
|
182
|
+
"Relieved face": "L\u00e4ttad ansikte",
|
183
|
+
"Smiling face with heart-shaped eyes": "Leende ansikte med hj\u00e4rtformade \u00f6gon",
|
184
|
+
"Smiling face with sunglasses": "Leende ansikte med solglas\u00f6gon",
|
185
|
+
"Smirking face": "Flinande ansikte",
|
186
|
+
"Neutral face": "Neutral ansikte",
|
187
|
+
"Expressionless face": "Uttryckslöst ansikte",
|
188
|
+
"Unamused face": "Inte roade ansikte",
|
189
|
+
"Face with cold sweat": "Ansikte med kallsvett",
|
190
|
+
"Pensive face": "Eftert\u00e4nksamt ansikte",
|
191
|
+
"Confused face": "F\u00f6rvirrad ansikte",
|
192
|
+
"Confounded face": "F\u00f6rbryllade ansikte",
|
193
|
+
"Kissing face": "Kyssande ansikte",
|
194
|
+
"Face throwing a kiss": "Ansikte kasta en kyss",
|
195
|
+
"Kissing face with smiling eyes": "Kyssa ansikte med leende \u00f6gon",
|
196
|
+
"Kissing face with closed eyes": "Kyssa ansikte med slutna \u00f6gon",
|
197
|
+
"Face with stuck out tongue": "Ansikte med stack ut tungan",
|
198
|
+
"Face with stuck out tongue and winking eye": "Ansikte med stack ut tungan och blinkande \u00f6ga",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Ansikte med stack ut tungan och t\u00e4tt slutna \u00f6gon",
|
200
|
+
"Disappointed face": "Besviken ansikte",
|
201
|
+
"Worried face": "Orolig ansikte",
|
202
|
+
"Angry face": "Argt ansikte",
|
203
|
+
"Pouting face": "Sk\u00e4ggtorsk ansikte",
|
204
|
+
"Crying face": "Gr\u00e5tande ansikte",
|
205
|
+
"Persevering face": "Uth\u00e5llig ansikte",
|
206
|
+
"Face with look of triumph": "Ansikte med utseendet p\u00e5 triumf",
|
207
|
+
"Disappointed but relieved face": "Besviken men l\u00e4ttad ansikte",
|
208
|
+
"Frowning face with open mouth": "Rynkar pannan ansikte med \u00f6ppen mun",
|
209
|
+
"Anguished face": "\u00c5ngest ansikte",
|
210
|
+
"Fearful face": "R\u00e4dda ansikte",
|
211
|
+
"Weary face": "Tr\u00f6tta ansikte",
|
212
|
+
"Sleepy face": "S\u00f6mnig ansikte",
|
213
|
+
"Tired face": "Tr\u00f6tt ansikte",
|
214
|
+
"Grimacing face": "Grimaserande ansikte",
|
215
|
+
"Loudly crying face": "H\u00f6gt gr\u00e5tande ansikte",
|
216
|
+
"Face with open mouth": "Ansikte med \u00f6ppen mun",
|
217
|
+
"Hushed face": "D\u00e4mpade ansikte",
|
218
|
+
"Face with open mouth and cold sweat": "Ansikte med \u00f6ppen mun och kallsvett",
|
219
|
+
"Face screaming in fear": "Face skriker i skr\u00e4ck",
|
220
|
+
"Astonished face": "F\u00f6rv\u00e5nad ansikte",
|
221
|
+
"Flushed face": "Ansiktsrodnad",
|
222
|
+
"Sleeping face": "Sovande anskite",
|
223
|
+
"Dizzy face": "Yr ansikte",
|
224
|
+
"Face without mouth": "Ansikte utan mun",
|
225
|
+
"Face with medical mask": "Ansikte med medicinsk maskera",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "Break",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "Neds\u00e4nkt",
|
232
|
+
"Superscript": "Upph\u00f6jd text",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Helsk\u00e4rm",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "Infoga horisontell linje",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Ta bort formatering",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "\u00c5ngra",
|
245
|
+
"Redo": "G\u00f6r om",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "Markera allt",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Kodvyn",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Citerar",
|
255
|
+
"Increase": "\u00d6ka",
|
256
|
+
"Decrease": "Minska",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "Snabb insats",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Speciella karaktärer",
|
263
|
+
"Latin": "Latin",
|
264
|
+
"Greek": "Grekisk",
|
265
|
+
"Cyrillic": "Cyrillic",
|
266
|
+
"Punctuation": "Skiljetecken",
|
267
|
+
"Currency": "Valuta",
|
268
|
+
"Arrows": "Pilar",
|
269
|
+
"Math": "Matematik",
|
270
|
+
"Misc": "Misc",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Skriva ut",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Stavningskontroll",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Hjälpa",
|
280
|
+
"Shortcuts": "Genvägar",
|
281
|
+
"Inline Editor": "Inline editor",
|
282
|
+
"Show the editor": "Visa redigeraren",
|
283
|
+
"Common actions": "Gemensamma åtgärder",
|
284
|
+
"Copy": "Kopiera",
|
285
|
+
"Cut": "Skära",
|
286
|
+
"Paste": "Klistra",
|
287
|
+
"Basic Formatting": "Grundläggande formatering",
|
288
|
+
"Increase quote level": "Öka citatnivå",
|
289
|
+
"Decrease quote level": "Sänk citatnivå",
|
290
|
+
"Image / Video": "Bild / video",
|
291
|
+
"Resize larger": "Ändra storlek större",
|
292
|
+
"Resize smaller": "Ändra storlek mindre",
|
293
|
+
"Table": "Tabell",
|
294
|
+
"Select table cell": "Välj tabellcell",
|
295
|
+
"Extend selection one cell": "Utvidga valet en cell",
|
296
|
+
"Extend selection one row": "Förlänga valet en rad",
|
297
|
+
"Navigation": "Navigering",
|
298
|
+
"Focus popup / toolbar": "Fokus popup / verktygsfältet",
|
299
|
+
"Return focus to previous position": "Returnera fokus till tidigare position",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "Bädda in url",
|
303
|
+
"Paste in a URL to embed": "Klistra in i en url för att bädda in",
|
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?": "Det klistrade innehållet kommer från ett Microsoft Word-dokument. vill du hålla formatet eller städa upp det?",
|
307
|
+
"Keep": "Ha kvar",
|
308
|
+
"Clean": "Rena",
|
309
|
+
"Word Paste Detected": "Ordpasta upptäcks"
|
310
|
+
},
|
311
|
+
direction: "ltr"
|
312
|
+
};
|
313
|
+
|
314
|
+
}));
|