File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / nl.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Install HTMLArea

// Dutch version
// Author: Wouter Meeus alias Redspider <webmaster@tielt.be>

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "nl",

	tooltips: {
		bold:           "Vet",
		italic:         "Cursief",
		underline:      "Onderlijnen",
		strikethrough:  "Doorstrepen",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Links Uitlijnen",
		justifycenter:  "Centreren",
		justifyright:   "Rechts Uitlijnen",
		justifyfull:    "Uitvullen",
		orderedlist:    "Nummering",
		unorderedlist:  "Opsomming",
		outdent:        "Verklein insprong",
		indent:         "Vergroot insprong",
		forecolor:      "Tekst Kleur",
		backcolor:      "Achtergrond Kleur",
		horizontalrule: "Horizontale lijn",
		createlink:     "Hyperlink invoegen",
		insertimage:    "Afbeelding invoegen",
		inserttable:    "Tabel invoegen",
		htmlmode:       "HTML broncode",
		popupeditor:    "Vergroot Editor",
		about:          "Over deze editor",
		help:           "Help",
		textindicator:  "Huidige stijl"
	}
};

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