jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [french.php] - Blame information for rev 6

 

Line No. Rev Author Line
11simandl<?php
2 
3// WebSVN - Subversion repository viewing via the web using PHP
4// Copyright (C) 2004 Erik Le Blanc
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// --
213simandl// Translated by Yokav (mailme@yokav.info)
221simandl//
23// french.php
24//
25// French language strings
26 
27// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
28$lang["LANGUAGENAME"] = "Francais";
293simandl// This is the RFC 2616 (§3.10) language tag that corresponds to this translation
30// see also RFC 4646
311simandl$lang['LANGUAGETAG'] = 'fr';
32 
333simandl$lang["LOG"] = "Journal";
34$lang["DIFF"] = "Diff&eacute;.";
351simandl 
363simandl$lang["NOREP"] = "Pas de d&eacute;p&ocirc;t fourni";
37$lang["NOPATH"] = "R&eacute;pertoire non trouv&eacute;";
38$lang["NOACCESS"] = "Vous n'avez pas la permission n&eacute;cessaire pour acc&eacute;der &agrave; ce r&eacute;pertoire";
39$lang["RESTRICTED"] = "Acc&egrave;s restreint";
40$lang["SUPPLYREP"] = "Veuillez indiquer le r&eacute;pertoire d'un d&eacute;p&ocirc;t dans le fichier include/config.php en utilisant \$config->parentPath ou \$config->addRepository<p>Lire le guide d'installation pour plus de d&eacute;tails";
411simandl 
42$lang["DIFFREVS"] = "Diff&eacute;rences entre les r&eacute;visions";
43$lang["AND"] = "et";
44$lang["REV"] = "R&eacute;vision";
45$lang["LINE"] = "Ligne";
46$lang["SHOWENTIREFILE"] = "Afficher tout le fichier";
47$lang["SHOWCOMPACT"] = "Afficher seulement les passages avec des diff&eacute;rences";
48 
493simandl$lang["LISTING"] = "Arborescence";
501simandl$lang["FILEDETAIL"] = "D&eacute;tails";
513simandl$lang["DIFFPREV"] = "Diff&eacute;rence avec la pr&eacute;c&eacute;dente";
521simandl$lang["BLAME"] = "Responsabilit&eacute;";
53 
54$lang["REVINFO"] = "Information sur la R&eacute;vision";
553simandl$lang["GOYOUNGEST"] = "Aller &agrave; la r&eacute;vision la plus r&eacute;cente";
561simandl$lang["LASTMOD"] = "Derni&egrave;re modification";
573simandl$lang["LOGMSG"] = "Message du journal";
581simandl$lang["CHANGES"] = "Changements";
59$lang["SHOWCHANGED"] = "Montrer les fichiers modifi&eacute;s";
60$lang["HIDECHANGED"] = "Cacher les fichiers modifi&eacute;s";
61$lang["NEWFILES"] = "Nouveaux fichiers";
623simandl$lang["CHANGEDFILES"] = "Fichiers modifi&eacute;s";
63$lang["DELETEDFILES"] = "Fichiers supprim&eacute;s";
64$lang["VIEWLOG"] = "Afficher&nbsp;le&nbsp;Journal";
651simandl$lang["PATH"] = "Chemin";
66$lang["AUTHOR"] = "Auteur";
67$lang["AGE"] = "Anciennet&eacute;";
683simandl$lang["LOG"] = "Journal";
691simandl$lang["CURDIR"] = "R&eacute;pertoire courant";
703simandl$lang["TARBALL"] = "Tarball";
711simandl 
72$lang["PREV"] = "Pr&eacute;c&eacute;dent";
73$lang["NEXT"] = "Suivant";
74$lang["SHOWALL"] = "Tout montrer";
75 
76$lang["BADCMD"] = "Cette commande a provoqu&eacute; une erreur";
773simandl$lang["UNKNOWNREVISION"] = "R&eacute;vision non trouv&eacute;e";
781simandl 
793simandl$lang["POWERED"] = "Propuls&eacute; par <a href=\"http://www.websvn.info/\">WebSVN</a>";
80$lang["PROJECTS"] = "D&eacute;p&ocirc;ts&nbsp;Subversion";
811simandl$lang["SERVER"] = "Serveur&nbsp;Subversion";
82 
833simandl$lang["FILTER"] = "Options de recherche";
84$lang["STARTLOG"] = "De la r&eacute;v.";
85$lang["ENDLOG"] = "A la r&eacute;v.";
86$lang["MAXLOG"] = "Max r&eacute;vs.";
87$lang["SEARCHLOG"] = "Rechercher dans le journal";
881simandl$lang["CLEARLOG"] = "Effacer la recherche courante";
89$lang["MORERESULTS"] = "Trouver plus de r&eacute;ponses...";
903simandl$lang["NORESULTS"] = "Il n'y a pas de r&eacute;ponse &agrave; votre recherche dans le journal";
911simandl$lang["NOMORERESULTS"] = "Il n'y a pas plus de r&eacute;ponses &agrave; votre recherche";
923simandl$lang["NOPREVREV"] = "Pas de r&eacute;vision ant&eacute;rieur";
931simandl 
943simandl$lang["RSSFEEDTITLE"] = "Flux RSS de WebSVN";
951simandl$lang["FILESMODIFIED"] = "fichier(s) modifi&eacute;(s)";
963simandl$lang["RSSFEED"] = "Flux RSS";
971simandl 
983simandl$lang["LINENO"] = "Ligne";
991simandl$lang["BLAMEFOR"] = "Dernier responsable";
100 
1013simandl$lang["DAYLETTER"] = "j";
102$lang["HOURLETTER"] = "h";
103$lang["MINUTELETTER"] = "m";
104$lang["SECONDLETTER"] = "s";
1051simandl 
106$lang["GO"] = "Go";
107 
1083simandl$lang["PATHCOMPARISON"] = "Comparaison de dossiers";
109$lang["COMPAREPATHS"] = "Comparer les dossiers";
110$lang["COMPAREREVS"] = "Comparer les r&eacute;visions";
111$lang["PROPCHANGES"] = "Changements de propri&eacute;t&eacute; :";
112$lang["CONVFROM"] = "Cette comparaison affiche les changements n&eacute;cessaires pour convertir le dossier ";
113$lang["TO"] = "EN";
114$lang["REVCOMP"] = "Comparaison inverse";
115$lang["COMPPATH"] = "Comparer le dossier :";
116$lang["WITHPATH"] = "Au dossier :";
117$lang["FILEDELETED"] = "Fichier supprim&eacute;";
118$lang["FILEADDED"] = "Nouveau fichier";
119 
120// The following are defined by some languages to stop unwanted line splitting
121// in the template files.
122 
123$lang["NOBR"] = "";
124$lang["ENDNOBR"] = "";
125 
126// $lang["NOBR"] = "<nobr>";
127// $lang["ENDNOBR"] = "</nobr>";

Powered by WebSVN 2.2.1