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) • 639 B
JavaScript
define(
({
"saveLabel": "Speichern",
"saveSettingLabelOn": "Intervall für automatisches Speichern festlegen",
"saveSettingLabelOff": "Automatisches Speichern inaktivieren",
"saveSettingdialogTitle": "Automatisch speichern",
"saveSettingdialogDescription": "Intervall für automatisches Speichern angeben",
"saveSettingdialogParamName": "Intervall für automatisches Speichern",
"saveSettingdialogParamLabel": "Min.",
"saveSettingdialogButtonOk": "Intervall festlegen",
"saveSettingdialogButtonCancel": "Abbrechen",
"saveMessageSuccess": "Gespeichert um ${0}",
"saveMessageFail": "Konnte nicht um ${0} gespeichert werden"
})
);