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
|
+
* German
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['de'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "Schreiben Sie etwas",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "Fett",
|
|
44
|
+
"Italic": "Kursiv",
|
|
45
|
+
"Underline": "Unterstrichen",
|
|
46
|
+
"Strikethrough": "Durchgestrichen",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "Einf\u00fcgen",
|
|
50
|
+
"Delete": "L\u00f6schen",
|
|
51
|
+
"Cancel": "Abbrechen",
|
|
52
|
+
"OK": "Ok",
|
|
53
|
+
"Back": "Zur\u00fcck",
|
|
54
|
+
"Remove": "Entfernen",
|
|
55
|
+
"More": "Mehr",
|
|
56
|
+
"Update": "Aktualisierung",
|
|
57
|
+
"Style": "Stil",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "Schriftart",
|
|
61
|
+
"Font Size": "Schriftgr\u00f6\u00dfe",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "Farben",
|
|
65
|
+
"Background": "Hintergrund",
|
|
66
|
+
"Text": "Text",
|
|
67
|
+
"HEX Color": "Hexe Farbe",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "Formate",
|
|
71
|
+
"Normal": "Normal",
|
|
72
|
+
"Code": "Quelltext",
|
|
73
|
+
"Heading 1": "\u00dcberschrift 1",
|
|
74
|
+
"Heading 2": "\u00dcberschrift 2",
|
|
75
|
+
"Heading 3": "\u00dcberschrift 3",
|
|
76
|
+
"Heading 4": "\u00dcberschrift 4",
|
|
77
|
+
|
|
78
|
+
// Style
|
|
79
|
+
"Paragraph Style": "Absatz-Stil",
|
|
80
|
+
"Inline Style": "Inline-Stil",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "Ausrichtung",
|
|
84
|
+
"Align Left": "Linksb\u00fcndig ausrichten",
|
|
85
|
+
"Align Center": "Zentriert ausrichten",
|
|
86
|
+
"Align Right": "Rechtsb\u00fcndig ausrichten",
|
|
87
|
+
"Align Justify": "Blocksatz",
|
|
88
|
+
"None": "Keine",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "Geordnete Liste",
|
|
92
|
+
"Unordered List": "Ungeordnete Liste",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "Einzug verkleinern",
|
|
96
|
+
"Increase Indent": "Einzug vergr\u00f6\u00dfern",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "Link einf\u00fcgen",
|
|
100
|
+
"Open in new tab": "In neuem Tab \u00f6ffnen",
|
|
101
|
+
"Open Link": "Link \u00d6ffnen",
|
|
102
|
+
"Edit Link": "Link bearbeiten",
|
|
103
|
+
"Unlink": "Link entfernen",
|
|
104
|
+
"Choose Link": "Einen Link ausw\u00e4hlen",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "Bild einf\u00fcgen",
|
|
108
|
+
"Upload Image": "Bild hochladen",
|
|
109
|
+
"By URL": "Von URL",
|
|
110
|
+
"Browse": "Ordner",
|
|
111
|
+
"Drop image": "Ziehen Sie ein Bild hierher",
|
|
112
|
+
"or click": "oder klicken Sie hier",
|
|
113
|
+
"Manage Images": "Bilder verwalten",
|
|
114
|
+
"Loading": "Laden",
|
|
115
|
+
"Deleting": "L\u00f6schen",
|
|
116
|
+
"Tags": "Tags",
|
|
117
|
+
"Are you sure? Image will be deleted.": "Sind Sie sicher? Das Bild wird gel\u00f6scht.",
|
|
118
|
+
"Replace": "Ersetzen",
|
|
119
|
+
"Uploading": "Hochladen",
|
|
120
|
+
"Loading image": "Das Bild wird geladen",
|
|
121
|
+
"Display": "Textausrichtung",
|
|
122
|
+
"Inline": "Mit Text in einer Zeile",
|
|
123
|
+
"Break Text": "Text umbrechen",
|
|
124
|
+
"Alternate Text": "Alternativtext",
|
|
125
|
+
"Change Size": "Gr\u00f6\u00dfe \u00e4ndern",
|
|
126
|
+
"Width": "Breite",
|
|
127
|
+
"Height": "H\u00f6he",
|
|
128
|
+
"Something went wrong. Please try again.": "Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.",
|
|
129
|
+
"Image Caption": "Bildbeschreibung",
|
|
130
|
+
"Advanced Edit": "Erweiterte Bearbeitung",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "Video einf\u00fcgen",
|
|
134
|
+
"Embedded Code": "Eingebetteter Code",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "Tabelle einf\u00fcgen",
|
|
138
|
+
"Table Header": "Tabellenkopf",
|
|
139
|
+
"Remove Table": "Tabelle entfernen",
|
|
140
|
+
"Table Style": "Tabelle Stil",
|
|
141
|
+
"Horizontal Align": "Horizontal Ausrichtung",
|
|
142
|
+
"Row": "Zeile",
|
|
143
|
+
"Insert row above": "Neue Zeile davor einf\u00fcgen",
|
|
144
|
+
"Insert row below": "Neue Zeile danach einf\u00fcgen",
|
|
145
|
+
"Delete row": "Zeile l\u00f6schen",
|
|
146
|
+
"Column": "Spalte",
|
|
147
|
+
"Insert column before": "Neue Spalte davor einf\u00fcgen",
|
|
148
|
+
"Insert column after": "Neue Spalte danach einf\u00fcgen",
|
|
149
|
+
"Delete column": "Spalte l\u00f6schen",
|
|
150
|
+
"Cell": "Zelle",
|
|
151
|
+
"Merge cells": "Zelle verschmelzen",
|
|
152
|
+
"Horizontal split": "Horizontal teilen",
|
|
153
|
+
"Vertical split": "Vertikal teilen",
|
|
154
|
+
"Cell Background": "Zellenhintergrund",
|
|
155
|
+
"Vertical Align": "Vertikale Ausrichtung",
|
|
156
|
+
"Top": "Oben",
|
|
157
|
+
"Middle": "Zentriert",
|
|
158
|
+
"Bottom": "Unten",
|
|
159
|
+
"Align Top": "Oben ausrichten",
|
|
160
|
+
"Align Middle": "Zentriert ausrichten",
|
|
161
|
+
"Align Bottom": "Unten ausrichten",
|
|
162
|
+
"Cell Style": "Zellen-Stil",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "Datei Hochladen",
|
|
166
|
+
"Drop file": "Ziehen Sie eine Datei hierhin",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "Emoticons",
|
|
170
|
+
"Grinning face": "Grinsendes Gesicht",
|
|
171
|
+
"Grinning face with smiling eyes": "Grinsend Gesicht mit l\u00e4chelnden Augen",
|
|
172
|
+
"Face with tears of joy": "Gesicht mit Tr\u00e4nen der Freude",
|
|
173
|
+
"Smiling face with open mouth": "L\u00e4chelndes Gesicht mit offenem Mund",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "L\u00e4chelndes Gesicht mit offenem Mund und l\u00e4chelnden Augen",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "L\u00e4chelndes Gesicht mit offenem Mund und kaltem Schwei\u00df",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "L\u00e4chelndes Gesicht mit offenem Mund und fest geschlossenen Augen",
|
|
177
|
+
"Smiling face with halo": "L\u00e4cheln Gesicht mit Heiligenschein",
|
|
178
|
+
"Smiling face with horns": "L\u00e4cheln Gesicht mit H\u00f6rnern",
|
|
179
|
+
"Winking face": "Zwinkerndes Gesicht",
|
|
180
|
+
"Smiling face with smiling eyes": "L\u00e4chelndes Gesicht mit l\u00e4chelnden Augen",
|
|
181
|
+
"Face savoring delicious food": "Gesicht leckeres Essen genie\u00dfend",
|
|
182
|
+
"Relieved face": "Erleichtertes Gesicht",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "L\u00e4chelndes Gesicht mit herzf\u00f6rmigen Augen",
|
|
184
|
+
"Smiling face with sunglasses": "L\u00e4chelndes Gesicht mit Sonnenbrille",
|
|
185
|
+
"Smirking face": "Grinsendes Gesicht",
|
|
186
|
+
"Neutral face": "Neutrales Gesicht",
|
|
187
|
+
"Expressionless face": "Ausdrucksloses Gesicht",
|
|
188
|
+
"Unamused face": "Genervtes Gesicht",
|
|
189
|
+
"Face with cold sweat": "Gesicht mit kaltem Schwei\u00df",
|
|
190
|
+
"Pensive face": "Nachdenkliches Gesicht",
|
|
191
|
+
"Confused face": "Verwirrtes Gesicht",
|
|
192
|
+
"Confounded face": "Elendes Gesicht",
|
|
193
|
+
"Kissing face": "K\u00fcssendes Gesicht",
|
|
194
|
+
"Face throwing a kiss": "Gesicht wirft einen Kuss",
|
|
195
|
+
"Kissing face with smiling eyes": "K\u00fcssendes Gesicht mit l\u00e4chelnden Augen",
|
|
196
|
+
"Kissing face with closed eyes": "K\u00fcssendes Gesicht mit geschlossenen Augen",
|
|
197
|
+
"Face with stuck out tongue": "Gesicht mit herausgestreckter Zunge",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "Gesicht mit herausgestreckter Zunge und zwinkerndem Auge",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Gesicht mit herausgestreckter Zunge und fest geschlossenen Augen",
|
|
200
|
+
"Disappointed face": "Entt\u00e4uschtes Gesicht",
|
|
201
|
+
"Worried face": "Besorgtes Gesicht",
|
|
202
|
+
"Angry face": "Ver\u00e4rgertes Gesicht",
|
|
203
|
+
"Pouting face": "Schmollendes Gesicht",
|
|
204
|
+
"Crying face": "Weinendes Gesicht",
|
|
205
|
+
"Persevering face": "Ausharrendes Gesicht",
|
|
206
|
+
"Face with look of triumph": "Gesicht mit triumphierenden Blick",
|
|
207
|
+
"Disappointed but relieved face": "Entt\u00e4uschtes, aber erleichtertes Gesicht",
|
|
208
|
+
"Frowning face with open mouth": "Entsetztes Gesicht mit offenem Mund",
|
|
209
|
+
"Anguished face": "Gequ\u00e4ltes Gesicht",
|
|
210
|
+
"Fearful face": "Angstvolles Gesicht",
|
|
211
|
+
"Weary face": "M\u00fcdes Gesicht",
|
|
212
|
+
"Sleepy face": "Schl\u00e4friges Gesicht",
|
|
213
|
+
"Tired face": "G\u00e4hnendes Gesicht",
|
|
214
|
+
"Grimacing face": "Grimassenschneidendes Gesicht",
|
|
215
|
+
"Loudly crying face": "Laut weinendes Gesicht",
|
|
216
|
+
"Face with open mouth": "Gesicht mit offenem Mund",
|
|
217
|
+
"Hushed face": "Besorgtes Gesicht mit offenem Mund",
|
|
218
|
+
"Face with open mouth and cold sweat": "Gesicht mit offenem Mund und kaltem Schwei\u00df",
|
|
219
|
+
"Face screaming in fear": "Vor Angst schreiendes Gesicht",
|
|
220
|
+
"Astonished face": "Erstauntes Gesicht",
|
|
221
|
+
"Flushed face": "Ger\u00f6tetes Gesicht",
|
|
222
|
+
"Sleeping face": "Schlafendes Gesicht",
|
|
223
|
+
"Dizzy face": "Schwindliges Gesicht",
|
|
224
|
+
"Face without mouth": "Gesicht ohne Mund",
|
|
225
|
+
"Face with medical mask": "Gesicht mit Mundschutz",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "Zeilenumbruch",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "Tiefgestellt",
|
|
232
|
+
"Superscript": "Hochgestellt",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "Vollbild",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "Horizontale Linie einf\u00fcgen",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "Formatierung l\u00f6schen",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "R\u00fcckg\u00e4ngig",
|
|
245
|
+
"Redo": "Wiederholen",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "Alles ausw\u00e4hlen",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "Code-Ansicht",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "Zitieren",
|
|
255
|
+
"Increase": "Vergr\u00f6\u00dfern",
|
|
256
|
+
"Decrease": "Verkleinern",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "Schnelleinsatz",
|
|
260
|
+
|
|
261
|
+
// Spcial Characters
|
|
262
|
+
"Special Characters": "Spezielle Charaktere",
|
|
263
|
+
"Latin": "Lateinisch",
|
|
264
|
+
"Greek": "Griechisch",
|
|
265
|
+
"Cyrillic": "Kyrillisch",
|
|
266
|
+
"Punctuation": "Interpunktion",
|
|
267
|
+
"Currency": "Währung",
|
|
268
|
+
"Arrows": "Pfeile",
|
|
269
|
+
"Math": "Mathe",
|
|
270
|
+
"Misc": "Misc",
|
|
271
|
+
|
|
272
|
+
// Print.
|
|
273
|
+
"Print": "Drucken",
|
|
274
|
+
|
|
275
|
+
// Spell Checker.
|
|
276
|
+
"Spell Checker": "Rechtschreibprüfung",
|
|
277
|
+
|
|
278
|
+
// Help
|
|
279
|
+
"Help": "Hilfe",
|
|
280
|
+
"Shortcuts": "Verknüpfungen",
|
|
281
|
+
"Inline Editor": "Inline-Editor",
|
|
282
|
+
"Show the editor": "Zeige den Redakteur",
|
|
283
|
+
"Common actions": "Gemeinsame Aktionen",
|
|
284
|
+
"Copy": "Kopieren",
|
|
285
|
+
"Cut": "Schneiden",
|
|
286
|
+
"Paste": "Paste",
|
|
287
|
+
"Basic Formatting": "Grundformatierung",
|
|
288
|
+
"Increase quote level": "Zitat erhöhen",
|
|
289
|
+
"Decrease quote level": "Verringern Sie das Zitatniveau",
|
|
290
|
+
"Image / Video": "Bild / Video",
|
|
291
|
+
"Resize larger": "Größe größer ändern",
|
|
292
|
+
"Resize smaller": "Verkleinern kleiner",
|
|
293
|
+
"Table": "Tabelle",
|
|
294
|
+
"Select table cell": "Tischzelle auswählen",
|
|
295
|
+
"Extend selection one cell": "Erweitere eine Zelle",
|
|
296
|
+
"Extend selection one row": "Erweitere eine reihe",
|
|
297
|
+
"Navigation": "Navigation",
|
|
298
|
+
"Focus popup / toolbar": "Fokus-Popup / Symbolleiste",
|
|
299
|
+
"Return focus to previous position": "Rückkehr Fokus auf vorherige Position",
|
|
300
|
+
|
|
301
|
+
// Embed.ly
|
|
302
|
+
"Embed URL": "Embed url",
|
|
303
|
+
"Paste in a URL to embed": "Einfügen in eine URL zum Einbetten",
|
|
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?": "Der eingefügte Inhalt kommt aus einem Microsoft Word-Dokument. Möchtest du das Format behalten oder aufräumen?",
|
|
307
|
+
"Keep": "Behalten",
|
|
308
|
+
"Clean": "Reinigen",
|
|
309
|
+
"Word Paste Detected": "Wortpaste erkannt"
|
|
310
|
+
},
|
|
311
|
+
direction: "ltr"
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
}));
|
|
@@ -0,0 +1,258 @@
|
|
|
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
|
+
* English spoken in Canada
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['en_ca'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "Type something",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "Bold",
|
|
44
|
+
"Italic": "Italic",
|
|
45
|
+
"Underline": "Underline",
|
|
46
|
+
"Strikethrough": "Strikethrough",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "Insert",
|
|
50
|
+
"Delete": "Delete",
|
|
51
|
+
"Cancel": "Cancel",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Back": "Back",
|
|
54
|
+
"Remove": "Remove",
|
|
55
|
+
"More": "More",
|
|
56
|
+
"Update": "Update",
|
|
57
|
+
"Style": "Style",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "Font Family",
|
|
61
|
+
"Font Size": "Font Size",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "Colours",
|
|
65
|
+
"Background": "Background",
|
|
66
|
+
"Text": "Text",
|
|
67
|
+
"HEX Color": "HEX Colour",
|
|
68
|
+
|
|
69
|
+
// Paragraphs
|
|
70
|
+
"Paragraph Format": "Paragraph Format",
|
|
71
|
+
"Normal": "Normal",
|
|
72
|
+
"Code": "Code",
|
|
73
|
+
"Heading 1": "Heading 1",
|
|
74
|
+
"Heading 2": "Heading 2",
|
|
75
|
+
"Heading 3": "Heading 3",
|
|
76
|
+
"Heading 4": "Heading 4",
|
|
77
|
+
|
|
78
|
+
// Style
|
|
79
|
+
"Paragraph Style": "Paragraph Style",
|
|
80
|
+
"Inline Style": "Inline Style",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "Align",
|
|
84
|
+
"Align Left": "Align Left",
|
|
85
|
+
"Align Center": "Align Centre",
|
|
86
|
+
"Align Right": "Alight Right",
|
|
87
|
+
"Align Justify": "Align Justify",
|
|
88
|
+
"None": "None",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "Ordered List",
|
|
92
|
+
"Unordered List": "Unordered List",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "Decrease Indent",
|
|
96
|
+
"Increase Indent": "Increase Indent",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "Insert Link",
|
|
100
|
+
"Open in new tab": "Open in new tab",
|
|
101
|
+
"Open Link": "Open Link",
|
|
102
|
+
"Edit Link": "Edit Link",
|
|
103
|
+
"Unlink": "Unlink",
|
|
104
|
+
"Choose Link": "Choose Link",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "Insert Image",
|
|
108
|
+
"Upload Image": "Upload Image",
|
|
109
|
+
"By URL": "By URL",
|
|
110
|
+
"Browse": "Browse",
|
|
111
|
+
"Drop image": "Drop image",
|
|
112
|
+
"or click": "or click",
|
|
113
|
+
"Manage Images": "Manage Images",
|
|
114
|
+
"Loading": "Loading",
|
|
115
|
+
"Deleting": "Deleting",
|
|
116
|
+
"Tags": "Tags",
|
|
117
|
+
"Are you sure? Image will be deleted.": "Are you sure? Image will be deleted.",
|
|
118
|
+
"Replace": "Replace",
|
|
119
|
+
"Uploading": "Uploading",
|
|
120
|
+
"Loading image": "Loading image",
|
|
121
|
+
"Display": "Display",
|
|
122
|
+
"Inline": "Inline",
|
|
123
|
+
"Break Text": "Break Text",
|
|
124
|
+
"Alternate Text": "Alternate Text",
|
|
125
|
+
"Change Size": "Change Size",
|
|
126
|
+
"Width": "Width",
|
|
127
|
+
"Height": "Height",
|
|
128
|
+
"Something went wrong. Please try again.": "Something went wrong. Please try again.",
|
|
129
|
+
"Image Caption": "Image Caption",
|
|
130
|
+
"Advanced Edit": "Advanced Edit",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "Insert Video",
|
|
134
|
+
"Embedded Code": "Embedded Code",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "Insert Table",
|
|
138
|
+
"Table Header": "Table Header",
|
|
139
|
+
"Remove Table": "Remove Table",
|
|
140
|
+
"Table Style": "Table Style",
|
|
141
|
+
"Horizontal Align": "Horizontal Align",
|
|
142
|
+
"Row": "Row",
|
|
143
|
+
"Insert row above": "Insert row above",
|
|
144
|
+
"Insert row below": "Insert row below",
|
|
145
|
+
"Delete row": "Delete row",
|
|
146
|
+
"Column": "Column",
|
|
147
|
+
"Insert column before": "Insert column before",
|
|
148
|
+
"Insert column after": "Insert column after",
|
|
149
|
+
"Delete column": "Delete column",
|
|
150
|
+
"Cell": "Cell",
|
|
151
|
+
"Merge cells": "Merge cells",
|
|
152
|
+
"Horizontal split": "Horizontal split",
|
|
153
|
+
"Vertical split": "Vertical split",
|
|
154
|
+
"Cell Background": "Cell Background",
|
|
155
|
+
"Vertical Align": "Vertical Align",
|
|
156
|
+
"Top": "Top",
|
|
157
|
+
"Middle": "Middle",
|
|
158
|
+
"Bottom": "Bottom",
|
|
159
|
+
"Align Top": "Align Top",
|
|
160
|
+
"Align Middle": "Align Middle",
|
|
161
|
+
"Align Bottom": "Align Bottom",
|
|
162
|
+
"Cell Style": "Cell Style",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "Upload File",
|
|
166
|
+
"Drop file": "Drop file",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "Emoticons",
|
|
170
|
+
|
|
171
|
+
// Line breaker
|
|
172
|
+
"Break": "Break",
|
|
173
|
+
|
|
174
|
+
// Math
|
|
175
|
+
"Subscript": "Subscript",
|
|
176
|
+
"Superscript": "Superscript",
|
|
177
|
+
|
|
178
|
+
// Full screen
|
|
179
|
+
"Fullscreen": "Fullscreen",
|
|
180
|
+
|
|
181
|
+
// Horizontal line
|
|
182
|
+
"Insert Horizontal Line": "Insert Horizontal Line",
|
|
183
|
+
|
|
184
|
+
// Clear formatting
|
|
185
|
+
"Clear Formatting": "Cell Formatting",
|
|
186
|
+
|
|
187
|
+
// Undo, redo
|
|
188
|
+
"Undo": "Undo",
|
|
189
|
+
"Redo": "Redo",
|
|
190
|
+
|
|
191
|
+
// Select all
|
|
192
|
+
"Select All": "Select All",
|
|
193
|
+
|
|
194
|
+
// Code view
|
|
195
|
+
"Code View": "Code View",
|
|
196
|
+
|
|
197
|
+
// Quote
|
|
198
|
+
"Quote": "Quote",
|
|
199
|
+
"Increase": "Increase",
|
|
200
|
+
"Decrease": "Decrease",
|
|
201
|
+
|
|
202
|
+
// Quick Insert
|
|
203
|
+
"Quick Insert": "Quick Insert",
|
|
204
|
+
|
|
205
|
+
// Spcial Characters
|
|
206
|
+
"Special Characters": "Special Characters",
|
|
207
|
+
"Latin": "Latin",
|
|
208
|
+
"Greek": "Greek",
|
|
209
|
+
"Cyrillic": "Cyrillic",
|
|
210
|
+
"Punctuation": "Punctuation",
|
|
211
|
+
"Currency": "Currency",
|
|
212
|
+
"Arrows": "Arrows",
|
|
213
|
+
"Math": "Math",
|
|
214
|
+
"Misc": "Misc",
|
|
215
|
+
|
|
216
|
+
// Print.
|
|
217
|
+
"Print": "Print",
|
|
218
|
+
|
|
219
|
+
// Spell Checker.
|
|
220
|
+
"Spell Checker": "Spell Checker",
|
|
221
|
+
|
|
222
|
+
// Help
|
|
223
|
+
"Help": "Help",
|
|
224
|
+
"Shortcuts": "Shortcuts",
|
|
225
|
+
"Inline Editor": "Inline Editor",
|
|
226
|
+
"Show the editor": "Show the editor",
|
|
227
|
+
"Common actions": "Common actions",
|
|
228
|
+
"Copy": "Copy",
|
|
229
|
+
"Cut": "Cut",
|
|
230
|
+
"Paste": "Paste",
|
|
231
|
+
"Basic Formatting": "Basic Formatting",
|
|
232
|
+
"Increase quote level": "Increase quote level",
|
|
233
|
+
"Decrease quote level": "Decrease quote level",
|
|
234
|
+
"Image / Video": "Image / Video",
|
|
235
|
+
"Resize larger": "Resize larger",
|
|
236
|
+
"Resize smaller": "Resize smaller",
|
|
237
|
+
"Table": "Table",
|
|
238
|
+
"Select table cell": "Select table cell",
|
|
239
|
+
"Extend selection one cell": "Extend selection one cell",
|
|
240
|
+
"Extend selection one row": "Extend selection one row",
|
|
241
|
+
"Navigation": "Navigation",
|
|
242
|
+
"Focus popup / toolbar": "Focus popup / toolbar",
|
|
243
|
+
"Return focus to previous position": "Return focus to previous position",
|
|
244
|
+
|
|
245
|
+
// Embed.ly
|
|
246
|
+
"Embed URL": "Embed URL",
|
|
247
|
+
"Paste in a URL to embed": "Paste in a URL to embed",
|
|
248
|
+
|
|
249
|
+
// Word Paste.
|
|
250
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?",
|
|
251
|
+
"Keep": "Keep",
|
|
252
|
+
"Clean": "Clean",
|
|
253
|
+
"Word Paste Detected": "Word Paste Detected"
|
|
254
|
+
},
|
|
255
|
+
direction: "ltr"
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
}));
|