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
|
+
* Czech
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['cs'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Napi\u0161te n\u011bco",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Tu\u010dn\u00e9",
|
44
|
+
"Italic": "Kurz\u00edva",
|
45
|
+
"Underline": "Podtr\u017een\u00e9",
|
46
|
+
"Strikethrough": "P\u0159e\u0161krtnut\u00e9",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Vlo\u017eit",
|
50
|
+
"Delete": "Vymazat",
|
51
|
+
"Cancel": "Zru\u0161it",
|
52
|
+
"OK": "OK",
|
53
|
+
"Back": "Zp\u011bt",
|
54
|
+
"Remove": "Odstranit",
|
55
|
+
"More": "V\u00edce",
|
56
|
+
"Update": "Aktualizovat",
|
57
|
+
"Style": "Styl",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Typ p\u00edsma",
|
61
|
+
"Font Size": "Velikost p\u00edsma",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Barvy",
|
65
|
+
"Background": "Pozad\u00ed",
|
66
|
+
"Text": "P\u00edsmo",
|
67
|
+
"HEX Color": "Hex Barvy",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Form\u00e1t odstavec",
|
71
|
+
"Normal": "Norm\u00e1ln\u00ed",
|
72
|
+
"Code": "K\u00f3d",
|
73
|
+
"Heading 1": "Nadpis 1",
|
74
|
+
"Heading 2": "Nadpis 2",
|
75
|
+
"Heading 3": "Nadpis 3",
|
76
|
+
"Heading 4": "Nadpis 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Odstavec styl",
|
80
|
+
"Inline Style": "Inline styl",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Zarovn\u00e1n\u00ed",
|
84
|
+
"Align Left": "Zarovnat vlevo",
|
85
|
+
"Align Center": "Zarovnat na st\u0159ed",
|
86
|
+
"Align Right": "Zarovnat vpravo",
|
87
|
+
"Align Justify": "Zarovnat do bloku",
|
88
|
+
"None": "Nikdo",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "\u010c\u00edslovan\u00fd seznam",
|
92
|
+
"Unordered List": "Ne\u010d\u00edslovan\u00fd seznam",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Zmen\u0161it odsazen\u00ed",
|
96
|
+
"Increase Indent": "Zv\u011bt\u0161it odsazen\u00ed",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Vlo\u017eit odkaz",
|
100
|
+
"Open in new tab": "Otev\u0159\u00edt v nov\u00e9 z\u00e1lo\u017ece",
|
101
|
+
"Open Link": "Otev\u0159\u00edt odkaz",
|
102
|
+
"Edit Link": "Upravit odkaz",
|
103
|
+
"Unlink": "Odstranit odkaz",
|
104
|
+
"Choose Link": "Zvolte odkaz",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Vlo\u017eit obr\u00e1zek",
|
108
|
+
"Upload Image": "Nahr\u00e1t obr\u00e1zek",
|
109
|
+
"By URL": "Podle URL",
|
110
|
+
"Browse": "Proch\u00e1zet",
|
111
|
+
"Drop image": "P\u0159et\u00e1hn\u011bte sem obr\u00e1zek",
|
112
|
+
"or click": "nebo zde klepn\u011bte",
|
113
|
+
"Manage Images": "Spr\u00e1va obr\u00e1zk\u016f",
|
114
|
+
"Loading": "Nakl\u00e1d\u00e1n\u00ed",
|
115
|
+
"Deleting": "Odstran\u011bn\u00ed",
|
116
|
+
"Tags": "Zna\u010dky",
|
117
|
+
"Are you sure? Image will be deleted.": "Ur\u010dit\u011b? Obr\u00e1zek bude smaz\u00e1n.",
|
118
|
+
"Replace": "Nahradit",
|
119
|
+
"Uploading": "Nahr\u00e1v\u00e1n\u00ed",
|
120
|
+
"Loading image": "Obr\u00e1zek se na\u010d\u00edt\u00e1",
|
121
|
+
"Display": "Zobrazit",
|
122
|
+
"Inline": "Inline",
|
123
|
+
"Break Text": "P\u0159est\u00e1vka textu",
|
124
|
+
"Alternate Text": "Alternativn\u00ed textu",
|
125
|
+
"Change Size": "Zm\u011bnit velikost",
|
126
|
+
"Width": "\u0160\u00ed\u0159ka",
|
127
|
+
"Height": "V\u00fd\u0161ka",
|
128
|
+
"Something went wrong. Please try again.": "N\u011bco se pokazilo. Pros\u00edm zkuste to znovu.",
|
129
|
+
"Image Caption": "Obrázek titulku",
|
130
|
+
"Advanced Edit": "Pokročilá úprava",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Vlo\u017eit video",
|
134
|
+
"Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Vlo\u017eit tabulku",
|
138
|
+
"Table Header": "Hlavi\u010dka tabulky",
|
139
|
+
"Remove Table": "Odstranit tabulku",
|
140
|
+
"Table Style": "Styl tabulky",
|
141
|
+
"Horizontal Align": "Horizont\u00e1ln\u00ed zarovn\u00e1n\u00ed",
|
142
|
+
"Row": "\u0158\u00e1dek",
|
143
|
+
"Insert row above": "Vlo\u017eit \u0159\u00e1dek nad",
|
144
|
+
"Insert row below": "Vlo\u017eit \u0159\u00e1dek pod",
|
145
|
+
"Delete row": "Smazat \u0159\u00e1dek",
|
146
|
+
"Column": "Sloupec",
|
147
|
+
"Insert column before": "Vlo\u017eit sloupec vlevo",
|
148
|
+
"Insert column after": "Vlo\u017eit sloupec vpravo",
|
149
|
+
"Delete column": "Smazat sloupec",
|
150
|
+
"Cell": "Bu\u0148ka",
|
151
|
+
"Merge cells": "Slou\u010dit bu\u0148ky",
|
152
|
+
"Horizontal split": "Horizont\u00e1ln\u00ed rozd\u011blen\u00ed",
|
153
|
+
"Vertical split": "Vertik\u00e1ln\u00ed rozd\u011blen\u00ed",
|
154
|
+
"Cell Background": "Bu\u0148ka pozad\u00ed",
|
155
|
+
"Vertical Align": "Vertik\u00e1ln\u00ed zarovn\u00e1n\u00ed",
|
156
|
+
"Top": "Vrchol",
|
157
|
+
"Middle": "St\u0159ed",
|
158
|
+
"Bottom": "Spodn\u00ed",
|
159
|
+
"Align Top": "Zarovnat vrchol",
|
160
|
+
"Align Middle": "Zarovnat st\u0159ed",
|
161
|
+
"Align Bottom": "Zarovnat spodn\u00ed",
|
162
|
+
"Cell Style": "Styl bu\u0148ky",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "Nahr\u00e1t soubor",
|
166
|
+
"Drop file": "P\u0159et\u00e1hn\u011bte sem soubor",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "Emotikony",
|
170
|
+
"Grinning face": "S \u00fasm\u011bvem tv\u00e1\u0159",
|
171
|
+
"Grinning face with smiling eyes": "S \u00fasm\u011bvem obli\u010dej s o\u010dima s \u00fasm\u011bvem",
|
172
|
+
"Face with tears of joy": "tv\u00e1\u0159 se slzami radosti",
|
173
|
+
"Smiling face with open mouth": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty a o\u010dima s \u00fasm\u011bvem",
|
175
|
+
"Smiling face with open mouth and cold sweat": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a t\u011bsn\u011b zav\u0159en\u00e9 o\u010di",
|
177
|
+
"Smiling face with halo": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s halo",
|
178
|
+
"Smiling face with horns": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s rohy",
|
179
|
+
"Winking face": "Mrk\u00e1n\u00ed tv\u00e1\u0159",
|
180
|
+
"Smiling face with smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s o\u010dima s \u00fasm\u011bvem",
|
181
|
+
"Face savoring delicious food": "Tv\u00e1\u0159 vychutn\u00e1val chutn\u00e9 j\u00eddlo",
|
182
|
+
"Relieved face": "Ulevilo tv\u00e1\u0159",
|
183
|
+
"Smiling face with heart-shaped eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 ve tvaru srdce o\u010dima",
|
184
|
+
"Smiling face with sunglasses": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 se slune\u010dn\u00edmi br\u00fdlemi",
|
185
|
+
"Smirking face": "Uculoval tv\u00e1\u0159",
|
186
|
+
"Neutral face": "Neutr\u00e1ln\u00ed tv\u00e1\u0159",
|
187
|
+
"Expressionless face": "Bezv\u00fdrazn\u00fd obli\u010dej",
|
188
|
+
"Unamused face": "Ne pobaven\u00fd tv\u00e1\u0159",
|
189
|
+
"Face with cold sweat": "Tv\u00e1\u0159 se studen\u00fdm potem",
|
190
|
+
"Pensive face": "Zamy\u0161len\u00fd obli\u010dej",
|
191
|
+
"Confused face": "Zmaten\u00fd tv\u00e1\u0159",
|
192
|
+
"Confounded face": "Na\u0161tvan\u00fd tv\u00e1\u0159",
|
193
|
+
"Kissing face": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159",
|
194
|
+
"Face throwing a kiss": "Tv\u00e1\u0159 h\u00e1zet polibek",
|
195
|
+
"Kissing face with smiling eyes": "L\u00edb\u00e1n\u00ed obli\u010dej s o\u010dima s \u00fasm\u011bvem",
|
196
|
+
"Kissing face with closed eyes": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159 se zav\u0159en\u00fdma o\u010dima",
|
197
|
+
"Face with stuck out tongue": "Tv\u00e1\u0159 s tr\u010dely jazyk",
|
198
|
+
"Face with stuck out tongue and winking eye": "Tv\u00e1\u0159 s tr\u010dely jazykem a mrkat o\u010dima",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Suo\u010diti s tr\u010dely jazykem t\u011bsn\u011b zav\u0159en\u00e9 vidikovce",
|
200
|
+
"Disappointed face": "Zklaman\u00fd tv\u00e1\u0159",
|
201
|
+
"Worried face": "Boj\u00ed\u0161 se tv\u00e1\u0159",
|
202
|
+
"Angry face": "Rozzloben\u00fd tv\u00e1\u0159",
|
203
|
+
"Pouting face": "Na\u0161pulen\u00e9 tv\u00e1\u0159",
|
204
|
+
"Crying face": "Pl\u00e1\u010d tv\u00e1\u0159",
|
205
|
+
"Persevering face": "Vytrval\u00fdm tv\u00e1\u0159",
|
206
|
+
"Face with look of triumph": "Tv\u00e1\u0159 s v\u00fdrazem triumfu",
|
207
|
+
"Disappointed but relieved face": "Zklaman\u00fd ale ulevilo tv\u00e1\u0159",
|
208
|
+
"Frowning face with open mouth": "Zamra\u010dil se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
|
209
|
+
"Anguished face": "\u00fazkostn\u00e9 tv\u00e1\u0159",
|
210
|
+
"Fearful face": "Stra\u0161n\u00fd tv\u00e1\u0159",
|
211
|
+
"Weary face": "Unaven\u00fd tv\u00e1\u0159",
|
212
|
+
"Sleepy face": "Ospal\u00fd tv\u00e1\u0159",
|
213
|
+
"Tired face": "Unaven\u00fd tv\u00e1\u0159",
|
214
|
+
"Grimacing face": "\u0161klebil tv\u00e1\u0159",
|
215
|
+
"Loudly crying face": "Hlasit\u011b pl\u00e1\u010de tv\u00e1\u0159",
|
216
|
+
"Face with open mouth": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
|
217
|
+
"Hushed face": "Tlumen\u00fd tv\u00e1\u0159",
|
218
|
+
"Face with open mouth and cold sweat": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
|
219
|
+
"Face screaming in fear": "Tv\u00e1\u0159 k\u0159i\u010d\u00ed ve strachu",
|
220
|
+
"Astonished face": "V \u00fa\u017easu tv\u00e1\u0159",
|
221
|
+
"Flushed face": "Zarudnut\u00ed v obli\u010deji",
|
222
|
+
"Sleeping face": "Sp\u00edc\u00ed tv\u00e1\u0159",
|
223
|
+
"Dizzy face": "Z\u00e1vrat\u011b tv\u00e1\u0159",
|
224
|
+
"Face without mouth": "Tv\u00e1\u0159 bez \u00fast",
|
225
|
+
"Face with medical mask": "Tv\u00e1\u0159 s l\u00e9ka\u0159sk\u00fdm maskou",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "P\u0159eru\u0161en\u00ed",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "Doln\u00ed index",
|
232
|
+
"Superscript": "Horn\u00ed index",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Cel\u00e1 obrazovka",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "Vlo\u017eit vodorovnou \u010d\u00e1ru",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "Zp\u011bt",
|
245
|
+
"Redo": "Znovu",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "Vybrat v\u0161e",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Zobrazen\u00ed k\u00f3d",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Cit\u00e1t",
|
255
|
+
"Increase": "Nav\u00fd\u0161it",
|
256
|
+
"Decrease": "Sn\u00ed\u017een\u00ed",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "Rychl\u00e1 vlo\u017eka",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Speciální znaky",
|
263
|
+
"Latin": "Latinský",
|
264
|
+
"Greek": "Řecký",
|
265
|
+
"Cyrillic": "Cyrilice",
|
266
|
+
"Punctuation": "Interpunkce",
|
267
|
+
"Currency": "Měna",
|
268
|
+
"Arrows": "Šipky",
|
269
|
+
"Math": "Matematika",
|
270
|
+
"Misc": "Misc",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Tisk",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Kontrola pravopisu",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Pomoc",
|
280
|
+
"Shortcuts": "Zkratky",
|
281
|
+
"Inline Editor": "Inline editor",
|
282
|
+
"Show the editor": "Zobrazit editor",
|
283
|
+
"Common actions": "Společné akce",
|
284
|
+
"Copy": "Kopírovat",
|
285
|
+
"Cut": "Střih",
|
286
|
+
"Paste": "Vložit",
|
287
|
+
"Basic Formatting": "Základní formátování",
|
288
|
+
"Increase quote level": "Zvýšení cenové hladiny",
|
289
|
+
"Decrease quote level": "Snížit úroveň cenové nabídky",
|
290
|
+
"Image / Video": "Obraz / video",
|
291
|
+
"Resize larger": "Změna velikosti větší",
|
292
|
+
"Resize smaller": "Změnit velikost menší",
|
293
|
+
"Table": "Stůl",
|
294
|
+
"Select table cell": "Vyberte buňku tabulky",
|
295
|
+
"Extend selection one cell": "Rozšířit výběr o jednu buňku",
|
296
|
+
"Extend selection one row": "Rozšířit výběr o jeden řádek",
|
297
|
+
"Navigation": "Navigace",
|
298
|
+
"Focus popup / toolbar": "Popup / panel nástrojů zaostření",
|
299
|
+
"Return focus to previous position": "Návrat na předchozí pozici",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "Vložte url",
|
303
|
+
"Paste in a URL to embed": "Vložit adresu URL, kterou chcete vložit",
|
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?": "Vložený obsah pochází z dokumentu Microsoft Word. chcete formát uchovat nebo jej vyčistit?",
|
307
|
+
"Keep": "Držet",
|
308
|
+
"Clean": "Čistý",
|
309
|
+
"Word Paste Detected": "Slovní vložka zjištěna"
|
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
|
+
* Danish
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['da'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Skriv noget",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Fed",
|
44
|
+
"Italic": "Kursiv",
|
45
|
+
"Underline": "Understreg",
|
46
|
+
"Strikethrough": "Gennemstreg",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Inds\u00e6t",
|
50
|
+
"Delete": "Slet",
|
51
|
+
"Cancel": "Fortryd",
|
52
|
+
"OK": "Ok",
|
53
|
+
"Back": "Tilbage",
|
54
|
+
"Remove": "Fjern",
|
55
|
+
"More": "Mere",
|
56
|
+
"Update": "Opdatering",
|
57
|
+
"Style": "Stil",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Skrifttype",
|
61
|
+
"Font Size": "Skriftst\u00f8rrelse",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Farver",
|
65
|
+
"Background": "Baggrunds",
|
66
|
+
"Text": "Tekst",
|
67
|
+
"HEX Color": "Hex farve",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "S\u00e6tning format",
|
71
|
+
"Normal": "Normal",
|
72
|
+
"Code": "Code",
|
73
|
+
"Heading 1": "Overskrift 1",
|
74
|
+
"Heading 2": "Overskrift 2",
|
75
|
+
"Heading 3": "Overskrift 3",
|
76
|
+
"Heading 4": "Overskrift 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "S\u00e6tning stil",
|
80
|
+
"Inline Style": "Inline stil",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Tilpasning",
|
84
|
+
"Align Left": "Venstrejusteret",
|
85
|
+
"Align Center": "Centreret",
|
86
|
+
"Align Right": "H\u00f8jrejusteret",
|
87
|
+
"Align Justify": "Justering",
|
88
|
+
"None": "Intet",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "Ordnet liste",
|
92
|
+
"Unordered List": "Uordnet liste",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Mindske indrykning",
|
96
|
+
"Increase Indent": "For\u00f8ge indrykning",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Inds\u00e6t link",
|
100
|
+
"Open in new tab": "\u00c5bn i ny fane",
|
101
|
+
"Open Link": "\u00c5bn link",
|
102
|
+
"Edit Link": "Rediger link",
|
103
|
+
"Unlink": "Fjern link",
|
104
|
+
"Choose Link": "V\u00e6lg link",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Inds\u00e6t billede",
|
108
|
+
"Upload Image": "Upload billede",
|
109
|
+
"By URL": "Af URL",
|
110
|
+
"Browse": "Gennemse",
|
111
|
+
"Drop image": "Tr\u00e6k billedet herind",
|
112
|
+
"or click": "eller klik",
|
113
|
+
"Manage Images": "Administrer billeder",
|
114
|
+
"Loading": "Lastning",
|
115
|
+
"Deleting": "Sletning",
|
116
|
+
"Tags": "Tags",
|
117
|
+
"Are you sure? Image will be deleted.": "Er du sikker? Billede vil blive slettet.",
|
118
|
+
"Replace": "Udskift",
|
119
|
+
"Uploading": "Upload",
|
120
|
+
"Loading image": "Lastning billede",
|
121
|
+
"Display": "Udstilling",
|
122
|
+
"Inline": "Inline",
|
123
|
+
"Break Text": "Afbrydelse tekst",
|
124
|
+
"Alternate Text": "Suppleant tekst",
|
125
|
+
"Change Size": "Skift st\u00f8rrelse",
|
126
|
+
"Width": "Bredde",
|
127
|
+
"Height": "H\u00f8jde",
|
128
|
+
"Something went wrong. Please try again.": "Noget gik galt. Pr\u00f8v igen.",
|
129
|
+
"Image Caption": "Billedtekst",
|
130
|
+
"Advanced Edit": "Avanceret redigering",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Inds\u00e6t video",
|
134
|
+
"Embedded Code": "Embedded kode",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Inds\u00e6t tabel",
|
138
|
+
"Table Header": "Tabel header",
|
139
|
+
"Remove Table": "Fjern tabel",
|
140
|
+
"Table Style": "Tabel stil",
|
141
|
+
"Horizontal Align": "Vandret tilpasning",
|
142
|
+
"Row": "R\u00e6kke",
|
143
|
+
"Insert row above": "Inds\u00e6t r\u00e6kke over",
|
144
|
+
"Insert row below": "Inds\u00e6t r\u00e6kke under",
|
145
|
+
"Delete row": "Slet r\u00e6kke",
|
146
|
+
"Column": "Kolonne",
|
147
|
+
"Insert column before": "Inds\u00e6t kolonne f\u00f8r",
|
148
|
+
"Insert column after": "Inds\u00e6t kolonne efter",
|
149
|
+
"Delete column": "Slet kolonne",
|
150
|
+
"Cell": "Celle",
|
151
|
+
"Merge cells": "Flet celler",
|
152
|
+
"Horizontal split": "Vandret split",
|
153
|
+
"Vertical split": "Lodret split",
|
154
|
+
"Cell Background": "Celle baggrund",
|
155
|
+
"Vertical Align": "Lodret tilpasning",
|
156
|
+
"Top": "Top",
|
157
|
+
"Middle": "Midten",
|
158
|
+
"Bottom": "Bund",
|
159
|
+
"Align Top": "Tilpasse top",
|
160
|
+
"Align Middle": "Tilpasse midten",
|
161
|
+
"Align Bottom": "Tilpasse bund",
|
162
|
+
"Cell Style": "Celle stil",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "Upload fil",
|
166
|
+
"Drop file": "Drop fil",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "Hum\u00f8rikoner",
|
170
|
+
"Grinning face": "Grinende ansigt",
|
171
|
+
"Grinning face with smiling eyes": "Grinende ansigt med smilende \u00f8jne",
|
172
|
+
"Face with tears of joy": "Ansigt med gl\u00e6dest\u00e5rer",
|
173
|
+
"Smiling face with open mouth": "Smilende ansigt med \u00e5ben mund",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Smilende ansigt med \u00e5ben mund og smilende \u00f8jne",
|
175
|
+
"Smiling face with open mouth and cold sweat": "Smilende ansigt med \u00e5ben mund og koldsved",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Smilende ansigt med \u00e5ben mund og stramt-lukkede \u00f8jne",
|
177
|
+
"Smiling face with halo": "Smilende ansigt med halo",
|
178
|
+
"Smiling face with horns": "Smilende ansigt med horn",
|
179
|
+
"Winking face": "Blinkede ansigt",
|
180
|
+
"Smiling face with smiling eyes": "Smilende ansigt med smilende \u00f8jne",
|
181
|
+
"Face savoring delicious food": "Ansigt savoring l\u00e6kker mad",
|
182
|
+
"Relieved face": "Lettet ansigt",
|
183
|
+
"Smiling face with heart-shaped eyes": "Smilende ansigt med hjerteformede \u00f8jne",
|
184
|
+
"Smiling face with sunglasses": "Smilende ansigt med solbriller",
|
185
|
+
"Smirking face": "Smilende ansigt",
|
186
|
+
"Neutral face": "Neutral ansigt",
|
187
|
+
"Expressionless face": "Udtryksl\u00f8se ansigt",
|
188
|
+
"Unamused face": "Ikke morede ansigt",
|
189
|
+
"Face with cold sweat": "Ansigt med koldsved",
|
190
|
+
"Pensive face": "Eftert\u00e6nksom ansigt",
|
191
|
+
"Confused face": "Forvirret ansigt",
|
192
|
+
"Confounded face": "Forvirrede ansigt",
|
193
|
+
"Kissing face": "Kysse ansigt",
|
194
|
+
"Face throwing a kiss": "Ansigt smide et kys",
|
195
|
+
"Kissing face with smiling eyes": "Kysse ansigt med smilende \u00f8jne",
|
196
|
+
"Kissing face with closed eyes": "Kysse ansigt med lukkede \u00f8jne",
|
197
|
+
"Face with stuck out tongue": "Ansigt med stak ud tungen",
|
198
|
+
"Face with stuck out tongue and winking eye": "Ansigt med stak ud tungen og blinkede \u00f8je",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Ansigt med stak ud tungen og stramt lukkede \u00f8jne",
|
200
|
+
"Disappointed face": "Skuffet ansigt",
|
201
|
+
"Worried face": "Bekymret ansigt",
|
202
|
+
"Angry face": "Vred ansigt",
|
203
|
+
"Pouting face": "Sk\u00e6gtorsk ansigt",
|
204
|
+
"Crying face": "Gr\u00e6der ansigt",
|
205
|
+
"Persevering face": "Udholdende ansigt",
|
206
|
+
"Face with look of triumph": "Ansigt med udseendet af triumf",
|
207
|
+
"Disappointed but relieved face": "Skuffet, men lettet ansigt",
|
208
|
+
"Frowning face with open mouth": "Rynkede panden ansigt med \u00e5ben mund",
|
209
|
+
"Anguished face": "Forpinte ansigt",
|
210
|
+
"Fearful face": "Frygt ansigt",
|
211
|
+
"Weary face": "Tr\u00e6tte ansigt",
|
212
|
+
"Sleepy face": "S\u00f8vnig ansigt",
|
213
|
+
"Tired face": "Tr\u00e6t ansigt",
|
214
|
+
"Grimacing face": "Grimasser ansigt",
|
215
|
+
"Loudly crying face": "H\u00f8jlydt grædende ansigt",
|
216
|
+
"Face with open mouth": "Ansigt med \u00e5ben mund",
|
217
|
+
"Hushed face": "Tyst ansigt",
|
218
|
+
"Face with open mouth and cold sweat": "Ansigt med \u00e5ben mund og koldsved",
|
219
|
+
"Face screaming in fear": "Ansigt skrigende i fryg",
|
220
|
+
"Astonished face": "Forundret ansigt",
|
221
|
+
"Flushed face": "Blussende ansigt",
|
222
|
+
"Sleeping face": "Sovende ansigt",
|
223
|
+
"Dizzy face": "Svimmel ansigt",
|
224
|
+
"Face without mouth": "Ansigt uden mund",
|
225
|
+
"Face with medical mask": "Ansigt med medicinsk maske",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "Afbrydelse",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "S\u00e6nket skrift",
|
232
|
+
"Superscript": "H\u00e6vet skrift",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Fuld sk\u00e6rm",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "Inds\u00e6t vandret linie",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Fjern formatering",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "Fortryd",
|
245
|
+
"Redo": "Genopret",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "V\u00e6lg alle",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Kode visning",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Citat",
|
255
|
+
"Increase": "For\u00f8ge",
|
256
|
+
"Decrease": "Mindsk",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "Hurtig indsats",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Specialtegn",
|
263
|
+
"Latin": "Latin",
|
264
|
+
"Greek": "Græsk",
|
265
|
+
"Cyrillic": "Kyrillisk",
|
266
|
+
"Punctuation": "Tegnsætning",
|
267
|
+
"Currency": "Betalingsmiddel",
|
268
|
+
"Arrows": "Pile",
|
269
|
+
"Math": "Matematik",
|
270
|
+
"Misc": "Misc",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Print",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Stavekontrol",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Hjælp",
|
280
|
+
"Shortcuts": "Genveje",
|
281
|
+
"Inline Editor": "Inline editor",
|
282
|
+
"Show the editor": "Vis redaktøren",
|
283
|
+
"Common actions": "Fælles handlinger",
|
284
|
+
"Copy": "Kopi",
|
285
|
+
"Cut": "Skære",
|
286
|
+
"Paste": "Sæt ind",
|
287
|
+
"Basic Formatting": "Grundlæggende formatering",
|
288
|
+
"Increase quote level": "Øge tilbudsniveau",
|
289
|
+
"Decrease quote level": "Sænk citeringsniveauet",
|
290
|
+
"Image / Video": "Billede / video",
|
291
|
+
"Resize larger": "Ændre størrelse større",
|
292
|
+
"Resize smaller": "Ændre størrelsen mindre",
|
293
|
+
"Table": "Tabel",
|
294
|
+
"Select table cell": "Vælg tabel celle",
|
295
|
+
"Extend selection one cell": "Udvide valget en celle",
|
296
|
+
"Extend selection one row": "Udvide markeringen en række",
|
297
|
+
"Navigation": "Navigation",
|
298
|
+
"Focus popup / toolbar": "Fokus popup / værktøjslinje",
|
299
|
+
"Return focus to previous position": "Returnere fokus til tidligere position",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "Integrere url",
|
303
|
+
"Paste in a URL to embed": "Indsæt i en URL for at indlejre",
|
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 indsatte indhold kommer fra et Microsoft Word-dokument. vil du holde formatet eller rydde det op?",
|
307
|
+
"Keep": "Holde",
|
308
|
+
"Clean": "Ren",
|
309
|
+
"Word Paste Detected": "Ordpasta opdages"
|
310
|
+
},
|
311
|
+
direction: "ltr"
|
312
|
+
};
|
313
|
+
|
314
|
+
}));
|