aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR.iso-8859-1/common.lang.php
blob: 8b12e8b2e3ceb097f8ca0dbe3486431060057174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<?php
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery                           |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | branch        : BSF (Best So Far)
// | file          : $RCSfile$
// | last update   : $Date$
// | last modifier : $Author$
// | revision      : $Revision$
// +-----------------------------------------------------------------------+
// | 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                                          |
// |                                                                       |
// | 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.                                                                  |
// +-----------------------------------------------------------------------+

// Langage informations
$lang_info['language_name'] = 'Fran�ais';
$lang_info['country'] = 'France';
$lang_info['charset'] = 'iso-8859-1';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'fr';

$lang_table_translate_ascii7bits = array(
                                          chr(  0) => chr(0),
                                          chr(  1) => chr(  1),
                                          chr(  2) => chr(  2),
                                          chr(  3) => chr(  3),
                                          chr(  4) => chr(  4),
                                          chr(  5) => chr(  5),
                                          chr(  6) => chr(  6),
                                          chr(  7) => chr(  7),
                                          chr(  8) => chr(  8),
                                          chr(  9) => chr(  9),
                                          chr( 10) => chr( 10),
                                          chr( 11) => chr( 11),
                                          chr( 12) => chr( 12),
                                          chr( 13) => chr( 13),
                                          chr( 14) => chr( 14),
                                          chr( 15) => chr( 15),
                                          chr( 16) => chr( 16),
                                          chr( 17) => chr( 17),
                                          chr( 18) => chr( 18),
                                          chr( 19) => chr( 19),
                                          chr( 20) => chr( 20),
                                          chr( 21) => chr( 21),
                                          chr( 22) => chr( 22),
                                          chr( 23) => chr( 23),
                                          chr( 24) => chr( 24),
                                          chr( 25) => chr( 25),
                                          chr( 26) => chr( 26),
                                          chr( 27) => chr( 27),
                                          chr( 28) => chr( 28),
                                          chr( 29) => chr( 29),
                                          chr( 30) => chr( 30),
                                          chr( 31) => chr( 31),
                                          chr( 32) => chr( 32),
                                          chr( 33) => chr( 33),
                                          chr( 34) => chr( 34),
                                          chr( 35) => chr( 35),
                                          chr( 36) => chr( 36),
                                          chr( 37) => chr( 37),
                                          chr( 38) => chr( 38),
                                          chr( 39) => chr( 39),
                                          chr( 40) => chr( 40),
                                          chr( 41) => chr( 41),
                                          chr( 42) => chr( 42),
                                          chr( 43) => chr( 43),
                                          chr( 44) => chr( 44),
                                          chr( 45) => chr( 45),
                                          chr( 46) => chr( 46),
                                          chr( 47) => chr( 47),
                                          chr( 48) => chr( 48),
                                          chr( 49) => chr( 49),
                                          chr( 50) => chr( 50),
                                          chr( 51) => chr( 51),
                                          chr( 52) => chr( 52),
                                          chr( 53) => chr( 53),
                                          chr( 54) => chr( 54),
                                          chr( 55) => chr( 55),
                                          chr( 56) => chr( 56),
                                          chr( 57) => chr( 57),
                                          chr( 58) => chr( 58),
                                          chr( 59) => chr( 59),
                                          chr( 60) => chr( 60),
                                          chr( 61) => chr( 61),
                                          chr( 62) => chr( 62),
                                          chr( 63) => chr( 63),
                                          chr( 64) => chr( 64),
                                          chr( 65) => chr( 65),
                                          chr( 66) => chr( 66),
                                          chr( 67) => chr( 67),
                                          chr( 68) => chr( 68),
                                          chr( 69) => chr( 69),
                                          chr( 70) => chr( 70),
                                          chr( 71) => chr( 71),
                                          chr( 72) => chr( 72),
                                          chr( 73) => chr( 73),
                                          chr( 74) => chr( 74),
                                          chr( 75) => chr( 75),
                                          chr( 76) => chr( 76),
                                          chr( 77) => chr( 77),
                                          chr( 78) => chr( 78),
                                          chr( 79) => chr( 79),
                                          chr( 80) => chr( 80),
                                          chr( 81) => chr( 81),
                                          chr( 82) => chr( 82),
                                          chr( 83) => chr( 83),
                                          chr( 84) => chr( 84),
                                          chr( 85) => chr( 85),
                                          chr( 86) => chr( 86),
                                          chr( 87) => chr( 87),
                                          chr( 88) => chr( 88),
                                          chr( 89) => chr( 89),
                                          chr( 90) => chr( 90),
                                          chr( 91) => chr( 91),
                                          chr( 92) => chr( 92),
                                          chr( 93) => chr( 93),
                                          chr( 94) => chr( 94),
                                          chr( 95) => chr( 95),
                                          chr( 96) => chr( 96),
                                          chr( 97) => chr( 97),
                                          chr( 98) => chr( 98),
                                          chr( 99) => chr( 99),
                                          chr(100) => chr(100),
                                          chr(101) => chr(101),
                                          chr(102) => chr(102),
                                          chr(103) => chr(103),
                                          chr(104) => chr(104),
                                          chr(105) => chr(105),
                                          chr(106) => chr(106),
                                          chr(107) => chr(107),
                                          chr(108) => chr(108),
                                          chr(109) => chr(109),
                                          chr(110) => chr(110),
                                          chr(111) => chr(111),
                                          chr(112) => chr(112),
                                          chr(113) => chr(113),
                                          chr(114) => chr(114),
                                          chr(115) => chr(115),
                                          chr(116) => chr(116),
                                          chr(117) => chr(117),
                                          chr(118) => chr(118),
                                          chr(119) => chr(119),
                                          chr(120) => chr(120),
                                          chr(121) => chr(121),
                                          chr(122) => chr(122),
                                          chr(123) => chr(123),
                                          chr(124) => chr(124),
                                          chr(125) => chr(125),
                                          chr(126) => chr(126),
                                          chr(127) => chr(127),
                                          chr(128) => chr(128),
                                          chr(129) => chr( 95),
                                          chr(130) => chr( 44),
                                          chr(131) => chr(102),
                                          chr(132) => chr( 44),
                                          chr(133) => chr( 46),
                                          chr(134) => chr( 43),
                                          chr(135) => chr( 43),
                                          chr(136) => chr( 32),
                                          chr(137) => chr( 37),
                                          chr(138) => chr( 83),
                                          chr(139) => chr( 60),
                                          chr(140) => chr( 69),
                                          chr(141) => chr( 32),
                                          chr(142) => chr( 90),
                                          chr(143) => chr( 32),
                                          chr(144) => chr( 32),
                                          chr(145) => chr( 39),
                                          chr(146) => chr( 39),
                                          chr(147) => chr( 34),
                                          chr(148) => chr( 34),
                                          chr(149) => chr( 46),
                                          chr(150) => chr( 45),
                                          chr(151) => chr( 45),
                                          chr(152) => chr( 32),
                                          chr(153) => chr( 32),
                                          chr(154) => chr(115),
                                          chr(155) => chr( 62),
                                          chr(156) => chr(111),
                                          chr(157) => chr( 32),
                                          chr(158) => chr(122),
                                          chr(159) => chr( 89),
                                          chr(160) => chr( 32),
                                          chr(161) => chr( 33),
                                          chr(162) => chr( 99),
                                          chr(163) => chr( 76),
                                          chr(164) => chr( 32),
                                          chr(165) => chr( 86),
                                          chr(166) => chr(124),
                                          chr(167) => chr( 83),
                                          chr(168) => chr( 32),
                                          chr(169) => chr( 99),
                                          chr(170) => chr( 97),
                                          chr(171) => chr( 60),
                                          chr(172) => chr( 32),
                                          chr(173) => chr( 45),
                                          chr(174) => chr( 114),
                                          chr(175) => chr( 45),
                                          chr(176) => chr( 111),
                                          chr(177) => chr( 43),
                                          chr(178) => chr( 50),
                                          chr(179) => chr( 51),
                                          chr(180) => chr( 39),
                                          chr(181) => chr(117),
                                          chr(182) => chr( 32),
                                          chr(183) => chr( 46),
                                          chr(184) => chr( 97),
                                          chr(185) => chr( 49),
                                          chr(186) => chr(111),
                                          chr(187) => chr( 62),
                                          chr(188) => chr( 32),
                                          chr(189) => chr( 32),
                                          chr(190) => chr( 32),
                                          chr(191) => chr( 63),
                                          chr(192) => chr( 65),
                                          chr(193) => chr( 65),
                                          chr(194) => chr( 65),
                                          chr(195) => chr( 65),
                                          chr(196) => chr( 65),
                                          chr(197) => chr( 65),
                                          chr(198) => chr( 65),
                                          chr(199) => chr( 67),
                                          chr(200) => chr( 69),
                                          chr(201) => chr( 69),
                                          chr(202) => chr( 69),
                                          chr(203) => chr( 69),
                                          chr(204) => chr( 73),
                                          chr(205) => chr( 73),
                                          chr(206) => chr( 73),
                                          chr(207) => chr( 73),
                                          chr(208) => chr( 68),
                                          chr(209) => chr( 78),
                                          chr(210) => chr( 79),
                                          chr(211) => chr( 79),
                                          chr(212) => chr( 79),
                                          chr(213) => chr( 79),
                                          chr(214) => chr( 79),
                                          chr(215) => chr( 42),
                                          chr(216) => chr( 48),
                                          chr(217) => chr( 85),
                                          chr(218) => chr( 85),
                                          chr(219) => chr( 85),
                                          chr(220) => chr( 85),
                                          chr(221) => chr( 89),
                                          chr(222) => chr( 80),
                                          chr(223) => chr( 66),
                                          chr(224) => chr( 97),
                                          chr(225) => chr( 97),
                                          chr(226) => chr( 97),
                                          chr(227) => chr( 97),
                                          chr(228) => chr( 97),
                                          chr(229) => chr( 97),
                                          chr(230) => chr( 97),
                                          chr(231) => chr( 99),
                                          chr(232) => chr(101),
                                          chr(233) => chr(101),
                                          chr(234) => chr(101),
                                          chr(235) => chr(101),
                                          chr(236) => chr(105),
                                          chr(237) => chr(105),
                                          chr(238) => chr(105),
                                          chr(239) => chr(105),
                                          chr(240) => chr( 97),
                                          chr(241) => chr(110),
                                          chr(242) => chr(111),
                                          chr(243) => chr(111),
                                          chr(244) => chr(111),
                                          chr(245) => chr(111),
                                          chr(246) => chr(111),
                                          chr(247) => chr( 47),
                                          chr(248) => chr( 48),
                                          chr(249) => chr(117),
                                          chr(250) => chr(117),
                                          chr(251) => chr(117),
                                          chr(252) => chr(117),
                                          chr(253) => chr(117),
                                          chr(254) => chr( 98),
                                          chr(255) => chr(121)
                                        );

$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (not� %d fois, �cart type = %.2f)';
$lang['%d Kb'] = '%d Ko';
$lang['%d category updated'] = '%d cat�gorie mise � jour';
$lang['%d categories updated'] = '%d cat�gories mises � jour';
$lang['%d comment to validate'] = '%d commentaire utilisateur � valider';
$lang['%d comments to validate'] = '%d commentaires utilisateur � valider';
$lang['%d new comment'] = '%d nouveau commentaire utilisateur';
$lang['%d new comments'] = '%d nouveaux commentaires utilisateur';
$lang['%d new element'] = '%d nouvel �l�ment';
$lang['%d new elements'] = '%d nouveaux �l�ments';
$lang['%d element added'] = '%d �l�ment ajout�';
$lang['%d elements added'] = '%d �l�ments ajout�s';
$lang['%d new user'] = '%d nouvel utilisateur';
$lang['%d new users'] = '%d nouveaux utilisateurs';
$lang['%d pictures are also linked to current tags'] = '%d images sont �galement li�es aux tags courants';
$lang['%d pictures'] = '%d images';
$lang['%d waiting element'] = '%d �l�ment en attente';
$lang['%d waiting elements'] = '%d �l�ments en attente';
$lang['About'] = '� propos';
$lang['All tags must match'] = 'Tous les tags doivent correspondre';
$lang['All tags'] = 'Tous les tags';
$lang['Any tag'] = 'N\'importe quel tag';
$lang['At least one listed rule must be satisfied.'] = 'Au moins un des crit�res doit �tre satisfait.';
$lang['At least one tag must match'] = 'Au moins un tag doit correspondre';
$lang['Author'] = 'Auteur';
$lang['Average rate'] = 'Note moyenne';
$lang['Categories'] = 'Cat�gories';
$lang['Category'] = 'Cat�gorie';
$lang['Close this window'] = 'Fermer cette fen�tre';
$lang['Complete RSS feed'] = 'Flux RSS complet (images, commentaires)';
$lang['Confirm Password'] = 'Confirmer le mot de passe';
$lang['Connection settings'] = 'Param�tres de connexion';
$lang['Connection'] = 'Connexion';
$lang['Contact webmaster'] = 'Contacter le webmestre';
$lang['Create a new account'] = 'Cr�er un nouveau compte';
$lang['Created on'] = 'Cr��e le';
$lang['Creation date'] = 'Date de cr�ation';
$lang['Current password is wrong'] = 'Erreur sur le mot de passe actuel';
$lang['Dimensions'] = 'Dimensions';
$lang['Display'] = 'Affichage';
$lang['Each listed rule must be satisfied.'] = 'Chaque crit�re doit �tre satisfait';
$lang['Email address is missing'] = 'L\'adresse e-mail manque';
$lang['Email address'] = 'Adresse e-mail';
$lang['Enter your personnal informations'] = 'Entrer vos informations personnelles';
$lang['Error sending email'] = 'Erreur � l\'envoi du mail';
$lang['File name'] = 'Nom du fichier';
$lang['File'] = 'Fichier';
$lang['Filesize'] = 'Poids';
$lang['Filter and display'] = 'Filtrer et afficher';
$lang['Filter'] = 'Filtre';
$lang['Forgot your password?'] = 'Mot de passe oubli� ?';
$lang['Go through the gallery as a visitor'] = 'Parcourir la galerie en tant que visiteur';
$lang['Help'] = 'Aide';
$lang['Identification'] = 'Identification';
$lang['Image only RSS feed'] = 'Flux RSS des images';
$lang['Keyword'] = 'Mot-clef';
$lang['Keywords'] = 'Mots-clef';
$lang['Links'] = 'Liens';
$lang['Mail address'] = $lang['Email address'];
$lang['N/A'] = 'non disponible';
$lang['New on %s'] = 'Nouveau le %s';
$lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe';
$lang['New password sent by email'] = 'Nouveau mot de passe envoy� par e-mail';
$lang['No email address'] = 'Pas d\'adresse e-mail';
$lang['No user matches this email address'] = 'Cette adresse e-mail ne correspond � aucun utilisateur';
$lang['Notification'] = 'Notification';
$lang['Number of items'] = 'Nombre d\'�l�ment';
$lang['Original dimensions'] = 'Dimensions d\'origine';
$lang['Password forgotten'] = 'Mot de passe oubli�';
$lang['Password'] = 'Mot de passe';
$lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery';
$lang['Post date'] = 'Date d\'ajout';
$lang['Posted on'] = 'Ajout�e le';
$lang['Profile'] = 'Profil';
$lang['Quick connect'] = 'Connexion rapide';
$lang['RSS feed'] = 'flux RSS';
$lang['Rate'] = 'Note';
$lang['Register'] = 'S\'enregistrer';
$lang['Registration'] = 'Enregistrement';
$lang['Related tags'] = 'Tags li�s';
$lang['Reset'] = 'Annuler';
$lang['Retrieve password'] = 'R�cup�rer un mot de passe';
$lang['Search rules'] = 'Crit�res de recherche';
$lang['Search tags'] = 'Rechercher les tags';
$lang['Search'] = 'Rechercher';
$lang['See available tags'] = 'Voir les tags disponibles';
$lang['See pictures linked to this tag only'] = 'Voir les images li�es uniquement � ce tag';
$lang['Send new password'] = 'Envoyer le nouveau mot de passe';
$lang['Since'] = 'Depuis';
$lang['Sort by'] = 'Trier selon';
$lang['Sort order'] = 'Ordre de tri';
$lang['Tag'] = 'Tag';
$lang['Tags'] = 'Tags';
$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.';
$lang['Unknown feed identifier'] = 'Identifiant de flux inconnu';
$lang['User comments'] = 'Commentaires utilisateur';
$lang['Username'] = 'Nom d\'utilisateur';
$lang['Visits'] = 'Visites';
$lang['Webmaster'] = 'Webmestre';
$lang['Week %d'] = 'Semaine %d';
$lang['about_page_title'] = '� propos de PhpWebGallery';
$lang['access_forbiden'] = 'Vous n\'�tes pas autoris� sur la page demand�e';
$lang['add to caddie'] = 'ajouter au panier';
$lang['add_favorites_alt'] = 'Ajouter aux favoris';
$lang['add_favorites_hint'] = 'Ajouter cette image � vos favoris';
$lang['admin'] = 'Administration';
$lang['adviser_mode_enabled'] = 'Mode conseiller actif';
$lang['all'] = 'tout';
$lang['all_categories'] = 'toutes les cat�gories';
$lang['ascending'] = 'croissant';
$lang['author(s) : %s'] = 'auteur(s) : %s';
$lang['auto_expand'] = 'D�velopper toutes les cat�gories';
$lang['became available after %s (%s)'] = 'mis � disposition apr�s le %s (%s)';
$lang['became available before %s (%s)'] = 'mis � disposition avant le %s (%s)';
$lang['became available between %s (%s) and %s (%s)'] = 'mis � disposition entre le %s (%s) et le %s (%s)';
$lang['became available on %s'] = 'mis � disposition le %s';
$lang['best_rated_cat'] = 'Mieux not�es';
$lang['best_rated_cat_hint'] = 'afficher les images les mieux not�es';
$lang['caddie'] = 'Panier';
$lang['calendar'] = 'Calendrier';
$lang['calendar_any'] = 'Tout';
$lang['calendar_hint'] = 'affichage ann�e par ann�e, mois par mois, jour par jour';
$lang['calendar_picture_hint'] = 'afficher les images du ';
$lang['calendar_view'] = 'Vue';
$lang['chronology_monthly_calendar'] = 'Calendrier mensuel';
$lang['chronology_monthly_list'] = 'Liste mensuelle';
$lang['chronology_weekly_list'] = 'Liste hebdomadaire';
$lang['click_to_redirect'] = 'Cliquez ici si votre navigateur ne vous redirige pas.';
$lang['comment date'] = 'date du commentaire';
$lang['comment'] = 'Commentaire';
$lang['comment_added'] = 'Votre commentaire a �t� enregistr�';
$lang['comment_anti-flood'] = 'Syst�me anti-abus : merci de patienter avant d\'ajouter un nouveau commentaire';
$lang['comment_not_added'] = 'Votre commentaire n\'a pas �t� enregistr� parce qu\'il ne v�rifie pas les r�gles de validation';
$lang['comment_to_validate'] = 'Un administrateur doit valider votre commentaire afin qu\'il soit visible.';
$lang['comment_user_exists'] = 'Ce nom d\'utilisateur est d�j� pris';
$lang['comments'] = 'Commentaires';
$lang['comments_add'] = 'Ajouter un commentaire';
$lang['comments_del'] = 'Supprimer ce commentaire';
$lang['comments_title'] = 'Commentaires des utilisateurs';
$lang['created after %s (%s)'] = 'cr��e apr�s le %s (%s)';
$lang['created before %s (%s)'] = 'cr��e avant le %s (%s)';
$lang['created between %s (%s) and %s (%s)'] = 'cr��e entre le %s (%s) et le %s (%s)';
$lang['created on %s'] = 'cr��e le %s';
$lang['customize'] = 'Personnaliser';
$lang['customize_page_title'] = 'Personnalisation de votre affichage ';
$lang['day'][0] = 'Dimanche';
$lang['day'][1] = 'Lundi';
$lang['day'][2] = 'Mardi';
$lang['day'][3] = 'Mercredi';
$lang['day'][4] = 'Jeudi';
$lang['day'][5] = 'Vendredi';
$lang['day'][6] = 'Samedi';
$lang['days'] = 'jours';
$lang['default_sort'] = 'Par d�faut';
$lang['del_favorites_alt'] = 'Supprimer des favoris';
$lang['del_favorites_hint'] = 'Supprimer cette image de vos favoris';
$lang['delete'] = 'Supprimer';
$lang['descending'] = 'd�croissant';
$lang['download'] = 't�l�charger';
$lang['download_hint'] = 't�l�charger ce fichier';
$lang['edit category informations'] = '�diter les informations de cette cat�gorie';
$lang['edit'] = '�diter';
$lang['err_date'] = 'date erron�e';
$lang['excluded'] = 'exclus';
$lang['favorite_cat'] = 'Mes favorites';
$lang['favorite_cat_hint'] = 'afficher mes images favorites';
$lang['favorites'] = 'Favoris';
$lang['first_page'] = 'Premier';
$lang['gallery_locked_message'] = 'La galerie est verrouill�e pour cause de maintenance. Revenir plus tard.';
$lang['generation_time'] = 'Page fabriqu�e en';
$lang['guest'] = 'visiteur';
$lang['hello'] = 'Bonjour';
$lang['hint_admin'] = 'disponible uniquement pour les administrateurs';
$lang['hint_category'] = 'montre les images � la racine de cette cat�gorie';
$lang['hint_comments'] = 'Voir les derniers commentaires utilisateur';
$lang['hint_customize'] = 'personnaliser l\'apparence de la galerie';
$lang['hint_search'] = 'recherche';
$lang['home'] = 'Accueil';
$lang['home_hint'] = 'Retour � la page d\'accueil';
$lang['ident_title'] = 'Identification (FIXME)';
$lang['identification'] = 'Identification';
$lang['image_available'] = '%d image';
$lang['images_available'] = '%d images';
$lang['images_available_cpl'] = 'dans cette cat�gorie';
$lang['images_available_cat'] = 'dans %d sous-cat�gorie';
$lang['images_available_cats'] = 'dans %d sous-cat�gories';
$lang['included'] = 'inclus';
$lang['invalid_pwd'] = 'Mot de passe invalide !';
$lang['language'] = 'Langue';
$lang['last %d days'] = '%d derniers jours';
$lang['last_page'] = 'Dernier';
$lang['link_info_image'] = 'Modifier les informations';
$lang['logout'] = 'D�connexion';
$lang['mail_address'] = $lang['Email address'];
$lang['mandatory'] = 'obligatoire';
$lang['maxheight'] = 'Hauteur maximum des images';
$lang['maxheight_error'] = 'La hauteur maximum des images doit �tre sup�rieure � 50';
$lang['maxwidth'] = 'Largeur maximum des images';
$lang['maxwidth_error'] = 'La largeur des images doit �tre sup�rieure � 50';
$lang['mode_created_hint'] = 'afficher un calendrier par date de cr�ation';
$lang['mode_normal_hint'] = 'retourne � la vue normale';
$lang['mode_posted_hint'] = 'afficher un calendrier par date d\'ajout';
$lang['month'][10] = 'Octobre';
$lang['month'][11] = 'Novembre';
$lang['month'][12] = 'D�cembre';
$lang['month'][1] = 'Janvier';
$lang['month'][2] = 'F�vrier';
$lang['month'][3] = 'Mars';
$lang['month'][4] = 'Avril';
$lang['month'][5] = 'Mai';
$lang['month'][6] = 'Juin';
$lang['month'][7] = 'Juillet';
$lang['month'][8] = 'Ao�t';
$lang['month'][9] = 'Septembre';
$lang['most_visited_cat'] = 'Plus vues';
$lang['most_visited_cat_hint'] = 'afficher les images les plus vues';
$lang['nb_image_line_error'] = 'Le nombre d\'images par ligne doit �tre un entier non nul';
$lang['nb_image_per_row'] = 'Nombre de miniatures par ligne';
$lang['nb_line_page_error'] = 'Le nombre de lignes par page doit �tre un entier non nul';
$lang['nb_row_per_page'] = 'Nombre de lignes par page';
$lang['nbm_unknown_identifier'] = 'Identifiants inconnus';
$lang['new_password'] = 'Nouveau mot de passe';
$lang['new_rate'] = 'Votez pour cette image';
$lang['next_page'] = 'Suivant';
$lang['no'] = 'Non';
$lang['no_category'] = 'Accueil';
$lang['no_rate'] = 'pas de note';
$lang['only_members'] = 'Seuls les membres enregistr�s peuvent acc�der � cette page';
$lang['password updated'] = 'mot de passe mis � jour';
$lang['periods_error'] = 'La p�riode de nouveaut� doit �tre un entier positif';
$lang['picture'] = 'image';
$lang['picture_high'] = 'Cliquer sur l\'image pour la visualiser en haute d�finition';
$lang['picture_show_metadata'] = 'Montrer les m�ta-donn�es du fichier';
$lang['pictures'] = 'images';
$lang['powered_by'] = 'Propuls� par';
$lang['preferences'] = 'Pr�f�rences';
$lang['previous_page'] = 'Pr�c�dent';
$lang['random_cat'] = 'Images au hasard';
$lang['random_cat_hint'] = 'afficher un ensemble al�atoire d\'images';
$lang['recent_cats_cat'] = 'Cat�gories r�centes';
$lang['recent_cats_cat_hint'] = 'afficher les cat�gories r�cemment mises � jour ou cr��es';
$lang['recent_image'] = 'Image de moins de';
$lang['recent_period'] = 'P�riode r�cente';
$lang['recent_pics_cat'] = 'Images r�centes';
$lang['recent_pics_cat_hint'] = 'afficher les images les plus r�centes';
$lang['redirect_msg'] = 'Redirection...';
$lang['reg_err_login1'] = 'S\'il vous pla�t, entrer un nom utilisateur';
$lang['reg_err_login2'] = 'le nom utilisateur ne doit pas se terminer par un espace';
$lang['reg_err_login3'] = 'le nom utilisateur ne doit pas commencer par un espace';
$lang['reg_err_login5'] = 'ce nom utilisateur est d�j� pris';
$lang['reg_err_mail_address'] = 'l\'adresse e-mail doit �tre de la forme xxx@yyy.eee (exemple : jack@altern.org)';
$lang['reg_err_pass'] = 'S\'il vous pla�t, entrez � nouveau votre mot de passe';
$lang['register'] = 's\'enregistrer';
$lang['register_page_title'] = 'Enregistrement';
$lang['register_title'] = 'Enregistrement';
$lang['remember_me'] = 'Connexion auto';
$lang['remove this tag'] = 'enlever ce tag de la liste';
$lang['representative'] = 'repr�sentant';
$lang['reset'] = 'Annuler';
$lang['return to homepage'] = 'retour � la page d\'accueil';
$lang['search'] = 'Recherche';
$lang['search_ascending'] = 'Croissant';
$lang['search_author'] = 'Rechercher un auteur';
$lang['search_categories'] = 'Rechercher dans les cat�gories';
$lang['search_date'] = 'Recherche par date';
$lang['search_date_creation'] = 'Cr�ation';
$lang['search_date_from'] = 'Date';
$lang['search_date_to'] = 'Date de fin';
$lang['search_date_type'] = 'Type de date';
$lang['search_descending'] = 'D�croissant';
$lang['search_keywords'] = 'Recherche de mot';
$lang['search_mode_and'] = 'Rechercher tous les mots';
$lang['search_mode_or'] = 'Rechercher un des mots';
$lang['search_one_clause_at_least'] = 'Requ�te vide. Aucun crit�re fourni.';
$lang['search_options'] = 'Options de recherche';
$lang['search_result'] = 'R�sultats de recherche';
$lang['search_sort'] = 'Trier les r�sultats de recherche selon';
$lang['search_subcats_included'] = 'Rechercher dans les sous-cat�gories';
$lang['search_title'] = 'Recherche';
$lang['searched words : %s'] = 'mots recherch�s : %s';
$lang['send_mail'] = 'Contacter';
$lang['set as category representative'] = '�lire comme repr�sentant de cette cat�gorie';
$lang['show_nb_comments'] = 'Montrer le nombre de commentaires';
$lang['slideshow'] = 'diaporama';
$lang['slideshow_stop'] = 'arr�ter le diaporama';
$lang['special_categories'] = 'Sp�ciales';
$lang['sql_queries_in'] = 'requ�tes SQL en';
$lang['submit'] = 'Valider';
$lang['the beginning'] = 'le d�but';
$lang['theme'] = 'Th�me de l\'interface';
$lang['thumbnails'] = 'Miniatures';
$lang['title_comments'] = 'Commentaires utilisateurs';
$lang['title_menu'] = 'Menu';
$lang['title_send_mail'] = 'Un commentaire sur le site';
$lang['today'] = 'aujourd\'hui';
$lang['total'] = 'images';
$lang['update_rate'] = 'Mettre � jour votre note';
$lang['update_wrong_dirname'] = 'mauvais nom de r�pertoire';
$lang['upload_advise'] = 'Choisir une image � ajouter dans cette cat�gorie : ';
$lang['upload_advise_filesize'] = 'le poids de l\'image ne doit d�passer : ';
$lang['upload_advise_filetype'] = 'le format de l\'image doit �tre jpg, png ou gif';
$lang['upload_advise_height'] = 'la hauteur de l\'image ne doit pas d�passer : ';
$lang['upload_advise_thumbnail'] = 'Optionnel, mais recommand� : choisir une miniature � associer ';
$lang['upload_advise_width'] = 'la largeur de l\'image ne doit pas d�passer : ';
$lang['upload_author'] = 'Auteur';
$lang['upload_cannot_upload'] = 'impossible de transf�rer le fichier sur le serveur';
$lang['upload_creation_date'] = 'Date de cr�ation (JJ/MM/AAAA)';
$lang['upload_err_username'] = 'nom d\'utilisateur manquant';
$lang['upload_file_exists'] = 'ce fichier existe d�j�';
$lang['upload_filenotfound'] = 'le format du fichier n\'est pas un format d\'image';
$lang['upload_forbidden'] = 'impossible d\'ajouter une image dans cette cat�gorie';
$lang['upload_name'] = 'Nom de l\'image';
$lang['upload_picture'] = 'Ajouter une image';
$lang['upload_successful'] = 'Image ajout�e avec succ�s, un administrateur doit valider l\'ajout pour le rendre visible';
$lang['upload_title'] = 'Ajouter une image';
$lang['upload_username'] = 'Nom d\'utilisateur';
$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
$lang['w_month'] = 'Mois';
$lang['yes'] = 'Oui';
?>