diff options
Diffstat (limited to 'js/dojo-1.7.2/dijit/nls/ca')
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/ca/common.js | 12 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/ca/loading.js | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/nls/ca/common.js b/js/dojo-1.7.2/dijit/nls/ca/common.js new file mode 100644 index 0000000..c83e969 --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/ca/common.js @@ -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 +); diff --git a/js/dojo-1.7.2/dijit/nls/ca/loading.js b/js/dojo-1.7.2/dijit/nls/ca/loading.js new file mode 100644 index 0000000..dda3f84 --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/ca/loading.js @@ -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 +); |
