/* =========================================================== * da.js * Danish translation for Trumbowyg * http://alex-d.github.com/Trumbowyg * =========================================================== * Author : Christian Pedersen * Github : https://github.com/chripede */ jQuery.trumbowyg.langs.da = { viewHTML: 'Vis HTML', formatting: 'Formatter', p: 'Afsnit', blockquote: 'Citat', code: 'Kode', header: 'Overskrift', bold: 'Fed', italic: 'Kursiv', strikethrough: 'Gennemstreg', underline: 'Understreg', strong: 'Vigtig', em: 'Fremhæv', del: 'Slettet', unorderedList: 'Uordnet liste', orderedList: 'Ordnet liste', insertImage: 'Indsæt billede', insertVideo: 'Indsæt video', link: 'Link', createLink: 'Indsæt link', unlink: 'Fjern link', justifyLeft: 'Venstrestil', justifyCenter: 'Centrer', justifyRight: 'Højrestil', justifyFull: 'Lige margener', horizontalRule: 'Horisontal linie', fullscreen: 'Fuld skærm', close: 'Luk', submit: 'Bekræft', reset: 'Annuller', required: 'Påkrævet', description: 'Beskrivelse', title: 'Titel', text: 'Tekst' };