| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* ===========================================================
- * de.js
- * German translation for Trumbowyg
- * http://alex-d.github.com/Trumbowyg
- * ===========================================================
- * Author : Manfred Timm
- * Github : https://github.com/Manfred62
- */
- jQuery.trumbowyg.langs.de = {
- viewHTML: 'HTML anzeigen',
- formatting: 'Formatierung',
- p: 'Absatz',
- blockquote: 'Zitat',
- code: 'Code',
- header: 'Überschrift',
- bold: 'Fett',
- italic: 'Kursiv',
- strikethrough: 'Durchgestrichen',
- underline: 'Unterstrichen',
- strong: 'Wichtig',
- em: 'Betont',
- del: 'Gelöscht',
- unorderedList: 'Ungeordnete Liste',
- orderedList: 'Geordnete Liste',
- image: 'Bild',
- insertImage: 'Bild einfügen',
- insertVideo: 'Video einfügen',
- link: 'Link',
- createLink: 'Link einfügen',
- unlink: 'Link entfernen',
- justifyLeft: 'Links ausrichten',
- justifyCenter: 'Zentrieren',
- justifyRight: 'Rechts ausrichten',
- justifyFull: 'Blocksatz',
- horizontalRule: 'Horizontale Linie einfügen',
- removeformat: 'Formatierung entfernen',
- fullscreen: 'Vollbild',
- close: 'Schließen',
- submit: 'Bestätigen',
- reset: 'Abbrechen',
- required: 'Erforderlich',
- description: 'Beschreibung',
- title: 'Titel',
- text: 'Text'
- };
|