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