diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/ca/Wizard.js')
| -rw-r--r-- | js/dojo/dojox/widget/nls/ca/Wizard.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/ca/Wizard.js b/js/dojo/dojox/widget/nls/ca/Wizard.js new file mode 100644 index 0000000..5d79c7d --- /dev/null +++ b/js/dojo/dojox/widget/nls/ca/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ca/Wizard", //begin v1.x content +({ +next: "Següent", +previous: "Anterior", +done: "Fet" +}) +//end v1.x content +); |
