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/swedish/htmlarea.js.php

39 lines
1.1 KiB

// 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"
}
};