Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/lang/danish/htmlarea.js.php

39 lines
1.2 KiB

// danish version for htmlArea v3.0 - Alpha Release
// - translated by rene<rene@laerke.net>
// term<EFBFBD>s and licenses are equal to htmlarea!
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "da",
tooltips: {
bold: "Fed",
italic: "Kursiv",
underline: "Understregning",
strikethrough: "Overstregning ",
subscript: "S<EFBFBD>nket skrift",
superscript: "H<EFBFBD>vet skrift",
justifyleft: "Venstrejuster",
justifycenter: "Centrer",
justifyright: "H<EFBFBD>jrejuster",
justifyfull: "Lige margener",
orderedlist: "Opstilling med tal",
unorderedlist: "Opstilling med punkttegn",
outdent: "Formindsk indrykning",
indent: "For<EFBFBD>g indrykning",
forecolor: "Skriftfarve",
backcolor: "Baggrundsfarve",
inserthorizontalrule: "Horisontal linie",
createlink: "Inds<EFBFBD>t hyperlink",
insertimage: "Inds<EFBFBD>t billede",
inserttable: "Inds<EFBFBD>t tabel",
htmlmode: "HTML visning",
popupeditor: "Vis editor i popup",
about: "Om htmlarea",
help: "Hj<EFBFBD>lp",
textindicator: "Anvendt stil"
}
};