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) • 571 B
JavaScript
define(
({
"saveLabel": "保存",
"saveSettingLabelOn": "自動保存間隔の設定...",
"saveSettingLabelOff": "自動保存をオフにする",
"saveSettingdialogTitle": "自動保存",
"saveSettingdialogDescription": "自動保存間隔の指定",
"saveSettingdialogParamName": "自動保存間隔",
"saveSettingdialogParamLabel": "分",
"saveSettingdialogButtonOk": "間隔の設定",
"saveSettingdialogButtonCancel": "キャンセル",
"saveMessageSuccess": "${0} に保存されました",
"saveMessageFail": "${0} に保存に失敗しました"
})
);