calendar-fr.js
上传用户:q2283699q
上传日期:2022-05-17
资源大小:10704k
文件大小:4k
- // ** I18N
- // Calendar EN language
- // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
- // Encoding: any
- // 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, <pilgrim@mala-template.net> from previous french version
- // full day names
- Calendar._DN = new Array
- ("Dimanche",
- "Lundi",
- "Mardi",
- "Mercredi",
- "Jeudi",
- "Vendredi",
- "Samedi",
- "Dimanche");
- // Please note that the following array of short day names (and the same goes
- // for short month names, _SMN) isn't absolutely necessary. We give it here
- // for exemplification on how one can customize the short day names, but if
- // they are simply the first N letters of the full name you can simply say:
- //
- // Calendar._SDN_len = N; // short day name length
- // Calendar._SMN_len = N; // short month name length
- //
- // If N = 3 then this is not needed either since we assume a value of 3 if not
- // present, to be compatible with translation files that were written before
- // this feature.
- // short day names
- Calendar._SDN = new Array
- ("Dim",
- "Lun",
- "Mar",
- "Mar",
- "Jeu",
- "Ven",
- "Sam",
- "Dim");
- // full month names
- Calendar._MN = new Array
- ("Janvier",
- "F関rier",
- "Mars",
- "Avril",
- "Mai",
- "Juin",
- "Juillet",
- "Ao鹴",
- "Septembre",
- "Octobre",
- "Novembre",
- "D閏embre");
- // short month names
- Calendar._SMN = new Array
- ("Jan",
- "Fev",
- "Mar",
- "Avr",
- "Mai",
- "Juin",
- "Juil",
- "Aout",
- "Sep",
- "Oct",
- "Nov",
- "Dec");
- // tooltips
- Calendar._TT = {};
- Calendar._TT["INFO"] = "A propos du calendrier";
- Calendar._TT["ABOUT"] =
- "DHTML Date/Heure Selecteurn" +
- "(c) dynarch.com 2002-2005 / Author: Mihai Bazonn" + // don't translate this this ;-)
- "Pour la derniere version visitez : http://www.dynarch.com/projects/calendar/n" +
- "Distribu