XH_Digital_Management/static/js/plugins/trumbowyg/langs/no_nb.js

57 lines
1.3 KiB
JavaScript
Raw Normal View History

2024-05-29 15:25:17 +08:00
/* ===========================================================
* no_nb.js
* Norwegian Bokmål translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Jon Severin Eivik Jakobsen
* Github : https://github.com/jsejakobsen
*/
// jshint camelcase:false
jQuery.trumbowyg.langs.no_nb = {
viewHTML: 'Vis HTML',
formatting: 'Formater',
p: 'Avsnitt',
blockquote: 'Sitat',
code: 'Kode',
header: 'Overskrift',
bold: 'Fet',
italic: 'Kursiv',
strikethrough: 'Gjennomstreking',
underline: 'Understreking',
strong: 'Viktig',
em: 'Fremhevet',
del: 'Slettet',
unorderedList: 'Uordnet liste',
orderedList: 'Ordnet liste',
insertImage: 'Sett inn bilde',
insertVideo: 'Sett inn video',
link: 'Lenke',
createLink: 'Sett inn lenke',
unlink: 'Fjern lenke',
justifyLeft: 'Venstrejuster',
justifyCenter: 'Midtstill',
justifyRight: 'Høyrejuster',
justifyFull: 'Blokkjuster',
horizontalRule: 'Horisontal linje',
fullscreen: 'Full skjerm',
close: 'Lukk',
submit: 'Bekreft',
reset: 'Avbryt',
required: 'Påkrevd',
description: 'Beskrivelse',
title: 'Tittel',
text: 'Tekst'
};