source: trunk/language/fr_FR.iso-8859-1/common.lang.php @ 1869

Last change on this file since 1869 was 1869, checked in by vdigital, 17 years ago

Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)

New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 34.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | PhpWebGallery - a PHP based picture gallery                           |
4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7// | branch        : BSF (Best So Far)
8// | file          : $RCSfile$
9// | last update   : $Date: 2007-03-04 19:00:43 +0000 (Sun, 04 Mar 2007) $
10// | last modifier : $Author: vdigital $
11// | revision      : $Revision: 1869 $
12// +-----------------------------------------------------------------------+
13// | This program is free software; you can redistribute it and/or modify  |
14// | it under the terms of the GNU General Public License as published by  |
15// | the Free Software Foundation                                          |
16// |                                                                       |
17// | This program is distributed in the hope that it will be useful, but   |
18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
20// | General Public License for more details.                              |
21// |                                                                       |
22// | You should have received a copy of the GNU General Public License     |
23// | along with this program; if not, write to the Free Software           |
24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
25// | USA.                                                                  |
26// +-----------------------------------------------------------------------+
27
28// Langage informations
29$lang_info['language_name'] = 'Français';
30$lang_info['country'] = 'France';
31$lang_info['charset'] = 'iso-8859-1';
32$lang_info['direction'] = 'ltr';
33$lang_info['code'] = 'fr';
34$lang_info['zero_plural'] = false;
35$lang_table_translate_ascii7bits = array(
36                                          chr(  0) => chr(0),
37                                          chr(  1) => chr(  1),
38                                          chr(  2) => chr(  2),
39                                          chr(  3) => chr(  3),
40                                          chr(  4) => chr(  4),
41                                          chr(  5) => chr(  5),
42                                          chr(  6) => chr(  6),
43                                          chr(  7) => chr(  7),
44                                          chr(  8) => chr(  8),
45                                          chr(  9) => chr(  9),
46                                          chr( 10) => chr( 10),
47                                          chr( 11) => chr( 11),
48                                          chr( 12) => chr( 12),
49                                          chr( 13) => chr( 13),
50                                          chr( 14) => chr( 14),
51                                          chr( 15) => chr( 15),
52                                          chr( 16) => chr( 16),
53                                          chr( 17) => chr( 17),
54                                          chr( 18) => chr( 18),
55                                          chr( 19) => chr( 19),
56                                          chr( 20) => chr( 20),
57                                          chr( 21) => chr( 21),
58                                          chr( 22) => chr( 22),
59                                          chr( 23) => chr( 23),
60                                          chr( 24) => chr( 24),
61                                          chr( 25) => chr( 25),
62                                          chr( 26) => chr( 26),
63                                          chr( 27) => chr( 27),
64                                          chr( 28) => chr( 28),
65                                          chr( 29) => chr( 29),
66                                          chr( 30) => chr( 30),
67                                          chr( 31) => chr( 31),
68                                          chr( 32) => chr( 32),
69                                          chr( 33) => chr( 33),
70                                          chr( 34) => chr( 34),
71                                          chr( 35) => chr( 35),
72                                          chr( 36) => chr( 36),
73                                          chr( 37) => chr( 37),
74                                          chr( 38) => chr( 38),
75                                          chr( 39) => chr( 39),
76                                          chr( 40) => chr( 40),
77                                          chr( 41) => chr( 41),
78                                          chr( 42) => chr( 42),
79                                          chr( 43) => chr( 43),
80                                          chr( 44) => chr( 44),
81                                          chr( 45) => chr( 45),
82                                          chr( 46) => chr( 46),
83                                          chr( 47) => chr( 47),
84                                          chr( 48) => chr( 48),
85                                          chr( 49) => chr( 49),
86                                          chr( 50) => chr( 50),
87                                          chr( 51) => chr( 51),
88                                          chr( 52) => chr( 52),
89                                          chr( 53) => chr( 53),
90                                          chr( 54) => chr( 54),
91                                          chr( 55) => chr( 55),
92                                          chr( 56) => chr( 56),
93                                          chr( 57) => chr( 57),
94                                          chr( 58) => chr( 58),
95                                          chr( 59) => chr( 59),
96                                          chr( 60) => chr( 60),
97                                          chr( 61) => chr( 61),
98                                          chr( 62) => chr( 62),
99                                          chr( 63) => chr( 63),
100                                          chr( 64) => chr( 64),
101                                          chr( 65) => chr( 65),
102                                          chr( 66) => chr( 66),
103                                          chr( 67) => chr( 67),
104                                          chr( 68) => chr( 68),
105                                          chr( 69) => chr( 69),
106                                          chr( 70) => chr( 70),
107                                          chr( 71) => chr( 71),
108                                          chr( 72) => chr( 72),
109                                          chr( 73) => chr( 73),
110                                          chr( 74) => chr( 74),
111                                          chr( 75) => chr( 75),
112                                          chr( 76) => chr( 76),
113                                          chr( 77) => chr( 77),
114                                          chr( 78) => chr( 78),
115                                          chr( 79) => chr( 79),
116                                          chr( 80) => chr( 80),
117                                          chr( 81) => chr( 81),
118                                          chr( 82) => chr( 82),
119                                          chr( 83) => chr( 83),
120                                          chr( 84) => chr( 84),
121                                          chr( 85) => chr( 85),
122                                          chr( 86) => chr( 86),
123                                          chr( 87) => chr( 87),
124                                          chr( 88) => chr( 88),
125                                          chr( 89) => chr( 89),
126                                          chr( 90) => chr( 90),
127                                          chr( 91) => chr( 91),
128                                          chr( 92) => chr( 92),
129                                          chr( 93) => chr( 93),
130                                          chr( 94) => chr( 94),
131                                          chr( 95) => chr( 95),
132                                          chr( 96) => chr( 96),
133                                          chr( 97) => chr( 97),
134                                          chr( 98) => chr( 98),
135                                          chr( 99) => chr( 99),
136                                          chr(100) => chr(100),
137                                          chr(101) => chr(101),
138                                          chr(102) => chr(102),
139                                          chr(103) => chr(103),
140                                          chr(104) => chr(104),
141                                          chr(105) => chr(105),
142                                          chr(106) => chr(106),
143                                          chr(107) => chr(107),
144                                          chr(108) => chr(108),
145                                          chr(109) => chr(109),
146                                          chr(110) => chr(110),
147                                          chr(111) => chr(111),
148                                          chr(112) => chr(112),
149                                          chr(113) => chr(113),
150                                          chr(114) => chr(114),
151                                          chr(115) => chr(115),
152                                          chr(116) => chr(116),
153                                          chr(117) => chr(117),
154                                          chr(118) => chr(118),
155                                          chr(119) => chr(119),
156                                          chr(120) => chr(120),
157                                          chr(121) => chr(121),
158                                          chr(122) => chr(122),
159                                          chr(123) => chr(123),
160                                          chr(124) => chr(124),
161                                          chr(125) => chr(125),
162                                          chr(126) => chr(126),
163                                          chr(127) => chr(127),
164                                          chr(128) => chr(128),
165                                          chr(129) => chr( 95),
166                                          chr(130) => chr( 44),
167                                          chr(131) => chr(102),
168                                          chr(132) => chr( 44),
169                                          chr(133) => chr( 46),
170                                          chr(134) => chr( 43),
171                                          chr(135) => chr( 43),
172                                          chr(136) => chr( 32),
173                                          chr(137) => chr( 37),
174                                          chr(138) => chr( 83),
175                                          chr(139) => chr( 60),
176                                          chr(140) => chr( 69),
177                                          chr(141) => chr( 32),
178                                          chr(142) => chr( 90),
179                                          chr(143) => chr( 32),
180                                          chr(144) => chr( 32),
181                                          chr(145) => chr( 39),
182                                          chr(146) => chr( 39),
183                                          chr(147) => chr( 34),
184                                          chr(148) => chr( 34),
185                                          chr(149) => chr( 46),
186                                          chr(150) => chr( 45),
187                                          chr(151) => chr( 45),
188                                          chr(152) => chr( 32),
189                                          chr(153) => chr( 32),
190                                          chr(154) => chr(115),
191                                          chr(155) => chr( 62),
192                                          chr(156) => chr(111),
193                                          chr(157) => chr( 32),
194                                          chr(158) => chr(122),
195                                          chr(159) => chr( 89),
196                                          chr(160) => chr( 32),
197                                          chr(161) => chr( 33),
198                                          chr(162) => chr( 99),
199                                          chr(163) => chr( 76),
200                                          chr(164) => chr( 32),
201                                          chr(165) => chr( 86),
202                                          chr(166) => chr(124),
203                                          chr(167) => chr( 83),
204                                          chr(168) => chr( 32),
205                                          chr(169) => chr( 99),
206                                          chr(170) => chr( 97),
207                                          chr(171) => chr( 60),
208                                          chr(172) => chr( 32),
209                                          chr(173) => chr( 45),
210                                          chr(174) => chr( 114),
211                                          chr(175) => chr( 45),
212                                          chr(176) => chr( 111),
213                                          chr(177) => chr( 43),
214                                          chr(178) => chr( 50),
215                                          chr(179) => chr( 51),
216                                          chr(180) => chr( 39),
217                                          chr(181) => chr(117),
218                                          chr(182) => chr( 32),
219                                          chr(183) => chr( 46),
220                                          chr(184) => chr( 97),
221                                          chr(185) => chr( 49),
222                                          chr(186) => chr(111),
223                                          chr(187) => chr( 62),
224                                          chr(188) => chr( 32),
225                                          chr(189) => chr( 32),
226                                          chr(190) => chr( 32),
227                                          chr(191) => chr( 63),
228                                          chr(192) => chr( 65),
229                                          chr(193) => chr( 65),
230                                          chr(194) => chr( 65),
231                                          chr(195) => chr( 65),
232                                          chr(196) => chr( 65),
233                                          chr(197) => chr( 65),
234                                          chr(198) => chr( 65),
235                                          chr(199) => chr( 67),
236                                          chr(200) => chr( 69),
237                                          chr(201) => chr( 69),
238                                          chr(202) => chr( 69),
239                                          chr(203) => chr( 69),
240                                          chr(204) => chr( 73),
241                                          chr(205) => chr( 73),
242                                          chr(206) => chr( 73),
243                                          chr(207) => chr( 73),
244                                          chr(208) => chr( 68),
245                                          chr(209) => chr( 78),
246                                          chr(210) => chr( 79),
247                                          chr(211) => chr( 79),
248                                          chr(212) => chr( 79),
249                                          chr(213) => chr( 79),
250                                          chr(214) => chr( 79),
251                                          chr(215) => chr( 42),
252                                          chr(216) => chr( 48),
253                                          chr(217) => chr( 85),
254                                          chr(218) => chr( 85),
255                                          chr(219) => chr( 85),
256                                          chr(220) => chr( 85),
257                                          chr(221) => chr( 89),
258                                          chr(222) => chr( 80),
259                                          chr(223) => chr( 66),
260                                          chr(224) => chr( 97),
261                                          chr(225) => chr( 97),
262                                          chr(226) => chr( 97),
263                                          chr(227) => chr( 97),
264                                          chr(228) => chr( 97),
265                                          chr(229) => chr( 97),
266                                          chr(230) => chr( 97),
267                                          chr(231) => chr( 99),
268                                          chr(232) => chr(101),
269                                          chr(233) => chr(101),
270                                          chr(234) => chr(101),
271                                          chr(235) => chr(101),
272                                          chr(236) => chr(105),
273                                          chr(237) => chr(105),
274                                          chr(238) => chr(105),
275                                          chr(239) => chr(105),
276                                          chr(240) => chr( 97),
277                                          chr(241) => chr(110),
278                                          chr(242) => chr(111),
279                                          chr(243) => chr(111),
280                                          chr(244) => chr(111),
281                                          chr(245) => chr(111),
282                                          chr(246) => chr(111),
283                                          chr(247) => chr( 47),
284                                          chr(248) => chr( 48),
285                                          chr(249) => chr(117),
286                                          chr(250) => chr(117),
287                                          chr(251) => chr(117),
288                                          chr(252) => chr(117),
289                                          chr(253) => chr(117),
290                                          chr(254) => chr( 98),
291                                          chr(255) => chr(121)
292                                        );
293
294$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (noté %d fois, écart type = %.2f)';
295$lang['%d Kb'] = '%d Ko';
296$lang['%d category updated'] = '%d catégorie mise à jour';
297$lang['%d categories updated'] = '%d catégories mises à jour';
298$lang['%d comment to validate'] = '%d commentaire utilisateur à valider';
299$lang['%d comments to validate'] = '%d commentaires utilisateur à valider';
300$lang['%d new comment'] = '%d nouveau commentaire utilisateur';
301$lang['%d new comments'] = '%d nouveaux commentaires utilisateur';
302$lang['%d comment'] = '%d commentaire';
303$lang['%d comments'] = '%d commentaires';
304$lang['%d hit'] = 'vue %d fois';
305$lang['%d hits'] = 'vue %d fois';
306$lang['%d new element'] = '%d nouvel élément';
307$lang['%d new elements'] = '%d nouveaux éléments';
308$lang['%d new user'] = '%d nouvel utilisateur';
309$lang['%d new users'] = '%d nouveaux utilisateurs';
310$lang['%d pictures are also linked to current tags'] = '%d images sont également liées aux tags courants';
311$lang['%d waiting element'] = '%d élément en attente';
312$lang['%d waiting elements'] = '%d éléments en attente';
313$lang['About'] = 'À propos';
314$lang['All tags must match'] = 'Tous les tags doivent correspondre';
315$lang['All tags'] = 'Tous les tags';
316$lang['Any tag'] = 'N\'importe quel tag';
317$lang['At least one listed rule must be satisfied.'] = 'Au moins un des critères doit être satisfait.';
318$lang['At least one tag must match'] = 'Au moins un tag doit correspondre';
319$lang['Author'] = 'Auteur';
320$lang['Average rate'] = 'Note moyenne';
321$lang['Categories'] = 'Catégories';
322$lang['Category'] = 'Catégorie';
323$lang['Close this window'] = 'Fermer cette fenêtre';
324$lang['Complete RSS feed'] = 'Flux RSS complet (images, commentaires)';
325$lang['Confirm Password'] = 'Confirmer le mot de passe';
326$lang['Connection settings'] = 'Paramètres de connexion';
327$lang['Connection'] = 'Connexion';
328$lang['Contact webmaster'] = 'Contacter le webmestre';
329$lang['Create a new account'] = 'Créer un nouveau compte';
330$lang['Created on'] = 'Créée le';
331$lang['Creation date'] = 'Date de création';
332$lang['Current password is wrong'] = 'Erreur sur le mot de passe actuel';
333$lang['Dimensions'] = 'Dimensions';
334$lang['Display'] = 'Affichage';
335$lang['Each listed rule must be satisfied.'] = 'Chaque critère doit être satisfait';
336$lang['Email address is missing'] = 'L\'adresse e-mail manque';
337$lang['Email address'] = 'Adresse e-mail';
338$lang['Enter your personnal informations'] = 'Entrer vos informations personnelles';
339$lang['Error sending email'] = 'Erreur à l\'envoi du mail';
340$lang['File name'] = 'Nom du fichier';
341$lang['File'] = 'Fichier';
342$lang['Filesize'] = 'Poids';
343$lang['Filter and display'] = 'Filtrer et afficher';
344$lang['Filter'] = 'Filtre';
345$lang['Forgot your password?'] = 'Mot de passe oublié ?';
346$lang['Go through the gallery as a visitor'] = 'Parcourir la galerie en tant que visiteur';
347$lang['Help'] = 'Aide';
348$lang['Identification'] = 'Identification';
349$lang['Image only RSS feed'] = 'Flux RSS des images';
350$lang['Keyword'] = 'Mot-clef';
351$lang['Links'] = 'Liens';
352$lang['Mail address'] = $lang['Email address'];
353$lang['N/A'] = 'non disponible';
354$lang['New on %s'] = 'Nouveau le %s';
355$lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe';
356$lang['New password sent by email'] = 'Nouveau mot de passe envoyé par e-mail';
357$lang['No email address'] = 'Pas d\'adresse e-mail';
358$lang['No user matches this email address'] = 'Cette adresse e-mail ne correspond à aucun utilisateur';
359$lang['Notification'] = 'Notification';
360$lang['Number of items'] = 'Nombre d\'élément';
361$lang['Original dimensions'] = 'Dimensions d\'origine';
362$lang['Password forgotten'] = 'Mot de passe oublié';
363$lang['Password'] = 'Mot de passe';
364$lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery';
365$lang['Post date'] = 'Date d\'ajout';
366$lang['Posted on'] = 'Ajoutée le';
367$lang['Profile'] = 'Profil';
368$lang['Quick connect'] = 'Connexion rapide';
369$lang['RSS feed'] = 'flux RSS';
370$lang['Rate'] = 'Note';
371$lang['Register'] = 'S\'enregistrer';
372$lang['Registration'] = 'Enregistrement';
373$lang['Related tags'] = 'Tags liés';
374$lang['Reset'] = 'Annuler';
375$lang['Retrieve password'] = 'Récupérer un mot de passe';
376$lang['Search rules'] = 'Critères de recherche';
377$lang['Search tags'] = 'Rechercher les tags';
378$lang['Search'] = 'Rechercher';
379$lang['See available tags'] = 'Voir les tags disponibles';
380$lang['See pictures linked to this tag only'] = 'Voir les images liées uniquement à ce tag';
381$lang['Send new password'] = 'Envoyer le nouveau mot de passe';
382$lang['Since'] = 'Depuis';
383$lang['Sort by'] = 'Trier selon';
384$lang['Sort order'] = 'Ordre de tri';
385$lang['Tag'] = 'Tag';
386$lang['Tags'] = 'Tags';
387$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'Le flux RSS notifie les événements de la galerie : nouvelles images, catégories mises à jour, nouveaux commentaires utilisateur. À utiliser avec un lecteur de flux RSS.';
388$lang['Unknown feed identifier'] = 'Identifiant de flux inconnu';
389$lang['User comments'] = 'Commentaires utilisateur';
390$lang['Username'] = 'Nom d\'utilisateur';
391$lang['Visits'] = 'Visites';
392$lang['Webmaster'] = 'Webmestre';
393$lang['Week %d'] = 'Semaine %d';
394$lang['about_page_title'] = 'À propos de PhpWebGallery';
395$lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur la page demandée';
396$lang['add to caddie'] = 'ajouter au panier';
397$lang['add_favorites_alt'] = 'Ajouter aux favoris';
398$lang['add_favorites_hint'] = 'Ajouter cette image à vos favoris';
399$lang['admin'] = 'Administration';
400$lang['adviser_mode_enabled'] = 'Mode conseiller actif';
401$lang['all'] = 'tout';
402$lang['ascending'] = 'croissant';
403$lang['author(s) : %s'] = 'auteur(s) : %s';
404$lang['auto_expand'] = 'Développer toutes les catégories';
405$lang['became available after %s (%s)'] = 'mis à disposition après le %s (%s)';
406$lang['became available before %s (%s)'] = 'mis à disposition avant le %s (%s)';
407$lang['became available between %s (%s) and %s (%s)'] = 'mis à disposition entre le %s (%s) et le %s (%s)';
408$lang['became available on %s'] = 'mis à disposition le %s';
409$lang['best_rated_cat'] = 'Mieux notées';
410$lang['best_rated_cat_hint'] = 'afficher les images les mieux notées';
411$lang['caddie'] = 'Panier';
412$lang['calendar'] = 'Calendrier';
413$lang['calendar_any'] = 'Tout';
414$lang['calendar_hint'] = 'affichage année par année, mois par mois, jour par jour';
415$lang['calendar_picture_hint'] = 'afficher les images du ';
416$lang['calendar_view'] = 'Vue';
417$lang['chronology_monthly_calendar'] = 'Calendrier mensuel';
418$lang['chronology_monthly_list'] = 'Liste mensuelle';
419$lang['chronology_weekly_list'] = 'Liste hebdomadaire';
420$lang['click_to_redirect'] = 'Cliquez ici si votre navigateur ne vous redirige pas.';
421$lang['comment date'] = 'date du commentaire';
422$lang['comment'] = 'Commentaire';
423$lang['comment_added'] = 'Votre commentaire a été enregistré';
424$lang['comment_anti-flood'] = 'Système anti-abus : merci de patienter avant d\'ajouter un nouveau commentaire';
425$lang['comment_not_added'] = 'Votre commentaire n\'a pas été enregistré parce qu\'il ne vérifie pas les règles de validation';
426$lang['comment_to_validate'] = 'Un administrateur doit valider votre commentaire afin qu\'il soit visible.';
427$lang['comment_user_exists'] = 'Ce nom d\'utilisateur est déjà pris';
428$lang['comments'] = 'Commentaires';
429$lang['comments_add'] = 'Ajouter un commentaire';
430$lang['comments_del'] = 'Supprimer ce commentaire';
431$lang['comments_title'] = 'Commentaires des utilisateurs';
432$lang['created after %s (%s)'] = 'créée après le %s (%s)';
433$lang['created before %s (%s)'] = 'créée avant le %s (%s)';
434$lang['created between %s (%s) and %s (%s)'] = 'créée entre le %s (%s) et le %s (%s)';
435$lang['created on %s'] = 'créée le %s';
436$lang['customize'] = 'Personnaliser';
437$lang['customize_page_title'] = 'Personnalisation de votre affichage ';
438$lang['day'][0] = 'Dimanche';
439$lang['day'][1] = 'Lundi';
440$lang['day'][2] = 'Mardi';
441$lang['day'][3] = 'Mercredi';
442$lang['day'][4] = 'Jeudi';
443$lang['day'][5] = 'Vendredi';
444$lang['day'][6] = 'Samedi';
445$lang['days'] = 'jours';
446$lang['default_sort'] = 'Par défaut';
447$lang['del_favorites_alt'] = 'Supprimer des favoris';
448$lang['del_favorites_hint'] = 'Supprimer cette image de vos favoris';
449$lang['delete'] = 'Supprimer';
450$lang['descending'] = 'décroissant';
451$lang['download'] = 'télécharger';
452$lang['download_hint'] = 'télécharger ce fichier';
453$lang['edit category informations'] = 'éditer les informations de cette catégorie';
454$lang['edit'] = 'éditer';
455$lang['err_date'] = 'date erronée';
456$lang['excluded'] = 'exclus';
457$lang['favorite_cat'] = 'Mes favorites';
458$lang['favorite_cat_hint'] = 'afficher mes images favorites';
459$lang['favorites'] = 'Favoris';
460$lang['first_page'] = 'Premier';
461$lang['gallery_locked_message'] = 'La galerie est verrouillée pour cause de maintenance. Revenir plus tard.';
462$lang['generation_time'] = 'Page fabriquée en';
463$lang['guest'] = 'visiteur';
464$lang['hello'] = 'Bonjour';
465$lang['hint_admin'] = 'disponible uniquement pour les administrateurs';
466$lang['hint_category'] = 'montre les images à la racine de cette catégorie';
467$lang['hint_comments'] = 'Voir les derniers commentaires utilisateur';
468$lang['hint_customize'] = 'personnaliser l\'apparence de la galerie';
469$lang['hint_search'] = 'recherche';
470$lang['home'] = 'Accueil';
471$lang['home_hint'] = 'Retour à la page d\'accueil';
472$lang['ident_title'] = 'Identification (FIXME)';
473$lang['identification'] = 'Identification';
474$lang['image_available'] = '%d image';
475$lang['images_available'] = '%d images';
476$lang['images_available_cpl'] = 'dans cette catégorie';
477$lang['images_available_cat'] = 'dans %d sous-catégorie';
478$lang['images_available_cats'] = 'dans %d sous-catégories';
479$lang['included'] = 'inclus';
480$lang['invalid_pwd'] = 'Mot de passe invalide !';
481$lang['language'] = 'Langue';
482$lang['last %d days'] = '%d derniers jours';
483$lang['last_page'] = 'Dernier';
484$lang['link_info_image'] = 'Modifier les informations';
485$lang['logout'] = 'Déconnexion';
486$lang['mail_address'] = $lang['Email address'];
487$lang['mandatory'] = 'obligatoire';
488$lang['maxheight'] = 'Hauteur maximum des images';
489$lang['maxheight_error'] = 'La hauteur maximum des images doit être supérieure à 50';
490$lang['maxwidth'] = 'Largeur maximum des images';
491$lang['maxwidth_error'] = 'La largeur des images doit être supérieure à 50';
492$lang['mode_created_hint'] = 'afficher un calendrier par date de création';
493$lang['mode_flat_hint'] = 'afficher à plat les éléments des catégories et des sous-catégories';
494$lang['mode_normal_hint'] = 'retourner à la vue normale';
495$lang['mode_posted_hint'] = 'afficher un calendrier par date d\'ajout';
496$lang['month'][10] = 'Octobre';
497$lang['month'][11] = 'Novembre';
498$lang['month'][12] = 'Décembre';
499$lang['month'][1] = 'Janvier';
500$lang['month'][2] = 'Février';
501$lang['month'][3] = 'Mars';
502$lang['month'][4] = 'Avril';
503$lang['month'][5] = 'Mai';
504$lang['month'][6] = 'Juin';
505$lang['month'][7] = 'Juillet';
506$lang['month'][8] = 'Août';
507$lang['month'][9] = 'Septembre';
508$lang['most_visited_cat'] = 'Plus vues';
509$lang['most_visited_cat_hint'] = 'afficher les images les plus vues';
510$lang['nb_image_line_error'] = 'Le nombre d\'images par ligne doit être un entier non nul';
511$lang['nb_image_per_row'] = 'Nombre de miniatures par ligne';
512$lang['nb_line_page_error'] = 'Le nombre de lignes par page doit être un entier non nul';
513$lang['nb_row_per_page'] = 'Nombre de lignes par page';
514$lang['nbm_unknown_identifier'] = 'Identifiants inconnus';
515$lang['new_password'] = 'Nouveau mot de passe';
516$lang['new_rate'] = 'Votez pour cette image';
517$lang['next_page'] = 'Suivant';
518$lang['no'] = 'Non';
519$lang['no_category'] = 'Accueil';
520$lang['no_rate'] = 'pas de note';
521$lang['note_filter_day'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jour.';
522$lang['note_filter_days'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jours.';
523$lang['password updated'] = 'mot de passe mis à jour';
524$lang['periods_error'] = 'La période de nouveauté doit être un entier positif';
525$lang['picture'] = 'image';
526$lang['picture_high'] = 'Cliquer sur l\'image pour la visualiser en haute définition';
527$lang['picture_show_metadata'] = 'Montrer les méta-données du fichier';
528$lang['pictures'] = 'images';
529$lang['powered_by'] = 'Propulsé par';
530$lang['preferences'] = 'Préférences';
531$lang['previous_page'] = 'Précédent';
532$lang['random_cat'] = 'Images au hasard';
533$lang['random_cat_hint'] = 'afficher un ensemble aléatoire d\'images';
534$lang['recent_cats_cat'] = 'Catégories récentes';
535$lang['recent_cats_cat_hint'] = 'afficher les catégories récemment mises à jour ou créées';
536$lang['recent_image'] = 'Images de moins de';
537$lang['recent_period'] = 'Période récente';
538$lang['recent_pics_cat'] = 'Images récentes';
539$lang['recent_pics_cat_hint'] = 'afficher les images les plus récentes';
540$lang['redirect_msg'] = 'Redirection...';
541$lang['reg_err_login1'] = 'S\'il vous plaît, entrer un nom utilisateur';
542$lang['reg_err_login2'] = 'le nom utilisateur ne doit pas se terminer par un espace';
543$lang['reg_err_login3'] = 'le nom utilisateur ne doit pas commencer par un espace';
544$lang['reg_err_login5'] = 'ce nom utilisateur est déjà pris';
545$lang['reg_err_mail_address'] = 'l\'adresse e-mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)';
546$lang['reg_err_pass'] = 'S\'il vous plaît, entrez à nouveau votre mot de passe';
547$lang['register'] = 's\'enregistrer';
548$lang['register_page_title'] = 'Enregistrement';
549$lang['register_title'] = 'Enregistrement';
550$lang['remember_me'] = 'Connexion auto';
551$lang['remove this tag'] = 'enlever ce tag de la liste';
552$lang['representative'] = 'représentant';
553$lang['reset'] = 'Annuler';
554$lang['return to homepage'] = 'retour à la page d\'accueil';
555$lang['search'] = 'Recherche';
556$lang['search_ascending'] = 'Croissant';
557$lang['search_author'] = 'Rechercher un auteur';
558$lang['search_categories'] = 'Rechercher dans les catégories';
559$lang['search_date'] = 'Recherche par date';
560$lang['search_date_from'] = 'Date';
561$lang['search_date_to'] = 'Date de fin';
562$lang['search_date_type'] = 'Type de date';
563$lang['search_descending'] = 'Décroissant';
564$lang['search_keywords'] = 'Recherche de mot';
565$lang['search_mode_and'] = 'Rechercher tous les mots';
566$lang['search_mode_or'] = 'Rechercher un des mots';
567$lang['search_one_clause_at_least'] = 'Requête vide. Aucun critère fourni.';
568$lang['search_options'] = 'Options de recherche';
569$lang['search_result'] = 'Résultats de recherche';
570$lang['search_sort'] = 'Trier les résultats de recherche selon';
571$lang['search_subcats_included'] = 'Rechercher dans les sous-catégories';
572$lang['search_title'] = 'Recherche';
573$lang['searched words : %s'] = 'mots recherchés : %s';
574$lang['send_mail'] = 'Contacter';
575$lang['set as category representative'] = 'élire comme représentant de cette catégorie';
576$lang['show_nb_comments'] = 'Montrer le nombre de commentaires';
577$lang['show_nb_hits'] = 'Montrer le nombre de visualisations';
578$lang['slideshow'] = 'diaporama';
579$lang['slideshow_stop'] = 'arrêter le diaporama';
580$lang['special_categories'] = 'Spéciales';
581$lang['sql_queries_in'] = 'requêtes SQL en';
582$lang['start_filter_hint'] = 'afficher que les éléments récents';
583$lang['stop_filter_hint'] = 'retourner à l\'affichage de tous les éléments';
584$lang['submit'] = 'Valider';
585$lang['the beginning'] = 'le début';
586$lang['theme'] = 'Thème de l\'interface';
587$lang['thumbnails'] = 'Miniatures';
588$lang['title_comments'] = 'Commentaires utilisateurs';
589$lang['title_menu'] = 'Menu';
590$lang['title_send_mail'] = 'Un commentaire sur le site';
591$lang['today'] = 'aujourd\'hui';
592$lang['total'] = 'images';
593$lang['update_rate'] = 'Mettre à jour votre note';
594$lang['update_wrong_dirname'] = 'mauvais nom de répertoire';
595$lang['upload_advise'] = 'Choisir une image à ajouter dans cette catégorie : ';
596$lang['upload_advise_filesize'] = 'le poids de l\'image ne doit dépasser : ';
597$lang['upload_advise_filetype'] = 'le format de l\'image doit être jpg, png ou gif';
598$lang['upload_advise_height'] = 'la hauteur de l\'image ne doit pas dépasser : ';
599$lang['upload_advise_thumbnail'] = 'Optionnel, mais recommandé : choisir une miniature à associer ';
600$lang['upload_advise_width'] = 'la largeur de l\'image ne doit pas dépasser : ';
601$lang['upload_author'] = 'Auteur';
602$lang['upload_cannot_upload'] = 'impossible de transférer le fichier sur le serveur';
603$lang['upload_creation_date'] = 'Date de création (JJ/MM/AAAA)';
604$lang['upload_err_username'] = 'nom d\'utilisateur manquant';
605$lang['upload_file_exists'] = 'ce fichier existe déjà';
606$lang['upload_filenotfound'] = 'le format du fichier n\'est pas un format d\'image';
607$lang['upload_forbidden'] = 'impossible d\'ajouter une image dans cette catégorie';
608$lang['upload_name'] = 'Nom de l\'image';
609$lang['upload_picture'] = 'Ajouter une image';
610$lang['upload_successful'] = 'Image ajoutée avec succès, un administrateur doit valider l\'ajout pour le rendre visible';
611$lang['upload_title'] = 'Ajouter une image';
612$lang['upload_username'] = 'Nom d\'utilisateur';
613$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
614$lang['w_month'] = 'Mois';
615$lang['yes'] = 'Oui';
616$lang['page_end'] = 'Bas de page';
617$lang['qsearch'] = 'Recherche rapide';
618?>
Note: See TracBrowser for help on using the repository browser.