<?php
// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Erik Le Blanc
//
// 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.inc
//
// French language strings
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Francais";
$lang["LOG"] = "Log";
$lang["DIFF"] = "Diff";
$lang["NOREP"] = "Pas de repository";
$lang["NOPATH"] = "Fichier ou répertoire non trouvé";
$lang["DIFFREVS"] = "Différences entre les révisions";
$lang["AND"] = "et";
$lang["REV"] = "Révision";
$lang["LINE"] = "Ligne";
$lang["SHOWENTIREFILE"] = "Afficher tout le fichier";
$lang["SHOWCOMPACT"] = "Afficher seulement les passages avec des différences";
$lang["DIFFPREV"] = "Différence avec le précédent";
$lang["BLAME"] = "Responsabilité";
$lang["REVINFO"] = "Information sur la Révision";
$lang["GOYOUNGEST"] = "Aller à la Révision la plus récente";
$lang["LASTMOD"] = "Dernière modification";
$lang["LOGMSG"] = "Message de Log";
$lang["CHANGES"] = "Changements";
$lang["SHOWCHANGED"] = "Montrer les fichiers modifiés";
$lang["HIDECHANGED"] = "Cacher les fichiers modifiés";
$lang["NEWFILES"] = "Nouveaux fichiers";
$lang["CHANGEDFILES"] = "Fichier(s) modifié(s)";
$lang["DELETEDFILES"] = "Fichier(s) effacé(s)";
$lang["VIEWLOG"] = "Afficher le Log";
$lang["PATH"] = "Chemin";
$lang["AUTHOR"] = "Auteur";
$lang["AGE"] = "Ancienneté";
$lang["LOG"] = "Log";
$lang["CURDIR"] = "Répertoire courant";
$lang["PREV"] = "Précédent";
$lang["NEXT"] = "Suivant";
$lang["SHOWALL"] = "Tout montrer";
$lang["BADCMD"] = "Cette commande a provoqué une erreur";
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
$lang["PROJECTS"] = "Projets Subversion";
$lang["SERVER"] = "Serveur Subversion";
$lang["SEARCHLOG"] = "Rechercher dans les Logs";
$lang["CLEARLOG"] = "Effacer la recherche courante";
$lang["MORERESULTS"] = "Trouver plus de réponses...";
$lang["NORESULTS"] = "Il n'y a pas de réponse à votre recherche dans les Logs";
$lang["NOMORERESULTS"] = "Il n'y a pas plus de réponses à votre recherche";
$lang["RSSFEEDTITLE"] = "Fil RSS de WebSVN";
$lang["FILESMODIFIED"] = "fichier(s) modifi&aecute;(s)";
$lang["RSSFEED"] = "RSS";
$lang["LINENO"] = "Ligne numéro";
$lang["BLAMEFOR"] = "Dernier responsable";
$lang["YEARS"] = "années";
$lang["MONTHS"] = "mois";
$lang["WEEKS"] = "semaines";
$lang["DAYS"] = "jours";
$lang["HOURS"] = "heures";
$lang["MINUTES"] = "minutes";
$lang["GO"] = "Go";