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
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.nb.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.nb.js
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/**
|
||||
* Norwegian bokmål translation for bootstrap-markdown
|
||||
* Tobias Bohwalli <hi@futhr.io>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.markdown.messages.nb = {
|
||||
'Bold': 'Fet',
|
||||
'Italic': 'Kursiv',
|
||||
'Heading': 'Overskrift',
|
||||
'URL/Link': 'URL/Lenke',
|
||||
'Image': 'Bilde',
|
||||
'List': 'Liste',
|
||||
'Preview': 'Forhåndsvisning',
|
||||
'strong text': 'sterk tekst',
|
||||
'emphasized text': 'streket tekst',
|
||||
'heading text': 'overskriften tekst',
|
||||
'enter link description here': 'Skriv linken beskrivelse her',
|
||||
'Insert Hyperlink': 'Sett inn lenke',
|
||||
'enter image description here': 'Angi bildebeskrivelse her',
|
||||
'Insert Image Hyperlink': 'Sett inn lenke for bilde',
|
||||
'enter image title here': 'Angi bildetittel her',
|
||||
'list text here': 'liste tekst her'
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue