-
Notifications
You must be signed in to change notification settings - Fork 2
/
django.po
9131 lines (7344 loc) · 274 KB
/
django.po
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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# French translation file for the OSQA application.
# Copyright (C) 2010, 2015, 2020
# This file is distributed under the same license as the OSQA package.
#
# Laurent Raufaste <[email protected]>, 2010.
# Stephan Losa <[email protected]>, 2010.
# Benoit Sibaud <[email protected]>, 2013.
# Jill-Jênn Vie <[email protected]>, 2013.
# Patrick Bideault <[email protected]>, 2015.
# Denis Bitouzé <[email protected]>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-04-08 11:32-0400\n"
"PO-Revision-Date: 2016-03-30 19:09+0100\n"
"Last-Translator: Denis Bitouzé <[email protected]>\n"
"Language-Team: French <>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.6.9\n"
#: forum/feed.py:73 forum/models/page.py:24 forum/utils/pagination.py:167
#: forum/views/readers.py:200 forum/views/readers.py:357
msgid "page"
msgstr "page"
#: forum/feed.py:73 forum/utils/pagination.py:163 forum/views/readers.py:200
msgid "pagesize"
msgstr "longueur de page"
#: forum/feed.py:73 forum/utils/pagination.py:171 forum/views/readers.py:200
msgid "sort"
msgstr "trié"
#: forum/feed.py:93
#, python-format
msgid "Answers to: %s"
msgstr "Réponses à : %s"
#: forum/feed.py:113
#, python-format
msgid "Answer by %s"
msgstr "Réponse par : %s"
#: forum/feed.py:115
#, python-format
msgid "Comment by %(cauthor)s on %(pauthor)s's %(qora)s"
msgstr "Commentaire de %(cauthor)s sur %(qora)s de %(pauthor)s"
#: forum/feed.py:118 forum/models/answer.py:5
#: forum/skins/default/templates/osqaadmin/dashboard.html:24
#: forum/skins/default/templates/osqaadmin/index.html:26
#: forum/skins/default/templates/question_list/item.html:15
#: forum/views/writers.py:268 forum_modules/akismet/startup.py:76
msgid "answer"
msgstr "Réponse"
#: forum/feed.py:118 forum/models/question.py:17
#: forum/skins/default/templates/osqaadmin/dashboard.html:19
#: forum/skins/default/templates/osqaadmin/index.html:21
#: forum/views/writers.py:93 forum_modules/akismet/startup.py:75
msgid "question"
msgstr "question"
#: forum/registry.py:24 forum/registry.py:64
#: forum/skins/default/templates/index.html:15
#: forum/skins/default/templates/question_edit_tips.html:8
msgid "faq"
msgstr "FAQ"
#: forum/registry.py:25 forum/registry.py:65
#: forum/skins/default/templates/index.html:14
msgid "about"
msgstr "À propos"
#: forum/registry.py:29
msgid "logout"
msgstr "Déconnexion"
#: forum/registry.py:34
msgid "login"
msgstr "Connexion"
#: forum/registry.py:46
msgid "administration"
msgstr "Administration"
#: forum/registry.py:59
msgid "contact"
msgstr "Contact"
#: forum/registry.py:62
msgid "support"
msgstr "Aide"
#: forum/registry.py:63
msgid "privacy"
msgstr "Vie privée"
#: forum/registry.py:78 forum/skins/default/templates/users/edit.html:33
msgid "edit profile"
msgstr "Modifier le profil"
#: forum/registry.py:88
msgid "authentication settings"
msgstr "Paramètres d'authentification"
#: forum/registry.py:95
msgid "email notification settings"
msgstr "Configuration des notifications par courriel"
#: forum/registry.py:102
msgid "other preferences"
msgstr "Autres préférences"
#: forum/registry.py:107
msgid "Moderation tools"
msgstr "Outils de modération"
#: forum/registry.py:109
msgid "withdraw suspension"
msgstr "lever une suspension"
#: forum/registry.py:109
msgid "suspend this user"
msgstr "Suspendre cet utilisateur"
#: forum/registry.py:116
msgid "give/take karma"
msgstr "Donner/retirer du karma"
#: forum/registry.py:124
msgid "remove moderator status"
msgstr "Retirer la permission de modérer"
#: forum/registry.py:124
msgid "grant moderator status"
msgstr "Donner la permission de modérer"
#: forum/registry.py:131
msgid "remove super user status"
msgstr "Retirer le statut de super utilisateur"
#: forum/registry.py:131
msgid "grant super user status"
msgstr "Donner le statut de super utilisateur"
#: forum/urls.py:29
msgid "nimda/"
msgstr ""
#: forum/urls.py:39
msgid "upfiles/"
msgstr ""
#: forum/urls.py:41
msgid "faq/"
msgstr ""
#: forum/urls.py:41
msgid "FAQ"
msgstr "Frequently Asked Questions (Foire Aux Questions)"
#: forum/urls.py:42
msgid "about/"
msgstr ""
#: forum/urls.py:42
msgid "About"
msgstr "À propos"
#: forum/urls.py:43
msgid "markdown_help/"
msgstr ""
#: forum/urls.py:45
msgid "privacy/"
msgstr ""
#: forum/urls.py:46
msgid "logout/"
msgstr ""
#: forum/urls.py:47
msgid "answers/"
msgstr ""
#: forum/urls.py:47 forum/urls.py:57 forum/urls.py:99 forum/urls.py:147
msgid "edit/"
msgstr ""
#: forum/urls.py:48
msgid "revisions/"
msgstr ""
#: forum/urls.py:49 forum/urls.py:50 forum/urls.py:51 forum/urls.py:53
#: forum/urls.py:54 forum/urls.py:57 forum/urls.py:58 forum/urls.py:59
#: forum/urls.py:60 forum/urls.py:85 forum/urls.py:86 forum/urls.py:87
msgid "questions/"
msgstr ""
#: forum/urls.py:50
msgid "ask/"
msgstr ""
#: forum/urls.py:51
msgid "related_questions/"
msgstr ""
#: forum/urls.py:53
msgid "unanswered/"
msgstr ""
#: forum/urls.py:58
msgid "close/"
msgstr ""
#: forum/urls.py:59
msgid "reopen/"
msgstr ""
#: forum/urls.py:60 forum/urls.py:71
msgid "answer/"
msgstr ""
#: forum/urls.py:61
msgid "pending-data/"
msgstr ""
#: forum/urls.py:63
msgid "vote/"
msgstr ""
#: forum/urls.py:64
msgid "like_comment/"
msgstr ""
#: forum/urls.py:65
msgid "comment/"
msgstr ""
#: forum/urls.py:66
msgid "delete_comment/"
msgstr ""
#: forum/urls.py:67
msgid "convert_comment/"
msgstr ""
#: forum/urls.py:68
msgid "accept_answer/"
msgstr ""
#: forum/urls.py:69
msgid "answer_link/"
msgstr ""
#: forum/urls.py:70
msgid "mark_favorite/"
msgstr ""
#: forum/urls.py:71
msgid "award_points/"
msgstr ""
#: forum/urls.py:71
msgid "user/"
msgstr ""
#: forum/urls.py:73
msgid "flag/"
msgstr ""
#: forum/urls.py:74 forum/urls.py:148
msgid "delete/"
msgstr ""
#: forum/urls.py:75 forum/urls.py:76
msgid "subscribe/"
msgstr ""
#: forum/urls.py:77
msgid "matching_tags/"
msgstr ""
#: forum/urls.py:78
msgid "matching_users/"
msgstr ""
#: forum/urls.py:79
msgid "node_markdown/"
msgstr ""
#: forum/urls.py:80
msgid "convert/"
msgstr ""
#: forum/urls.py:81
msgid "convert_to_question/"
msgstr ""
#: forum/urls.py:82
msgid "wikify/"
msgstr ""
#: forum/urls.py:84
msgid "question/"
msgstr ""
#: forum/urls.py:90 forum/urls.py:91
msgid "tags/"
msgstr ""
#: forum/urls.py:92 forum/urls.py:93
msgid "mark-tag/"
msgstr ""
#: forum/urls.py:92
msgid "interesting/"
msgstr ""
#: forum/urls.py:93
msgid "ignored/"
msgstr ""
#: forum/urls.py:94
msgid "unmark-tag/"
msgstr ""
#: forum/urls.py:96 forum/urls.py:99 forum/urls.py:100 forum/urls.py:101
#: forum/urls.py:102 forum/urls.py:103 forum/urls.py:104 forum/urls.py:105
#: forum/urls.py:106 forum/urls.py:107 forum/urls.py:108 forum/urls.py:109
#: forum/urls.py:110
msgid "users/"
msgstr ""
#: forum/urls.py:100
msgid "award/"
msgstr ""
#: forum/urls.py:101
msgid "suspend/"
msgstr ""
#: forum/urls.py:102
msgid "report/"
msgstr ""
#: forum/urls.py:103
msgid "powers/"
msgstr ""
#: forum/urls.py:104
msgid "subscriptions/"
msgstr ""
#: forum/urls.py:105
msgid "preferences/"
msgstr ""
#: forum/urls.py:106
msgid "favorites/"
msgstr ""
#: forum/urls.py:107
msgid "reputation/"
msgstr ""
#: forum/urls.py:108
msgid "votes/"
msgstr ""
#: forum/urls.py:109
msgid "recent/"
msgstr ""
#: forum/urls.py:111 forum/urls.py:112
msgid "badges/"
msgstr ""
#: forum/urls.py:115
msgid "upload/"
msgstr ""
#: forum/urls.py:116
msgid "search/"
msgstr ""
#: forum/urls.py:117
msgid "contact/"
msgstr ""
#: forum/urls.py:121 forum/urls.py:122 forum/urls.py:123 forum/urls.py:124
#: forum/urls.py:125 forum/urls.py:126 forum/urls.py:127 forum/urls.py:128
#: forum/urls.py:129 forum/urls.py:130 forum/urls.py:131 forum/urls.py:132
#: forum_modules/localauth/urls.py:6
msgid "account/"
msgstr ""
#: forum/urls.py:121 forum/urls.py:123
msgid "signin/"
msgstr ""
#: forum/urls.py:122
msgid "signout/"
msgstr ""
#: forum/urls.py:124
msgid "done/"
msgstr ""
#: forum/urls.py:125 forum_modules/localauth/urls.py:6
msgid "register/"
msgstr ""
#: forum/urls.py:126
msgid "validate/"
msgstr ""
#: forum/urls.py:127 forum/urls.py:128
msgid "tempsignin/"
msgstr ""
#: forum/urls.py:129
msgid "authsettings/"
msgstr ""
#: forum/urls.py:130 forum/urls.py:131
msgid "providers/"
msgstr ""
#: forum/urls.py:130
msgid "remove/"
msgstr ""
#: forum/urls.py:131
msgid "add/"
msgstr ""
#: forum/urls.py:132
msgid "send-validation/"
msgstr ""
#: forum/urls.py:135 forum/urls.py:136 forum/urls.py:137 forum/urls.py:138
#: forum/urls.py:139 forum/urls.py:140 forum/urls.py:141 forum/urls.py:142
#: forum/urls.py:143 forum/urls.py:144 forum/urls.py:146 forum/urls.py:147
#: forum/urls.py:148 forum/urls.py:150 forum/urls.py:152 forum/urls.py:154
#: forum_modules/exporter/urls.py:7 forum_modules/exporter/urls.py:8
#: forum_modules/exporter/urls.py:9 forum_modules/stats/urls.py:7
#: forum_modules/sximporter/urls.py:7
msgid "admin/"
msgstr ""
#: forum/urls.py:136
msgid "switch_interface/"
msgstr ""
#: forum/urls.py:137
msgid "statistics/"
msgstr ""
#: forum/urls.py:138
msgid "denormalize/"
msgstr ""
#: forum/urls.py:139
msgid "go_bootstrap/"
msgstr ""
#: forum/urls.py:140
msgid "go_defaults/"
msgstr ""
#: forum/urls.py:141 forum/urls.py:152
msgid "settings/"
msgstr ""
#: forum/urls.py:142
msgid "maintenance/"
msgstr ""
#: forum/urls.py:143
msgid "flagged_posts/"
msgstr ""
#: forum/urls.py:144 forum/urls.py:146 forum/urls.py:147 forum/urls.py:148
msgid "static_pages/"
msgstr ""
#: forum/urls.py:146
msgid "new/"
msgstr ""
#: forum/urls.py:150
msgid "tools/"
msgstr ""
#: forum/urls.py:154
msgid "test_email_settings/"
msgstr ""
#: forum/actions/meta.py:39
#, python-format
msgid "%(user)s %(vote_desc)s %(post_desc)s"
msgstr "%(user)s %(vote_desc)s %(post_desc)s"
#: forum/actions/meta.py:58
msgid "voted up"
msgstr "a(vez) voté favorablement"
#: forum/actions/meta.py:74
msgid "voted down"
msgstr "a(vez) voté défavorablement"
#: forum/actions/meta.py:88
msgid "liked"
msgstr "avez apprécié"
#: forum/actions/meta.py:116
msgid "No reason given"
msgstr "Aucune raison fournie"
#: forum/actions/meta.py:121
#, python-format
msgid "%(user)s flagged %(post_desc)s: %(reason)s"
msgstr "%(user)s a signalé %(post_desc)s: %(reason)s"
#: forum/actions/meta.py:152 forum/actions/user.py:62
#: forum/models/action.py:221
msgid "your"
msgstr "votre"
#: forum/actions/meta.py:152 forum/actions/user.py:62
msgid "his"
msgstr "sa"
# TOD"
#: forum/actions/meta.py:156
#, python-format
msgid ""
"%(user)s accepted %(answerer)s answer on %(asker)s question %(question)s"
msgstr ""
"%(user)s a accepté la réponse publiée par %(answerer)s pour la question « "
"%(question)s » posée par %(asker)s"
#: forum/actions/meta.py:172
#, python-format
msgid "%(user)s marked %(post_desc)s as favorite"
msgstr "%(user)s a marqué %(post_desc)s comme favori"
#: forum/actions/meta.py:192
#, python-format
msgid "%(user)s deleted %(post_desc)s"
msgstr "%(user)s a supprimé %(post_desc)s"
#: forum/actions/meta.py:201
msgid "flagged by multiple users: "
msgstr "signalé par plusieurs utilisateurs : "
#: forum/actions/node.py:11 forum_modules/exporter/importer.py:496
msgid "Initial revision"
msgstr "Révision initiale"
#: forum/actions/node.py:22 forum/templatetags/node_tags.py:259
msgid "asked"
msgstr "Posée"
#: forum/actions/node.py:36
#, python-format
msgid "%(user)s asked %(question)s"
msgstr "%(user)s a posé la question « %(question)s »"
#: forum/actions/node.py:42 forum/templatetags/node_tags.py:260
msgid "answered"
msgstr "Publiée"
#: forum/actions/node.py:57
#, python-format
msgid "%(user)s answered %(asker)s on %(question)s"
msgstr "%(user)s a répondu à la question « %(question)s » posée par %(asker)s"
#: forum/actions/node.py:64
msgid "commented"
msgstr "commenté"
#: forum/actions/node.py:72
#, python-format
msgid "%(user)s commented on %(post_desc)s"
msgstr "%(user)s a commenté %(post_desc)s "
#: forum/actions/node.py:78 forum/actions/page.py:23
msgid "edited"
msgstr "Modifiée"
#: forum/actions/node.py:90
#, python-format
msgid "%(user)s edited %(post_desc)s"
msgstr "%(post_desc)s modifié par %(user)s"
#: forum/actions/node.py:99
msgid "retagged"
msgstr "mots-clés modifiés"
#: forum/actions/node.py:103
msgid "Retag"
msgstr "Changer les mots-clés"
#: forum/actions/node.py:112
#, python-format
msgid "%(user)s retagged %(post_desc)s"
msgstr "%(user)s a modifié les mots-clés de %(post_desc)s"
#: forum/actions/node.py:121
msgid "reverted"
msgstr "annulé"
#: forum/actions/node.py:135
#, python-format
msgid ""
"%(user)s reverted %(post_desc)s from revision %(initial)d (%(initial_sum)s) "
"to revision %(final)d (%(final_sum)s)"
msgstr ""
"%(user)s est revenu en arrière dans le message %(post_desc)s depuis la "
"version %(initial)d (%(initial_sum)s)vers la version %(final)d "
"(%(final_sum)s)"
#: forum/actions/node.py:146
msgid "closed"
msgstr "fermé"
#: forum/actions/node.py:160
#, python-format
msgid "%(user)s closed %(post_desc)s: %(reason)s"
msgstr "%(user)s a fermé %(post_desc)s : %(reason)s"
#: forum/actions/node.py:167 forum/actions/node.py:191
#: forum/actions/node.py:208
msgid "converted"
msgstr "converti"
#: forum/actions/node.py:185
#, python-format
msgid "%(user)s converted an answer to %(question)s into a comment"
msgstr "%(user)s a converti en commentaire une réponse à la %(question)s"
#: forum/actions/node.py:203
#, python-format
msgid "%(user)s converted comment on %(question)s into an answer"
msgstr ""
"%(user)s a converti en réponse un commentaire à la question « %(question)s »"
#: forum/actions/node.py:227
#, python-format
msgid "%(user)s converted comment on %(question)s to a new question"
msgstr ""
"%(user)s a converti en nouvelle question un commentaire à la question « "
"%(question)s »"
#: forum/actions/node.py:233
msgid "converted to question"
msgstr "converti en question"
#: forum/actions/node.py:258
#, python-format
msgid "%(user)s converted an answer to %(question)s into a separate question"
msgstr ""
"%(user)s a converti en une question séparée une réponse à la question « "
"%(question)s »question"
#: forum/actions/node.py:264
msgid "wikified"
msgstr "wikifié"
#: forum/actions/node.py:276
#, python-format
msgid "%(user)s marked %(node)s as community wiki."
msgstr "%(user)s a marqué %(node)s comme Wiki communautaire."
#: forum/actions/page.py:6
msgid "created"
msgstr "créée"
#: forum/actions/page.py:17
#, python-format
msgid "%(user)s created a new page titled %(page)s"
msgstr "%(user)s a créé une nouvelle page intitulée %(page)s"
#: forum/actions/page.py:36
#, python-format
msgid "%(user)s edited the page titled %(page)s"
msgstr "%(user)s a modifié la page intitulée %(page)s"
#: forum/actions/page.py:42
msgid "published"
msgstr "publié"
#: forum/actions/page.py:55
#, python-format
msgid "%(user)s published a new page titled %(page)s"
msgstr "%(user)s a publié une nouvelle page intitulée %(page)s"
#: forum/actions/user.py:14
msgid "joined"
msgstr "s'est connecté au"
#: forum/actions/user.py:24
#, python-format
msgid "%(user)s %(have_has)s joined the %(app_name)s Q&A community"
msgstr "%(user)s %(have_has)s procédé à son inscription sur %(app_name)s"
#: forum/actions/user.py:26 forum/actions/user.py:36 forum/actions/user.py:52
msgid "have"
msgstr "avez"
#: forum/actions/user.py:26 forum/actions/user.py:36 forum/actions/user.py:52
msgid "has"
msgstr "a"
#: forum/actions/user.py:31
msgid "logged in"
msgstr "s'est connecté(e)"
#: forum/actions/user.py:34
#, python-format
msgid "%(user)s %(have_has)s logged in"
msgstr "%(user)s %(have_has)s procédé à une connexion sur le présent site"
#: forum/actions/user.py:40
msgid "validated e-mail"
msgstr "adresse courriel validée"
#: forum/actions/user.py:50
#, python-format
msgid "%(user)s %(have_has)s validated the e-mail %(email)s"
msgstr "%(user)s %(have_has)s validé l'adresse courriel %(email)s"
#: forum/actions/user.py:57
msgid "edited profile"
msgstr "a édité le profil"
#: forum/actions/user.py:60
#, python-format
msgid "%(user)s edited %(hes_or_your)s %(profile_link)s"
msgstr "%(user)s a modifié %(hes_or_your)s: %(profile_link)s"
#: forum/actions/user.py:63
msgid "profile"
msgstr "profil"
#: forum/actions/user.py:67
msgid "gave bonus"
msgstr "a donné un bonus"
#: forum/actions/user.py:79
#, python-format
msgid "Congratulations, you have been awarded an extra %s reputation points."
msgstr "Félicitations, vous avez reçu %s points supplémentaires de réputation."
#: forum/actions/user.py:80
msgid "Thank you"
msgstr "Merci"
#: forum/actions/user.py:79
#, python-format
msgid "You have been penalized in %s reputation points."
msgstr "Vous avez avez perdu %s points de réputation."
#: forum/actions/user.py:82
#, python-format
msgid "You have penalized %s in %s reputation points."
msgstr "Vous avez pénalisé %s de %s points de réputation."
#: forum/actions/user.py:86 forum/actions/user.py:123
#: forum/templatetags/extra_tags.py:151 forum/views/auth.py:228
#: forum_modules/exporter/templates/running.html:158
msgid "unknown"
msgstr "inconnu"
#: forum/actions/user.py:91
#, python-format
msgid ""
"%(user)s awarded an extra %(value)s reputation points to %(users)s: "
"%(message)s"
msgstr ""
"%(user)s a donné %(value)s point(s) de réputation à %(users)s : %(message)s"
#: forum/actions/user.py:96
#, python-format
msgid ""
"%(user)s penalised %(users)s in %(value)s reputation points: %(message)s"
msgstr ""
"%(user)s a pénalisé %(users)s de %(value)s points de réputation : %(message)s"
#: forum/actions/user.py:104
msgid "gave reputation points"
msgstr "a donné des points de réputation"
#: forum/actions/user.py:116
#, python-format
msgid ""
"Congratulations, you have been awarded an extra %(points)s reputation "
"%(points_label)s on <a href=\"%(answer_url)s\">this</a> answer."
msgstr ""
"Félicitations, vous avez reçu %(points)s points supplémentaires de "
"réputation %(points_label)s pour <a href=\"%(answer_url)s\">cette</a> "
"réponse."
#: forum/actions/user.py:118
msgid "point"
msgid_plural "points"
msgstr[0] "point"
msgstr[1] "points"
#: forum/actions/user.py:127
#, python-format
msgid "%(user)s awarded an extra %(value)s reputation points to %(users)s"
msgstr "%(user)s a donné %(value)s points de réputation à %(users)s"
#: forum/actions/user.py:132
#, python-format
msgid "%(user)s penalised %(users)s in %(value)s reputation points"
msgstr "%(user)s a pénalisé %(users)s de %(value)s de points de réputation"
#: forum/actions/user.py:140
msgid "was awarded"
msgstr "a reçu"
#: forum/actions/user.py:168
#, python-format
msgid ""
"Congratulations, you have received a badge '%(badge_name)s'. <a href="
"\"%(badge_url)s\">Find out who has it, too</a>."
msgstr ""
"Félicitations, vous avez reçu la distinction « %(badge_name)s ». <a href="
"\"%(badge_url)s\">Découvrez qui l'a aussi</a>."
#: forum/actions/user.py:191
#, python-format
msgid "%(user)s %(were_was)s awarded the %(badge_name)s badge"
msgstr "%(user)s %(were_was)s reçu la distinction « %(badge_name)s »"
#: forum/actions/user.py:193
msgid "were"
msgstr "avez"
#: forum/actions/user.py:193
msgid "was"
msgstr "a été"
#: forum/actions/user.py:199 forum/actions/user.py:227
msgid "suspended"
msgstr "suspendu"
#: forum/actions/user.py:220
msgid "%(user)s reported %(reported) : %(msg)s"
msgstr "%(user)s a signalé %(reported) : %(msg)s"
#: forum/actions/user.py:223 forum/views/users.py:270
msgid "N/A"
msgstr "N/A"
#: forum/actions/user.py:245
msgid "Your suspension has been removed."
msgstr "Votre suspension a été retirée."
#: forum/actions/user.py:249
#, python-format
msgid "for %s days"
msgstr "pendant %s jours"
#: forum/actions/user.py:251
msgid "indefinetely"
msgstr "indéfiniment"
#: forum/actions/user.py:253
#, python-format
msgid "%(user)s suspended %(users)s %(suspension)s: %(msg)s"
msgstr "%(user)s a suspendu %(users)s %(suspension)s : %(msg)s"
#: forum/actions/user.py:255 forum/views/users.py:247
msgid "Bad behaviour"
msgstr "Mauvais comportement"
#: forum/forms/admin.py:16
msgid "Please input at least one ip address"
msgstr "Veuillez saisir au moins une adresse IP"
#: forum/forms/admin.py:22
#, python-format
msgid "Invalid ip address: %s"
msgstr "Adresse IP %s invalide"
#: forum/forms/admin.py:25
msgid "Please use the dotted quad notation for the ip addresses"
msgstr "Veuillez utiliser la notation avec points pour les adresses IP"
#: forum/forms/admin.py:32
msgid "Allow ips"
msgstr "IP autorisées"
#: forum/forms/admin.py:33
msgid ""
"Comma separated list of ips allowed to access the site while in maintenance"
msgstr ""
"Liste séparée par virgules des adresses IP autorisées à accéder au site "
"pendant sa maintenance"
#: forum/forms/admin.py:37
#: forum/skins/default/templates/users/karma_bonus.html:9
msgid "Message"
msgstr "Message"
#: forum/forms/admin.py:38
msgid "A message to display to your site visitors while in maintainance mode"
msgstr "Message à afficher à vos visiteurs pendant la maintenance"
#: forum/forms/admin.py:43
msgid "Default"
msgstr "Par défaut"
#: forum/forms/admin.py:44
msgid "Default with sidebar"
msgstr "Par défaut avec barre latérale"
#: forum/forms/admin.py:45
msgid "None"
msgstr "Aucun"
#: forum/forms/admin.py:49 forum/settings/static.py:6
msgid "Markdown"
msgstr "Markdown"
#: forum/forms/admin.py:50 forum/settings/static.py:7
msgid "HTML"
msgstr "HTML"
#: forum/forms/admin.py:51 forum/settings/static.py:8
msgid "Escaped"
msgstr "Échappé"
#: forum/forms/admin.py:75
#: forum/skins/default/templates/osqaadmin/nodeman.html:284
msgid "Title"
msgstr "Titre"
#: forum/forms/admin.py:77
msgid "Page URL"
msgstr "URL de la page"
#: forum/forms/admin.py:79
msgid "Page Content"
msgstr "Contenu de la page"
#: forum/forms/admin.py:80
msgid "Mime Type"
msgstr "Type MIME"
#: forum/forms/admin.py:83
msgid "Render Mode"
msgstr "Mode de rendu"
#: forum/forms/admin.py:86
msgid "Template"
msgstr "Modèle"
#: forum/forms/admin.py:87 forum/settings/sidebar.py:7
msgid "Sidebar Content"
msgstr "Barre latérale"
#: forum/settings/sidebar.py:7
msgid ""
"Enter contents to display in the sidebar. You can use markdown and some "
"basic html tags."
msgstr ""
"Saisissez le contenu de la page de la barre latérale. Vous pouvez utiliser "
"Markdown et quelques balises HTML de base."
#: forum/forms/admin.py:88
msgid "Wrap sidebar block"
msgstr "Enroulement de la barre latérale"
#: forum/forms/admin.py:90
msgid "Sidebar Render Mode"
msgstr "Mode de rendu de la barre latérale"
#: forum/forms/admin.py:92
msgid "Allow comments"
msgstr "Autoriser les commentaires"
#: forum/forms/admin.py:99
msgid "send validation email"
msgstr "Envoyer un courriel de validation"
#: forum/forms/admin.py:104
msgid "email address"
msgstr "Adresse courriel"