mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
27
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.de.js
vendored
Normal file
27
web/metronic/global/plugins/bootstrap-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': "Unnummerierte Liste",
|
||||
'Ordered List': "Nummerierte 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));
|
Loading…
Add table
Add a link
Reference in a new issue