Rev 172 Rev 185
Line 1... Line 1...
1 <?php 1 <?php
2   2  
3 // WebSVN - Subversion repository viewing via the web using PHP 3 // WebSVN - Subversion repository viewing via the web using PHP
4 // Copyright (C) 2004 Erik Le Blanc 4 // Copyright (C) 2004 Erik Le Blanc
5 // 5 //
6 // This program is free software; you can redistribute it and/or modify 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 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 8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version. 9 // (at your option) any later version.
10 // 10 //
11 // This program is distributed in the hope that it will be useful, 11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of 12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details. 14 // GNU General Public License for more details.
15 // 15 //
16 // You should have received a copy of the GNU General Public License 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 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 18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 // 19 //
20 // -- 20 // --
21 // 21 //
22 // french.inc 22 // french.inc
23 // 23 //
24 // French language strings 24 // French language strings
25   25  
26 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities). 26 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27 $lang["LANGUAGENAME"] = "Francais"; 27 $lang["LANGUAGENAME"] = "Francais";
-   28 $lang['LANGUAGETAG'] = 'fr';
28   29  
29 $lang["LOG"] = "Log"; 30 $lang["LOG"] = "Log";
30 $lang["DIFF"] = "Diff"; 31 $lang["DIFF"] = "Diff";
31   32  
32 $lang["NOREP"] = "Pas de repository"; 33 $lang["NOREP"] = "Pas de repository";
33 $lang["NOPATH"] = "Fichier ou r&eacute;pertoire non trouv&eacute;"; 34 $lang["NOPATH"] = "Fichier ou r&eacute;pertoire non trouv&eacute;";
34   35  
35 $lang["DIFFREVS"] = "Diff&eacute;rences entre les r&eacute;visions"; 36 $lang["DIFFREVS"] = "Diff&eacute;rences entre les r&eacute;visions";
36 $lang["AND"] = "et"; 37 $lang["AND"] = "et";
37 $lang["REV"] = "R&eacute;vision"; 38 $lang["REV"] = "R&eacute;vision";
38 $lang["LINE"] = "Ligne"; 39 $lang["LINE"] = "Ligne";
39 $lang["SHOWENTIREFILE"] = "Afficher tout le fichier"; 40 $lang["SHOWENTIREFILE"] = "Afficher tout le fichier";
40 $lang["SHOWCOMPACT"] = "Afficher seulement les passages avec des diff&eacute;rences"; 41 $lang["SHOWCOMPACT"] = "Afficher seulement les passages avec des diff&eacute;rences";
41   42  
42 $lang["DIFFPREV"] = "Diff&eacute;rence avec le pr&eacute;c&eacute;dent"; 43 $lang["DIFFPREV"] = "Diff&eacute;rence avec le pr&eacute;c&eacute;dent";
43 $lang["BLAME"] = "Responsabilit&eacute;"; 44 $lang["BLAME"] = "Responsabilit&eacute;";
44   45  
45 $lang["REVINFO"] = "Information sur la R&eacute;vision"; 46 $lang["REVINFO"] = "Information sur la R&eacute;vision";
46 $lang["GOYOUNGEST"] = "Aller &agrave; la R&eacute;vision la plus r&eacute;cente"; 47 $lang["GOYOUNGEST"] = "Aller &agrave; la R&eacute;vision la plus r&eacute;cente";
47 $lang["LASTMOD"] = "Derni&egrave;re modification"; 48 $lang["LASTMOD"] = "Derni&egrave;re modification";
48 $lang["LOGMSG"] = "Message de Log"; 49 $lang["LOGMSG"] = "Message de Log";
49 $lang["CHANGES"] = "Changements"; 50 $lang["CHANGES"] = "Changements";
50 $lang["SHOWCHANGED"] = "Montrer les fichiers modifi&eacute;s"; 51 $lang["SHOWCHANGED"] = "Montrer les fichiers modifi&eacute;s";
51 $lang["HIDECHANGED"] = "Cacher les fichiers modifi&eacute;s"; 52 $lang["HIDECHANGED"] = "Cacher les fichiers modifi&eacute;s";
52 $lang["NEWFILES"] = "Nouveaux fichiers"; 53 $lang["NEWFILES"] = "Nouveaux fichiers";
53 $lang["CHANGEDFILES"] = "Fichier(s) modifi&eacute;(s)"; 54 $lang["CHANGEDFILES"] = "Fichier(s) modifi&eacute;(s)";
54 $lang["DELETEDFILES"] = "Fichier(s) effac&eacute;(s)"; 55 $lang["DELETEDFILES"] = "Fichier(s) effac&eacute;(s)";
55 $lang["VIEWLOG"] = "Afficher&nbsp;le&nbsp;Log"; 56 $lang["VIEWLOG"] = "Afficher&nbsp;le&nbsp;Log";
56 $lang["PATH"] = "Chemin"; 57 $lang["PATH"] = "Chemin";
57 $lang["AUTHOR"] = "Auteur"; 58 $lang["AUTHOR"] = "Auteur";
58 $lang["AGE"] = "Anciennet&eacute;"; 59 $lang["AGE"] = "Anciennet&eacute;";
59 $lang["LOG"] = "Log"; 60 $lang["LOG"] = "Log";
60 $lang["CURDIR"] = "R&eacute;pertoire courant"; 61 $lang["CURDIR"] = "R&eacute;pertoire courant";
61   62  
62 $lang["PREV"] = "Pr&eacute;c&eacute;dent"; 63 $lang["PREV"] = "Pr&eacute;c&eacute;dent";
63 $lang["NEXT"] = "Suivant"; 64 $lang["NEXT"] = "Suivant";
64 $lang["SHOWALL"] = "Tout montrer"; 65 $lang["SHOWALL"] = "Tout montrer";
65   66  
66 $lang["BADCMD"] = "Cette commande a provoqu&eacute; une erreur"; 67 $lang["BADCMD"] = "Cette commande a provoqu&eacute; une erreur";
67   68  
68 $lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; 69 $lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
69 $lang["PROJECTS"] = "Projets&nbsp;Subversion"; 70 $lang["PROJECTS"] = "Projets&nbsp;Subversion";
70 $lang["SERVER"] = "Serveur&nbsp;Subversion"; 71 $lang["SERVER"] = "Serveur&nbsp;Subversion";
71   72  
72 $lang["SEARCHLOG"] = "Rechercher dans les Logs"; 73 $lang["SEARCHLOG"] = "Rechercher dans les Logs";
73 $lang["CLEARLOG"] = "Effacer la recherche courante"; 74 $lang["CLEARLOG"] = "Effacer la recherche courante";
74 $lang["MORERESULTS"] = "Trouver plus de r&eacute;ponses..."; 75 $lang["MORERESULTS"] = "Trouver plus de r&eacute;ponses...";
75 $lang["NORESULTS"] = "Il n'y a pas de r&eacute;ponse &agrave; votre recherche dans les Logs"; 76 $lang["NORESULTS"] = "Il n'y a pas de r&eacute;ponse &agrave; votre recherche dans les Logs";
76 $lang["NOMORERESULTS"] = "Il n'y a pas plus de r&eacute;ponses &agrave; votre recherche"; 77 $lang["NOMORERESULTS"] = "Il n'y a pas plus de r&eacute;ponses &agrave; votre recherche";
77   78  
78 $lang["RSSFEEDTITLE"] = "Fil RSS de WebSVN"; 79 $lang["RSSFEEDTITLE"] = "Fil RSS de WebSVN";
79 $lang["FILESMODIFIED"] = "fichier(s) modifi&aecute;(s)"; 80 $lang["FILESMODIFIED"] = "fichier(s) modifi&aecute;(s)";
80 $lang["RSSFEED"] = "RSS"; 81 $lang["RSSFEED"] = "RSS";
81   82  
82 $lang["LINENO"] = "Ligne num&eacute;ro"; 83 $lang["LINENO"] = "Ligne num&eacute;ro";
83 $lang["BLAMEFOR"] = "Dernier responsable"; 84 $lang["BLAMEFOR"] = "Dernier responsable";
84   85  
85 $lang["YEARS"] = "ann&eacute;es"; 86 $lang["YEARS"] = "ann&eacute;es";
86 $lang["MONTHS"] = "mois"; 87 $lang["MONTHS"] = "mois";
87 $lang["WEEKS"] = "semaines"; 88 $lang["WEEKS"] = "semaines";
88 $lang["DAYS"] = "jours"; 89 $lang["DAYS"] = "jours";
89 $lang["HOURS"] = "heures"; 90 $lang["HOURS"] = "heures";
90 $lang["MINUTES"] = "minutes"; 91 $lang["MINUTES"] = "minutes";
91   92  
92 $lang["GO"] = "Go"; 93 $lang["GO"] = "Go";
93   94