From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/form/nls/fr/ComboBox.js | 3 ++- lib/dijit/form/nls/fr/ComboBox.js.uncompressed.js | 8 ++++++++ lib/dijit/form/nls/fr/Textarea.js | 3 ++- lib/dijit/form/nls/fr/Textarea.js.uncompressed.js | 10 ++++++++++ lib/dijit/form/nls/fr/validate.js | 3 ++- lib/dijit/form/nls/fr/validate.js.uncompressed.js | 9 +++++++++ 6 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 lib/dijit/form/nls/fr/ComboBox.js.uncompressed.js create mode 100644 lib/dijit/form/nls/fr/Textarea.js.uncompressed.js create mode 100644 lib/dijit/form/nls/fr/validate.js.uncompressed.js (limited to 'lib/dijit/form/nls/fr') diff --git a/lib/dijit/form/nls/fr/ComboBox.js b/lib/dijit/form/nls/fr/ComboBox.js index 14b39762d..5b17cf9d6 100644 --- a/lib/dijit/form/nls/fr/ComboBox.js +++ b/lib/dijit/form/nls/fr/ComboBox.js @@ -1 +1,2 @@ -({"previousMessage":"Choix précédents","nextMessage":"Plus de choix"}) \ No newline at end of file +//>>built +define("dijit/form/nls/fr/ComboBox",({previousMessage:"Choix précédents",nextMessage:"Plus de choix"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/fr/ComboBox.js.uncompressed.js b/lib/dijit/form/nls/fr/ComboBox.js.uncompressed.js new file mode 100644 index 000000000..d5dfd7437 --- /dev/null +++ b/lib/dijit/form/nls/fr/ComboBox.js.uncompressed.js @@ -0,0 +1,8 @@ +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/lib/dijit/form/nls/fr/Textarea.js b/lib/dijit/form/nls/fr/Textarea.js index 4abb6c3e9..d959610b3 100644 --- a/lib/dijit/form/nls/fr/Textarea.js +++ b/lib/dijit/form/nls/fr/Textarea.js @@ -1 +1,2 @@ -({"iframeEditTitle":"zone d'édition","iframeFocusTitle":"cadre de la zone d'édition"}) \ No newline at end of file +//>>built +define("dijit/form/nls/fr/Textarea",({iframeEditTitle:"zone d'édition",iframeFocusTitle:"cadre de la zone d'édition"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/fr/Textarea.js.uncompressed.js b/lib/dijit/form/nls/fr/Textarea.js.uncompressed.js new file mode 100644 index 000000000..c5d32d7e4 --- /dev/null +++ b/lib/dijit/form/nls/fr/Textarea.js.uncompressed.js @@ -0,0 +1,10 @@ +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/lib/dijit/form/nls/fr/validate.js b/lib/dijit/form/nls/fr/validate.js index 95a016947..c5fecdcef 100644 --- a/lib/dijit/form/nls/fr/validate.js +++ b/lib/dijit/form/nls/fr/validate.js @@ -1 +1,2 @@ -({"rangeMessage":"Cette valeur n'est pas comprise dans la plage autorisée.","invalidMessage":"La valeur indiquée n'est pas correcte.","missingMessage":"Cette valeur est requise."}) \ No newline at end of file +//>>built +define("dijit/form/nls/fr/validate",({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."})); \ No newline at end of file diff --git a/lib/dijit/form/nls/fr/validate.js.uncompressed.js b/lib/dijit/form/nls/fr/validate.js.uncompressed.js new file mode 100644 index 000000000..cc4981ce2 --- /dev/null +++ b/lib/dijit/form/nls/fr/validate.js.uncompressed.js @@ -0,0 +1,9 @@ +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 +); -- cgit v1.2.3