|
|
|
|
// Swedish version for htmlArea v3.0 - Alpha Release
|
|
|
|
|
// - translated by pat<pat@engvall.nu>
|
|
|
|
|
// 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: "se",
|
|
|
|
|
|
|
|
|
|
tooltips: {
|
|
|
|
|
bold: "Fet",
|
|
|
|
|
italic: "Kursiv",
|
|
|
|
|
underline: "Understruken",
|
|
|
|
|
strikethrough: "Genomstruken",
|
|
|
|
|
subscript: "Neds<EFBFBD>nkt",
|
|
|
|
|
superscript: "Upph<EFBFBD>jd",
|
|
|
|
|
justifyleft: "V<EFBFBD>nsterjustera",
|
|
|
|
|
justifycenter: "Centrera",
|
|
|
|
|
justifyright: "H<EFBFBD>gerjustera",
|
|
|
|
|
justifyfull: "Marginaljustera",
|
|
|
|
|
orderedlist: "Numrerad lista",
|
|
|
|
|
unorderedlist: "Punktlista",
|
|
|
|
|
outdent: "Minska indrag",
|
|
|
|
|
indent: "<EFBFBD>ka indrag",
|
|
|
|
|
forecolor: "Textf<EFBFBD>rg",
|
|
|
|
|
backcolor: "Bakgrundsf<EFBFBD>rg",
|
|
|
|
|
inserthorizontalrule: "V<EFBFBD>gr<EFBFBD>t linje",
|
|
|
|
|
createlink: "Infoga l<EFBFBD>nk",
|
|
|
|
|
insertimage: "Infoga bild",
|
|
|
|
|
inserttable: "Infoga tabell",
|
|
|
|
|
htmlmode: "Visa k<EFBFBD>llkod",
|
|
|
|
|
popupeditor: "Visa i eget f<EFBFBD>nster",
|
|
|
|
|
about: "Om denna editor",
|
|
|
|
|
help: "Hj<EFBFBD>lp",
|
|
|
|
|
textindicator: "Nuvarande stil"
|
|
|
|
|
}
|
|
|
|
|
};
|