summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ja/AutoSave.js
blob: 51cefa7a3f97eb7232fd9ad2dcf42cdcc81c167e (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/ja/AutoSave", //begin v1.x content
({
	"saveLabel": "保存",
	"saveSettingLabelOn": "自動保存間隔の設定...",
	"saveSettingLabelOff": "自動保存をオフにする",
	"saveSettingdialogTitle": "自動保存",
	"saveSettingdialogDescription": "自動保存間隔の指定",
	"saveSettingdialogParamName": "自動保存間隔",
	"saveSettingdialogParamLabel": "分",
	"saveSettingdialogButtonOk": "間隔の設定",
	"saveSettingdialogButtonCancel": "キャンセル",
	"saveMessageSuccess": "${0} に保存されました",
	"saveMessageFail": "${0} に保存に失敗しました"
})
//end v1.x content
);