aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/de.js
diff options
context:
space:
mode:
Diffstat (limited to 'Html/js/SCEditor/languages/de.js')
-rw-r--r--Html/js/SCEditor/languages/de.js59
1 files changed, 59 insertions, 0 deletions
diff --git a/Html/js/SCEditor/languages/de.js b/Html/js/SCEditor/languages/de.js
new file mode 100644
index 0000000..f9df114
--- /dev/null
+++ b/Html/js/SCEditor/languages/de.js
@@ -0,0 +1,59 @@
+(function ($) {
+ 'use strict';
+
+ $.sceditor.locale['de'] = {
+ 'Bold': 'Fett',
+ 'Italic': 'Kursiv',
+ 'Underline': 'Unterstrichen',
+ 'Strikethrough': 'Durchgestrichen',
+ 'Subscript': 'Tiefgestellt',
+ 'Superscript': 'Hochgestellt',
+ 'Align left': 'Linksbündig ausrichten',
+ 'Center': 'Zentrieren',
+ 'Align right': 'Rechtsbündig ausrichten',
+ 'Justify': 'Blocksatz',
+ 'Font Name': 'Schriftname',
+ 'Font Size': 'Schriftgröße',
+ 'Font Color': 'Schriftfarbe',
+ 'Remove Formatting': 'Formatierung entfernen',
+ 'Cut': 'Ausschneiden',
+ 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Ihr Browser erlaubt das Ausschneiden von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-X',
+ 'Copy': 'Kopieren',
+ 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Ihr Browser erlaubt das Kopieren von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-C',
+ 'Paste': 'Einfügen',
+ 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Ihr Browser erlaubt das Einfügen von Text nicht, bitte Nutzen Sie das Tastenkürzel Strg / Cmd-V',
+ 'Paste your text inside the following box:': 'Fügen Sie Ihren Text in die folgende Box ein',
+ 'Paste Text': 'Text einfügen',
+ 'Bullet list': 'Aufzählungsliste',
+ 'Numbered list': 'Nummerierte Liste',
+ 'Undo': 'Rückgängig machen',
+ 'Redo': 'Wiederherstellen',
+ 'Rows:': 'Zeilen',
+ 'Cols:': 'Spalten',
+ 'Insert a table': 'Tabelle einfügen',
+ 'Insert a horizontal rule': 'Horizontale Linie einfügen',
+ 'Code': 'Code',
+ 'Insert a Quote': 'Zitat einfügen',
+ 'Width (optional):': 'Breite (Optional)',
+ 'Height (optional):': 'Höhe (Optional)',
+ 'Insert an image': 'Ein Bild einfügen',
+ 'E-mail:': 'E-Mail',
+ 'Insert an email': 'E-Mail einfügen',
+ 'URL:': 'URL',
+ 'Insert a link': 'Link einfügen',
+ 'Unlink': 'Link entfernen',
+ 'More': 'Mehr',
+ 'Left-to-Right': 'Links nach rechts',
+ 'Right-to-Left': 'Rechts nach links',
+ 'Insert an emoticon': 'Emoticon einfügen',
+ 'Video URL:': 'Video URL',
+ 'Insert': 'Einfügen',
+ 'Insert a YouTube video': 'YouTube Video einfügen',
+ 'Insert current date': 'Aktuelles Datum einfügen',
+ 'Insert current time': 'Aktuelle Uhrzeit einfügen',
+ 'Print': 'Drucken',
+ 'Maximize': 'Maximieren',
+ 'View source': 'Quelltext ansehen',
+ dateFormat: 'day.month.year'
+ };
+})(jQuery);