// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo

// FOR TRANSLATORS:
//
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
//      (at least a valid email address)
//
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
//      (if this is not possible, please include a comment
//       that states what encoding is necessary.)

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:         "Schuin",
		underline:      "Onderlijnen",
		strikethrough:  "Doorstrepen",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Links uitlijnen",
		justifycenter:  "Gecentreerd uitlijnen",
		justifyright:   "Rechts uitlijnen",
		justifyfull:    "Vol uitlijnen",
		orderedlist:    "Geordende lijst",
		unorderedlist:  "Bulleted Lijst",
		outdent:        "Inspringen verkleinen",
		indent:         "Inspringen verhogen",
		forecolor:      "Letter Kleur",
		hilitecolor:    "Achtergrond Kleur",
		horizontalrule: "Horizontale Lijn",
		createlink:     "Web Link Invoegen",
		insertimage:    "Invoegen/Modificeren Afbeelding",
		inserttable:    "Tabel Invoegen",
		htmlmode:       "Toon HTML Bron",
		popupeditor:    "Editor Vergroten",
		about:          "Over deze editor",
		showhelp:       "Help bij gebruik van editor",
		textindicator:  "Gangbare stijl",
		undo:           "Maak uw laatste actie ongedaan",
		redo:           "Herhaal uw laatste actie",
		cut:            "Knip selectie",
		copy:           "Kopieer selectie",
		paste:          "Plakken vanaf klembord",
		lefttoright:    "Richting van links naar rechts",
		righttoleft:    "Richting van rechts naar links"
	},

	buttons: {
		"ok":           "OK",
		"cancel":       "annuleer"
	},

	msg: {
		"Path":         "Pad",
		"TEXT_MODE":    "U bent in TEKST MODE.  Gebruik de [<>] button om terug te keren naar WYSIWYG.",
		
		"Moz-Klembord" :
		"Onbevoorrechte scripts hebben geen programmatige toegang tot Knippen/kopiëren/Plakken  " +
		"Om beveiligings redenen.  Klik op OK om de technische notificaties te zien " +
		"die u toont hoe u een script toegang tot klembord kan geven."

	},

	dialogs: {
		"Annuleer"                                            : "Annuleer",
		"Invoegen/Modificeren Link"                                : "Invoegen/Modificeren Link",
		"Nieuw venster (_blank)"                               : "Nieuw venster (_blank)",
		"Geen (impliciet gebruik)"                               : "Geen (impliciet gebruik)",
		"OK"                                                : "OK",
		"Ander"                                             : "Ander",
		"Zelfde frame (_self)"                                : "Zelfde frame (_self)",
		"Doel:"                                           : "Doel:",
		"Titel (tooltip):"                                  : "Titel (tooltip):",
		"Top frame (_top)"                                  : "Top frame (_top)",
		"URL:"                                              : "URL:",
		"U moet de URL invullen waarnaar gelinkt wordt"  : "U moet de URL invullen waarnaar gelinkt wordt"
	}
};
