/** * 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", '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)); /** * Russian translation for bootstrap-markdown * by Oleg Vivtash */ ;(function($){ $.fn.markdown.messages['ru'] = { 'Bold': "??????", 'strong text': "?????????? ?????", 'Italic': "??????", 'emphasized text': "????????? ?????", 'Heading': "?????????", 'heading text': "????? ?????????", 'URL/Link': "???????? ??????", 'Insert Hyperlink': "??????? ???????????", 'enter link description here': "??????? ???????? ??????", 'Image': "???????????", 'enter image description here': "??????? ???????? ???????????", 'Insert Image Hyperlink': "???????? ?????? ?? ???????????", 'enter image title here': "??????? ???????? ???????????", 'List': "??????", 'Unordered List': "??????????????? ??????", 'Ordered List': "????????????? ??????", 'list text here': "????? ??????", 'Code': "???", 'code text here': "??????????? ???", 'Quote': "??????", 'quote here': "?????????? ?????", 'Preview': "??????????????? ????????" }; }(jQuery)) /** * Polish translation for bootstrap-markdown * Marek Kaput */ (function ($) { $.fn.markdown.messages.pl = { 'Bold': "Pogrubienie", 'Italic': "Kursywa", 'Heading': "Naglówek", 'URL/Link': "Wstaw link", 'Image': "Wstaw obrazek", 'Unordered List': "Lista punktowana", 'Ordered List': "Lista numerowana", 'Code': "Kod zródlowy", 'Quote': "Cytat", 'Preview': "Podglad", 'strong text': "pogrubiony tekst", 'emphasized text': "pochylony tekst", 'heading text': "naglówek", 'enter link description here': "opis linka", 'Insert Hyperlink': "Wstaw link", 'enter image description here': "opis obrazka", 'Insert Image Hyperlink': "Wstaw obrazek", 'enter image title here': "tytul obrazka", 'list text here': "lista" }; }(jQuery));