diff options
Diffstat (limited to 'js/dojo/dijit/form/nls/ca')
| -rw-r--r-- | js/dojo/dijit/form/nls/ca/ComboBox.js | 10 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/ca/Textarea.js | 13 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/ca/validate.js | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/ca/ComboBox.js b/js/dojo/dijit/form/nls/ca/ComboBox.js new file mode 100644 index 0000000..37c7330 --- /dev/null +++ b/js/dojo/dijit/form/nls/ca/ComboBox.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/ca/ComboBox", //begin v1.x content +({ + previousMessage: "Opcions anteriors", + nextMessage: "Més opcions" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/ca/Textarea.js b/js/dojo/dijit/form/nls/ca/Textarea.js new file mode 100644 index 0000000..a0264f4 --- /dev/null +++ b/js/dojo/dijit/form/nls/ca/Textarea.js @@ -0,0 +1,13 @@ +//>>built +define( +"dijit/form/nls/ca/Textarea", //begin v1.x content +/* used by both the editor and textarea widgets to provide information to screen reader users */ +({ + iframeEditTitle: 'àrea d\'edició', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'Marc de l\'àrea d\'edició' // 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/ca/validate.js b/js/dojo/dijit/form/nls/ca/validate.js new file mode 100644 index 0000000..6a5eeb1 --- /dev/null +++ b/js/dojo/dijit/form/nls/ca/validate.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/ca/validate", //begin v1.x content +({ + invalidMessage: "El valor introduït no és vàlid", + missingMessage: "Aquest valor és necessari", + rangeMessage: "Aquest valor és fora de l'interval" +}) + +//end v1.x content +); |
