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,12 @@
//>>built
define(
"dijit/nls/ca/common", //begin v1.x content
({
buttonOk: "D'acord",
buttonCancel: "Cancel·la",
buttonSave: "Desa",
itemClose: "Tanca"
})
//end v1.x content
);

View File

@@ -0,0 +1,10 @@
//>>built
define(
"dijit/nls/ca/loading", //begin v1.x content
({
loadingState: "S'està carregant...",
errorState: "Ens sap greu. S'ha produït un error."
})
//end v1.x content
);