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
|
msgid ""
msgstr ""
"PO-Revision-Date: 2023-09-05 14:23+0000\n"
"Last-Translator: Louis SCHNEIDER <si0lsfr@gmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsadblock-fast/fr/>\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.0.1-dev\n"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:223
msgid "%s is currently disabled"
msgstr "%s est actuellement désactivé"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:106
msgid "%s is not installed or not found"
msgstr "%s n'est pas installé ou introuvable"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:398
msgid "Action"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:118
msgid "Active"
msgstr "Actif"
#: applications/luci-app-adblock-fast/root/usr/share/luci/menu.d/luci-app-adblock-fast.json:3
msgid "AdBlock Fast"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:185
msgid "AdBlock on %s only"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:156
msgid "AdBlock on all instances"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:349
msgid "AdBlock-Fast - Allowed and Blocked Domains"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:373
msgid "AdBlock-Fast - Allowed and Blocked Lists URLs"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:50
msgid "AdBlock-Fast - Configuration"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:121
msgid "AdBlock-Fast - Status"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:251
msgid "Add IPv6 entries"
msgstr "Ajouter des entrées IPv6"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:248
msgid "Add IPv6 entries to block-list."
msgstr "Ajouter des entrées IPv6 à la liste de blocage."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:53
msgid "Advanced Configuration"
msgstr "Configuration avancée"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:399
msgid "Allow"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:357
msgid "Allowed Domains"
msgstr "Domaines autorisés"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:312
msgid ""
"Attempt to create a compressed cache of block-list in the persistent memory."
msgstr ""
"Tentative de création d'un cache compressé de la liste de blocage dans la "
"mémoire persistante."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:236
msgid "Automatic Config Update"
msgstr "Mise à jour automatique de la configuration"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:52
msgid "Basic Configuration"
msgstr "Configuration de Base"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:400
msgid "Block"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:365
msgid "Blocked Domains"
msgstr "Domaines bloqués"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:134
msgid "Blocking %s domains (with %s)."
msgstr "Blocage de %s domaines (avec %s)."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:160
msgid "Cache file found."
msgstr "Cache fichier trouvé."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:139
msgid "Compressed cache file created."
msgstr "Création d'un fichier cache compressé."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:162
msgid "Compressed cache file found."
msgstr "Fichier Compressé cache trouvé."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:221
msgid "Config (%s) validation failure!"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:209
msgid "Controls system log and console output verbosity."
msgstr ""
"Contrôle la verbosité du journal système et de la sortie de la console."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:285
msgid "Curl download retry"
msgstr "Réessayer le téléchargement via Curl"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:272
msgid "Curl maximum file size (in bytes)"
msgstr "Taille maximale du fichier Curl (en octets)"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:111
msgid "DNS Service"
msgstr "Service DNS"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:56
msgid "DNS resolution option, see the %sREADME%s for details."
msgstr ""
"option de résolution DNS, consultez le %sREADME%s pour plus de détails."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:323
msgid "Directory for compressed cache file"
msgstr "Répertoire du fichier cache compressé"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:325
msgid ""
"Directory for compressed cache file of block-list in the persistent memory."
msgstr ""
"Répertoire du fichier cache compressé de la liste de blocs dans la mémoire "
"persistante."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:404
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:239
msgid "Disable"
msgstr "Désactiver"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:341
msgid "Disable Debugging"
msgstr "Désactiver le Débogage"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:156
msgid "Disabled"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:398
msgid "Disabling %s service"
msgstr "Désactivant le service %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:134
msgid "Dnsmasq Config File URL"
msgstr "URL du fichier de configuration de Dnsmasq"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:250
msgid "Do not add IPv6 entries"
msgstr "Ne pas ajouter d'entrées IPv6"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:315
msgid "Do not store compressed cache"
msgstr "Ne pas conserver le cache compressé"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:302
msgid "Do not use simultaneous processing"
msgstr "Ne pas utiliser de processus simultanés"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:262
msgid "Download time-out (in seconds)"
msgstr "Time-out de téléchargement (en secondes)"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:114
msgid "Downloading lists"
msgstr "Téléchargement de listes"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:385
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:240
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:394
msgid "Enable"
msgstr "Active"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:338
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:342
msgid "Enable Debugging"
msgstr "Activer le Débogage"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:339
msgid "Enables debug output to /tmp/adblock-fast.log."
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:379
msgid "Enabling %s service"
msgstr "Activation du service %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:115
msgid "Error"
msgstr "Erreur"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:293
msgid "Errors encountered, please check the %sREADME%s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:117
msgid "Fail"
msgstr "Echec"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:246
msgid "Failed to access shared memory"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:242
msgid "Failed to create '%s' file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:264
msgid "Failed to create block-list or restart DNS resolver"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:255
msgid "Failed to create compressed cache"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:241
msgid "Failed to create directory for %s file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:276
msgid "Failed to create output/cache/gzip file directory"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:278
msgid "Failed to detect format %s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:271
msgid "Failed to download %s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:269
msgid "Failed to download Config Update file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:250
msgid "Failed to format data file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:259
msgid "Failed to move '%s' to '%s'"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:252
msgid "Failed to move temporary data file to '%s'"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:248
msgid "Failed to optimize data file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:273
msgid "Failed to parse %s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:272
msgid "Failed to parse Config Update file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:249
msgid "Failed to process allow-list"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:267
msgid "Failed to reload/restart DNS resolver"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:257
msgid "Failed to remove temporary files"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:245
msgid "Failed to restart/reload DNS resolver"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:247
msgid "Failed to sort data file"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:266
msgid "Failed to stop %s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:258
msgid "Failed to unpack compressed cache"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:142
msgid "Force DNS ports:"
msgstr "Forcer les ports DNS :"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:347
msgid "Force Re-Download"
msgstr "Forcer le re-téléchargement"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:113
msgid "Force Reloading"
msgstr "Forcer le re-chargement"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:197
msgid "Force Router DNS"
msgstr "Forcer le Routeur DNS"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:201
msgid "Force Router DNS server to all local devices"
msgstr "Routage forcé du serveur DNS vers tous les appareils locaux"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:341
msgid "Force re-downloading %s block lists"
msgstr "Forcer le retéléchargement des listes de blocs %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:198
msgid "Forces Router DNS use on local devices, also known as DNS Hijacking."
msgstr ""
"Routage forcé du serveur DNS sur les appareils locaux, également connu sous "
"le nom de détournement de DNS."
#: applications/luci-app-adblock-fast/root/usr/share/rpcd/acl.d/luci-app-adblock-fast.json:3
msgid "Grant UCI and file access for luci-app-adblock-fast"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:247
msgid "IPv6 Support"
msgstr "Support IPv6"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:274
msgid ""
"If curl is installed and detected, it would not download files bigger than "
"this."
msgstr ""
"Si curl est installé et détecté, il ne téléchargera pas de fichiers plus "
"gros que cela."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:287
msgid ""
"If curl is installed and detected, it would retry download this many times "
"on timeout/fail."
msgstr ""
"Si CURL est détecté et installé, il tentera à nouveau le téléchargement en "
"cas d'échec ou de time-out ce nombre de fois."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:358
msgid "Individual domains to be allowed."
msgstr "Domaines individuels à autoriser."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:366
msgid "Individual domains to be blocked."
msgstr "Domaines individuels à bloquer."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:221
msgid "LED to indicate status"
msgstr "Indiquer le status avec les LED"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:299
msgid ""
"Launch all lists downloads and processing simultaneously, reducing service "
"start time."
msgstr ""
"Lancer simultanément le téléchargement et le traitement de toutes les "
"listes, ce qui réduit le temps de démarrage du service."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:200
msgid "Let local devices use their own DNS servers if set"
msgstr ""
"Permettre aux appareils locaux d'utiliser leurs propres serveurs DNS s'ils "
"sont configurés"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:187
msgid "No AdBlock on dnsmasq"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:274
msgid "No HTTPS/SSL support on device"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:280
msgid "No blocked list URLs nor blocked-domains enabled"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:176
msgid "Not installed or not found"
msgstr "Non installé ou non trouvé"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:208
msgid "Output Verbosity Setting"
msgstr "Configuration de la verbosité de la sortie"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:237
msgid "Perform config update before downloading the block/allow-lists."
msgstr ""
"Effectuer la mise à jour de la configuration avant de télécharger les listes "
"de blocage / autorisation."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:223
msgid "Pick the LED not already used in %sSystem LED Configuration%s."
msgstr ""
"Choisissez la LED qui n'est pas déjà utilisée dans %sConfiguration de la LED "
"du système%s."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:64
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:69
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:74
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:79
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:86
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:93
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:102
msgid "Please note that %s is not supported on this system."
msgstr "Veuillez noter que ce système ne prend pas en charge le %s."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:111
msgid "Processing lists"
msgstr "Listes de traitement"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:112
msgid "Restarting"
msgstr "Redémarrage"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:441
msgid "Service Control"
msgstr "Contrôle de service"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:286
msgid "Service Errors"
msgstr "Erreurs de service"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:125
msgid "Service Status"
msgstr "Statut du service"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:198
msgid "Service Warnings"
msgstr "Avertissements de service"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:297
msgid "Simultaneous processing"
msgstr "Traitement simultané"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:391
msgid "Size: %s"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:212
msgid "Some output"
msgstr "Quelques informations en sortie"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:192
msgid "Some recommended packages are missing"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:328
msgid "Start"
msgstr "Démarrer"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:110
msgid "Starting"
msgstr "Démarrage"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:322
msgid "Starting %s service"
msgstr "Démarrage du service %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:366
msgid "Stop"
msgstr "Arrêter"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:263
msgid "Stop the download if it is stalled for set number of seconds."
msgstr ""
"Arrêter le téléchargement s'il est bloqué pendant ce nombre de secondes."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:109
msgid "Stopped"
msgstr "Arrêté"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:360
msgid "Stopping %s service"
msgstr "Arrêt du service %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:316
msgid "Store compressed cache"
msgstr "Conserver le cache compressé"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:310
msgid "Store compressed cache file on router"
msgstr "Conserver le fichier du cache compressé sur le routeur"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:211
msgid "Suppress output"
msgstr "Supprimer la sortie"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:239
msgid "The %s failed to discover WAN gateway"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:227
msgid ""
"The dnsmasq ipset support is enabled, but dnsmasq is either not installed or "
"installed dnsmasq does not support ipset"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:230
msgid ""
"The dnsmasq ipset support is enabled, but ipset is either not installed or "
"installed ipset does not support '%s' type"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:233
msgid ""
"The dnsmasq nft set support is enabled, but dnsmasq is either not installed "
"or installed dnsmasq does not support nft set"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:236
msgid "The dnsmasq nft sets support is enabled, but nft is not installed"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:403
msgid "URL"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:136
msgid ""
"URL to the external dnsmasq config file, see the %sREADME%s for details."
msgstr ""
"URL du fichier de configuration dnsmasq externe, consultez %sREADME%s pour "
"plus de détails."
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:374
msgid "URLs to file(s) containing lists to be allowed or blocked."
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:385
msgid "Unknown"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:148
msgid "Use AdBlocking on the dnsmasq instance(s)"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:189
msgid ""
"Use of external dnsmasq config file detected, please set '%s' option to '%s'"
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:303
msgid "Use simultaneous processing"
msgstr "Utiliser des processus simultanés"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:213
msgid "Verbose output"
msgstr "Sortie verbeuse"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:128
msgid "Version %s"
msgstr "Version %s"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/adblock-fast/status.js:116
msgid "Warning"
msgstr "Avertissement"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:150
msgid ""
"You can limit the AdBlocking to a specific dnsmasq instance(s) (%smore "
"information%s)."
msgstr ""
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:115
msgid "dnsmasq additional hosts"
msgstr "dnsmasq hôtes supplémentaires"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:116
msgid "dnsmasq config"
msgstr "configuration dnsmasq"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:118
msgid "dnsmasq ipset"
msgstr "ipset dnsmasq"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:121
msgid "dnsmasq nft set"
msgstr "nft set dnsmasq"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:123
msgid "dnsmasq servers file"
msgstr "fichier des serveurs dnsmasq"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:226
msgid "none"
msgstr "aucun"
#: applications/luci-app-adblock-fast/htdocs/luci-static/resources/view/adblock-fast/overview.js:126
msgid "unbound adblock list"
msgstr "Liste Adblock unbound"
#~ msgid "Allowed Domain URLs"
#~ msgstr "URLs de domaines autorisés"
#~ msgid "Allowed and Blocked Lists Management"
#~ msgstr "Gestion des listes autorisées et bloquées"
#~ msgid "Blocked AdBlockPlus-style URLs"
#~ msgstr "URL bloquées de type AdBlockPlus"
#~ msgid "Blocked Domain URLs"
#~ msgstr "URLs de domaines bloqués"
#~ msgid "Blocked Hosts URLs"
#~ msgstr "URLs des hôtes bloqués"
#~ msgid "Enables debug output to /tmp/simple-adblock.log."
#~ msgstr "Active la sortie de débogage vers /tmp/simple-adblock.log."
#~ msgid "Grant UCI and file access for luci-app-simple-adblock"
#~ msgstr ""
#~ "Accorder l'accès à l'OPC et aux fichiers pour luci-app-simple-adblock"
#~ msgid "Simple AdBlock"
#~ msgstr "Adblock Simple"
#~ msgid "Simple AdBlock - Configuration"
#~ msgstr "Configuration - Simple AdBlock"
#~ msgid "Simple AdBlock - Status"
#~ msgstr "Simple AdBlock - Statut"
#~ msgid "URLs to lists of AdBlockPlus-style formatted domains to be blocked."
#~ msgstr ""
#~ "URLs vers des listes de domaines formatés selon le style AdBlockPlus à "
#~ "bloquer."
#~ msgid "URLs to lists of domains to be allowed."
#~ msgstr "URLs vers des listes de domaines à autoriser."
#~ msgid "URLs to lists of domains to be blocked."
#~ msgstr "URLs vers des listes de domaines à bloquer."
#~ msgid "URLs to lists of hosts to be blocked."
#~ msgstr "URL vers des listes d’hôtes à bloquer."
#~ msgid "config (%s) validation failure!"
#~ msgstr "défaut de validation de config (%) !"
#~ msgid "disabled"
#~ msgstr "désactivé"
#~ msgid ""
#~ "dnsmasq ipset support is enabled, but dnsmasq is either not installed or "
#~ "installed dnsmasq does not support ipset"
#~ msgstr ""
#~ "dnsmasq nft set support est activé, mais dnsmasq n'est pas installé ou "
#~ "installé dnsmasq ne supporte pas nft set"
#~ msgid ""
#~ "dnsmasq ipset support is enabled, but ipset is either not installed or "
#~ "installed ipset does not support '%s' type"
#~ msgstr ""
#~ "le support dnsmasq ipset est activé, mais ipset n'est pas installé ou "
#~ "installé ipset ne supporte pas le type '%s'"
#~ msgid ""
#~ "dnsmasq nft set support is enabled, but dnsmasq is either not installed "
#~ "or installed dnsmasq does not support nft set"
#~ msgstr ""
#~ "dnsmasq nft set support est activé, mais dnsmasq n'est pas installé ou "
#~ "installé dnsmasq ne supporte pas nft set"
#~ msgid "dnsmasq nft sets support is enabled, but nft is not installed"
#~ msgstr ""
#~ "La prise en charge des ensembles dnsmasq nft est activée, mais nft n'est "
#~ "pas installé"
#~ msgid "failed to access shared memory"
#~ msgstr "impossible d'accéder à la mémoire partagée"
#~ msgid "failed to create '%s' file"
#~ msgstr "échec de création du fichier '% s'"
#~ msgid "failed to create block-list or restart DNS resolver"
#~ msgstr ""
#~ "échec de la création de la liste de blocage ou du redémarrage du "
#~ "résolveur DNS"
#~ msgid "failed to create compressed cache"
#~ msgstr "échec de création du cache compressé"
#~ msgid "failed to create directory for %s file"
#~ msgstr "échec de la création d'un répertoire pour le fichier %s"
#~ msgid "failed to create output/cache/gzip file directory"
#~ msgstr "échec de la création du répertoire de fichiers output/cache/gzip"
#~ msgid "failed to download"
#~ msgstr "échec de téléchargement"
#~ msgid "failed to download Config Update file"
#~ msgstr ""
#~ "échec du téléchargement du fichier de mise à jour de la configuration"
#~ msgid "failed to format data file"
#~ msgstr "Echec du format de fichier de données"
#~ msgid "failed to move '%s' to '%s'"
#~ msgstr "échec du déplacement de '% s' vers '% s'"
#~ msgid "failed to move temporary data file to '%s'"
#~ msgstr "Echec deplacement données temporaires fichier '%s'"
#~ msgid "failed to optimize data file"
#~ msgstr "pas réussi à optimiser le fichier de données"
#~ msgid "failed to parse"
#~ msgstr "pas réussi à analyser"
#~ msgid "failed to parse Config Update file"
#~ msgstr "Échec de l’analyse du fichier de mise à jour de configuration"
#~ msgid "failed to process allow-list"
#~ msgstr "échec du traitement de la liste autorisée"
#~ msgid "failed to reload/restart DNS resolver"
#~ msgstr "échec de rechargement / redémarrage du résolveur DNS"
#~ msgid "failed to remove temporary files"
#~ msgstr "echec suppression fichiers temporaires"
#~ msgid "failed to restart/reload DNS resolver"
#~ msgstr "échec du redémarrage ou de rechargement de résolution DNS"
#~ msgid "failed to sort data file"
#~ msgstr "echec de trier le fichier de données"
#~ msgid "failed to stop %s"
#~ msgstr "n'a pas pu arrêter% s"
#~ msgid "failed to unpack compressed cache"
#~ msgstr "echec décompression cache"
#~ msgid "no HTTPS/SSL support on device"
#~ msgstr "pas de prise en charge HTTPS/SSL sur l’appareil"
#~ msgid "some recommended packages are missing"
#~ msgstr "Certains paquets recommandés sont manquants"
#~ msgid "the %s failed to discover WAN gateway"
#~ msgstr "le %s n'a pas réussi à découvrir la passerelle WAN"
#~ msgid ""
#~ "use of external dnsmasq config file detected, please set '%s' option to "
#~ "'%s'"
#~ msgstr ""
#~ "utilisation d'un fichier de configuration dnsmasq externe détectée, "
#~ "veuillez définir l'option '%s' à '%s'"
#~ msgid "Version: %s"
#~ msgstr "Version : %s"
#~ msgid "Downloading"
#~ msgstr "Téléchargement"
#~ msgid "%s Error: %s"
#~ msgstr "%s Erreur : %s"
#~ msgid "%s Error: %s %s"
#~ msgstr "%s Erreur : %s %s"
#~ msgid "Cache file containing %s domains found."
#~ msgstr "Cache file contient %s domaines trouvé."
#~ msgid "Collected Errors"
#~ msgstr "Erreurs Collectées"
#~ msgid "Configuration"
#~ msgstr "Configuration"
#~ msgid "DNSMASQ Additional Hosts"
#~ msgstr "Hôtes additionnels DNSMASQ"
#~ msgid "DNSMASQ Config"
#~ msgstr "Configuration DNSMASQ"
#~ msgid "DNSMASQ Servers File"
#~ msgstr "Fichier des serveurs DNSMASQ"
#~ msgid "Delay (in seconds) for on-boot start"
#~ msgstr "Délai (en secondes) pour le démarrage suite au boot"
#~ msgid "Info"
#~ msgstr "Infos"
#~ msgid "Loading"
#~ msgstr "Chargement"
#~ msgid "Message"
#~ msgstr "Message"
#~ msgid "Run service after set delay on boot."
#~ msgstr "Exécuter le service après avoir défini un délai au démarrage."
#~ msgid "Service Status [%s %s]"
#~ msgstr "État du service [%s %s]"
#~ msgid "Simple AdBlock Settings"
#~ msgstr "Configuration de Adblock Simple"
#~ msgid "Success"
#~ msgstr "Succès"
#~ msgid "Task"
#~ msgstr "Tâche"
#~ msgid "Unbound AdBlock List"
#~ msgstr "Liste Adblock non liée"
#~ msgid "DNSMASQ IP Set"
#~ msgstr "Ensemble d’adresses IP DNSMASQ"
#~ msgid "%s is blocking %s domains (with %s)."
#~ msgstr "%s bloque %s domaines (avec %s)."
#~ msgid ""
#~ "Pick the DNS resolution option to create the adblock list for, see the <a "
#~ "href=\"%s#dns-resolution-option\" target=\"_blank\">README</a> for "
#~ "details."
#~ msgstr ""
#~ "Choisissez l'option de résolution DNS pour laquelle vous souhaitez créer "
#~ "la liste adblock, voir la <a href=\"%s#dns-resolution-option\" "
#~ "target=\"_blank\">README</a> pour plus de détails."
#~ msgid "Blacklisted Domain URLs"
#~ msgstr "URLs des Domaines blacklistés"
#~ msgid "Blacklisted Domains"
#~ msgstr "Domaines blacklistés"
#~ msgid "Blacklisted Hosts URLs"
#~ msgstr "URLs des Hôtes blacklistés"
#~ msgid "Individual domains to be blacklisted."
#~ msgstr "Domaines unitaires à blacklister."
#~ msgid "Individual domains to be whitelisted."
#~ msgstr "Domaines unitaires à mettre en liste blanche."
#, fuzzy
#~ msgid "URLs to lists of domains to be blacklisted."
#~ msgstr "URLs à ajouter aux listes de domaines à mettre sur liste noire."
#, fuzzy
#~ msgid "URLs to lists of domains to be whitelisted."
#~ msgstr "Les URL des listes de domaines à mettre sur liste blanche."
#, fuzzy
#~ msgid "URLs to lists of hosts to be blacklisted."
#~ msgstr "URLs à ajouter aux listes d'hôtes à mettre sur liste noire."
#~ msgid "Whitelist and Blocklist Management"
#~ msgstr "Gestion des listes blanches et des listes de blocage"
#~ msgid "Whitelisted Domain URLs"
#~ msgstr "URLs des Domaines sur liste blanche"
#~ msgid "Whitelisted Domains"
#~ msgstr "Domaines sur liste blanche"
#~ msgid "failed to create blocklist or restart DNS resolver"
#~ msgstr "n’a pas réussi à créer blocklist ou redémarrer le résolveur DNS"
#~ msgid "failed to process whitelist"
#~ msgstr "echec à traiter la liste blanche"
#~ msgid "Service Status [%s]"
#~ msgstr "État du service [%]"
#~ msgid "Cache file containing"
#~ msgstr "Le fichier de cache contenant"
#~ msgid ""
#~ "Pick the DNS resolution option to create the adblock list for, see the"
#~ msgstr ""
#~ "Choisissez l'option de résolution DNS pour créer la liste adblock, voir le"
#~ msgid "Pick the LED not already used in"
#~ msgstr "Choisir la DEL qui n'est pas déjà utilisée dans"
#~ msgid "Please note that"
#~ msgstr "Veuillez noter que"
#~ msgid "README"
#~ msgstr "README"
#~ msgid "System LED Configuration"
#~ msgstr "Configuration des DEL système"
#~ msgid "for details."
#~ msgstr "pour détails."
#~ msgid "is not installed or not found"
#~ msgstr "n'est pas installé ou introuvable"
#~ msgid "is not supported on this system."
#~ msgstr "n'est pas pris en charge sur ce système."
#~ msgid "to"
#~ msgstr "à"
#~ msgid "Enable/Start"
#~ msgstr "Activer/Démarrer"
#~ msgid "Reload"
#~ msgstr "Recharger"
#~ msgid "Service is disabled/stopped"
#~ msgstr "Le service est désactivé/arrêté"
#~ msgid "Service is enabled/started"
#~ msgstr "Le service est activé/démarré"
#~ msgid "Service started with error"
#~ msgstr "Le service a démarré avec des erreurs"
#~ msgid "Stop/Disable"
#~ msgstr "Arrêter/Désactiver"
|