mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 14:33:20 +01:00
39 lines
1.2 KiB
JavaScript
39 lines
1.2 KiB
JavaScript
|
// danish version for htmlArea v3.0 - Alpha Release
|
|||
|
// - translated by rene<rene@laerke.net>
|
|||
|
// term<72>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<>nket skrift",
|
|||
|
superscript: "H<>vet skrift",
|
|||
|
justifyleft: "Venstrejuster",
|
|||
|
justifycenter: "Centrer",
|
|||
|
justifyright: "H<>jrejuster",
|
|||
|
justifyfull: "Lige margener",
|
|||
|
orderedlist: "Opstilling med tal",
|
|||
|
unorderedlist: "Opstilling med punkttegn",
|
|||
|
outdent: "Formindsk indrykning",
|
|||
|
indent: "For<6F>g indrykning",
|
|||
|
forecolor: "Skriftfarve",
|
|||
|
backcolor: "Baggrundsfarve",
|
|||
|
horizontalrule: "Horisontal linie",
|
|||
|
createlink: "Inds<64>t hyperlink",
|
|||
|
insertimage: "Inds<64>t billede",
|
|||
|
inserttable: "Inds<64>t tabel",
|
|||
|
htmlmode: "HTML visning",
|
|||
|
popupeditor: "Vis editor i popup",
|
|||
|
about: "Om htmlarea",
|
|||
|
help: "Hj<48>lp",
|
|||
|
textindicator: "Anvendt stil"
|
|||
|
}
|
|||
|
};
|