// PopCal Ver 1.0 - The C-o-o-lest Pop Up Calendar!               |
// Copyright (C) 2004  Arun Narayanan     
// 
// PopCal Language Settings File
//
// For information on this feature, refer to the manual provided.
// The manual can also be found at the following location:
// http://jsutils.sourceforge.net/

//Language Parameter Collection--------------------->
var LANG_FRENCH = 
"MONTHS=Janvier,Février,Mars,Avril,Mai,Juin,Juillet,Août,Septembre,Octobre,Novembre,Décembre;" +
"WEEKS=Dimanche,Lundi,Mardi,Mercredi,Jeudi,Vendredi,Samedi;" +
"CALENDAR_TITLE=Date Selecteur;" +
"TODAY_TEXT=Aujourd'hui;" +
"BLANK_TEXT=Blanc;" +
"PREV_YEAR_TEXT=Année Précédent;" +
"PREV_MONTH_TEXT=Mois Précédent;;" +
"NEXT_YEAR_TEXT=Année Suivre;" +
"NEXT_MONTH_TEXT=Mois Suivre;" +
"SELECT_MONTH_TEXT=Choisir une Mois;" +
"SELECT_YEAR_TEXT=Choisir une Année;" +
"GO_TO_TODAY_TEXT=Atteindre date du jour;" +
"SET_BLANK_DATE_TEXT=Cliquer pour Blanc Date;" +
"CLOSE_CALENDAR_TEXT=Fermer;" +
"DEFAULT_STATUS_TEXT=Choisir une Date";
//END: Language Parameter Collection---------------->

