summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/nl/AutoSave.js
blob: 781f521948ce860579b1acd1616e199c2d063034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//>>built
define(
"dojox/editor/plugins/nls/nl/AutoSave", //begin v1.x content
({
	"saveLabel": "Opslaan",
	"saveSettingLabelOn": "Interval voor automatisch opslaan instellen...",
	"saveSettingLabelOff": "Automatisch opslaan uitschakelen",
	"saveSettingdialogTitle": "Automatisch opslaan",
	"saveSettingdialogDescription": "Geef het interval voor Automatisch opslaan op.",
	"saveSettingdialogParamName": "Interval voor Automatisch opslaan",
	"saveSettingdialogParamLabel": "min",
	"saveSettingdialogButtonOk": "Interval instellen",
	"saveSettingdialogButtonCancel": "Annuleren",
	"saveMessageSuccess": "Opgeslagen op ${0}",
	"saveMessageFail": "Opslaan mislukt op ${0}"
})

//end v1.x content
);