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.7.2/dijit/form/nls/fr | |
Diffstat (limited to 'js/dojo-1.7.2/dijit/form/nls/fr')
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/fr/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/fr/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/fr/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/form/nls/fr/ComboBox.js b/js/dojo-1.7.2/dijit/form/nls/fr/ComboBox.js new file mode 100644 index 0000000..ad473b2 --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/fr/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/fr/ComboBox", //begin v1.x content +({ + previousMessage: "Choix précédents", + nextMessage: "Plus de choix" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/form/nls/fr/Textarea.js b/js/dojo-1.7.2/dijit/form/nls/fr/Textarea.js new file mode 100644 index 0000000..4ef52b8 --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/fr/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/fr/Textarea", //begin v1.x content +({ + iframeEditTitle: "zone d'édition", // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: "cadre de la zone d'édition" // 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/fr/validate.js b/js/dojo-1.7.2/dijit/form/nls/fr/validate.js new file mode 100644 index 0000000..964bd8c --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/fr/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/fr/validate", //begin v1.x content +({ + invalidMessage: "La valeur indiquée n'est pas correcte.", + missingMessage: "Cette valeur est requise.", + rangeMessage: "Cette valeur n'est pas comprise dans la plage autorisée." +}) +//end v1.x content +); |
