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

1.1     ! www         1: // Dutch version
        !             2: // Author: Wouter Meeus alias Redspider <webmaster@tielt.be>
        !             3: 
        !             4: HTMLArea.I18N = {
        !             5: 
        !             6: 	// the following should be the filename without .js extension
        !             7: 	// it will be used for automatically load plugin language.
        !             8: 	lang: "nl",
        !             9: 
        !            10: 	tooltips: {
        !            11: 		bold:           "Vet",
        !            12: 		italic:         "Cursief",
        !            13: 		underline:      "Onderlijnen",
        !            14: 		strikethrough:  "Doorstrepen",
        !            15: 		subscript:      "Subscript",
        !            16: 		superscript:    "Superscript",
        !            17: 		justifyleft:    "Links Uitlijnen",
        !            18: 		justifycenter:  "Centreren",
        !            19: 		justifyright:   "Rechts Uitlijnen",
        !            20: 		justifyfull:    "Uitvullen",
        !            21: 		orderedlist:    "Nummering",
        !            22: 		unorderedlist:  "Opsomming",
        !            23: 		outdent:        "Verklein insprong",
        !            24: 		indent:         "Vergroot insprong",
        !            25: 		forecolor:      "Tekst Kleur",
        !            26: 		backcolor:      "Achtergrond Kleur",
        !            27: 		horizontalrule: "Horizontale lijn",
        !            28: 		createlink:     "Hyperlink invoegen",
        !            29: 		insertimage:    "Afbeelding invoegen",
        !            30: 		inserttable:    "Tabel invoegen",
        !            31: 		htmlmode:       "HTML broncode",
        !            32: 		popupeditor:    "Vergroot Editor",
        !            33: 		about:          "Over deze editor",
        !            34: 		help:           "Help",
        !            35: 		textindicator:  "Huidige stijl"
        !            36: 	}
        !            37: };

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