<?
//////////////////////////////////////////////////////////////////////
//
// PHPcounter - a web counter tracking system in PHP
//
// Copyright (C) 2004-2007 - Tsvetozar Drambozov <hide@address.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
//////////////////////////////////////////////////////////////////////
// French translation by Bertrand Coconnier <hide@address.com>
$charset = "windows-1252";
$month_names = array(1=>"Janvier", 2=>"Février", 3=>"Mars", 4=>"Avril", 5=>"Mai", 6=>"Juin", 7=>"Juillet", 8=>"Août", 9=>"Septembre", 10=>"Octobre", 11=>"Novembre", 12=>"Décembre");
$weekday_names = array(0=>"Dimanche", 1=>"Lundi", 2=>"Mardi", 3=>"Mercredi", 4=>"Jeudi", 5=>"Vendredi", 6=>"Samedi");
$strings = array("unique"=>"Unique",
"total"=>"Total",
"report_date"=>"Date de Rapport",
"name"=>"Nom",
"title"=>"Titre",
"url_address"=>"Addresse URL",
"years"=>"Années",
"year"=>"Année",
"months"=>"Mois",
"month"=>"Mois",
"days"=>"Jours",
"day"=>"Jour",
"weekdays"=>"Jours de la Semaine",
"weekday"=>"Jour de la Semaine",
"hours"=>"Heures",
"hour"=>"Heure",
"languages"=>"Langages",
"language"=>"Langage",
"countries"=>"Pays",
"country"=>"Pays",
"hits"=>"Requêtes",
"date"=>"Date",
"hits_count"=>"Requêtes",
"ip"=>"IP",
"host"=>"Hôte",
"referer_domains"=>"Domaines de provenance",
"referer_domain"=>"Domaine de provenance",
"referers"=>"Provenance",
"referer"=>"Provenance",
"local_domains"=>"Domaine Locaux",
"local_domain"=>"Domaine Local",
"local_pages"=>"Pages Locales",
"local_page"=>"Page Locale",
"version"=>"Version",
"more"=>"Plus",
);
?>