From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/nls/th/common.js | 3 ++- lib/dijit/nls/th/common.js.uncompressed.js | 11 +++++++++++ lib/dijit/nls/th/loading.js | 3 ++- lib/dijit/nls/th/loading.js.uncompressed.js | 9 +++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 lib/dijit/nls/th/common.js.uncompressed.js create mode 100644 lib/dijit/nls/th/loading.js.uncompressed.js (limited to 'lib/dijit/nls/th') diff --git a/lib/dijit/nls/th/common.js b/lib/dijit/nls/th/common.js index be06dd04f..af1046e7c 100644 --- a/lib/dijit/nls/th/common.js +++ b/lib/dijit/nls/th/common.js @@ -1 +1,2 @@ -({"buttonOk":"ตกลง","buttonCancel":"ยกเลิก","buttonSave":"บันทึก","itemClose":"ปิด"}) \ No newline at end of file +//>>built +define("dijit/nls/th/common",({buttonOk:"ตกลง",buttonCancel:"ยกเลิก",buttonSave:"บันทึก",itemClose:"ปิด"})); \ No newline at end of file diff --git a/lib/dijit/nls/th/common.js.uncompressed.js b/lib/dijit/nls/th/common.js.uncompressed.js new file mode 100644 index 000000000..98251409b --- /dev/null +++ b/lib/dijit/nls/th/common.js.uncompressed.js @@ -0,0 +1,11 @@ +define( +"dijit/nls/th/common", //begin v1.x content +({ + buttonOk: "ตกลง", + buttonCancel: "ยกเลิก", + buttonSave: "บันทึก", + itemClose: "ปิด" +}) + +//end v1.x content +); diff --git a/lib/dijit/nls/th/loading.js b/lib/dijit/nls/th/loading.js index bb6b75d3a..4027ea59e 100644 --- a/lib/dijit/nls/th/loading.js +++ b/lib/dijit/nls/th/loading.js @@ -1 +1,2 @@ -({"loadingState":"กำลังโหลด...","errorState":"ขออภัย เกิดข้อผิดพลาด"}) \ No newline at end of file +//>>built +define("dijit/nls/th/loading",({loadingState:"กำลังโหลด...",errorState:"ขออภัย เกิดข้อผิดพลาด"})); \ No newline at end of file diff --git a/lib/dijit/nls/th/loading.js.uncompressed.js b/lib/dijit/nls/th/loading.js.uncompressed.js new file mode 100644 index 000000000..79d7260ed --- /dev/null +++ b/lib/dijit/nls/th/loading.js.uncompressed.js @@ -0,0 +1,9 @@ +define( +"dijit/nls/th/loading", //begin v1.x content +({ + loadingState: "กำลังโหลด...", + errorState: "ขออภัย เกิดข้อผิดพลาด" +}) + +//end v1.x content +); -- cgit v1.2.3