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/dojox/widget/nls/ca | |
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 +); |
