first commit
This commit is contained in:
27
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.de.js
vendored
Normal file
27
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.de.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* German translation for bootstrap-markdown
|
||||
* Tobias Nitsche <tobias-nitsche@gmx.net>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.markdown.messages.de = {
|
||||
'Bold': "Fett",
|
||||
'Italic': "Kursiv",
|
||||
'Heading': "Überschrift",
|
||||
'URL/Link': "Link hinzufügen",
|
||||
'Image': "Bild hinzufügen",
|
||||
'Unordered List': "Unnumerierte Liste",
|
||||
'Ordered List': "Numerierte Liste",
|
||||
'Code': "Quelltext",
|
||||
'Quote': "Zitat",
|
||||
'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));
|
||||
Reference in New Issue
Block a user