Skip to content

Commit

Permalink
Merge pull request refactory-id#108 from tobias-nitsche/master
Browse files Browse the repository at this point in the history
Added german localization
  • Loading branch information
toopay committed Oct 15, 2014
2 parents aae17ff + 9596a58 commit 8e23f6c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions locale/bootstrap-markdown.de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* German translation for bootstrap-markdown
* Tobias Nitsche <[email protected]>
*/
(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));

0 comments on commit 8e23f6c

Please sign in to comment.