activeadmin_froala_editor 0.1.0
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.
- 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
|
+
* Norwegian
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['nb'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "Skriv noe",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "Fet",
|
|
44
|
+
"Italic": "Kursiv",
|
|
45
|
+
"Underline": "Understreket",
|
|
46
|
+
"Strikethrough": "Gjennomstreket",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "Sett",
|
|
50
|
+
"Delete": "Slett",
|
|
51
|
+
"Cancel": "Avbryt",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Back": "Tilbake",
|
|
54
|
+
"Remove": "Fjern",
|
|
55
|
+
"More": "Mer",
|
|
56
|
+
"Update": "Oppdatering",
|
|
57
|
+
"Style": "Stil",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "Skriftsnitt",
|
|
61
|
+
"Font Size": "St\u00f8rrelse",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "Farger",
|
|
65
|
+
"Background": "Bakgrunn",
|
|
66
|
+
"Text": "Tekst",
|
|
67
|
+
"HEX Color": "Heksefarge",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "Stiler",
|
|
71
|
+
"Normal": "Normal",
|
|
72
|
+
"Code": "Kode",
|
|
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": "Avsnittsstil",
|
|
80
|
+
"Inline Style": "P\u00e5 linje stil",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "Justering",
|
|
84
|
+
"Align Left": "Venstrejustert",
|
|
85
|
+
"Align Center": "Midtstilt",
|
|
86
|
+
"Align Right": "H\u00f8yrejustert",
|
|
87
|
+
"Align Justify": "Juster alle linjer",
|
|
88
|
+
"None": "None",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "Ordnet liste",
|
|
92
|
+
"Unordered List": "Uordnet liste",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "Reduser innrykk",
|
|
96
|
+
"Increase Indent": "\u00d8k innrykk",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "Sett inn lenke",
|
|
100
|
+
"Open in new tab": "\u00c5pne i ny fane",
|
|
101
|
+
"Open Link": "\u00c5pne lenke",
|
|
102
|
+
"Edit Link": "Rediger lenke",
|
|
103
|
+
"Unlink": "Fjern lenke",
|
|
104
|
+
"Choose Link": "Velge lenke",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "Sett inn bilde",
|
|
108
|
+
"Upload Image": "Last opp bilde",
|
|
109
|
+
"By URL": "Ved URL",
|
|
110
|
+
"Browse": "Bla",
|
|
111
|
+
"Drop image": "Slippe bilde",
|
|
112
|
+
"or click": "eller klikk",
|
|
113
|
+
"Manage Images": "Bildebehandling",
|
|
114
|
+
"Loading": "Lasting",
|
|
115
|
+
"Deleting": "Slette",
|
|
116
|
+
"Tags": "Tags",
|
|
117
|
+
"Are you sure? Image will be deleted.": "Er du sikker? Bildet vil bli slettet.",
|
|
118
|
+
"Replace": "Erstatte",
|
|
119
|
+
"Uploading": "Opplasting",
|
|
120
|
+
"Loading image": "Lasting bilde",
|
|
121
|
+
"Display": "Utstilling",
|
|
122
|
+
"Inline": "P\u00e5 linje",
|
|
123
|
+
"Break Text": "Brudd tekst",
|
|
124
|
+
"Alternate Text": "Alternativ tekst",
|
|
125
|
+
"Change Size": "Endre st\u00f8rrelse",
|
|
126
|
+
"Width": "Bredde",
|
|
127
|
+
"Height": "H\u00f8yde",
|
|
128
|
+
"Something went wrong. Please try again.": "Noe gikk galt. V\u00e6r s\u00e5 snill, pr\u00f8v p\u00e5 nytt.",
|
|
129
|
+
"Image Caption": "Bilde bildetekst",
|
|
130
|
+
"Advanced Edit": "Avansert redigering",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "Sett inn video",
|
|
134
|
+
"Embedded Code": "Embedded kode",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "Sett inn tabell",
|
|
138
|
+
"Table Header": "Tabell header",
|
|
139
|
+
"Remove Table": "Fjern tabell",
|
|
140
|
+
"Table Style": "Tabell stil",
|
|
141
|
+
"Horizontal Align": "Horisontal justering",
|
|
142
|
+
"Row": "Rad",
|
|
143
|
+
"Insert row above": "Sett inn rad f\u00f8r",
|
|
144
|
+
"Insert row below": "Sett in rad etter",
|
|
145
|
+
"Delete row": "Slett rad",
|
|
146
|
+
"Column": "Kolonne",
|
|
147
|
+
"Insert column before": "Sett inn kolonne f\u00f8r",
|
|
148
|
+
"Insert column after": "Sett inn kolonne etter",
|
|
149
|
+
"Delete column": "Slett kolonne",
|
|
150
|
+
"Cell": "Celle",
|
|
151
|
+
"Merge cells": "Sl\u00e5 sammen celler",
|
|
152
|
+
"Horizontal split": "Horisontalt delt",
|
|
153
|
+
"Vertical split": "Vertikal split",
|
|
154
|
+
"Cell Background": "Celle bakgrunn",
|
|
155
|
+
"Vertical Align": "Vertikal justering",
|
|
156
|
+
"Top": "Topp",
|
|
157
|
+
"Middle": "Midten",
|
|
158
|
+
"Bottom": "Bunn",
|
|
159
|
+
"Align Top": "Justere toppen",
|
|
160
|
+
"Align Middle": "Justere midten",
|
|
161
|
+
"Align Bottom": "Justere bunnen",
|
|
162
|
+
"Cell Style": "Celle stil",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "Opplastingsfil",
|
|
166
|
+
"Drop file": "Slippe fil",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "Emoticons",
|
|
170
|
+
"Grinning face": "Flirer ansikt",
|
|
171
|
+
"Grinning face with smiling eyes": "Flirer ansikt med smilende \u00f8yne",
|
|
172
|
+
"Face with tears of joy": "Ansikt med t\u00e5rer av glede",
|
|
173
|
+
"Smiling face with open mouth": "Smilende ansikt med \u00e5pen munn",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Smilende ansikt med \u00e5pen munn og smilende \u00f8yne",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "Smilende ansikt med \u00e5pen munn og kald svette",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Smilende ansikt med \u00e5pen munn og tett lukkede \u00f8yne",
|
|
177
|
+
"Smiling face with halo": "Smilende ansikt med glorie",
|
|
178
|
+
"Smiling face with horns": "Smilende ansikt med horn",
|
|
179
|
+
"Winking face": "Blunk ansikt",
|
|
180
|
+
"Smiling face with smiling eyes": "Smilende ansikt med smilende \u00f8yne",
|
|
181
|
+
"Face savoring delicious food": "M\u00f8te nyter deilig mat",
|
|
182
|
+
"Relieved face": "Lettet ansikt",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "Smilende ansikt med hjerteformede \u00f8yne",
|
|
184
|
+
"Smiling face with sunglasses": "Smilende ansikt med solbriller",
|
|
185
|
+
"Smirking face": "Tilfreds ansikt",
|
|
186
|
+
"Neutral face": "N\u00f8ytral ansikt",
|
|
187
|
+
"Expressionless face": "Uttrykksl\u00f8st ansikt",
|
|
188
|
+
"Unamused face": "Ikke moret ansikt",
|
|
189
|
+
"Face with cold sweat": "Ansikt med kald svette",
|
|
190
|
+
"Pensive face": "Tankefull ansikt",
|
|
191
|
+
"Confused face": "Forvirret ansikt",
|
|
192
|
+
"Confounded face": "Skamme ansikt",
|
|
193
|
+
"Kissing face": "Kyssing ansikt",
|
|
194
|
+
"Face throwing a kiss": "Ansikt kaste et kyss",
|
|
195
|
+
"Kissing face with smiling eyes": "Kyssing ansikt med smilende \u00f8yne",
|
|
196
|
+
"Kissing face with closed eyes": "Kyssing ansiktet med lukkede \u00f8yne",
|
|
197
|
+
"Face with stuck out tongue": "Ansikt med stakk ut tungen",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "Ansikt med stakk ut tungen og blunke \u00f8ye",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Ansikt med fast ut tungen og tett lukket \u00f8yne",
|
|
200
|
+
"Disappointed face": "Skuffet ansikt",
|
|
201
|
+
"Worried face": "Bekymret ansikt",
|
|
202
|
+
"Angry face": "Sint ansikt",
|
|
203
|
+
"Pouting face": "Trutmunn ansikt",
|
|
204
|
+
"Crying face": "Gr\u00e5ter ansikt",
|
|
205
|
+
"Persevering face": "Utholdende ansikt",
|
|
206
|
+
"Face with look of triumph": "Ansikt med utseendet til triumf",
|
|
207
|
+
"Disappointed but relieved face": "Skuffet men lettet ansikt",
|
|
208
|
+
"Frowning face with open mouth": "Rynke ansikt med \u00e5pen munn",
|
|
209
|
+
"Anguished face": "Forpint ansikt",
|
|
210
|
+
"Fearful face": "Engstelig ansikt",
|
|
211
|
+
"Weary face": "Slitne ansiktet",
|
|
212
|
+
"Sleepy face": "S\u00f8vnig ansikt",
|
|
213
|
+
"Tired face": "Tr\u00f8tt ansikt",
|
|
214
|
+
"Grimacing face": "Griner ansikt",
|
|
215
|
+
"Loudly crying face": "H\u00f8ylytt gr\u00e5tende ansikt",
|
|
216
|
+
"Face with open mouth": "Ansikt med \u00e5pen munn",
|
|
217
|
+
"Hushed face": "Lavm\u00e6lt ansikt",
|
|
218
|
+
"Face with open mouth and cold sweat": "Ansikt med \u00e5pen munn og kald svette",
|
|
219
|
+
"Face screaming in fear": "Ansikt skriker i frykt",
|
|
220
|
+
"Astonished face": "Forbauset ansikt",
|
|
221
|
+
"Flushed face": "Flushed ansikt",
|
|
222
|
+
"Sleeping face": "Sovende ansikt",
|
|
223
|
+
"Dizzy face": "Svimmel ansikt",
|
|
224
|
+
"Face without mouth": "Ansikt uten munn",
|
|
225
|
+
"Face with medical mask": "Ansikt med medisinsk maske",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "Brudd",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "Senket skrift",
|
|
232
|
+
"Superscript": "Hevet skrift",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "Full skjerm",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "Sett inn horisontal linje",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "Fjerne formatering",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "Angre",
|
|
245
|
+
"Redo": "Utf\u00f8r likevel",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "Marker alt",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "Kodevisning",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "Sitat",
|
|
255
|
+
"Increase": "\u00d8ke",
|
|
256
|
+
"Decrease": "Nedgang",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "Hurtiginnsats",
|
|
260
|
+
|
|
261
|
+
// Spcial Characters
|
|
262
|
+
"Special Characters": "Spesielle karakterer",
|
|
263
|
+
"Latin": "Latin",
|
|
264
|
+
"Greek": "Gresk",
|
|
265
|
+
"Cyrillic": "Kyrilliske",
|
|
266
|
+
"Punctuation": "Tegnsetting",
|
|
267
|
+
"Currency": "Valuta",
|
|
268
|
+
"Arrows": "Piler",
|
|
269
|
+
"Math": "Matte",
|
|
270
|
+
"Misc": "Misc",
|
|
271
|
+
|
|
272
|
+
// Print.
|
|
273
|
+
"Print": "Skrive ut",
|
|
274
|
+
|
|
275
|
+
// Spell Checker.
|
|
276
|
+
"Spell Checker": "Stavekontroll",
|
|
277
|
+
|
|
278
|
+
// Help
|
|
279
|
+
"Help": "Hjelp",
|
|
280
|
+
"Shortcuts": "Snarveier",
|
|
281
|
+
"Inline Editor": "Inline editor",
|
|
282
|
+
"Show the editor": "Vis redaktøren",
|
|
283
|
+
"Common actions": "Felles handlinger",
|
|
284
|
+
"Copy": "Kopiere",
|
|
285
|
+
"Cut": "Kutte opp",
|
|
286
|
+
"Paste": "Lim inn",
|
|
287
|
+
"Basic Formatting": "Grunnleggende formatering",
|
|
288
|
+
"Increase quote level": "Øke tilbudsnivået",
|
|
289
|
+
"Decrease quote level": "Redusere tilbudsnivå",
|
|
290
|
+
"Image / Video": "Bilde / video",
|
|
291
|
+
"Resize larger": "Endre størrelsen større",
|
|
292
|
+
"Resize smaller": "Endre størrelsen mindre",
|
|
293
|
+
"Table": "Bord",
|
|
294
|
+
"Select table cell": "Velg tabellcelle",
|
|
295
|
+
"Extend selection one cell": "Utvide valg en celle",
|
|
296
|
+
"Extend selection one row": "Utvide valg en rad",
|
|
297
|
+
"Navigation": "Navigasjon",
|
|
298
|
+
"Focus popup / toolbar": "Fokus popup / verktøylinje",
|
|
299
|
+
"Return focus to previous position": "Returnere fokus til tidligere posisjon",
|
|
300
|
+
|
|
301
|
+
// Embed.ly
|
|
302
|
+
"Embed URL": "Legge inn nettadressen",
|
|
303
|
+
"Paste in a URL to embed": "Lim inn i en URL for å legge inn",
|
|
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 limte innholdet kommer fra et Microsoft Word-dokument. vil du beholde formatet eller rydde det opp?",
|
|
307
|
+
"Keep": "Beholde",
|
|
308
|
+
"Clean": "Ren",
|
|
309
|
+
"Word Paste Detected": "Ordpasta oppdages"
|
|
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
|
+
* Dutch
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['nl'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "Typ iets",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "Vet",
|
|
44
|
+
"Italic": "Cursief",
|
|
45
|
+
"Underline": "Onderstreept",
|
|
46
|
+
"Strikethrough": "Doorhalen",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "Invoegen",
|
|
50
|
+
"Delete": "Verwijder",
|
|
51
|
+
"Cancel": "Annuleren",
|
|
52
|
+
"OK": "Ok\u00e9",
|
|
53
|
+
"Back": "Terug",
|
|
54
|
+
"Remove": "Verwijderen",
|
|
55
|
+
"More": "Meer",
|
|
56
|
+
"Update": "Bijwerken",
|
|
57
|
+
"Style": "Stijl",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "Lettertype",
|
|
61
|
+
"Font Size": "Letter grootte",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "Kleuren",
|
|
65
|
+
"Background": "Achtergrond",
|
|
66
|
+
"Text": "Tekst",
|
|
67
|
+
"HEX Color": "Hex kleur",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "Opmaak",
|
|
71
|
+
"Normal": "Normaal",
|
|
72
|
+
"Code": "Code",
|
|
73
|
+
"Heading 1": "Kop 1",
|
|
74
|
+
"Heading 2": "Kop 2",
|
|
75
|
+
"Heading 3": "Kop 3",
|
|
76
|
+
"Heading 4": "Kop 4",
|
|
77
|
+
|
|
78
|
+
// Style
|
|
79
|
+
"Paragraph Style": "Paragraaf stijl",
|
|
80
|
+
"Inline Style": "In de rij stijl",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "Uitlijnen",
|
|
84
|
+
"Align Left": "Links uitlijnen",
|
|
85
|
+
"Align Center": "Centreren",
|
|
86
|
+
"Align Right": "Rechts uitlijnen",
|
|
87
|
+
"Align Justify": "Uitvullen",
|
|
88
|
+
"None": "Geen",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "Geordende lijst",
|
|
92
|
+
"Unordered List": "Ongeordende lijst",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "Inspringen verkleinen",
|
|
96
|
+
"Increase Indent": "Inspringen vergroten",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "Hyperlink invoegen",
|
|
100
|
+
"Open in new tab": "Openen in nieuwe tab",
|
|
101
|
+
"Open Link": "Open link",
|
|
102
|
+
"Edit Link": "Link bewerken",
|
|
103
|
+
"Unlink": "Link verwijderen",
|
|
104
|
+
"Choose Link": "Link kiezen",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "Afbeelding invoegen",
|
|
108
|
+
"Upload Image": "Afbeelding uploaden",
|
|
109
|
+
"By URL": "Via URL",
|
|
110
|
+
"Browse": "Blader",
|
|
111
|
+
"Drop image": "Drop afbeelding",
|
|
112
|
+
"or click": "of klik op",
|
|
113
|
+
"Manage Images": "Afbeeldingen beheren",
|
|
114
|
+
"Loading": "Bezig met laden",
|
|
115
|
+
"Deleting": "Verwijderen",
|
|
116
|
+
"Tags": "Labels",
|
|
117
|
+
"Are you sure? Image will be deleted.": "Weet je het zeker? Afbeelding wordt verwijderd.",
|
|
118
|
+
"Replace": "Vervangen",
|
|
119
|
+
"Uploading": "Uploaden",
|
|
120
|
+
"Loading image": "Afbeelding laden",
|
|
121
|
+
"Display": "Tonen",
|
|
122
|
+
"Inline": "In lijn",
|
|
123
|
+
"Break Text": "Tekst afbreken",
|
|
124
|
+
"Alternate Text": "Alternatieve tekst",
|
|
125
|
+
"Change Size": "Grootte wijzigen",
|
|
126
|
+
"Width": "Breedte",
|
|
127
|
+
"Height": "Hoogte",
|
|
128
|
+
"Something went wrong. Please try again.": "Er is iets fout gegaan. Probeer opnieuw.",
|
|
129
|
+
"Image Caption": "Afbeelding caption",
|
|
130
|
+
"Advanced Edit": "Geavanceerd bewerken",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "Video invoegen",
|
|
134
|
+
"Embedded Code": "Ingebedde code",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "Tabel invoegen",
|
|
138
|
+
"Table Header": "Tabel hoofd",
|
|
139
|
+
"Remove Table": "Verwijder tabel",
|
|
140
|
+
"Table Style": "Tabelstijl",
|
|
141
|
+
"Horizontal Align": "Horizontale uitlijning",
|
|
142
|
+
"Row": "Rij",
|
|
143
|
+
"Insert row above": "Voeg rij boven toe",
|
|
144
|
+
"Insert row below": "Voeg rij onder toe",
|
|
145
|
+
"Delete row": "Verwijder rij",
|
|
146
|
+
"Column": "Kolom",
|
|
147
|
+
"Insert column before": "Voeg kolom in voor",
|
|
148
|
+
"Insert column after": "Voeg kolom in na",
|
|
149
|
+
"Delete column": "Verwijder kolom",
|
|
150
|
+
"Cell": "Cel",
|
|
151
|
+
"Merge cells": "Cellen samenvoegen",
|
|
152
|
+
"Horizontal split": "Horizontaal splitsen",
|
|
153
|
+
"Vertical split": "Verticaal splitsen",
|
|
154
|
+
"Cell Background": "Cel achtergrond",
|
|
155
|
+
"Vertical Align": "Verticale uitlijning",
|
|
156
|
+
"Top": "Top",
|
|
157
|
+
"Middle": "Midden",
|
|
158
|
+
"Bottom": "Onder",
|
|
159
|
+
"Align Top": "Uitlijnen top",
|
|
160
|
+
"Align Middle": "Uitlijnen midden",
|
|
161
|
+
"Align Bottom": "Onder uitlijnen",
|
|
162
|
+
"Cell Style": "Celstijl",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "Upload bestand",
|
|
166
|
+
"Drop file": "Drop bestand",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "Emoticons",
|
|
170
|
+
"Grinning face": "Grijnzend gezicht",
|
|
171
|
+
"Grinning face with smiling eyes": "Grijnzend gezicht met lachende ogen",
|
|
172
|
+
"Face with tears of joy": "Gezicht met tranen van vreugde",
|
|
173
|
+
"Smiling face with open mouth": "Lachend gezicht met open mond",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Lachend gezicht met open mond en lachende ogen",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "Lachend gezicht met open mond en koud zweet",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Lachend gezicht met open mond en strak gesloten ogen",
|
|
177
|
+
"Smiling face with halo": "Lachend gezicht met halo",
|
|
178
|
+
"Smiling face with horns": "Lachend gezicht met hoorns",
|
|
179
|
+
"Winking face": "Knipogend gezicht",
|
|
180
|
+
"Smiling face with smiling eyes": "Lachend gezicht met lachende ogen",
|
|
181
|
+
"Face savoring delicious food": "Gezicht genietend van heerlijk eten",
|
|
182
|
+
"Relieved face": "Opgelucht gezicht",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "Glimlachend gezicht met hart-vormige ogen",
|
|
184
|
+
"Smiling face with sunglasses": "Lachend gezicht met zonnebril",
|
|
185
|
+
"Smirking face": "Grijnzende gezicht",
|
|
186
|
+
"Neutral face": "Neutraal gezicht",
|
|
187
|
+
"Expressionless face": "Uitdrukkingsloos gezicht",
|
|
188
|
+
"Unamused face": "Niet geamuseerd gezicht",
|
|
189
|
+
"Face with cold sweat": "Gezicht met koud zweet",
|
|
190
|
+
"Pensive face": "Peinzend gezicht",
|
|
191
|
+
"Confused face": "Verward gezicht",
|
|
192
|
+
"Confounded face": "Beschaamd gezicht",
|
|
193
|
+
"Kissing face": "Zoenend gezicht",
|
|
194
|
+
"Face throwing a kiss": "Gezicht gooien van een kus",
|
|
195
|
+
"Kissing face with smiling eyes": "Zoenend gezicht met lachende ogen",
|
|
196
|
+
"Kissing face with closed eyes": "Zoenend gezicht met gesloten ogen",
|
|
197
|
+
"Face with stuck out tongue": "Gezicht met uitstekende tong",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "Gezicht met uitstekende tong en knipoog",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Gezicht met uitstekende tong en strak-gesloten ogen",
|
|
200
|
+
"Disappointed face": "Teleurgesteld gezicht",
|
|
201
|
+
"Worried face": "Bezorgd gezicht",
|
|
202
|
+
"Angry face": "Boos gezicht",
|
|
203
|
+
"Pouting face": "Pruilend gezicht",
|
|
204
|
+
"Crying face": "Huilend gezicht",
|
|
205
|
+
"Persevering face": "Volhardend gezicht",
|
|
206
|
+
"Face with look of triumph": "Gezicht met blik van triomf",
|
|
207
|
+
"Disappointed but relieved face": "Teleurgesteld, maar opgelucht gezicht",
|
|
208
|
+
"Frowning face with open mouth": "Fronsend gezicht met open mond",
|
|
209
|
+
"Anguished face": "Gekweld gezicht",
|
|
210
|
+
"Fearful face": "Angstig gezicht",
|
|
211
|
+
"Weary face": "Vermoeid gezicht",
|
|
212
|
+
"Sleepy face": "Slaperig gezicht",
|
|
213
|
+
"Tired face": "Moe gezicht",
|
|
214
|
+
"Grimacing face": "Grimassen trekkend gezicht",
|
|
215
|
+
"Loudly crying face": "Luid schreeuwend gezicht",
|
|
216
|
+
"Face with open mouth": "Gezicht met open mond",
|
|
217
|
+
"Hushed face": "Tot zwijgen gebracht gezicht",
|
|
218
|
+
"Face with open mouth and cold sweat": "Gezicht met open mond en koud zweet",
|
|
219
|
+
"Face screaming in fear": "Gezicht schreeuwend van angst",
|
|
220
|
+
"Astonished face": "Verbaasd gezicht",
|
|
221
|
+
"Flushed face": "Blozend gezicht",
|
|
222
|
+
"Sleeping face": "Slapend gezicht",
|
|
223
|
+
"Dizzy face": "Duizelig gezicht",
|
|
224
|
+
"Face without mouth": "Gezicht zonder mond",
|
|
225
|
+
"Face with medical mask": "Gezicht met medisch masker",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "Afbreken",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "Subscript",
|
|
232
|
+
"Superscript": "Superscript",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "Volledig scherm",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "Horizontale lijn invoegen",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "Verwijder opmaak",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "Ongedaan maken",
|
|
245
|
+
"Redo": "Opnieuw",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "Alles selecteren",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "Codeweergave",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "Citaat",
|
|
255
|
+
"Increase": "Toenemen",
|
|
256
|
+
"Decrease": "Daling",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "Snel invoegen",
|
|
260
|
+
|
|
261
|
+
// Spcial Characters
|
|
262
|
+
"Special Characters": "Speciale tekens",
|
|
263
|
+
"Latin": "Latijns",
|
|
264
|
+
"Greek": "Grieks",
|
|
265
|
+
"Cyrillic": "Cyrillisch",
|
|
266
|
+
"Punctuation": "Interpunctie",
|
|
267
|
+
"Currency": "Valuta",
|
|
268
|
+
"Arrows": "Pijlen",
|
|
269
|
+
"Math": "Wiskunde",
|
|
270
|
+
"Misc": "Misc",
|
|
271
|
+
|
|
272
|
+
// Print.
|
|
273
|
+
"Print": "Afdrukken",
|
|
274
|
+
|
|
275
|
+
// Spell Checker.
|
|
276
|
+
"Spell Checker": "Spellingscontrole",
|
|
277
|
+
|
|
278
|
+
// Help
|
|
279
|
+
"Help": "Helpen",
|
|
280
|
+
"Shortcuts": "Snelkoppelingen",
|
|
281
|
+
"Inline Editor": "Inline editor",
|
|
282
|
+
"Show the editor": "Laat de editor zien",
|
|
283
|
+
"Common actions": "Gemeenschappelijke acties",
|
|
284
|
+
"Copy": "Kopiëren",
|
|
285
|
+
"Cut": "Besnoeiing",
|
|
286
|
+
"Paste": "Plakken",
|
|
287
|
+
"Basic Formatting": "Basisformattering",
|
|
288
|
+
"Increase quote level": "Citaat niveau verhogen",
|
|
289
|
+
"Decrease quote level": "Citaatniveau verminderen",
|
|
290
|
+
"Image / Video": "Beeld / video",
|
|
291
|
+
"Resize larger": "Grootte groter",
|
|
292
|
+
"Resize smaller": "Kleiner formaat wijzigen",
|
|
293
|
+
"Table": "Tafel",
|
|
294
|
+
"Select table cell": "Selecteer tabelcel",
|
|
295
|
+
"Extend selection one cell": "Selecteer een cel uit",
|
|
296
|
+
"Extend selection one row": "Selecteer een rij uit",
|
|
297
|
+
"Navigation": "Navigatie",
|
|
298
|
+
"Focus popup / toolbar": "Focus pop-up / werkbalk",
|
|
299
|
+
"Return focus to previous position": "Terugkeer focus naar vorige positie",
|
|
300
|
+
|
|
301
|
+
// Embed.ly
|
|
302
|
+
"Embed URL": "Embed url",
|
|
303
|
+
"Paste in a URL to embed": "Plak in een url om in te vullen",
|
|
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?": "De geplakte inhoud komt uit een Microsoft Word-document. wil je het formaat behouden of opruimen?",
|
|
307
|
+
"Keep": "Houden",
|
|
308
|
+
"Clean": "Schoon",
|
|
309
|
+
"Word Paste Detected": "Woordpasta gedetecteerd"
|
|
310
|
+
},
|
|
311
|
+
direction: "ltr"
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
}));
|