summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/nl/InsertAnchor.js
blob: 81dd13cc25d750e449ab5fc7a34a84b963ddcddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/nl/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Anker invoegen",
	title: "Ankereigenschappen",
	anchor: "Naam:",
	text: "Beschrijving:",
	set: "Instellen",
	cancel: "Annuleren"
})

//end v1.x content
);