Added Dojo 1.7.2

This commit is contained in:
Deon George
2012-06-19 12:07:43 +10:00
parent 2e134ea609
commit b140dbb1b6
4251 changed files with 329347 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
//>>built
define(
"dijit/nls/ko/common", //begin v1.x content
({
buttonOk: "확인",
buttonCancel: "취소",
buttonSave: "저장",
itemClose: "닫기"
})
//end v1.x content
);

View File

@@ -0,0 +1,9 @@
//>>built
define(
"dijit/nls/ko/loading", //begin v1.x content
({
loadingState: "로드 중...",
errorState: "죄송합니다. 오류가 발생했습니다."
})
//end v1.x content
);