forked from leftypol/leftypol
Add sceditor WYSIWIG post editor support
This commit is contained in:
parent
0b3872dc93
commit
02266e082e
112 changed files with 36025 additions and 0 deletions
59
js/sceditor/languages/de.js
Normal file
59
js/sceditor/languages/de.js
Normal file
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue