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/dijit/form/nls/es | |
Diffstat (limited to 'js/dojo/dijit/form/nls/es')
| -rw-r--r-- | js/dojo/dijit/form/nls/es/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/es/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/es/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/es/ComboBox.js b/js/dojo/dijit/form/nls/es/ComboBox.js new file mode 100644 index 0000000..f516649 --- /dev/null +++ b/js/dojo/dijit/form/nls/es/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/es/ComboBox", //begin v1.x content +({ + previousMessage: "Opciones anteriores", + nextMessage: "Más opciones" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/es/Textarea.js b/js/dojo/dijit/form/nls/es/Textarea.js new file mode 100644 index 0000000..602aa60 --- /dev/null +++ b/js/dojo/dijit/form/nls/es/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/es/Textarea", //begin v1.x content +({ + iframeEditTitle: 'área de edición', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'marco del área de edición' // 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/dijit/form/nls/es/validate.js b/js/dojo/dijit/form/nls/es/validate.js new file mode 100644 index 0000000..dd1eaed --- /dev/null +++ b/js/dojo/dijit/form/nls/es/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/es/validate", //begin v1.x content +({ + invalidMessage: "El valor especificado no es válido.", + missingMessage: "Este valor es necesario.", + rangeMessage: "Este valor está fuera del intervalo." +}) +//end v1.x content +); |
