From 9596a58a2e9237d4844bb9b3658adf76cd9d2b47 Mon Sep 17 00:00:00 2001 From: tobias-nitsche Date: Fri, 10 Oct 2014 10:58:22 +0200 Subject: [PATCH] Added german localization --- locale/bootstrap-markdown.de.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 locale/bootstrap-markdown.de.js 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));