first commit
This commit is contained in:
24
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.nb.js
vendored
Normal file
24
libraries/framework/vendor/plugins/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));
|
||||
Reference in New Issue
Block a user