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.sl.js
vendored
Normal file
27
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.sl.js
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
/**
|
||||
* Slovenian translation for bootstrap-markdown
|
||||
* Davor Padovan <davor.padovan@gmail.com>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.markdown.messages.sl = {
|
||||
'Bold': "Odebeljeno",
|
||||
'Italic': "Poševno",
|
||||
'Heading': "Naslov",
|
||||
'URL/Link': "Povezava",
|
||||
'Image': "Slika",
|
||||
'Unordered List': "Neurejen seznam",
|
||||
'Ordered List': "Urejen seznam",
|
||||
'Code': "Koda",
|
||||
'Quote': "Citat",
|
||||
'Preview': "Predogled",
|
||||
'strong text': "odebeljeno besedilo",
|
||||
'emphasized text': "poševno besedilo",
|
||||
'heading text': "naslov",
|
||||
'enter link description here': "opis povezave",
|
||||
'Insert Hyperlink': "Vstavi povezavo",
|
||||
'enter image description here': "opis slike",
|
||||
'Insert Image Hyperlink': "Vstavi povezavo do slike",
|
||||
'enter image title here': "naslov slike",
|
||||
'list text here': "seznam"
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue