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-1.6/dojox/widget/nls/pt | |
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/pt')
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/FilePicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/FilePicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/Wizard.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/pt/Wizard.xd.js | 5 |
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.js new file mode 100644 index 0000000..b6eb36c --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.js @@ -0,0 +1 @@ +({"saturationPickerTitle":"Seletor de Saturação","huePickerTitle":"Seletor de Matiz","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","degLabel":"°"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.xd.js new file mode 100644 index 0000000..c48c702 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/ColorPicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.pt.ColorPicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.pt.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "pt", ({"saturationPickerTitle":"Seletor de Saturação","huePickerTitle":"Seletor de Matiz","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","degLabel":"°"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.js new file mode 100644 index 0000000..22e342e --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.js @@ -0,0 +1 @@ +({"name":"Nome","size":"Tamanho (em bytes)","path":"Caminho"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.xd.js new file mode 100644 index 0000000..5f8af54 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/FilePicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.pt.FilePicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.pt.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "pt", ({"name":"Nome","size":"Tamanho (em bytes)","path":"Caminho"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/pt/Wizard.js b/js/dojo-1.6/dojox/widget/nls/pt/Wizard.js new file mode 100644 index 0000000..8f7aa7c --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/Wizard.js @@ -0,0 +1 @@ +({"next":"Próximo","done":"Concluído","previous":"Anterior"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/pt/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/pt/Wizard.xd.js new file mode 100644 index 0000000..702680c --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/pt/Wizard.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.pt.Wizard"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.pt.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "pt", ({"next":"Próximo","done":"Concluído","previous":"Anterior"})
+); +}};});
\ No newline at end of file |
