Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

59 lines
2.4 KiB

(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);