push initial du projet par Stéphane
This commit is contained in:
57
js/langs/de.js
Executable file
57
js/langs/de.js
Executable file
@@ -0,0 +1,57 @@
|
||||
/* ===========================================================
|
||||
* 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'
|
||||
};
|
||||
Reference in New Issue
Block a user