home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / jscalendar / lang / calendar-fr.js < prev    next >
Text File  |  2004-03-08  |  2KB  |  87 lines

  1. // ** I18N
  2. Calendar._DN = new Array
  3. ("Dimanche",
  4.  "Lundi",
  5.  "Mardi",
  6.  "Mercredi",
  7.  "Jeudi",
  8.  "Vendredi",
  9.  "Samedi",
  10.  "Dimanche");
  11. Calendar._MN = new Array
  12. ("Janvier",
  13.  "FΘvrier",
  14.  "Mars",
  15.  "Avril",
  16.  "Mai",
  17.  "Juin",
  18.  "Juillet",
  19.  "Ao√t",
  20.  "Septembre",
  21.  "Octobre",
  22.  "Novembre",
  23.  "DΘcembre");
  24. Calendar._SDN = new Array
  25. ("Lun",
  26.  "Mar",
  27.  "Mer",
  28.  "Jeu",
  29.  "Thu",
  30.  "Ven",
  31.  "Sam",
  32.  "Dim");
  33. Calendar._SMN = new Array
  34. ("Jan",
  35.  "Fev",
  36.  "Mar",
  37.  "Avr",
  38.  "Mai",
  39.  "Juin",
  40.  "Juil",
  41.  "Aout",
  42.  "Sep",
  43.  "Oct",
  44.  "Nov",
  45.  "Dec");
  46.  
  47. // tooltips
  48. Calendar._TT = {};
  49.  
  50. Calendar._TT["INFO"] = "A propos du calendrier";
  51.  
  52. Calendar._TT["ABOUT"] =
  53. "DHTML Date/Heure Selecteur\n" +
  54. "(c) dynarch.com 2002-2003\n" + // don't translate this this ;-)
  55. "Pour la derniere version visitez: http://dynarch.com/mishoo/calendar.epl\n" +
  56. "DistribuΘ par GNU LGPL.  Voir http://gnu.org/licenses/lgpl.html pour les details." +
  57. "\n\n" +
  58. "Selection de la date :\n" +
  59. "- Utiliser les bouttons \xab, \xbb  pour selectionner l\'annee\n" +
  60. "- Utiliser les bouttons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pour selectionner les mois\n" +
  61. "- Garder la souris sur n'importe quels boutons pour un selection plus rapide";
  62. Calendar._TT["ABOUT_TIME"] = "\n\n" +
  63. "Selection de l\'heure:\n" +
  64. "- Cliquer sur heures ou minutes pour incrementer\n" +
  65. "- ou Maj-clic pour decrementer\n" +
  66. "- ou clic et glisser deplacer pour un selection plus rapide";
  67.  
  68. Calendar._TT["TOGGLE"] = "Changer le premier jour de la semaine";
  69. Calendar._TT["PREV_YEAR"] = "AnnΘe prΘc. (maintenir pour menu)";
  70. Calendar._TT["PREV_MONTH"] = "Mois prΘc. (maintenir pour menu)";
  71. Calendar._TT["GO_TODAY"] = "Atteindre date du jour";
  72. Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour menu)";
  73. Calendar._TT["NEXT_YEAR"] = "AnnΘe suiv. (maintenir pour menu)";
  74. Calendar._TT["SEL_DATE"] = "Choisir une date";
  75. Calendar._TT["DRAG_TO_MOVE"] = "DΘplacer";
  76. Calendar._TT["PART_TODAY"] = " (Aujourd'hui)";
  77. Calendar._TT["MON_FIRST"] = "Commencer par lundi";
  78. Calendar._TT["SUN_FIRST"] = "Commencer par dimanche";
  79. Calendar._TT["CLOSE"] = "Fermer";
  80. Calendar._TT["TODAY"] = "Aujourd'hui";
  81.  
  82. // date formats
  83. Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%y";
  84. Calendar._TT["TT_DATE_FORMAT"] = " %A %e %B %Y";
  85.  
  86. Calendar._TT["WK"] = "sem";
  87.