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
|
# snac message translation file
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: snac\n"
"Last-Translator: Popolon\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
#: html.c:577
msgid "Sensitive content: "
msgstr "Contenu sensible :"
#: html.c:585
msgid "Sensitive content description"
msgstr "Description du contenu sensible :"
msgid "Only for mentioned people: "
msgstr "Seulement pour les personnes mentionnées :"
#: html.c:613
msgid "Reply to (URL): "
msgstr "Répondre à (URL) :"
#: html.c:622
msgid "Don't send, but store as a draft"
msgstr "Ne pas envoyer, mais sauvegarder en tant que brouillon"
#: html.c:623
msgid "Draft:"
msgstr "Brouillon :"
#: html.c:713
msgid "Attachments..."
msgstr "Pièces jointes…"
#: html.c:736
msgid "File:"
msgstr "Fichier :"
#: html.c:740
msgid "Clear this field to delete the attachment"
msgstr "Nettoyer ce champs pour supprimer la pièce jointe"
#: html.c:749 html.c:774
msgid "Attachment description"
msgstr "Description de la pièce jointe"
#: html.c:785
msgid "Poll..."
msgstr "Sondage…"
#: html.c:787
msgid "Poll options (one per line, up to 8):"
msgstr "Options du sondage (une par ligne, jusqu'à 8) :"
#: html.c:799
msgid "One choice"
msgstr "Un seul choix"
#: html.c:802
msgid "Multiple choices"
msgstr "Choix multiples"
#: html.c:808
msgid "End in 5 minutes"
msgstr "Se termine dans 5 minutes"
#: html.c:812
msgid "End in 1 hour"
msgstr "Se termine dans 1 heure"
#: html.c:815
msgid "End in 1 day"
msgstr "Se termine dans 1 jour"
#: html.c:823
msgid "Post"
msgstr "Envoyer"
#: html.c:925 html.c:932
msgid "Site description"
msgstr "Description du site"
#: html.c:943
msgid "Admin email"
msgstr "Email de l'admin"
#: html.c:956
msgid "Admin account"
msgstr "Compte de l'admin"
#: html.c:1021 html.c:1377
#, c-format
msgid "%d following, %d followers"
msgstr "%d abonnements, %d personnes abonnées"
#: html.c:1118
msgid "RSS"
msgstr "RSS"
#: html.c:1123 html.c:1162
msgid "private"
msgstr "privé"
#: html.c:1158
msgid "public"
msgstr "public"
#: html.c:1166
msgid "notifications"
msgstr "notifications"
#: html.c:1171
msgid "people"
msgstr "personnes"
#: html.c:1176
msgid "instance"
msgstr "instance"
#: html.c:1185
msgid ""
"Search posts by URL or content (regular expression), @user@host accounts, or "
"#tag"
msgstr ""
"Chercher les messages par URL ou contenu (expression régulière), comptes "
"@pseudo@hôte, ou #tag"
#: html.c:1186
msgid "Content search"
msgstr "Recherche de contenu"
#: html.c:1312
msgid "verified link"
msgstr "Lien vérifié"
#: html.c:1369 html.c:3124 html.c:3137 html.c:3146 html.c:4320
msgid "Location: "
msgstr "Emplacement : "
#: html.c:1401
msgid "New Post..."
msgstr "Nouveau message…"
#: html.c:1403
msgid "What's on your mind?"
msgstr "Qu'avez-vous en tête ?"
#: html.c:1412
msgid "Operations..."
msgstr "Opérations…"
#: html.c:1427 html.c:2102 html.c:3896 html.c:4269 html.c:5533
msgid "Follow"
msgstr "Suivre"
#: html.c:1429
msgid "(by URL or user@host)"
msgstr "(par URL ou pseudo@hôte)"
#: html.c:1444 html.c:2078 html.c:5482
msgid "Boost"
msgstr "Repartager"
#: html.c:1446 html.c:1463 html.c:1485
msgid "(by URL)"
msgstr "(par URL)"
#: html.c:1461 html.c:2057 html.c:5473
msgid "Like"
msgstr "Aime"
#: html.c:1611
msgid "User Settings..."
msgstr "Paramètre du compte…"
#: html.c:1620
msgid "Display name:"
msgstr "Nom affiché :"
#: html.c:1626
msgid "Your name"
msgstr "Votre nom"
#: html.c:1628
msgid "Avatar: "
msgstr "Avatar : "
#: html.c:1636
msgid "Delete current avatar"
msgstr "Supprimer l'avatar actuel"
#: html.c:1638
msgid "Header image (banner): "
msgstr "Image d'entête (bannière) : "
#: html.c:1646
msgid "Delete current header image"
msgstr "Supprimer l'image d'entête actuelle"
#: html.c:1648
msgid "Bio:"
msgstr "Description :"
#: html.c:1654
msgid "Write about yourself here..."
msgstr "Décrivez-vous ici…"
#: html.c:1663
msgid "Always show sensitive content"
msgstr "Toujours afficher le contenu sensible"
#: html.c:1665
msgid "Email address for notifications:"
msgstr "Adresse email pour les notifications :"
#: html.c:1673
msgid "Telegram notifications (bot key and chat id):"
msgstr "Notifications Telegram (clé de bot et ID de discussion) :"
#: html.c:1687
msgid "ntfy notifications (ntfy server and token):"
msgstr "notifications ntfy (serveur et jeton ntfy) :"
#: html.c:1709
msgid "Maximum days to keep posts (0: server settings):"
msgstr ""
"Nombre de jours maximum de rétention des messages (0 : réglages du serveur) :"
#: html.c:1723
msgid "Drop direct messages from people you don't follow"
msgstr "Rejeter les messages directs des personnes que vous ne suivez pas"
#: html.c:1732
msgid "This account is a bot"
msgstr "Ce compte est un bot"
#: html.c:1741
msgid "Auto-boost all mentions to this account"
msgstr "Auto-repartage de toutes les mentions de ce compte"
#: html.c:1750
msgid "This account is private (posts are not shown through the web)"
msgstr "Ce compte est privé (les messages ne sont pas affiché sur le web)"
#: html.c:1760
msgid "Collapse top threads by default"
msgstr "replier les fils de discussion principaux par défaut"
#: html.c:1769
msgid "Follow requests must be approved"
msgstr "Les demande de suivi doivent être approuvées"
#: html.c:1778
msgid "Publish follower and following metrics"
msgstr "Publier les statistiques d'abonnements"
#: html.c:1780
msgid "Current location:"
msgstr "Localisation actuelle :"
#: html.c:1794
msgid "Profile metadata (key=value pairs in each line):"
msgstr "Métadonnées du profile (paires clé=valeur à chaque ligne) :"
#: html.c:1805
msgid "Web interface language:"
msgstr "Langue de l'interface web :"
#: html.c:1824
msgid "New password:"
msgstr "Nouveau mot de passe :"
#: html.c:1831
msgid "Repeat new password:"
msgstr "Répétez le nouveau mot de passe :"
#: html.c:1841
msgid "Update user info"
msgstr "Mettre à jour les infos du compte"
#: html.c:1852
msgid "Followed hashtags..."
msgstr "hashtags suivis…"
#: html.c:1854 html.c:1887
msgid "One hashtag per line"
msgstr "Un hashtag par ligne"
#: html.c:1876 html.c:1908
msgid "Update hashtags"
msgstr "Mettre à jour les hashtags"
#: html.c:2057
msgid "Say you like this post"
msgstr "Dire que vous aimez ce message"
#: html.c:2062 html.c:5491
msgid "Unlike"
msgstr "N'aime plus"
#: html.c:2062
msgid "Nah don't like it that much"
msgstr "Nan, j'aime pas tant que ça"
#: html.c:2068 html.c:5628
msgid "Unpin"
msgstr "Dés-épingler"
#: html.c:2068
msgid "Unpin this post from your timeline"
msgstr "Dés-épingler ce message de votre chronologie"
#: html.c:2071 html.c:5623
msgid "Pin"
msgstr "Épingler"
#: html.c:2071
msgid "Pin this post to the top of your timeline"
msgstr "Épingler ce message en haut de votre chronologie"
#: html.c:2078
msgid "Announce this post to your followers"
msgstr "Annoncer ce message aux personnes abonnées"
#: html.c:2083 html.c:5499
msgid "Unboost"
msgstr "Dé-repartager"
#: html.c:2083
msgid "I regret I boosted this"
msgstr "Je regrette d'avoir repartagé ceci"
#: html.c:2089 html.c:5638
msgid "Unbookmark"
msgstr "Retirer le signet"
#: html.c:2089
msgid "Delete this post from your bookmarks"
msgstr "Supprime ce message de vos signets"
#: html.c:2092 html.c:5633
msgid "Bookmark"
msgstr "Signet"
#: html.c:2092
msgid "Add this post to your bookmarks"
msgstr "Ajouter ce message à vos signets"
#: html.c:2098 html.c:3882 html.c:4182 html.c:4267 html.c:5546
msgid "Unfollow"
msgstr "Ne plus suivre"
#: html.c:2098 html.c:3883 html.c:4267
msgid "Stop following this user's activity"
msgstr "Arrêter de suivre les activités de cette personne"
#: html.c:2102 html.c:3897 html.c:4269
msgid "Start following this user's activity"
msgstr "Commencer à suivre les activité de cette personne"
#: html.c:2108 html.c:5576
msgid "Unfollow Group"
msgstr "Ne plus suivre le Groupe"
#: html.c:2109
msgid "Stop following this group or channel"
msgstr "Arrêter de suivre ce groupe ou canal"
#: html.c:2113 html.c:5563
msgid "Follow Group"
msgstr "Suivre le Groupe"
#: html.c:2114
msgid "Start following this group or channel"
msgstr "Commencer à suivre ce groupe ou canal"
#: html.c:2119 html.c:3919 html.c:5507
msgid "MUTE"
msgstr "SOURDINE"
#: html.c:2120
msgid "Block any activity from this user forever"
msgstr "Bloquer toute activité de cette personne à jamais"
#: html.c:2125 html.c:3901 html.c:5593
msgid "Delete"
msgstr "Supprimer"
#: html.c:2125
msgid "Delete this post"
msgstr "Supprimer ce message"
#: html.c:2128 html.c:5515
msgid "Hide"
msgstr "Cacher"
#: html.c:2128
msgid "Hide this post and its children"
msgstr "Cacher ce message et ses réponses"
#: html.c:2170
msgid "Edit..."
msgstr "Modifier…"
#: html.c:2208
msgid "Reply..."
msgstr "Répondre…"
#: html.c:2283
msgid "Truncated (too deep)"
msgstr "Tronqué (trop profond)"
#: html.c:2301
msgid "follows you"
msgstr "vous suit"
#: html.c:2375
msgid "Pinned"
msgstr "Épinglé"
#: html.c:2383
msgid "Bookmarked"
msgstr "Ajouté aux signets"
#: html.c:2391
msgid "Poll"
msgstr "Sondage"
#: html.c:2398
msgid "Voted"
msgstr "Voté"
#: html.c:2407
msgid "Event"
msgstr "Événement"
#: html.c:2439 html.c:2468
msgid "boosted"
msgstr "Repartagé"
#: html.c:2482
msgid "in reply to"
msgstr "En réponse à"
#: html.c:2538
msgid " [SENSITIVE CONTENT]"
msgstr " [CONTENU SENSIBLE]"
#: html.c:2910
msgid "Vote"
msgstr "Vote"
#: html.c:2920
msgid "Closed"
msgstr "Terminé"
#: html.c:2945
msgid "Closes in"
msgstr "Termine dans"
#: html.c:3025
msgid "Video"
msgstr "Vidéo"
#: html.c:3040
msgid "Audio"
msgstr "Audio"
#: html.c:3068
msgid "Attachment"
msgstr "Pièce jointe"
#: html.c:3082
msgid "Alt..."
msgstr "Alt…"
#: html.c:3095
msgid "Source channel or community"
msgstr "Canal ou communauté source"
#: html.c:3189
msgid "Time: "
msgstr "Date : "
#: html.c:3270
msgid "Older..."
msgstr "Plus anciens…"
#: html.c:3372
msgid "about this site"
msgstr "à propos de ce site"
#: html.c:3374
msgid "powered by "
msgstr "fonctionne grace à "
#: html.c:3443
msgid "Dismiss"
msgstr "Rejeter"
#: html.c:3460
#, c-format
msgid "Timeline for list '%s'"
msgstr "Chronologie pour la liste '%s'"
#: html.c:3479 html.c:4857
msgid "Pinned posts"
msgstr "Messages épinglés"
#: html.c:3491 html.c:4872
msgid "Bookmarked posts"
msgstr "Messages en signets"
#: html.c:3503 html.c:4887
msgid "Post drafts"
msgstr "Brouillons de messages"
#: html.c:3579
msgid "No more unseen posts"
msgstr "Pas d'avantage de message non vus"
#: html.c:3583 html.c:3692 html.c:4058
msgid "Back to top"
msgstr "Retourner en haut"
#: html.c:3645
msgid "History"
msgstr "Historique"
#: html.c:3697 html.c:4063 html.c:4374
msgid "More..."
msgstr "Plus…"
#: html.c:3887 html.c:5529
msgid "Unlimit"
msgstr "Illimité"
#: html.c:3888
msgid "Allow announces (boosts) from this user"
msgstr "Permettre les annonces (repartages) par cette personne"
#: html.c:3891 html.c:5525
msgid "Limit"
msgstr "Limite"
#: html.c:3892
msgid "Block announces (boosts) from this user"
msgstr "Bloquer les annonces (repartages) par cette personne"
#: html.c:3901
msgid "Delete this user"
msgstr "Supprimer cette personne"
#: html.c:3906 html.c:5643
msgid "Approve"
msgstr "Approuver"
#: html.c:3907
msgid "Approve this follow request"
msgstr "Approuver cette demande de suivi"
#: html.c:3910 html.c:5667
msgid "Discard"
msgstr "Rejeter"
#: html.c:3910
msgid "Discard this follow request"
msgstr "Rejeter la demande suivante"
#: html.c:3915 html.c:5511
msgid "Unmute"
msgstr "Ne plus taire"
#: html.c:3916
msgid "Stop blocking activities from this user"
msgstr "Arrêter de bloquer les activités de cette personne"
#: html.c:3920
msgid "Block any activity from this user"
msgstr "Bloque toutes les activités de cette personne"
#: html.c:3928
msgid "Direct Message..."
msgstr "Message direct…"
#: html.c:3963
msgid "Pending follow confirmations"
msgstr "Confirmation de suivi en attente"
#: html.c:3967
msgid "People you follow"
msgstr "Personnes que vous suivez"
#: html.c:3968
msgid "People that follow you"
msgstr "Personnes qui vous suivent"
#: html.c:4109
msgid "Clear all"
msgstr "Tout nettoyer"
#: html.c:4176
msgid "Mention"
msgstr "Mention"
#: html.c:4179
msgid "Finished poll"
msgstr "Sondage terminé"
#: html.c:4204
msgid "Follow Request"
msgstr "Requête de suivi"
#: html.c:4314
msgid "Context"
msgstr "Contexte"
#: html.c:4332
msgid "New"
msgstr "Nouveau"
#: html.c:4347
msgid "Already seen"
msgstr "Déjà vu"
#: html.c:4362
msgid "None"
msgstr "Aucun"
#: html.c:4651
#, c-format
msgid "Search results for account %s"
msgstr "Résultats de recherche pour le compte %s"
#: html.c:4658
#, c-format
msgid "Account %s not found"
msgstr "Compte %s non trouvé"
#: html.c:4689
#, c-format
msgid "Search results for tag %s"
msgstr "Résultats de recherche pour le tag %s"
#: html.c:4689
#, c-format
msgid "Nothing found for tag %s"
msgstr "Rien n'a été trouvé pour le tag %s"
#: html.c:4705
#, c-format
msgid "Search results for '%s' (may be more)"
msgstr "Résultats de recherche pour '%s' (il pourrait y en avoir davantage)"
#: html.c:4708
#, c-format
msgid "Search results for '%s'"
msgstr "Résultats de recherche pour '%s'"
#: html.c:4711
#, c-format
msgid "No more matches for '%s'"
msgstr "Pas davantage de résultats pour '%s'"
#: html.c:4713
#, c-format
msgid "Nothing found for '%s'"
msgstr "Rien n'a été trouvé pour '%s'"
#: html.c:4842
msgid "Showing instance timeline"
msgstr "Montrer la chronologie de l'instance"
#: html.c:4925
#, c-format
msgid "Showing timeline for list '%s'"
msgstr "Montrer le chronologie pour la liste '%s'"
#: httpd.c:259
#, c-format
msgid "Search results for tag #%s"
msgstr "Résultats de recherche pour le tag #%s"
#: httpd.c:268
msgid "Recent posts by users in this instance"
msgstr "Messages récents des internautes de cette instance"
#: html.c:1885
msgid "Blocked hashtags..."
msgstr "Hashtags bloqués…"
#: html.c:617
msgid "Optional URL to reply to"
msgstr "URL optionnelle pour répondre à"
#: html.c:794
msgid ""
"Option 1...\n"
"Option 2...\n"
"Option 3...\n"
"..."
msgstr ""
"Option 1…\n"
"Option 2…\n"
"Option 3…\n"
"…"
#: html.c:1679
msgid "Bot API key"
msgstr "Clé API de bot"
#: html.c:1685
msgid "Chat id"
msgstr "Identifiant du salon"
#: html.c:1693
msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
msgstr "serveur ntfy – adresse complète (ex : https://ntfy.sh/VotreSujet)"
#: html.c:1699
msgid "ntfy token - if needed"
msgstr "jeton ntfy – si nécessaire"
#: html.c:3480
msgid "pinned"
msgstr "épinglé"
#: html.c:3492
msgid "bookmarks"
msgstr "signets"
#: html.c:3504
msgid "drafts"
msgstr "brouillons"
#: html.c:683
msgid "Scheduled post..."
msgstr "Publication planifiée…"
msgid "Post date and time:"
msgstr "Date et heure de publication :"
#: html.c:3515 html.c:4902
msgid "Scheduled posts"
msgstr "Publications planifiées"
#: html.c:3516
msgid "scheduled posts"
msgstr "publications planifiées"
#: html.c:677
#, c-format
msgid "Post date and time (timezone: %s):"
msgstr "Date et heure de publication (fuseau horaire : %s) :"
#: html.c:1810
msgid "Time zone:"
msgstr "Fuseau horaire :"
#: html.c:658
msgid "Language:"
msgstr ""
#: html.c:1701
msgid "Notify webhook:"
msgstr ""
#: html.c:1707
msgid "http://example.com/webhook"
msgstr ""
#: html.c:1815
msgid "Languages you usually post in:"
msgstr ""
#: html.c:1821
msgid "en fr es de_AT"
msgstr ""
#: html.c:471
msgid "Visibility: "
msgstr ""
msgid "Public"
msgstr ""
msgid "Unlisted"
msgstr ""
msgid "Followers-only"
msgstr ""
msgid "Direct Message"
msgstr ""
#: html.c:531 html.c:2648 html.c:2673 html.c:5449
msgid "EmojiUnreact"
msgstr ""
#: html.c:531 html.c:1483 html.c:2648 html.c:2673 html.c:5460
msgid "EmojiReact"
msgstr ""
#: html.c:2190
msgid "Emoji react..."
msgstr ""
#: html.c:2723
msgid "Emoji reactions: "
msgstr ""
#: html.c:1917
msgid "Muted words..."
msgstr ""
#: html.c:1919
msgid "One word per line, partial matches count"
msgstr ""
#: html.c:1940
msgid "Update muted words"
msgstr ""
#: html.c:2548
msgid "Muted: "
msgstr ""
#: html.c:3999
msgid "Contact's posts"
msgstr ""
#: html.c:4068
msgid "More (x 10)..."
msgstr ""
|