diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/ca')
| -rw-r--r-- | js/dojo/dojox/widget/nls/ca/ColorPicker.js | 11 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/ca/FilePicker.js | 10 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/ca/Wizard.js | 10 |
3 files changed, 31 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/ca/ColorPicker.js b/js/dojo/dojox/widget/nls/ca/ColorPicker.js new file mode 100644 index 0000000..8df1d0e --- /dev/null +++ b/js/dojo/dojox/widget/nls/ca/ColorPicker.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/widget/nls/ca/ColorPicker", //begin v1.x content +({ +redLabel: "v", +greenLabel: "e", +hueLabel: "m", +huePickerTitle: "Selector de matís", +saturationPickerTitle: "Selector de saturació" +}) +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/ca/FilePicker.js b/js/dojo/dojox/widget/nls/ca/FilePicker.js new file mode 100644 index 0000000..9ad02a8 --- /dev/null +++ b/js/dojo/dojox/widget/nls/ca/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ca/FilePicker", ({ +name: "Nom", +path: "Camí d'accés", +size: "Mida (en bytes)" +}) + + +);
\ No newline at end of file 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 +); |
