You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
426 B
JavaScript

define(
({
fontSize: "Størrelse",
fontName: "Skrift",
formatBlock: "Format",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "monospace",
cursive: "kursiv",
fantasy: "fantasi",
noFormat: "Ingen",
p: "Avsnitt",
h1: "Overskrift",
h2: "Undertittel",
h3: "Under-undertittel",
pre: "Forhåndsformatert",
1: "xx-liten",
2: "x-liten",
3: "liten",
4: "middels",
5: "stor",
6: "x-stor",
7: "xx-stor"
})
);