diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dijit/nls/ca | |
Diffstat (limited to '')
| -rw-r--r-- | js/dojo-1.6/dijit/nls/ca/common.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/ca/common.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/ca/loading.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/nls/ca/loading.xd.js | 4 |
4 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/nls/ca/common.js b/js/dojo-1.6/dijit/nls/ca/common.js new file mode 100644 index 0000000..b9cd065 --- /dev/null +++ b/js/dojo-1.6/dijit/nls/ca/common.js @@ -0,0 +1 @@ +({"buttonOk":"D'acord","buttonCancel":"Cancel·la","buttonSave":"Desa","itemClose":"Tanca"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/ca/common.xd.js b/js/dojo-1.6/dijit/nls/ca/common.xd.js new file mode 100644 index 0000000..cad7980 --- /dev/null +++ b/js/dojo-1.6/dijit/nls/ca/common.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.nls.ca.common"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.ca.common");dojo._xdLoadFlattenedBundle("dijit", "common", "ca", {"buttonOk":"D'acord","buttonCancel":"Cancel·la","buttonSave":"Desa","itemClose":"Tanca"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/ca/loading.js b/js/dojo-1.6/dijit/nls/ca/loading.js new file mode 100644 index 0000000..cd368cc --- /dev/null +++ b/js/dojo-1.6/dijit/nls/ca/loading.js @@ -0,0 +1 @@ +({"loadingState":"S'està carregant...","errorState":"Ens sap greu. S'ha produït un error."})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/nls/ca/loading.xd.js b/js/dojo-1.6/dijit/nls/ca/loading.xd.js new file mode 100644 index 0000000..04fa81f --- /dev/null +++ b/js/dojo-1.6/dijit/nls/ca/loading.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.nls.ca.loading"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.ca.loading");dojo._xdLoadFlattenedBundle("dijit", "loading", "ca", {"loadingState":"S'està carregant...","errorState":"Ens sap greu. S'ha produït un error."}); +}};});
\ No newline at end of file |
