blob: 3dda59e5957d7b1dd3bbd67dded1a57041ee5445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//>>built
define(
"dijit/_editor/nls/nl/LinkDialog", //begin v1.x content
({
createLinkTitle: "Linkeigenschappen",
insertImageTitle: "Afbeeldingseigenschappen",
url: "URL:",
text: "Beschrijving:",
target: "Doel:",
set: "Instellen",
currentWindow: "Huidig venster",
parentWindow: "Hoofdvenster",
topWindow: "Bovenste venster",
newWindow: "Nieuw venster"
})
//end v1.x content
);
|