12 lines
188 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define(
"dijit/nls/ja/common", //begin v1.x content
({
buttonOk: "OK",
buttonCancel: "キャンセル",
buttonSave: "保存",
itemClose: "閉じる"
})
//end v1.x content
);