dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
16 lines (15 loc) • 605 B
JavaScript
define(
({
"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 om ${0}",
"saveMessageFail": "Opslaan mislukt om ${0}"
})
);