diff options
Diffstat (limited to 'js/dojo-1.7.2/dijit/form/nls/pt')
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/pt/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/pt/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/pt/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/form/nls/pt/ComboBox.js b/js/dojo-1.7.2/dijit/form/nls/pt/ComboBox.js new file mode 100644 index 0000000..c50743b --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/pt/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/pt/ComboBox", //begin v1.x content +({ + previousMessage: "Opções anteriores", + nextMessage: "Mais opções" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/form/nls/pt/Textarea.js b/js/dojo-1.7.2/dijit/form/nls/pt/Textarea.js new file mode 100644 index 0000000..283313f --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/pt/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/pt/Textarea", //begin v1.x content +({ + iframeEditTitle: 'editar área', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'editar quadro da área' // secondary title for editable IFRAME when focus is on outer container + // to let user know that focus has moved out of editing area and to the + // parent element of the editing area +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/form/nls/pt/validate.js b/js/dojo-1.7.2/dijit/form/nls/pt/validate.js new file mode 100644 index 0000000..fb280a3 --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/pt/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/pt/validate", //begin v1.x content +({ + invalidMessage: "O valor inserido não é válido.", + missingMessage: "Este valor é necessário.", + rangeMessage: "Este valor está fora do intervalo. " +}) +//end v1.x content +); |
