10 lines
162 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define(
"dijit/nls/zh-tw/loading", //begin v1.x content
({
loadingState: "載入中...",
errorState: "抱歉,發生錯誤"
})
//end v1.x content
);