blob: 8b8a3b549afb72efdb563267828d260475ba15cf (
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/de/AutoSave", //begin v1.x content
({
"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"
})
//end v1.x content
);
|