Annotation of loncom/html/htmlarea/lang/se.js, revision 1.1

1.1     ! www         1: // Swedish version for htmlArea v3.0 - Alpha Release
        !             2: // - translated by pat<pat@engvall.nu>
        !             3: // term´s and licenses are equal to htmlarea!
        !             4: 
        !             5: HTMLArea.I18N = {
        !             6: 
        !             7: 	// the following should be the filename without .js extension
        !             8: 	// it will be used for automatically load plugin language.
        !             9: 	lang: "se",
        !            10: 
        !            11: 	tooltips: {
        !            12: 		bold:           "Fet",
        !            13: 		italic:         "Kursiv",
        !            14: 		underline:      "Understruken",
        !            15: 		strikethrough:  "Genomstruken",
        !            16: 		subscript:      "Nedsänkt",
        !            17: 		superscript:    "Upphöjd",
        !            18: 		justifyleft:    "Vänsterjustera",
        !            19: 		justifycenter:  "Centrera",
        !            20: 		justifyright:   "Högerjustera",
        !            21: 		justifyfull:    "Marginaljustera",
        !            22: 		orderedlist:    "Numrerad lista",
        !            23: 		unorderedlist:  "Punktlista",
        !            24: 		outdent:        "Minska indrag",
        !            25: 		indent:         "Öka indrag",
        !            26: 		forecolor:      "Textfärg",
        !            27: 		backcolor:      "Bakgrundsfärg",
        !            28: 		horizontalrule: "Vågrät linje",
        !            29: 		createlink:     "Infoga länk",
        !            30: 		insertimage:    "Infoga bild",
        !            31: 		inserttable:    "Infoga tabell",
        !            32: 		htmlmode:       "Visa källkod",
        !            33: 		popupeditor:    "Visa i eget fönster",
        !            34: 		about:          "Om denna editor",
        !            35: 		help:           "Hjälp",
        !            36: 		textindicator:  "Nuvarande stil"
        !            37: 	}
        !            38: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>