summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/zh/AutoSave.js
blob: db479d390a7a2790caf177618917459237fceff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//>>built
define(
"dojox/editor/plugins/nls/zh/AutoSave", //begin v1.x content
({
	"saveLabel": "保存",
	"saveSettingLabelOn": "设置自动保存时间间隔...",
	"saveSettingLabelOff": "关闭自动保存",
	"saveSettingdialogTitle": "自动保存",
	"saveSettingdialogDescription": "指定自动保存时间间隔",
	"saveSettingdialogParamName": "自动保存时间间隔",
	"saveSettingdialogParamLabel": "分钟",
	"saveSettingdialogButtonOk": "设置时间间隔",
	"saveSettingdialogButtonCancel": "取消",
	"saveMessageSuccess": "已保存到 ${0}",
	"saveMessageFail": "未能保存到 ${0}"
})
//end v1.x content
);