wysiwyg-rails 2.6.0 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +23 -3
- data/app/assets/javascripts/froala_editor.min.js +3 -8
- data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
- data/app/assets/javascripts/languages/ar.js +92 -4
- data/app/assets/javascripts/languages/bs.js +92 -4
- data/app/assets/javascripts/languages/cs.js +92 -4
- data/app/assets/javascripts/languages/da.js +196 -111
- data/app/assets/javascripts/languages/de.js +167 -79
- data/app/assets/javascripts/languages/el.js +327 -0
- data/app/assets/javascripts/languages/en_ca.js +94 -6
- data/app/assets/javascripts/languages/en_gb.js +92 -4
- data/app/assets/javascripts/languages/es.js +93 -5
- data/app/assets/javascripts/languages/et.js +92 -4
- data/app/assets/javascripts/languages/fa.js +96 -8
- data/app/assets/javascripts/languages/fi.js +92 -4
- data/app/assets/javascripts/languages/fr.js +129 -41
- data/app/assets/javascripts/languages/he.js +92 -4
- data/app/assets/javascripts/languages/hr.js +92 -4
- data/app/assets/javascripts/languages/hu.js +105 -17
- data/app/assets/javascripts/languages/id.js +92 -4
- data/app/assets/javascripts/languages/it.js +198 -110
- data/app/assets/javascripts/languages/ja.js +191 -103
- data/app/assets/javascripts/languages/ko.js +116 -28
- data/app/assets/javascripts/languages/ku.js +314 -0
- data/app/assets/javascripts/languages/me.js +92 -4
- data/app/assets/javascripts/languages/nb.js +92 -4
- data/app/assets/javascripts/languages/nl.js +101 -13
- data/app/assets/javascripts/languages/pl.js +92 -4
- data/app/assets/javascripts/languages/pt_br.js +165 -77
- data/app/assets/javascripts/languages/pt_pt.js +94 -6
- data/app/assets/javascripts/languages/ro.js +92 -5
- data/app/assets/javascripts/languages/ru.js +95 -7
- data/app/assets/javascripts/languages/sk.js +92 -5
- data/app/assets/javascripts/languages/sr.js +92 -4
- data/app/assets/javascripts/languages/sv.js +121 -33
- data/app/assets/javascripts/languages/th.js +93 -5
- data/app/assets/javascripts/languages/tr.js +92 -4
- data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
- data/app/assets/javascripts/languages/vi.js +92 -4
- data/app/assets/javascripts/languages/zh_cn.js +259 -171
- data/app/assets/javascripts/languages/zh_tw.js +92 -4
- data/app/assets/javascripts/plugins/align.min.js +3 -3
- data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
- data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
- data/app/assets/javascripts/plugins/code_view.min.js +3 -3
- data/app/assets/javascripts/plugins/colors.min.js +3 -3
- data/app/assets/javascripts/plugins/draggable.min.js +3 -3
- data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
- data/app/assets/javascripts/plugins/entities.min.js +3 -3
- data/app/assets/javascripts/plugins/file.min.js +3 -3
- data/app/assets/javascripts/plugins/font_family.min.js +3 -3
- data/app/assets/javascripts/plugins/font_size.min.js +3 -3
- data/app/assets/javascripts/plugins/forms.min.js +3 -3
- data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
- data/app/assets/javascripts/plugins/help.min.js +3 -3
- data/app/assets/javascripts/plugins/image.min.js +3 -4
- data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
- data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +3 -3
- data/app/assets/javascripts/plugins/lists.min.js +3 -3
- data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
- data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
- data/app/assets/javascripts/plugins/print.min.js +3 -3
- data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
- data/app/assets/javascripts/plugins/quote.min.js +3 -3
- data/app/assets/javascripts/plugins/save.min.js +3 -3
- data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
- data/app/assets/javascripts/plugins/table.min.js +3 -4
- data/app/assets/javascripts/plugins/url.min.js +3 -3
- data/app/assets/javascripts/plugins/video.min.js +3 -4
- data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +159 -31
- data/app/assets/stylesheets/froala_editor.min.css +3 -3
- data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
- data/app/assets/stylesheets/froala_style.css +174 -26
- data/app/assets/stylesheets/froala_style.min.css +3 -3
- data/app/assets/stylesheets/plugins/char_counter.css +2 -2
- data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
- data/app/assets/stylesheets/plugins/code_view.css +2 -2
- data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
- data/app/assets/stylesheets/plugins/colors.css +34 -3
- data/app/assets/stylesheets/plugins/colors.min.css +3 -3
- data/app/assets/stylesheets/plugins/draggable.css +3 -3
- data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
- data/app/assets/stylesheets/plugins/emoticons.css +2 -2
- data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
- data/app/assets/stylesheets/plugins/file.css +16 -16
- data/app/assets/stylesheets/plugins/file.min.css +3 -3
- data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
- data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
- data/app/assets/stylesheets/plugins/help.css +2 -2
- data/app/assets/stylesheets/plugins/help.min.css +2 -2
- data/app/assets/stylesheets/plugins/image.css +17 -16
- data/app/assets/stylesheets/plugins/image.min.css +3 -3
- data/app/assets/stylesheets/plugins/image_manager.css +4 -2
- data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
- data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
- data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
- data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
- data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
- data/app/assets/stylesheets/plugins/special_characters.css +2 -2
- data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
- data/app/assets/stylesheets/plugins/table.css +34 -4
- data/app/assets/stylesheets/plugins/table.min.css +3 -3
- data/app/assets/stylesheets/plugins/video.css +18 -18
- data/app/assets/stylesheets/plugins/video.min.css +3 -3
- data/app/assets/stylesheets/themes/dark.css +199 -45
- data/app/assets/stylesheets/themes/dark.min.css +3 -3
- data/app/assets/stylesheets/themes/gray.css +197 -43
- data/app/assets/stylesheets/themes/gray.min.css +3 -3
- data/app/assets/stylesheets/themes/red.css +198 -44
- data/app/assets/stylesheets/themes/red.min.css +3 -3
- data/app/assets/stylesheets/themes/royal.css +210 -56
- data/app/assets/stylesheets/themes/royal.min.css +3 -3
- data/app/assets/stylesheets/third_party/embedly.css +64 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +42 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
- data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
- data/lib/wysiwyg-rails/engine.rb +0 -2
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +20 -26
- data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
- data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v2.
|
2
|
+
* froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
4
|
+
* Copyright 2014-2018 Froala Labs
|
5
5
|
*/
|
6
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 ($) {
|
7
33
|
/**
|
8
34
|
* German
|
9
35
|
*/
|
@@ -11,7 +37,7 @@
|
|
11
37
|
$.FE.LANGUAGE['de'] = {
|
12
38
|
translation: {
|
13
39
|
// Place holder
|
14
|
-
"Type something": "
|
40
|
+
"Type something": "Hier tippen",
|
15
41
|
|
16
42
|
// Basic formatting
|
17
43
|
"Bold": "Fett",
|
@@ -20,109 +46,116 @@ $.FE.LANGUAGE['de'] = {
|
|
20
46
|
"Strikethrough": "Durchgestrichen",
|
21
47
|
|
22
48
|
// Main buttons
|
23
|
-
"Insert": "
|
24
|
-
"Delete": "
|
49
|
+
"Insert": "Einfügen",
|
50
|
+
"Delete": "Löschen",
|
25
51
|
"Cancel": "Abbrechen",
|
26
|
-
"OK": "
|
27
|
-
"Back": "
|
52
|
+
"OK": "OK",
|
53
|
+
"Back": "Zurück",
|
28
54
|
"Remove": "Entfernen",
|
29
55
|
"More": "Mehr",
|
30
|
-
"Update": "
|
56
|
+
"Update": "Aktualisieren",
|
31
57
|
"Style": "Stil",
|
32
58
|
|
33
59
|
// Font
|
34
60
|
"Font Family": "Schriftart",
|
35
|
-
"Font Size": "
|
61
|
+
"Font Size": "Schriftgröße",
|
36
62
|
|
37
63
|
// Colors
|
38
64
|
"Colors": "Farben",
|
39
65
|
"Background": "Hintergrund",
|
40
66
|
"Text": "Text",
|
67
|
+
"HEX Color": "Hexadezimaler Farbwert",
|
41
68
|
|
42
69
|
// Paragraphs
|
43
|
-
"Paragraph Format": "
|
70
|
+
"Paragraph Format": "Formatierung",
|
44
71
|
"Normal": "Normal",
|
45
72
|
"Code": "Quelltext",
|
46
|
-
"Heading 1": "
|
47
|
-
"Heading 2": "
|
48
|
-
"Heading 3": "
|
49
|
-
"Heading 4": "
|
73
|
+
"Heading 1": "Überschrift 1",
|
74
|
+
"Heading 2": "Überschrift 2",
|
75
|
+
"Heading 3": "Überschrift 3",
|
76
|
+
"Heading 4": "Überschrift 4",
|
50
77
|
|
51
78
|
// Style
|
52
|
-
"Paragraph Style": "
|
53
|
-
"Inline Style": "
|
79
|
+
"Paragraph Style": "Absatzformatierung",
|
80
|
+
"Inline Style": "Inlineformatierung",
|
54
81
|
|
55
82
|
// Alignment
|
56
83
|
"Align": "Ausrichtung",
|
57
|
-
"Align Left": "
|
84
|
+
"Align Left": "Linksbündig ausrichten",
|
58
85
|
"Align Center": "Zentriert ausrichten",
|
59
|
-
"Align Right": "
|
86
|
+
"Align Right": "Rechtsbündig ausrichten",
|
60
87
|
"Align Justify": "Blocksatz",
|
61
88
|
"None": "Keine",
|
62
89
|
|
63
90
|
// Lists
|
64
|
-
"Ordered List": "
|
65
|
-
"Unordered List": "
|
91
|
+
"Ordered List": "Nummerierte Liste",
|
92
|
+
"Unordered List": "Unnummerierte Liste",
|
66
93
|
|
67
94
|
// Indent
|
68
95
|
"Decrease Indent": "Einzug verkleinern",
|
69
|
-
"Increase Indent": "Einzug
|
96
|
+
"Increase Indent": "Einzug vergrößern",
|
70
97
|
|
71
98
|
// Links
|
72
|
-
"Insert Link": "Link
|
73
|
-
"Open in new tab": "In neuem Tab
|
74
|
-
"Open Link": "Link
|
99
|
+
"Insert Link": "Link einfügen",
|
100
|
+
"Open in new tab": "In neuem Tab öffnen",
|
101
|
+
"Open Link": "Link öffnen",
|
75
102
|
"Edit Link": "Link bearbeiten",
|
76
103
|
"Unlink": "Link entfernen",
|
77
|
-
"Choose Link": "Einen Link
|
104
|
+
"Choose Link": "Einen Link auswählen",
|
78
105
|
|
79
106
|
// Images
|
80
|
-
"Insert Image": "Bild
|
107
|
+
"Insert Image": "Bild einfügen",
|
81
108
|
"Upload Image": "Bild hochladen",
|
82
109
|
"By URL": "Von URL",
|
83
|
-
"Browse": "
|
84
|
-
"Drop image": "
|
85
|
-
"or click": "oder klicken
|
110
|
+
"Browse": "Durchsuchen",
|
111
|
+
"Drop image": "Bild hineinziehen",
|
112
|
+
"or click": "oder hier klicken",
|
86
113
|
"Manage Images": "Bilder verwalten",
|
87
114
|
"Loading": "Laden",
|
88
|
-
"Deleting": "
|
115
|
+
"Deleting": "Löschen",
|
89
116
|
"Tags": "Tags",
|
90
|
-
"Are you sure? Image will be deleted.": "
|
117
|
+
"Are you sure? Image will be deleted.": "Wollen Sie das Bild wirklich löschen?",
|
91
118
|
"Replace": "Ersetzen",
|
92
119
|
"Uploading": "Hochladen",
|
93
120
|
"Loading image": "Das Bild wird geladen",
|
94
121
|
"Display": "Textausrichtung",
|
95
122
|
"Inline": "Mit Text in einer Zeile",
|
96
123
|
"Break Text": "Text umbrechen",
|
97
|
-
"
|
98
|
-
"Change Size": "
|
124
|
+
"Alternative Text": "Alternativtext",
|
125
|
+
"Change Size": "Größe ändern",
|
99
126
|
"Width": "Breite",
|
100
|
-
"Height": "
|
127
|
+
"Height": "Höhe",
|
101
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",
|
102
131
|
|
103
132
|
// Video
|
104
|
-
"Insert Video": "Video
|
133
|
+
"Insert Video": "Video einfügen",
|
105
134
|
"Embedded Code": "Eingebetteter Code",
|
135
|
+
"Paste in a video URL": "Fügen Sie die Video-URL ein",
|
136
|
+
"Drop video": "Video hineinziehen",
|
137
|
+
"Your browser does not support HTML5 video.": "Ihr Browser unterstützt keine HTML5-Videos.",
|
138
|
+
"Upload Video": "Video hochladen",
|
106
139
|
|
107
140
|
// Tables
|
108
|
-
"Insert Table": "Tabelle
|
141
|
+
"Insert Table": "Tabelle einfügen",
|
109
142
|
"Table Header": "Tabellenkopf",
|
110
143
|
"Remove Table": "Tabelle entfernen",
|
111
|
-
"Table Style": "
|
112
|
-
"Horizontal Align": "
|
144
|
+
"Table Style": "Tabellenformatierung",
|
145
|
+
"Horizontal Align": "Horizontale Ausrichtung",
|
113
146
|
"Row": "Zeile",
|
114
|
-
"Insert row above": "Neue Zeile davor
|
115
|
-
"Insert row below": "Neue Zeile danach
|
116
|
-
"Delete row": "Zeile
|
147
|
+
"Insert row above": "Neue Zeile davor einfügen",
|
148
|
+
"Insert row below": "Neue Zeile danach einfügen",
|
149
|
+
"Delete row": "Zeile löschen",
|
117
150
|
"Column": "Spalte",
|
118
|
-
"Insert column before": "Neue Spalte davor
|
119
|
-
"Insert column after": "Neue Spalte danach
|
120
|
-
"Delete column": "Spalte
|
151
|
+
"Insert column before": "Neue Spalte davor einfügen",
|
152
|
+
"Insert column after": "Neue Spalte danach einfügen",
|
153
|
+
"Delete column": "Spalte löschen",
|
121
154
|
"Cell": "Zelle",
|
122
|
-
"Merge cells": "
|
155
|
+
"Merge cells": "Zellen verbinden",
|
123
156
|
"Horizontal split": "Horizontal teilen",
|
124
157
|
"Vertical split": "Vertikal teilen",
|
125
|
-
"Cell Background": "
|
158
|
+
"Cell Background": "Zellenfarbe",
|
126
159
|
"Vertical Align": "Vertikale Ausrichtung",
|
127
160
|
"Top": "Oben",
|
128
161
|
"Middle": "Zentriert",
|
@@ -133,63 +166,63 @@ $.FE.LANGUAGE['de'] = {
|
|
133
166
|
"Cell Style": "Zellen-Stil",
|
134
167
|
|
135
168
|
// Files
|
136
|
-
"Upload File": "Datei
|
137
|
-
"Drop file": "
|
169
|
+
"Upload File": "Datei hochladen",
|
170
|
+
"Drop file": "Datei hineinziehen",
|
138
171
|
|
139
172
|
// Emoticons
|
140
173
|
"Emoticons": "Emoticons",
|
141
174
|
"Grinning face": "Grinsendes Gesicht",
|
142
|
-
"Grinning face with smiling eyes": "Grinsend Gesicht mit
|
143
|
-
"Face with tears of joy": "Gesicht mit
|
144
|
-
"Smiling face with open mouth": "
|
145
|
-
"Smiling face with open mouth and smiling eyes": "
|
146
|
-
"Smiling face with open mouth and cold sweat": "
|
147
|
-
"Smiling face with open mouth and tightly-closed eyes": "
|
148
|
-
"Smiling face with halo": "
|
149
|
-
"Smiling face with horns": "
|
175
|
+
"Grinning face with smiling eyes": "Grinsend Gesicht mit lächelnden Augen",
|
176
|
+
"Face with tears of joy": "Gesicht mit Tränen der Freude",
|
177
|
+
"Smiling face with open mouth": "Lächelndes Gesicht mit offenem Mund",
|
178
|
+
"Smiling face with open mouth and smiling eyes": "Lächelndes Gesicht mit offenem Mund und lächelnden Augen",
|
179
|
+
"Smiling face with open mouth and cold sweat": "Lächelndes Gesicht mit offenem Mund und kaltem Schweiß",
|
180
|
+
"Smiling face with open mouth and tightly-closed eyes": "Lächelndes Gesicht mit offenem Mund und fest geschlossenen Augen",
|
181
|
+
"Smiling face with halo": "Lächeln Gesicht mit Heiligenschein",
|
182
|
+
"Smiling face with horns": "Lächeln Gesicht mit Hörnern",
|
150
183
|
"Winking face": "Zwinkerndes Gesicht",
|
151
|
-
"Smiling face with smiling eyes": "
|
152
|
-
"Face savoring delicious food": "Gesicht leckeres Essen
|
184
|
+
"Smiling face with smiling eyes": "Lächelndes Gesicht mit lächelnden Augen",
|
185
|
+
"Face savoring delicious food": "Gesicht leckeres Essen genießend",
|
153
186
|
"Relieved face": "Erleichtertes Gesicht",
|
154
|
-
"Smiling face with heart-shaped eyes": "
|
155
|
-
"Smiling face with sunglasses": "
|
187
|
+
"Smiling face with heart-shaped eyes": "Lächelndes Gesicht mit herzförmigen Augen",
|
188
|
+
"Smiling face with sunglasses": "Lächelndes Gesicht mit Sonnenbrille",
|
156
189
|
"Smirking face": "Grinsendes Gesicht",
|
157
190
|
"Neutral face": "Neutrales Gesicht",
|
158
191
|
"Expressionless face": "Ausdrucksloses Gesicht",
|
159
192
|
"Unamused face": "Genervtes Gesicht",
|
160
|
-
"Face with cold sweat": "Gesicht mit kaltem
|
193
|
+
"Face with cold sweat": "Gesicht mit kaltem Schweiß",
|
161
194
|
"Pensive face": "Nachdenkliches Gesicht",
|
162
195
|
"Confused face": "Verwirrtes Gesicht",
|
163
196
|
"Confounded face": "Elendes Gesicht",
|
164
|
-
"Kissing face": "
|
197
|
+
"Kissing face": "Küssendes Gesicht",
|
165
198
|
"Face throwing a kiss": "Gesicht wirft einen Kuss",
|
166
|
-
"Kissing face with smiling eyes": "
|
167
|
-
"Kissing face with closed eyes": "
|
199
|
+
"Kissing face with smiling eyes": "Küssendes Gesicht mit lächelnden Augen",
|
200
|
+
"Kissing face with closed eyes": "Küssendes Gesicht mit geschlossenen Augen",
|
168
201
|
"Face with stuck out tongue": "Gesicht mit herausgestreckter Zunge",
|
169
202
|
"Face with stuck out tongue and winking eye": "Gesicht mit herausgestreckter Zunge und zwinkerndem Auge",
|
170
203
|
"Face with stuck out tongue and tightly-closed eyes": "Gesicht mit herausgestreckter Zunge und fest geschlossenen Augen",
|
171
|
-
"Disappointed face": "
|
204
|
+
"Disappointed face": "Enttäuschtes Gesicht",
|
172
205
|
"Worried face": "Besorgtes Gesicht",
|
173
|
-
"Angry face": "
|
206
|
+
"Angry face": "Verärgertes Gesicht",
|
174
207
|
"Pouting face": "Schmollendes Gesicht",
|
175
208
|
"Crying face": "Weinendes Gesicht",
|
176
209
|
"Persevering face": "Ausharrendes Gesicht",
|
177
210
|
"Face with look of triumph": "Gesicht mit triumphierenden Blick",
|
178
|
-
"Disappointed but relieved face": "
|
211
|
+
"Disappointed but relieved face": "Enttäuschtes, aber erleichtertes Gesicht",
|
179
212
|
"Frowning face with open mouth": "Entsetztes Gesicht mit offenem Mund",
|
180
|
-
"Anguished face": "
|
213
|
+
"Anguished face": "Gequältes Gesicht",
|
181
214
|
"Fearful face": "Angstvolles Gesicht",
|
182
|
-
"Weary face": "
|
183
|
-
"Sleepy face": "
|
184
|
-
"Tired face": "
|
215
|
+
"Weary face": "Müdes Gesicht",
|
216
|
+
"Sleepy face": "Schläfriges Gesicht",
|
217
|
+
"Tired face": "Gähnendes Gesicht",
|
185
218
|
"Grimacing face": "Grimassenschneidendes Gesicht",
|
186
219
|
"Loudly crying face": "Laut weinendes Gesicht",
|
187
220
|
"Face with open mouth": "Gesicht mit offenem Mund",
|
188
221
|
"Hushed face": "Besorgtes Gesicht mit offenem Mund",
|
189
|
-
"Face with open mouth and cold sweat": "Gesicht mit offenem Mund und kaltem
|
222
|
+
"Face with open mouth and cold sweat": "Gesicht mit offenem Mund und kaltem Schweiß",
|
190
223
|
"Face screaming in fear": "Vor Angst schreiendes Gesicht",
|
191
224
|
"Astonished face": "Erstauntes Gesicht",
|
192
|
-
"Flushed face": "
|
225
|
+
"Flushed face": "Gerötetes Gesicht",
|
193
226
|
"Sleeping face": "Schlafendes Gesicht",
|
194
227
|
"Dizzy face": "Schwindliges Gesicht",
|
195
228
|
"Face without mouth": "Gesicht ohne Mund",
|
@@ -206,28 +239,83 @@ $.FE.LANGUAGE['de'] = {
|
|
206
239
|
"Fullscreen": "Vollbild",
|
207
240
|
|
208
241
|
// Horizontal line
|
209
|
-
"Insert Horizontal Line": "Horizontale Linie
|
242
|
+
"Insert Horizontal Line": "Horizontale Linie einfügen",
|
210
243
|
|
211
244
|
// Clear formatting
|
212
|
-
"Clear Formatting": "Formatierung
|
245
|
+
"Clear Formatting": "Formatierung löschen",
|
246
|
+
|
247
|
+
// Save
|
248
|
+
"Save": "Sparen",
|
213
249
|
|
214
250
|
// Undo, redo
|
215
|
-
"Undo": "
|
251
|
+
"Undo": "Rückgängig",
|
216
252
|
"Redo": "Wiederholen",
|
217
253
|
|
218
254
|
// Select all
|
219
|
-
"Select All": "Alles
|
255
|
+
"Select All": "Alles auswählen",
|
220
256
|
|
221
257
|
// Code view
|
222
258
|
"Code View": "Code-Ansicht",
|
223
259
|
|
224
260
|
// Quote
|
225
261
|
"Quote": "Zitieren",
|
226
|
-
"Increase": "
|
262
|
+
"Increase": "Vergrößern",
|
227
263
|
"Decrease": "Verkleinern",
|
228
264
|
|
229
265
|
// Quick Insert
|
230
|
-
"Quick Insert": "
|
266
|
+
"Quick Insert": "Schnell einfügen",
|
267
|
+
|
268
|
+
// Spcial Characters
|
269
|
+
"Special Characters": "Sonderzeichen",
|
270
|
+
"Latin": "Lateinisch",
|
271
|
+
"Greek": "Griechisch",
|
272
|
+
"Cyrillic": "Kyrillisch",
|
273
|
+
"Punctuation": "Satzzeichen",
|
274
|
+
"Currency": "Währung",
|
275
|
+
"Arrows": "Pfeile",
|
276
|
+
"Math": "Mathematik",
|
277
|
+
"Misc": "Sonstige",
|
278
|
+
|
279
|
+
// Print.
|
280
|
+
"Print": "Drucken",
|
281
|
+
|
282
|
+
// Spell Checker.
|
283
|
+
"Spell Checker": "Rechtschreibprüfung",
|
284
|
+
|
285
|
+
// Help
|
286
|
+
"Help": "Hilfe",
|
287
|
+
"Shortcuts": "Verknüpfungen",
|
288
|
+
"Inline Editor": "Inline-Editor",
|
289
|
+
"Show the editor": "Editor anzeigen",
|
290
|
+
"Common actions": "Häufig verwendete Befehle",
|
291
|
+
"Copy": "Kopieren",
|
292
|
+
"Cut": "Ausschneiden",
|
293
|
+
"Paste": "Einfügen",
|
294
|
+
"Basic Formatting": "Grundformatierung",
|
295
|
+
"Increase quote level": "Zitatniveau erhöhen",
|
296
|
+
"Decrease quote level": "Zitatniveau verringern",
|
297
|
+
"Image / Video": "Bild / Video",
|
298
|
+
"Resize larger": "Vergrößern",
|
299
|
+
"Resize smaller": "Verkleinern",
|
300
|
+
"Table": "Tabelle",
|
301
|
+
"Select table cell": "Tabellenzelle auswählen",
|
302
|
+
"Extend selection one cell": "Erweitere Auswahl um eine Zelle",
|
303
|
+
"Extend selection one row": "Erweitere Auswahl um eine Zeile",
|
304
|
+
"Navigation": "Navigation",
|
305
|
+
"Focus popup / toolbar": "Fokus-Popup / Symbolleiste",
|
306
|
+
"Return focus to previous position": "Fokus auf vorherige Position",
|
307
|
+
|
308
|
+
// Embed.ly
|
309
|
+
"Embed URL": "URL einbetten",
|
310
|
+
"Paste in a URL to embed": "URL einfügen um sie einzubetten",
|
311
|
+
|
312
|
+
// Word Paste.
|
313
|
+
"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öchten Sie die Formatierungen behalten oder verwerfen?",
|
314
|
+
"Keep": "Behalten",
|
315
|
+
"Clean": "Bereinigen",
|
316
|
+
"Word Paste Detected": "Aus Word einfügen"
|
231
317
|
},
|
232
318
|
direction: "ltr"
|
233
319
|
};
|
320
|
+
|
321
|
+
}));
|