From f2721ad72bdb5acb290884137c142f6bff1d283b Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 16 Apr 2015 14:53:54 +0000 Subject: [PATCH] Improve French translation git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9677 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/blog/jscalendar/lang/calendar-fr.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/themes/blog/jscalendar/lang/calendar-fr.js b/themes/blog/jscalendar/lang/calendar-fr.js index c693048ad..d6c750184 100644 --- a/themes/blog/jscalendar/lang/calendar-fr.js +++ b/themes/blog/jscalendar/lang/calendar-fr.js @@ -1,15 +1,13 @@ // ** I18N -// Calendar EN language -// Author: Mihai Bazon, +// Calendar FR language +// Author: David Duret, // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that // Unicode is the answer to a real internationalized world. Also please // include your contact information in the header, as can be seen above. -// Translator: David Duret, from previous french version - // full day names Calendar._DN = new Array ("Dimanche", @@ -44,6 +42,10 @@ Calendar._SDN = new Array "Sam", "Dim"); +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + // full month names Calendar._MN = new Array ("Janvier", @@ -68,7 +70,7 @@ Calendar._SMN = new Array "Mai", "Juin", "Juil", - "Aout", + "Août", "Sep", "Oct", "Nov", @@ -80,19 +82,19 @@ Calendar._TT["INFO"] = "A propos du calendrier"; Calendar._TT["ABOUT"] = "DHTML Date/Heure Selecteur\n" + -"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) "Pour la dernière version visitez : http://www.dynarch.com/projects/calendar/\n" + "Distribué par GNU LGPL. Voir http://gnu.org/licenses/lgpl.html pour les détails." + "\n\n" + "Selection de la date :\n" + "- Utiliser les boutons «, » pour sélectionner l\'année\n" + "- Utiliser les boutons ‹, › pour selectionner les mois\n" + -"- Garder la souris sur n'importe quel bouton pour une sélection plus rapide"; +"- Garder la souris sur n'importe quel bouton pour une sélection plus rapide."; Calendar._TT["ABOUT_TIME"] = "\n\n" + "Selection de l\'heure :\n" + "- Cliquer sur heures ou minutes pour incrémenter\n" + "- ou Maj-clic pour décrémenter\n" + -"- ou clic et glisser-déplacer pour une sélection plus rapide"; +"- ou clic et glisser-déplacer pour une sélection plus rapide."; Calendar._TT["PREV_YEAR"] = "Année préc. (maintenir pour menu)"; Calendar._TT["PREV_MONTH"] = "Mois préc. (maintenir pour menu)"; -- 2.45.0