diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/pt-pt')
| -rw-r--r-- | js/dojo/dojox/widget/nls/pt-pt/ColorPicker.js | 13 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/pt-pt/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/pt-pt/Wizard.js | 10 |
3 files changed, 32 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/pt-pt/ColorPicker.js b/js/dojo/dojox/widget/nls/pt-pt/ColorPicker.js new file mode 100644 index 0000000..196150a --- /dev/null +++ b/js/dojo/dojox/widget/nls/pt-pt/ColorPicker.js @@ -0,0 +1,13 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/ColorPicker", //begin v1.x content +({ +redLabel: "e", +greenLabel: "v", +blueLabel: "a", +hueLabel: "t", +valueLabel: "val", /* aka intensity or brightness */ +huePickerTitle: "Selector de tonalidade", +saturationPickerTitle: "Selector de saturação" +}) +); diff --git a/js/dojo/dojox/widget/nls/pt-pt/FilePicker.js b/js/dojo/dojox/widget/nls/pt-pt/FilePicker.js new file mode 100644 index 0000000..0de6756 --- /dev/null +++ b/js/dojo/dojox/widget/nls/pt-pt/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/FilePicker", ({ +name: "Nome", +path: "Caminho", +size: "Tamanho (em bytes)" +}) + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/pt-pt/Wizard.js b/js/dojo/dojox/widget/nls/pt-pt/Wizard.js new file mode 100644 index 0000000..4c4efc1 --- /dev/null +++ b/js/dojo/dojox/widget/nls/pt-pt/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/pt-pt/Wizard", //begin v1.x content +({ +next: "Seguinte", +previous: "Anterior", +done: "Concluído" +}) +//end v1.x content +); |
