calendar-fr.js
上传用户:q2283699q
上传日期:2022-05-17
资源大小:10704k
文件大小:4k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // ** I18N
  2. // Calendar EN language
  3. // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
  4. // Encoding: any
  5. // Distributed under the same terms as the calendar itself.
  6. // For translators: please use UTF-8 if possible.  We strongly believe that
  7. // Unicode is the answer to a real internationalized world.  Also please
  8. // include your contact information in the header, as can be seen above.
  9. // Translator: David Duret, <pilgrim@mala-template.net> from previous french version
  10. // full day names
  11. Calendar._DN = new Array
  12. ("Dimanche",
  13.  "Lundi",
  14.  "Mardi",
  15.  "Mercredi",
  16.  "Jeudi",
  17.  "Vendredi",
  18.  "Samedi",
  19.  "Dimanche");
  20. // Please note that the following array of short day names (and the same goes
  21. // for short month names, _SMN) isn't absolutely necessary.  We give it here
  22. // for exemplification on how one can customize the short day names, but if
  23. // they are simply the first N letters of the full name you can simply say:
  24. //
  25. //   Calendar._SDN_len = N; // short day name length
  26. //   Calendar._SMN_len = N; // short month name length
  27. //
  28. // If N = 3 then this is not needed either since we assume a value of 3 if not
  29. // present, to be compatible with translation files that were written before
  30. // this feature.
  31. // short day names
  32. Calendar._SDN = new Array
  33. ("Dim",
  34.  "Lun",
  35.  "Mar",
  36.  "Mar",
  37.  "Jeu",
  38.  "Ven",
  39.  "Sam",
  40.  "Dim");
  41. // full month names
  42. Calendar._MN = new Array
  43. ("Janvier",
  44.  "F関rier",
  45.  "Mars",
  46.  "Avril",
  47.  "Mai",
  48.  "Juin",
  49.  "Juillet",
  50.  "Ao鹴",
  51.  "Septembre",
  52.  "Octobre",
  53.  "Novembre",
  54.  "D閏embre");
  55. // short month names
  56. Calendar._SMN = new Array
  57. ("Jan",
  58.  "Fev",
  59.  "Mar",
  60.  "Avr",
  61.  "Mai",
  62.  "Juin",
  63.  "Juil",
  64.  "Aout",
  65.  "Sep",
  66.  "Oct",
  67.  "Nov",
  68.  "Dec");
  69. // tooltips
  70. Calendar._TT = {};
  71. Calendar._TT["INFO"] = "A propos du calendrier";
  72. Calendar._TT["ABOUT"] =
  73. "DHTML Date/Heure Selecteurn" +
  74. "(c) dynarch.com 2002-2005 / Author: Mihai Bazonn" + // don't translate this this ;-)
  75. "Pour la derniere version visitez : http://www.dynarch.com/projects/calendar/n" +
  76. "Distribu