diff --git a/locale/bootstrap-markdown.de.js b/locale/bootstrap-markdown.de.js new file mode 100644 index 0000000..f3f2f29 --- /dev/null +++ b/locale/bootstrap-markdown.de.js @@ -0,0 +1,24 @@ +/** + * German translation for bootstrap-markdown + * Tobias Nitsche + */ +(function ($) { + $.fn.markdown.messages.de = { + 'Bold': "Fett", + 'Italic': "Kursiv", + 'Heading': "Überschrift", + 'URL/Link': "Link hinzufügen", + 'Image': "Bild hinzufügen", + 'List': "Liste", + 'Preview': "Vorschau", + 'strong text': "Sehr betonter Text", + 'emphasized text': "Betonter Text", + 'heading text': "Überschrift Text", + 'enter link description here': "Linkbeschreibung", + 'Insert Hyperlink': "URL", + 'enter image description here': "Bildbeschreibung", + 'Insert Image Hyperlink': "Bild-URL", + 'enter image title here': "Titel des Bildes", + 'list text here': "Aufzählungs-Text" + }; +}(jQuery));