aboutsummaryrefslogtreecommitdiffstats
path: root/po/fetchmail.diff
blob: d0136f3bf6ca5d298857eff57622c60ce7890d61 (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
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
--- BUILD/fetchmail-6.0.0/po/fr.po	2002-03-09 05:18:04.000000000 +0100
+++ fr.po	2002-09-18 17:33:48.000000000 +0200
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fetchmail 5.9.8\n"
-"POT-Creation-Date: 2000-04-21 00:22-0400\n"
-"PO-Revision-Date: 2002-02-26 00:29+0100\n"
+"POT-Creation-Date: 2002-09-18 17:18+0200\n"
+"PO-Revision-Date: 2002-09-18 17:33+0200\n"
 "Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
 "Language-Team: fr <fr@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -48,17 +48,17 @@
 msgid "decoded as %s\n"
 msgstr "D�cod� comme %s\n"
 
-#: driver.c:153
+#: driver.c:179
 #, c-format
 msgid "kerberos error %s\n"
 msgstr "erreur kerberos %s\n"
 
-#: driver.c:212 driver.c:217
+#: driver.c:238 driver.c:243
 #, c-format
 msgid "krb5_sendauth: %s [server says '%*s'] \n"
 msgstr "krb5_sendauth: %s  [le serveur indique �%*s�] \n"
 
-#: driver.c:298
+#: driver.c:324
 #, c-format
 msgid ""
 "Subject: Fetchmail oversized-messages warning.\r\n"
@@ -70,15 +70,15 @@
 "Les messages suivants, qui sont trop grands, restent sur le serveur\n"
 "de mail %s:"
 
-#: driver.c:316
+#: driver.c:342
 #, c-format
 msgid "\t%d msg %d octets long skipped by fetchmail.\r\n"
 msgstr "\tmessage %d de %d octets ignor� par fetchmail.\n"
 
-#: driver.c:400
+#: driver.c:426
 #, c-format
-msgid "skipping message %d (%d octets)"
-msgstr "message %d ignor� (%d octets)"
+msgid "skipping message %s@%s:%d (%d octets)"
+msgstr "message %s@%s:%d ignor� (%d octets)"
 
 #.
 #. * Invalid lengths are produced by Post Office/NT's
@@ -90,94 +90,97 @@
 #. * DELE succeeds but doesn't actually delete
 #. * the message.
 #.
-#: driver.c:415
+#: driver.c:442
 msgid " (length -1)"
 msgstr " (longueur -1)"
 
-#: driver.c:419
+#: driver.c:445
+msgid " (oversized)"
+msgstr " (trop volumineux)"
+
+#: driver.c:459
 #, c-format
-msgid " (oversized, %d octets)"
-msgstr " (trop volumineux, %d octets)"
+msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n"
+msgstr "impossible de r�cup�rer l'en-tete du message %s@%s:%d (%d octets)\n"
 
-#: driver.c:443
+#: driver.c:476
 #, c-format
-msgid "reading message %d of %d"
-msgstr "lecture du message %d parmi %d"
+msgid "reading message %s@%s:%d of %d"
+msgstr "lecture du message %s@%s:%d parmi %d"
 
-#: driver.c:447
+#: driver.c:481
 #, c-format
 msgid " (%d %soctets)"
 msgstr " (%d %soctets)"
 
-#: driver.c:448
+#: driver.c:482
 msgid "header "
 msgstr "en-t�te "
 
-#: driver.c:506
+#: driver.c:553
 #, c-format
 msgid " (%d body octets) "
 msgstr " (%d octets dans le corps) "
 
-#: driver.c:579
+#: driver.c:621
 #, c-format
-msgid "message %d was not the expected length (%d actual != %d expected)\n"
-msgstr ""
-"le message %d n'est pas de la longueur attendue (%d actuelle != %d "
-"attendue)\n"
+msgid ""
+"message %s@%s:%d was not the expected length (%d actual != %d expected)\n"
+msgstr "le message %s@%s:%d n'est pas de la longueur attendue (%d actuelle != %d attendue)\n"
 
-#: driver.c:620
+#: driver.c:670
 msgid " retained\n"
 msgstr " conserv�\n"
 
-#: driver.c:628
+#: driver.c:678
 msgid " flushed\n"
 msgstr " �limin�\n"
 
-#: driver.c:637
+#: driver.c:687
 msgid " not flushed\n"
 msgstr " non �limin�\n"
 
-#: driver.c:642
+#: driver.c:692
 #, c-format
-msgid "fetchlimit %d reached; %d messages left on server\n"
-msgstr "fetchlimit %d atteinte; %d messages demeurent sur le serveur\n"
+msgid "fetchlimit %d reached; %d messages left on server %s account %s\n"
+msgstr "fetchlimit %d atteinte; %d messages demeurent sur le serveur %s (compte %s)\n"
 
-#: driver.c:702
+#: driver.c:752
 msgid "SIGPIPE thrown from an MDA or a stream socket error\n"
 msgstr "�SIGPIPE� envoy� par un MDA ou une erreur de �stream socket�\n"
 
-#: driver.c:710
+#: driver.c:759
 #, c-format
 msgid "timeout after %d seconds waiting to connect to server %s.\n"
 msgstr ""
 "d�lai d�pass� apr�s %d secondes d'attente d'une connexion avec le serveur %"
 "s.\n"
 
-#: driver.c:714
+#: driver.c:763
 #, c-format
 msgid "timeout after %d seconds waiting for server %s.\n"
 msgstr "d�lai d�pass� apr�s %d secondes d'attente du serveur %s.\n"
 
-#: driver.c:718
+#: driver.c:767
 #, c-format
 msgid "timeout after %d seconds waiting for %s.\n"
 msgstr "d�lai d�pass� apr�s %d secondes d'attente de %s.\n"
 
-#: driver.c:723
+#: driver.c:772
 #, c-format
 msgid "timeout after %d seconds waiting for listener to respond.\n"
 msgstr "d�lai d�pass� apr�s %d secondes d'attente de la r�ponse du client.\n"
 
-#: driver.c:726
+#: driver.c:775
 #, c-format
 msgid "timeout after %d seconds.\n"
 msgstr "d�lai d'attente d�pass� apr�s %d secondes.\n"
 
-#: driver.c:738
+#: driver.c:787
 msgid "Subject: fetchmail sees repeated timeouts\r\n"
 msgstr "Subject: fetchmail a rencontr� plusieurs d�passements de d�lais\r\n"
 
-#: driver.c:740
+#: driver.c:789
 #, c-format
 msgid ""
 "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%s."
@@ -186,7 +189,7 @@
 "Fetchmail a rencontr� plus de %d d�passements de d�lais en attendant du "
 "courrier de %s@%s.\r\n"
 
-#: driver.c:745
+#: driver.c:794
 msgid ""
 "This could mean that your mailserver is stuck, or that your SMTP\r\n"
 "server is wedged, or that your mailbox file on the server has been\r\n"
@@ -204,42 +207,56 @@
 "Fetchmail n'interrogera pas de nouveau cette bo�te aux lettres\r\n"
 "tant que vous ne l'aurez pas red�marr�.\r\n"
 
-#: driver.c:781
+#: driver.c:824
 #, c-format
 msgid "pre-connection command failed with status %d\n"
 msgstr "la commande de pr�-connexion a �chou� avec l'�tat %d\n"
 
-#: driver.c:815
+#: driver.c:855
+#, c-format
+msgid "couldn't find HESIOD pobox for %s\n"
+msgstr "impossible de trouver la bo�te HESIOD pour %s\n"
+
+#: driver.c:877
+msgid "Lead server has no name.\n"
+msgstr "Le serveur principal n'a pas de nom\n"
+
+#: driver.c:900
+#, c-format
+msgid "couldn't find canonical DNS name of %s\n"
+msgstr "impossible de trouver le nom canonique DNS de %s\n"
+
+#: driver.c:937
 msgid "internal inconsistency\n"
 msgstr "inconsistance interne\n"
 
-#: driver.c:825
+#: driver.c:947
 #, c-format
 msgid "%s connection to %s failed"
 msgstr "�chec de connexion %s avec %s"
 
-#: driver.c:831
+#: driver.c:953
 msgid "host is unknown."
 msgstr "h�te inconnu."
 
-#: driver.c:834
+#: driver.c:956
 msgid "name is valid but has no IP address."
 msgstr "le nom est valide mais ne correspond � aucune adresse IP."
 
-#: driver.c:837
+#: driver.c:959
 msgid "unrecoverable name server error."
 msgstr "erreur irr�cup�rable avec le serveur de noms."
 
-#: driver.c:839
+#: driver.c:961
 msgid "temporary name server error."
 msgstr "erreur temporaire avec le serveur de noms."
 
-#: driver.c:846
+#: driver.c:968
 #, c-format
 msgid "unknown DNS error %d."
 msgstr "erreur DNS inconnue %d."
 
-#: driver.c:864
+#: driver.c:986
 #, c-format
 msgid ""
 "Subject: Fetchmail unreachable-server warning.\r\n"
@@ -250,40 +267,40 @@
 "\r\n"
 "Fetchmail ne peut pas acc�der au serveur de mail %s:"
 
-#: driver.c:889
+#: driver.c:1015 imap.c:374 pop3.c:258
 msgid "SSL connection failed.\n"
 msgstr "�chec de la connexion SSL\n"
 
-#: driver.c:931
+#: driver.c:1067
 #, c-format
 msgid "Lock-busy error on %s@%s\n"
 msgstr "Erreur �lock-busy� sur %s@%s\n"
 
-#: driver.c:935
+#: driver.c:1071
 #, c-format
 msgid "Server busy error on %s@%s\n"
 msgstr "Erreur �busy� sur %s@%s\n"
 
-#: driver.c:940
+#: driver.c:1076
 #, c-format
 msgid "Authorization failure on %s@%s%s\n"
 msgstr "�chec de l'autorisation sur %s@%s%s\n"
 
-#: driver.c:943
+#: driver.c:1079
 msgid " (previously authorized)"
 msgstr " (pr�c�demment autoris�e)"
 
-#: driver.c:964
+#: driver.c:1100
 #, c-format
 msgid "Subject: fetchmail authentication failed on %s@%s\r\n"
 msgstr "Subject: l'authentification de fetchmail a �chou� sur %s@%s\r\n"
 
-#: driver.c:967
+#: driver.c:1103
 #, c-format
 msgid "Fetchmail could not get mail from %s@%s.\r\n"
 msgstr "Fetchmail n'a pu recevoir le courrier de %s@%s.\r\n"
 
-#: driver.c:971
+#: driver.c:1107
 msgid ""
 "The attempt to get authorization failed.\r\n"
 "Since we have already succeeded in getting authorization for this\r\n"
@@ -300,7 +317,7 @@
 "is restored."
 msgstr ""
 
-#: driver.c:986
+#: driver.c:1122
 msgid ""
 "The attempt to get authorization failed.\r\n"
 "This probably means your password is invalid, but some servers have\r\n"
@@ -322,303 +339,324 @@
 "le service soit r�activ�.\r\n"
 "\r"
 
-#: driver.c:999
+#: driver.c:1136
+#, c-format
+msgid "Repoll immediately on %s@%s\n"
+msgstr ""
+
+#: driver.c:1141
 #, c-format
 msgid "Unknown login or authentication error on %s@%s\n"
 msgstr "Erreur de login ou d'identification inconnue pour %s@%s\n"
 
-#: driver.c:1023
+#: driver.c:1165
 #, c-format
 msgid "Authorization OK on %s@%s\n"
 msgstr "Autorisation OK sur %s@%s\n"
 
-#: driver.c:1029
+#: driver.c:1171
 #, c-format
 msgid "Subject: fetchmail authentication OK on %s@%s\r\n"
 msgstr "Subject: l'authentification de fetchmail a r�ussie sur %s@%s\r\n"
 
-#: driver.c:1032
+#: driver.c:1174
 #, c-format
 msgid "Fetchmail was able to log into %s@%s.\r\n"
 msgstr "Fetchmail n'a pu enregistrer dans le journal (%s@%s).\r\n"
 
-#: driver.c:1036
+#: driver.c:1178
 msgid "Service has been restored.\r\n"
 msgstr "Le service a �t� r�activ�\r\n"
 
-#: driver.c:1067
+#: driver.c:1209
 #, c-format
 msgid "selecting or re-polling folder %s\n"
 msgstr "s�lection ou re-r�ception du dossier %s\n"
 
-#: driver.c:1069
+#: driver.c:1211
 msgid "selecting or re-polling default folder\n"
 msgstr "s�lection ou re-r�ception du dossier par d�faut\n"
 
-#: driver.c:1085
+#: driver.c:1227
 #, c-format
 msgid "%s at %s (folder %s)"
 msgstr "%s dans %s (dossier %s)"
 
-#: driver.c:1093
+#: driver.c:1235 rcfile_y.y:395
 #, c-format
 msgid "%s at %s"
 msgstr "%s dans %s"
 
 #. only used for ETRN
-#: driver.c:1098
+#: driver.c:1240
 #, c-format
 msgid "Polling %s\n"
 msgstr "R�ception de %s\n"
 
-#: driver.c:1102
+#: driver.c:1244
 #, c-format
 msgid "%d %s (%d seen) for %s"
 msgstr "%d %s (%d vu) pour %s"
 
-#: driver.c:1103 driver.c:1108
+#: driver.c:1245 driver.c:1250
 msgid "messages"
 msgstr "messages"
 
-#: driver.c:1104 driver.c:1109
+#: driver.c:1246 driver.c:1251
 msgid "message"
 msgstr "message"
 
-#: driver.c:1107
+#: driver.c:1249
 #, c-format
 msgid "%d %s for %s"
 msgstr "%d %s pour %s"
 
-#: driver.c:1113
+#: driver.c:1255
 #, c-format
 msgid " (%d octets).\n"
 msgstr " (%d octets).\n"
 
-#: driver.c:1119
+#: driver.c:1261
 #, c-format
 msgid "No mail for %s\n"
 msgstr "Aucun message pour %s\n"
 
-#: driver.c:1265
+#: driver.c:1324
+msgid "bogus message count!"
+msgstr "mauvais nombre de messages!"
+
+#: driver.c:1438
 msgid "socket"
 msgstr "socket"
 
-#: driver.c:1268
+#: driver.c:1441
 msgid "missing or bad RFC822 header"
 msgstr "l'en-t�te RFC822 est manquant ou endommag�"
 
-#: driver.c:1271
+#: driver.c:1444
 msgid "MDA"
 msgstr "MDA"
 
-#: driver.c:1274
+#: driver.c:1447
 msgid "client/server synchronization"
 msgstr "synchronisation client/serveur"
 
-#: driver.c:1277
+#: driver.c:1450
 msgid "client/server protocol"
 msgstr "protocole client/serveur"
 
-#: driver.c:1280
+#: driver.c:1453
 msgid "lock busy on server"
 msgstr "verrou actif sur le serveur"
 
-#: driver.c:1283
+#: driver.c:1456
 msgid "SMTP transaction"
 msgstr "Transaction SMTP"
 
-#: driver.c:1286
+#: driver.c:1459
 msgid "DNS lookup"
 msgstr "requ�te au DNS"
 
-#: driver.c:1289
+#: driver.c:1462
 msgid "undefined error\n"
 msgstr "erreur non d�finie\n"
 
-#: driver.c:1300
+#: driver.c:1473
 #, c-format
 msgid "%s error while delivering to SMTP host %s\n"
 msgstr "erreur %s durant l'envoi vers le serveur SMTP %s\n"
 
-#: driver.c:1302
+#: driver.c:1475
 #, c-format
 msgid "%s error while fetching from %s\n"
 msgstr "erreur %s durant la r�ception de %s\n"
 
-#: driver.c:1310
+#: driver.c:1483
 #, c-format
 msgid "post-connection command failed with status %d\n"
 msgstr "la commande de post-connexion a �chou� avec l'�tat %d\n"
 
-#: driver.c:1330
+#: driver.c:1503
 msgid "Kerberos V4 support not linked.\n"
 msgstr "Support de Kerberos V4 non inclus.\n"
 
-#: driver.c:1338
+#: driver.c:1511
 msgid "Kerberos V5 support not linked.\n"
 msgstr "Support de Kerberos V5 non inclus.\n"
 
-#: driver.c:1349
+#: driver.c:1522
 #, c-format
 msgid "Option --flush is not supported with %s\n"
 msgstr "Option --flush non support�e avec %s\n"
 
-#: driver.c:1355
+#: driver.c:1528
 #, c-format
 msgid "Option --all is not supported with %s\n"
 msgstr "Option --all non support�e avec %s\n"
 
-#: driver.c:1363
+#: driver.c:1536
 #, c-format
 msgid "Option --limit is not supported with %s\n"
 msgstr "Option --limit non support�e avec %s\n"
 
-#: env.c:51
+#: env.c:60
+#, c-format
+msgid ""
+"%s: The QMAILINJECT environment variable is set.\n"
+"This is dangerous as it can make qmail-inject or qmail's sendmail wrapper\n"
+"tamper with your From: or Message-ID: headers.\n"
+"Try \"env QMAILINJECT= %s YOUR ARGUMENTS HERE\"\n"
+"%s: Abort.\n"
+msgstr ""
+
+#: env.c:72
+#, c-format
+msgid ""
+"%s: The NULLMAILER_FLAGS environment variable is set.\n"
+"This is dangerous as it can make nullmailer-inject or nullmailer's\n"
+"sendmail wrapper tamper with your From:, Message-ID: or Return-Path: "
+"headers.\n"
+"Try \"env NULLMAILER_FLAGS= %s YOUR ARGUMENTS HERE\"\n"
+"%s: Abort.\n"
+msgstr ""
+
+#: env.c:84
 #, c-format
 msgid "%s: You don't exist.  Go away.\n"
 msgstr "%s: Vous n'existez pas.  Allez vous en.\n"
 
-#: env.c:117
+#: env.c:145
 #, c-format
 msgid "%s: can't determine your host!"
 msgstr "%s: impossible de d�terminer le nom de votre h�te !"
 
-#: env.c:133
+#: env.c:161
 #, c-format
 msgid "gethostbyname failed for %s\n"
 msgstr "�gethostbyname� a �chou� pour %s\n"
 
-#: report.c:101
-msgid "Unknown system error"
-msgstr "Erreur syst�me inconnue"
-
-#: report.c:128
-#, c-format
-msgid "%s (log message incomplete)"
-msgstr "%s (message de trace incomplet)"
-
-#: report.c:286 report.c:314 report.c:386 report.c:414
-msgid "partial error message buffer overflow"
-msgstr "erreur partielle de surcharge du tampon de message"
-
-#: etrn.c:45 odmr.c:53
+#: etrn.c:47 odmr.c:58
 #, c-format
 msgid "%s's SMTP listener does not support ESMTP\n"
 msgstr "Le serveur SMTP de %s ne supporte pas ESMTP\n"
 
-#: etrn.c:51
+#: etrn.c:53
 #, c-format
 msgid "%s's SMTP listener does not support ETRN\n"
 msgstr "Le serveur SMTP de %s ne supporte pas ETRN\n"
 
-#: etrn.c:75
+#: etrn.c:77
 #, c-format
 msgid "Queuing for %s started\n"
 msgstr "Queue pour %s initi�e\n"
 
-#: etrn.c:80
+#: etrn.c:82
 #, c-format
 msgid "No messages waiting for %s\n"
 msgstr "Aucun message en attente pour %s\n"
 
-#: etrn.c:86
+#: etrn.c:88
 #, c-format
 msgid "Pending messages for %s started\n"
 msgstr "Messages en attente pour %s initi�s\n"
 
 #. Unable to queue messages for node <x>
-#: etrn.c:90
+#: etrn.c:92
 #, c-format
 msgid "Unable to queue messages for node %s\n"
 msgstr "Impossible de placer les messages pour le noeud %s en queue\n"
 
 #. Node <x> not allowed: <reason>
-#: etrn.c:94
+#: etrn.c:96
 #, c-format
 msgid "Node %s not allowed: %s\n"
 msgstr "Noeud %s non permis : %s\n"
 
 #. Syntax Error
-#: etrn.c:98
+#: etrn.c:100
 msgid "ETRN syntax error\n"
 msgstr "Erreur de syntaxe ETRN\n"
 
 #. Syntax Error in Parameters
-#: etrn.c:102
+#: etrn.c:104
 msgid "ETRN syntax error in parameters\n"
 msgstr "Erreur de syntaxe ETRN dans les param�tres\n"
 
-#: etrn.c:106
+#: etrn.c:108
 #, c-format
 msgid "Unknown ETRN error %d\n"
 msgstr "Erreur ETRN inconnue %d\n"
 
-#: etrn.c:151
+#: etrn.c:153
 msgid "Option --keep is not supported with ETRN\n"
 msgstr "Option --keep non support�e avec ETRN\n"
 
-#: etrn.c:155
+#: etrn.c:157
 msgid "Option --flush is not supported with ETRN\n"
 msgstr "Option --keep non support�e avec ETRN\n"
 
-#: etrn.c:159
+#: etrn.c:161
 msgid "Option --remote is not supported with ETRN\n"
 msgstr "Option --remote non support�e avec ETRN\n"
 
-#: etrn.c:163
+#: etrn.c:165
 msgid "Option --check is not supported with ETRN\n"
 msgstr "Option --check non support�e avec ETRN\n"
 
-#: fetchmail.c:161
+#: fetchmail.c:155
 msgid "fetchmail: invoked with"
 msgstr "fetchmail appell� avec"
 
-#: fetchmail.c:190
+#: fetchmail.c:179
+msgid "could not get current working directory\n"
+msgstr "impossible de trouver le r�pertoire de travail courrant\n"
+
+#: fetchmail.c:189
 #, c-format
 msgid "This is fetchmail release %s"
 msgstr "Ceci est fetchmail, version %s"
 
-#: fetchmail.c:327
+#: fetchmail.c:330
 #, c-format
 msgid "Taking options from command line%s%s\n"
 msgstr "Lecture des options sur la ligne de commande %s%s\n"
 
-#: fetchmail.c:328
+#: fetchmail.c:331
 msgid " and "
 msgstr " et "
 
-#: fetchmail.c:333
+#: fetchmail.c:336
 #, c-format
 msgid "No mailservers set up -- perhaps %s is missing?\n"
 msgstr "Pas de serveur de courrier param�tr� -- %s est peut-�tre manquant ?\n"
 
-#: fetchmail.c:354
+#: fetchmail.c:357
 msgid "fetchmail: no mailservers have been specified.\n"
 msgstr "fetchmail: aucun serveur de courrier n'a �t� sp�cifi�.\n"
 
-#: fetchmail.c:363
+#: fetchmail.c:366
 msgid "fetchmail: no other fetchmail is running\n"
 msgstr "fetchmail: aucun autre fetchmail n'est en cours d'ex�cution\n"
 
-#: fetchmail.c:369
+#: fetchmail.c:372
 #, c-format
 msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n"
 msgstr "fetchmail: erreur en terminant %s fetchmail (%d); abandon.\n"
 
-#: fetchmail.c:370 fetchmail.c:376
+#: fetchmail.c:373 fetchmail.c:379
 msgid "background"
 msgstr "t�che de fond"
 
-#: fetchmail.c:370 fetchmail.c:376
+#: fetchmail.c:373 fetchmail.c:379
 msgid "foreground"
 msgstr "premier plan"
 
-#: fetchmail.c:375
+#: fetchmail.c:378
 #, c-format
 msgid "fetchmail: %s fetchmail at %d killed.\n"
 msgstr "fetchmail: %s fetchmail (%d) termin�.\n"
 
-#: fetchmail.c:391
+#: fetchmail.c:394
 msgid ""
 "fetchmail: can't check mail while another fetchmail to same host is "
 "running.\n"
@@ -626,7 +664,7 @@
 "fetchmail: impossible de v�rifier le courrier lorsqu'un autre fetchmail est "
 "ex�cut� sur le m�me h�te\n"
 
-#: fetchmail.c:397
+#: fetchmail.c:400
 #, c-format
 msgid ""
 "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n"
@@ -634,13 +672,13 @@
 "fetchmail: impossible de r�cup�rer le courrier si un autre fetchmail est "
 "ex�cut� sur %d.\n"
 
-#: fetchmail.c:404
+#: fetchmail.c:407
 #, c-format
 msgid "fetchmail: another foreground fetchmail is running at %d.\n"
 msgstr ""
 "fetchmail: un autre fetchmail, au premier plan, est en ex�cution sur %d.\n"
 
-#: fetchmail.c:416
+#: fetchmail.c:417
 msgid ""
 "fetchmail: can't accept options while a background fetchmail is running.\n"
 msgstr ""
@@ -667,139 +705,152 @@
 msgid "Enter password for %s@%s: "
 msgstr "Entrez le mot de passe pour %s@%s : "
 
-#: fetchmail.c:486
+#: fetchmail.c:487
 #, c-format
 msgid "starting fetchmail %s daemon \n"
 msgstr "d�marrage de fetchmail %s en t�che de fond \n"
 
-#: fetchmail.c:540
+#: fetchmail.c:502 fetchmail.c:504
+#, c-format
+msgid "could not open %s to append logs to \n"
+msgstr "impossible d'ouvrir %s pour y ajouter les messages\n"
+
+#: fetchmail.c:542
 #, c-format
 msgid "couldn't time-check %s (error %d)\n"
 msgstr "�time-check� %s impossible (erreur %d)\n"
 
-#: fetchmail.c:545
+#: fetchmail.c:547
 #, c-format
 msgid "restarting fetchmail (%s changed)\n"
 msgstr "red�marrage de fetchmail (%s  a chang�)\n"
 
-#: fetchmail.c:570
+#: fetchmail.c:552
+msgid "attempt to re-exec may fail as directory has not been restored\n"
+msgstr "la tentative de r�ex�cution peut �chouer car le r�pertoire n'a pas �t� recr��\n"
+
+#: fetchmail.c:579
 msgid "attempt to re-exec fetchmail failed\n"
 msgstr "la tentative d'ex�cuter � nouveau fetchmail a �chou�\n"
 
-#: fetchmail.c:598
+#: fetchmail.c:607
 #, c-format
 msgid "poll of %s skipped (failed authentication or too many timeouts)\n"
 msgstr ""
 "r�ception de %s ignor�e (authentification �chou�e ou d�passements de "
 "d�lais)\n"
 
-#: fetchmail.c:610
+#: fetchmail.c:619
 #, c-format
 msgid "interval not reached, not querying %s\n"
 msgstr "intervalle non atteint, pas de requ�te vers %s\n"
 
-#: fetchmail.c:641
+#: fetchmail.c:650
 msgid "Query status=0 (SUCCESS)\n"
 msgstr "�tat de la requ�te=0 (SUCCES)\n"
 
-#: fetchmail.c:643
+#: fetchmail.c:652
 msgid "Query status=1 (NOMAIL)\n"
 msgstr "�tat de la requ�te=1 (PAS DE MAIL)\n"
 
-#: fetchmail.c:645
+#: fetchmail.c:654
 msgid "Query status=2 (SOCKET)\n"
 msgstr "�tat de la requ�te=2 (SOCKET)\n"
 
-#: fetchmail.c:647
+#: fetchmail.c:656
 msgid "Query status=3 (AUTHFAIL)\n"
 msgstr "�tat de la requ�te=3 (ECHEC DE L'AUTHENTIFICATION)\n"
 
-#: fetchmail.c:649
+#: fetchmail.c:658
 msgid "Query status=4 (PROTOCOL)\n"
 msgstr "�tat de la requ�te=4 (PROTOCOLE)\n"
 
-#: fetchmail.c:651
+#: fetchmail.c:660
 msgid "Query status=5 (SYNTAX)\n"
 msgstr "�tat de la requ�te=5 (SYNTAXE)\n"
 
-#: fetchmail.c:653
+#: fetchmail.c:662
 msgid "Query status=6 (IOERR)\n"
 msgstr "�tat de la requ�te=6 (ERREUR E/S)\n"
 
-#: fetchmail.c:655
+#: fetchmail.c:664
 msgid "Query status=7 (ERROR)\n"
 msgstr "�tat de la requ�te=7 (ERREUR)\n"
 
-#: fetchmail.c:657
+#: fetchmail.c:666
 msgid "Query status=8 (EXCLUDE)\n"
 msgstr "�tat de la requ�te=8 (EXCLU)\n"
 
-#: fetchmail.c:659
+#: fetchmail.c:668
 msgid "Query status=9 (LOCKBUSY)\n"
 msgstr "�tat de la requ�te=9 (verrou d�j� pris)\n"
 
-#: fetchmail.c:661
+#: fetchmail.c:670
 msgid "Query status=10 (SMTP)\n"
 msgstr "�tat de la requ�te=10 (SMTP)\n"
 
-#: fetchmail.c:663
+#: fetchmail.c:672
 msgid "Query status=11 (DNS)\n"
 msgstr "�tat de la requ�te=11 (DNS)\n"
 
-#: fetchmail.c:665
+#: fetchmail.c:674
 msgid "Query status=12 (BSMTP)\n"
 msgstr "�tat de la requ�te=12 (BSMTP)\n"
 
-#: fetchmail.c:667
+#: fetchmail.c:676
 msgid "Query status=13 (MAXFETCH)\n"
 msgstr "�tat de la requ�te=13 (NOMBRE MAXIMUM DE MESSAGES ATTEINT)\n"
 
-#: fetchmail.c:669
+#: fetchmail.c:678
 #, c-format
 msgid "Query status=%d\n"
 msgstr "�tat de la requ�te=%d\n"
 
-#: fetchmail.c:715
+#: fetchmail.c:724
 msgid "All connections are wedged.  Exiting.\n"
 msgstr "Toutes les connexions sont �tablies. Termin�.\n"
 
-#: fetchmail.c:722
+#: fetchmail.c:731
 #, c-format
-msgid "fetchmail: sleeping at %s\n"
-msgstr "fetchmail: mise en sommeil � %s\n"
+msgid "sleeping at %s\n"
+msgstr "mise en sommeil � %s\n"
 
-#: fetchmail.c:734
+#: fetchmail.c:755
 #, c-format
 msgid "awakened by %s\n"
 msgstr "r�veill� par %s\n"
 
-#: fetchmail.c:737
+#: fetchmail.c:758
 #, c-format
 msgid "awakened by signal %d\n"
 msgstr "r�veill� par un signal %d\n"
 
-#: fetchmail.c:744
+#: fetchmail.c:765
 #, c-format
 msgid "awakened at %s\n"
 msgstr "r�veill� � %s\n"
 
-#: fetchmail.c:750
+#: fetchmail.c:771
 #, c-format
 msgid "normal termination, status %d\n"
 msgstr "terminaison normale, �tat %d\n"
 
-#: fetchmail.c:893
+#: fetchmail.c:920
 msgid "couldn't time-check the run-control file\n"
 msgstr "impossible de �time-check� le fichier run-control\n"
 
-#: fetchmail.c:926
+#: fetchmail.c:953
 #, c-format
 msgid "Warning: multiple mentions of host %s in config file\n"
 msgstr ""
 "Attention : plusieurs mentions de l'h�te %s dans le fichier de "
 "configuration\n"
 
-#: fetchmail.c:1076
+#: fetchmail.c:1095
+msgid "SSL support is not compiled in.\n"
+msgstr "Le support de SSL n'est pas �t� activ� � la compilation.\n"
+
+#: fetchmail.c:1126
 #, c-format
 msgid ""
 "fetchmail: warning: no DNS available to check multidrop fetches from %s\n"
@@ -807,607 +858,598 @@
 "fetchmail: attention: aucun DNS disponible pour v�rifier les r�ceptions "
 "�multidrop� depuis %s\n"
 
-#: fetchmail.c:1100
-#, c-format
-msgid "couldn't find HESIOD pobox for %s\n"
-msgstr "impossible de trouver la bo�te HESIOD pour %s\n"
-
-#: fetchmail.c:1118
-msgid "Lead server has no name.\n"
-msgstr "Le serveur principal n'a pas de nom\n"
-
-#: fetchmail.c:1139 fetchmail.c:1170
-#, c-format
-msgid "couldn't find canonical DNS name of %s\n"
-msgstr "impossible de trouver le nom canonique DNS de %s\n"
-
-#: fetchmail.c:1210
+#: fetchmail.c:1143
 #, c-format
 msgid "%s configuration invalid, port number cannot be negative\n"
 msgstr "configuration de %s invalide, le num�ro de port ne peut �tre n�gatif\n"
 
-#: fetchmail.c:1217
+#: fetchmail.c:1150
 #, c-format
 msgid "%s configuration invalid, RPOP requires a privileged port\n"
 msgstr "configuration de %s invalide, RPOP requiert un port privil�gi�\n"
 
-#: fetchmail.c:1233
+#: fetchmail.c:1166
 #, c-format
 msgid "%s configuration invalid, LMTP can't use default SMTP port\n"
 msgstr ""
 "configuration de %s invalide, LMTP ne peut utiliser le port SMTP par d�faut\n"
 
-#: fetchmail.c:1248
+#: fetchmail.c:1181
 msgid "Both fetchall and keep on in daemon mode is a mistake!\n"
 msgstr "Utiliser �fetchall� et �keep� ensemble en mode d�mon est une erreur!\n"
 
-#: fetchmail.c:1287
-msgid "all mailserver name lookups failed, exiting\n"
-msgstr " toutes les tentatives pour r�soudre le nom du serveur de mail ont �chou�es. Fin du processus.\n"
-
-#: fetchmail.c:1316
+#: fetchmail.c:1231
 #, c-format
 msgid "terminated with signal %d\n"
 msgstr "termin� par un signal %d\n"
 
-#: fetchmail.c:1406
+#: fetchmail.c:1316
 #, c-format
-msgid "%s querying %s (protocol %s) at %s\n"
-msgstr "%s interroge %s (protocole %s) � %s\n"
+msgid "%s querying %s (protocol %s) at %s: poll started\n"
+msgstr "%s interroge %s (protocole %s) � %s : int�rrogation en cours\n"
 
-#: fetchmail.c:1426
+#: fetchmail.c:1341
 msgid "POP2 support is not configured.\n"
 msgstr "Le support de POP2 n'est pas configur�.\n"
 
-#: fetchmail.c:1436
+#: fetchmail.c:1353
 msgid "POP3 support is not configured.\n"
 msgstr "Le support de POP3 n'est pas configur�.\n"
 
-#: fetchmail.c:1444
+#: fetchmail.c:1361
 msgid "IMAP support is not configured.\n"
 msgstr "Le support d'IMAP n'est pas configur�.\n"
 
-#: fetchmail.c:1449
+#: fetchmail.c:1367
 msgid "ETRN support is not configured.\n"
 msgstr "Le support d'ETRN n'est pas configur�.\n"
 
-#: fetchmail.c:1455
+#: fetchmail.c:1373
 msgid "Cannot support ETRN without gethostbyname(2).\n"
 msgstr "Impossible de supporter ETRN sans gethostbyname(2).\n"
 
-#: fetchmail.c:1461
+#: fetchmail.c:1380
 msgid "ODMR support is not configured.\n"
 msgstr "Le support de ODMR n'est pas configur�.\n"
 
-#: fetchmail.c:1467
+#: fetchmail.c:1386
 msgid "Cannot support ODMR without gethostbyname(2).\n"
 msgstr "Impossible de supporter ODMR sans gethostbyname(2).\n"
 
-#: fetchmail.c:1472
+#: fetchmail.c:1392
 msgid "unsupported protocol selected.\n"
 msgstr "protocole s�lectionn� non support�.\n"
 
-#: fetchmail.c:1484
+#: fetchmail.c:1402
+#, c-format
+msgid "%s querying %s (protocol %s) at %s: poll completed\n"
+msgstr "%s interroge %s (protocole %s) � %s : interrogation finie\n"
+
+#: fetchmail.c:1419
 #, c-format
 msgid "Poll interval is %d seconds\n"
 msgstr "L'intervalle entre les r�ceptions est de %d secondes\n"
 
-#: fetchmail.c:1486
+#: fetchmail.c:1421
 #, c-format
 msgid "Logfile is %s\n"
 msgstr "Le fichier de traces est %s\n"
 
-#: fetchmail.c:1488
+#: fetchmail.c:1423
 #, c-format
 msgid "Idfile is %s\n"
 msgstr "Le fichier des identificateurs est %s\n"
 
-#: fetchmail.c:1491
+#: fetchmail.c:1426
 msgid "Progress messages will be logged via syslog\n"
 msgstr "Les messages de progression sont enregistr�s via syslog\n"
 
-#: fetchmail.c:1494
+#: fetchmail.c:1429
 msgid "Fetchmail will masquerade and will not generate Received\n"
 msgstr "Fetchmail va se masquer et ne g�n�rer aucun �Received�\n"
 
-#: fetchmail.c:1496
+#: fetchmail.c:1431
 msgid "Fetchmail will show progress dots even in logfiles.\n"
 msgstr "Fetchmail affichera des points de progression, m�me dans le journal\n"
 
-#: fetchmail.c:1498
+#: fetchmail.c:1433
 #, c-format
 msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n"
 msgstr ""
 "Fetchmail r�exp�diera les messages �multidrop� mal aiguill�s vers %s.\n"
 
-#: fetchmail.c:1502
+#: fetchmail.c:1437
 msgid "Fetchmail will direct error mail to the postmaster.\n"
 msgstr ""
 "Fetchmail exp�diera les erreurs de messagerie\n"
 "au ma�tre de poste.\n"
 
-#: fetchmail.c:1504
+#: fetchmail.c:1439
 msgid "Fetchmail will direct error mail to the sender.\n"
 msgstr "Fetchmail exp�diera les erreur de messagerie � l'envoyeur\n"
 
-#: fetchmail.c:1511
+#: fetchmail.c:1446
 #, c-format
 msgid "Options for retrieving from %s@%s:\n"
 msgstr "Options pour la r�ception depuis %s@%s:\n"
 
-#: fetchmail.c:1515
+#: fetchmail.c:1450
 #, c-format
 msgid "  Mail will be retrieved via %s\n"
 msgstr "  Le courrier sera re�u via %s\n"
 
-#: fetchmail.c:1518
+#: fetchmail.c:1453
 #, c-format
 msgid "  Poll of this server will occur every %d intervals.\n"
 msgstr "  La r�ception depuis ce serveur s'op�rera tous les %d intervalles.\n"
 
-#: fetchmail.c:1521
+#: fetchmail.c:1456
 #, c-format
 msgid "  True name of server is %s.\n"
 msgstr "  Le vrai nom du serveur est %s.\n"
 
-#: fetchmail.c:1523
+#: fetchmail.c:1458
 #, c-format
 msgid "  This host %s be queried when no host is specified.\n"
 msgstr "  Cet h�te %s interrog� lorsqu'aucun h�te n'est sp�cifi�.\n"
 
-#: fetchmail.c:1524 fetchmail.c:1637 fetchmail.c:1640
+#: fetchmail.c:1459 fetchmail.c:1572 fetchmail.c:1575
 msgid "will not"
 msgstr "ne sera pas"
 
-#: fetchmail.c:1524 fetchmail.c:1637 fetchmail.c:1640
+#: fetchmail.c:1459 fetchmail.c:1572 fetchmail.c:1575
 msgid "will"
 msgstr "sera"
 
-#: fetchmail.c:1528
+#: fetchmail.c:1463
 msgid "  Password will be prompted for.\n"
 msgstr "  Le mot de passe sera requis.\n"
 
-#: fetchmail.c:1532
+#: fetchmail.c:1467
 #, c-format
 msgid "  APOP secret = \"%s\".\n"
 msgstr "  Secret APOP = \"%s\".\n"
 
-#: fetchmail.c:1535
+#: fetchmail.c:1470
 #, c-format
 msgid "  RPOP id = \"%s\".\n"
 msgstr "  Identification RPOP = \"%s\".\n"
 
-#: fetchmail.c:1538
+#: fetchmail.c:1473
 #, c-format
 msgid "  Password = \"%s\".\n"
 msgstr "  Mot de passe = \"%s\".\n"
 
-#: fetchmail.c:1551
+#: fetchmail.c:1486
 #, c-format
 msgid "  Protocol is KPOP with Kerberos %s authentication"
 msgstr "  Le protocole est KPOP avec authentification Kerberos %s"
 
-#: fetchmail.c:1554
+#: fetchmail.c:1489
 #, c-format
 msgid "  Protocol is %s"
 msgstr "  Le protocole est %s"
 
-#: fetchmail.c:1557
+#: fetchmail.c:1492
 #, c-format
 msgid " (using service %s)"
 msgstr " (utilisant le service %s)"
 
-#: fetchmail.c:1559
+#: fetchmail.c:1494
 #, c-format
 msgid " (using network security options %s)"
 msgstr " (utilisant les options r�seaux de s�curit� %s)"
 
-#: fetchmail.c:1562
+#: fetchmail.c:1497
 #, c-format
 msgid " (using port %d)"
 msgstr " (utilisant le port %d)"
 
-#: fetchmail.c:1565
+#: fetchmail.c:1500
 msgid " (using default port)"
 msgstr " (utilisant le port par d�faut)"
 
-#: fetchmail.c:1567
+#: fetchmail.c:1502
 msgid " (forcing UIDL use)"
 msgstr " (for�ant l'usage des UIDL)"
 
-#: fetchmail.c:1573
+#: fetchmail.c:1508
 msgid "  All available authentication methods will be tried.\n"
 msgstr "  Toutes les m�thodes d'authentification vont �tre essay�es.\n"
 
-#: fetchmail.c:1576
+#: fetchmail.c:1511
 msgid "  Password authentication will be forced.\n"
 msgstr "Authentification par mot de passe forc�.\n"
 
-#: fetchmail.c:1579
+#: fetchmail.c:1514
 msgid "  NTLM authentication will be forced.\n"
 msgstr "L'authentification NTLM forc�e.\n"
 
-#: fetchmail.c:1582
+#: fetchmail.c:1517
 msgid "  OTP authentication will be forced.\n"
 msgstr "  Authentification OTP forc�e.\n"
 
-#: fetchmail.c:1585
+#: fetchmail.c:1520
 msgid "  CRAM-Md5 authentication will be forced.\n"
 msgstr "  Authentification CRAM-Md5 forc�e.\n"
 
-#: fetchmail.c:1588
+#: fetchmail.c:1523
 msgid "  GSSAPI authentication will be forced.\n"
 msgstr "  Authentification GSSAPI forc�e.\n"
 
-#: fetchmail.c:1591
+#: fetchmail.c:1526
 msgid "  Kerberos V4 authentication will be forced.\n"
 msgstr "  Authentification de Kerberos V4 forc�e.\n"
 
-#: fetchmail.c:1594
+#: fetchmail.c:1529
 msgid "  Kerberos V5 authentication will be forced.\n"
 msgstr " Authentification de Kerberos V5 forc�e.\n"
 
-#: fetchmail.c:1597
+#: fetchmail.c:1532
 msgid "  End-to-end encryption assumed.\n"
 msgstr "  cryptage �End-to-end� assum�.\n"
 
-#: fetchmail.c:1601
+#: fetchmail.c:1536
 #, c-format
 msgid "  Mail service principal is: %s\n"
 msgstr "  Le principal service de mail est: %s\n"
 
-#: fetchmail.c:1604
+#: fetchmail.c:1539
 msgid "  SSL encrypted sessions enabled.\n"
 msgstr "  Les sessions encrypt�e SSL sont support�es.\n"
 
-#: fetchmail.c:1606
+#: fetchmail.c:1541
 msgid "  SSL server certificate checking enabled.\n"
 msgstr "  Activation de la v�rification des certificats du serveur SSL.\n"
 
-#: fetchmail.c:1608
+#: fetchmail.c:1543
 #, c-format
 msgid "  SSL trusted certificate directory: %s\n"
 msgstr "  R�pertoire des certificats SSL surs: %s\n"
 
-#: fetchmail.c:1611
+#: fetchmail.c:1546
 #, c-format
 msgid "  SSL key fingerprint (checked against the server key): %s\n"
 msgstr "  Signature de la cl� SSL (v�rifi� via le serveur de cl�s): %s\n"
 
-#: fetchmail.c:1614
+#: fetchmail.c:1549
 #, c-format
 msgid "  Server nonresponse timeout is %d seconds"
 msgstr "  Le d�lai d'attente d'une r�ponse du serveur est de %d secondes"
 
-#: fetchmail.c:1616
+#: fetchmail.c:1551
 msgid " (default).\n"
 msgstr " (par d�faut).\n"
 
-#: fetchmail.c:1623
+#: fetchmail.c:1558
 msgid "  Default mailbox selected.\n"
 msgstr "  La bo�te aux lettres par d�faut est s�lectionn�e.\n"
 
-#: fetchmail.c:1628
+#: fetchmail.c:1563
 msgid "  Selected mailboxes are:"
 msgstr "  Les bo�tes aux lettres s�lectionn�es sont :"
 
-#: fetchmail.c:1633
+#: fetchmail.c:1568
 #, c-format
 msgid "  %s messages will be retrieved (--all %s).\n"
 msgstr "  %s messages seront re�us (--all %s).\n"
 
-#: fetchmail.c:1634
+#: fetchmail.c:1569
 msgid "All"
 msgstr "Tous les"
 
-#: fetchmail.c:1634
+#: fetchmail.c:1569
 msgid "Only new"
 msgstr "Uniquement les nouveaux"
 
-#: fetchmail.c:1636
+#: fetchmail.c:1571
 #, c-format
 msgid "  Fetched messages %s be kept on the server (--keep %s).\n"
 msgstr "  Tout message r�cup�r� %s conserv� sur le serveur (--keep %s).\n"
 
-#: fetchmail.c:1639
+#: fetchmail.c:1574
 #, c-format
 msgid "  Old messages %s be flushed before message retrieval (--flush %s).\n"
 msgstr ""
 "  Tout ancien message %s �limin� avant rel�ve du courrier (--flush %s).\n"
 
-#: fetchmail.c:1642
+#: fetchmail.c:1577
 #, c-format
 msgid "  Rewrite of server-local addresses is %s (--norewrite %s).\n"
 msgstr "  La r�-�criture des adresses locales est %se (--norewrite %s).\n"
 
-#: fetchmail.c:1643 fetchmail.c:1646 fetchmail.c:1649 fetchmail.c:1652
-#: fetchmail.c:1655 fetchmail.c:1658 fetchmail.c:1791
+#: fetchmail.c:1578 fetchmail.c:1581 fetchmail.c:1584 fetchmail.c:1587
+#: fetchmail.c:1590 fetchmail.c:1593 fetchmail.c:1726
 msgid "enabled"
 msgstr "activ�"
 
-#: fetchmail.c:1643 fetchmail.c:1646 fetchmail.c:1649 fetchmail.c:1652
-#: fetchmail.c:1655 fetchmail.c:1658 fetchmail.c:1791
+#: fetchmail.c:1578 fetchmail.c:1581 fetchmail.c:1584 fetchmail.c:1587
+#: fetchmail.c:1590 fetchmail.c:1593 fetchmail.c:1726
 msgid "disabled"
 msgstr "inactiv�"
 
-#: fetchmail.c:1645
+#: fetchmail.c:1580
 #, c-format
 msgid "  Carriage-return stripping is %s (stripcr %s).\n"
 msgstr "  La suppression des retour-chariots est %se (stripcr %s).\n"
 
-#: fetchmail.c:1648
+#: fetchmail.c:1583
 #, c-format
 msgid "  Carriage-return forcing is %s (forcecr %s).\n"
 msgstr "  Le for�age des retour-chariots est %s (forcecr %s).\n"
 
-#: fetchmail.c:1651
+#: fetchmail.c:1586
 #, c-format
 msgid "  Interpretation of Content-Transfer-Encoding is %s (pass8bits %s).\n"
 msgstr ""
 "  L'interpr�tation des �Content-Transfer-Encoding� est %se (pass8bits %s).\n"
 
-#: fetchmail.c:1654
+#: fetchmail.c:1589
 #, c-format
 msgid "  MIME decoding is %s (mimedecode %s).\n"
 msgstr "  Le d�codage MIME est %s (mimedecode %s).\n"
 
-#: fetchmail.c:1657
+#: fetchmail.c:1592
 #, c-format
 msgid "  Idle after poll is %s (idle %s).\n"
 msgstr "  L'inoccupation apr�s la r�ception est %s (idle %s).\n"
 
-#: fetchmail.c:1660
+#: fetchmail.c:1595
 #, c-format
 msgid "  Nonempty Status lines will be %s (dropstatus %s)\n"
 msgstr "  Les lignes �Status� non vides seront %ses (dropstatus %s).\n"
 
-#: fetchmail.c:1661 fetchmail.c:1664
+#: fetchmail.c:1596 fetchmail.c:1599
 msgid "discarded"
 msgstr "ignor�"
 
-#: fetchmail.c:1661 fetchmail.c:1664
+#: fetchmail.c:1596 fetchmail.c:1599
 msgid "kept"
 msgstr "conserv�"
 
-#: fetchmail.c:1663
+#: fetchmail.c:1598
 #, c-format
 msgid "  Delivered-To lines will be %s (dropdelivered %s)\n"
-msgstr "  Les lignes �Delivered-To� non vides seront %ses (dropdelivered %s).\n"
+msgstr ""
+"  Les lignes �Delivered-To� non vides seront %ses (dropdelivered %s).\n"
 
-#: fetchmail.c:1669
+#: fetchmail.c:1604
 #, c-format
 msgid "  Message size limit is %d octets (--limit %d).\n"
 msgstr "  La taille des messages est limit�e � %d octets (--limit %d).\n"
 
-#: fetchmail.c:1672
+#: fetchmail.c:1607
 msgid "  No message size limit (--limit 0).\n"
 msgstr "  La taille des messages n'est pas limit�e (--limit 0).\n"
 
-#: fetchmail.c:1674
+#: fetchmail.c:1609
 #, c-format
 msgid "  Message size warning interval is %d seconds (--warnings %d).\n"
 msgstr ""
 "  Alertes sur la taille des messages toutes les %d secondes (--warnings %"
 "d).\n"
 
-#: fetchmail.c:1677
+#: fetchmail.c:1612
 msgid "  Size warnings on every poll (--warnings 0).\n"
 msgstr ""
 "  Alertes sur la taille des messages � chaque r�ception (--warnings 0).\n"
 
-#: fetchmail.c:1680
+#: fetchmail.c:1615
 #, c-format
 msgid "  Received-message limit is %d (--fetchlimit %d).\n"
 msgstr "  Le nombre de messages re�u est limit� � %d (--fetchlimit %d).\n"
 
-#: fetchmail.c:1683
+#: fetchmail.c:1618
 msgid "  No received-message limit (--fetchlimit 0).\n"
 msgstr "  Le nombre de messages re�u n'est pas limit� (--fetchlimit 0).\n"
 
-#: fetchmail.c:1685
+#: fetchmail.c:1620
 #, c-format
 msgid "  SMTP message batch limit is %d.\n"
 msgstr "  Le nombre de messages exp�di�s est limit� � %d.\n"
 
-#: fetchmail.c:1687
+#: fetchmail.c:1622
 msgid "  No SMTP message batch limit (--batchlimit 0).\n"
 msgstr "  Le nombre de messages exp�di�s n'est pas limit� (--batchlimit 0).\n"
 
-#: fetchmail.c:1691
+#: fetchmail.c:1626
 #, c-format
 msgid "  Deletion interval between expunges forced to %d (--expunge %d).\n"
 msgstr ""
 "  Purge � chaque fois que %d messages ont �t� �limin�s (--expunge %d).\n"
 
-#: fetchmail.c:1693
+#: fetchmail.c:1628
 msgid "  No forced expunges (--expunge 0).\n"
 msgstr "  Aucune purge forc�e n'aura lieu (--expunge 0).\n"
 
-#: fetchmail.c:1700
+#: fetchmail.c:1635
 msgid "  Domains for which mail will be fetched are:"
 msgstr "  Domaines pour lesquels le mail est r�cup�r� :"
 
-#: fetchmail.c:1705 fetchmail.c:1725
+#: fetchmail.c:1640 fetchmail.c:1660
 msgid " (default)"
 msgstr " (par d�faut)"
 
-#: fetchmail.c:1710
+#: fetchmail.c:1645
 #, c-format
 msgid "  Messages will be appended to %s as BSMTP\n"
 msgstr "  Les messages seront ajout�s apr�s %s en tant que BSMTP\n"
 
-#: fetchmail.c:1712
+#: fetchmail.c:1647
 #, c-format
 msgid "  Messages will be delivered with \"%s\".\n"
 msgstr "  Les messages seront achemin�s avec \"%s\".\n"
 
-#: fetchmail.c:1719
+#: fetchmail.c:1654
 #, c-format
 msgid "  Messages will be %cMTP-forwarded to:"
 msgstr "  Les messages seront r�exp�di�s via %cMTP vers :"
 
-#: fetchmail.c:1730
+#: fetchmail.c:1665
 #, c-format
 msgid "  Host part of MAIL FROM line will be %s\n"
 msgstr "  Le nom de la machine sur la ligne �MAIL FROM� sera %s\n"
 
-#: fetchmail.c:1733
+#: fetchmail.c:1668
 #, c-format
 msgid "  Address to be put in RCPT TO lines shipped to SMTP will be %s\n"
 msgstr "  L'adresse plac�e apr�s la commande SMTP 'RCPT TO' sera %s\n"
 
-#: fetchmail.c:1742
+#: fetchmail.c:1677
 msgid "  Recognized listener spam block responses are:"
 msgstr "  Les r�ponses du serveur reconnaissant des blocs de �spam� sont :"
 
-#: fetchmail.c:1748
+#: fetchmail.c:1683
 msgid "  Spam-blocking disabled\n"
 msgstr "  Le blocage du �spam� est inactiv�\n"
 
-#: fetchmail.c:1751
+#: fetchmail.c:1686
 #, c-format
 msgid "  Server connection will be brought up with \"%s\".\n"
 msgstr "  La connexion au serveur sera initi�e avec \"%s\".\n"
 
-#: fetchmail.c:1754
+#: fetchmail.c:1689
 msgid "  No pre-connection command.\n"
 msgstr "  Aucune commande de pr�-connexion d�finie.\n"
 
-#: fetchmail.c:1756
+#: fetchmail.c:1691
 #, c-format
 msgid "  Server connection will be taken down with \"%s\".\n"
 msgstr "  La connexion au serveur sera termin�e avec \"%s\".\n"
 
-#: fetchmail.c:1759
+#: fetchmail.c:1694
 msgid "  No post-connection command.\n"
 msgstr "  Aucune commande de post-connexion d�finie.\n"
 
-#: fetchmail.c:1762
+#: fetchmail.c:1697
 msgid "  No localnames declared for this host.\n"
 msgstr "  Aucun nom local d�clar� pour cet h�te.\n"
 
-#: fetchmail.c:1772
+#: fetchmail.c:1707
 msgid "  Multi-drop mode: "
 msgstr "  Mode �multi-drop�: "
 
-#: fetchmail.c:1774
+#: fetchmail.c:1709
 msgid "  Single-drop mode: "
 msgstr "  Mode �single-drop�: "
 
-#: fetchmail.c:1776
+#: fetchmail.c:1711
 #, c-format
 msgid "%d local name(s) recognized.\n"
 msgstr "%d nom(s) local(aux) reconnu(s).\n"
 
-#: fetchmail.c:1790
+#: fetchmail.c:1725
 #, c-format
 msgid "  DNS lookup for multidrop addresses is %s.\n"
 msgstr "  La requ�te DNS des adresses �multidrop� est %se.\n"
 
-#: fetchmail.c:1794
+#: fetchmail.c:1729
 msgid "  Server aliases will be compared with multidrop addresses by "
 msgstr ""
 "  Les alias du serveur seront compar�s avec les adresses �multidrop� par "
 
-#: fetchmail.c:1796
+#: fetchmail.c:1731
 msgid "IP address.\n"
 msgstr "adresse IP.\n"
 
-#: fetchmail.c:1798
+#: fetchmail.c:1733
 msgid "name.\n"
 msgstr "nom.\n"
 
-#: fetchmail.c:1801
+#: fetchmail.c:1736
 msgid "  Envelope-address routing is disabled\n"
 msgstr "  Le routage vers l'adresse d'enveloppe est inactiv�\n"
 
-#: fetchmail.c:1804
+#: fetchmail.c:1739
 #, c-format
 msgid "  Envelope header is assumed to be: %s\n"
 msgstr "  L'en-t�te d'enveloppe est pris comme �tant : %s\n"
 
-#: fetchmail.c:1805
+#: fetchmail.c:1740
 msgid "Received"
 msgstr "Received"
 
-#: fetchmail.c:1807
+#: fetchmail.c:1742
 #, c-format
 msgid "  Number of envelope header to be parsed: %d\n"
 msgstr "  Num�ro de l'en-t�te d'enveloppe devant �tre trait� : %d\n"
 
-#: fetchmail.c:1810
+#: fetchmail.c:1745
 #, c-format
 msgid "  Prefix %s will be removed from user id\n"
 msgstr "  Le pr�fixe %s sera soustrait des id d'utilisateur\n"
 
-#: fetchmail.c:1813
+#: fetchmail.c:1748
 msgid "  No prefix stripping\n"
 msgstr "  Aucun pr�fixe ne sera soustrait\n"
 
-#: fetchmail.c:1820
+#: fetchmail.c:1755
 msgid "  Predeclared mailserver aliases:"
 msgstr "  Alias pr�-d�clar�s du serveur de courrier :"
 
-#: fetchmail.c:1829
+#: fetchmail.c:1764
 msgid "  Local domains:"
 msgstr "  Domaines locaux :"
 
-#: fetchmail.c:1839
+#: fetchmail.c:1774
 #, c-format
 msgid "  Connection must be through interface %s.\n"
 msgstr "  La connexion se fera via l'interface %s.\n"
 
-#: fetchmail.c:1841
+#: fetchmail.c:1776
 msgid "  No interface requirement specified.\n"
 msgstr "  Aucun choix d'interface n'a �t� sp�cifi�.\n"
 
-#: fetchmail.c:1843
+#: fetchmail.c:1778
 #, c-format
 msgid "  Polling loop will monitor %s.\n"
 msgstr "  La boucle de r�ception observera %s.\n"
 
-#: fetchmail.c:1845
+#: fetchmail.c:1780
 msgid "  No monitor interface specified.\n"
 msgstr "  Aucune interface � observer n'a �t� sp�cifi�e.\n"
 
-#: fetchmail.c:1849
+#: fetchmail.c:1784
 #, c-format
 msgid "  Server connections will be made via plugin %s (--plugin %s).\n"
 msgstr "  Connexions au serveur � travers le �plugin� %s (--plugin %s).\n"
 
-#: fetchmail.c:1851
+#: fetchmail.c:1786
 msgid "  No plugin command specified.\n"
 msgstr "  Aucune commande de �plugin� n'a �t� sp�cifi�e.\n"
 
-#: fetchmail.c:1853
+#: fetchmail.c:1788
 #, c-format
 msgid "  Listener connections will be made via plugout %s (--plugout %s).\n"
 msgstr "  Connexions au client � travers le �plugout� %s (--plugout %s).\n"
 
-#: fetchmail.c:1855
+#: fetchmail.c:1790
 msgid "  No plugout command specified.\n"
 msgstr "  Aucune commande de �plugout� n'a �t� sp�cifi�e.\n"
 
-#: fetchmail.c:1860
+#: fetchmail.c:1795
 msgid "  No UIDs saved from this host.\n"
 msgstr "  Aucun UID n'a �t� enregistr� sur cet h�te.\n"
 
-#: fetchmail.c:1869
+#: fetchmail.c:1804
 #, c-format
 msgid "  %d UIDs saved.\n"
 msgstr "  %d UIDs enregistr�s.\n"
 
-#: fetchmail.c:1877
+#: fetchmail.c:1812
 msgid "  Poll trace information will be added to the Received header.\n"
-msgstr "  Information de tra�age de la r�ception ajout�e aux en-tetes Received.\n"
+msgstr ""
+"  Information de tra�age de la r�ception ajout�e aux en-tetes Received.\n"
 
-#: fetchmail.c:1879
+#: fetchmail.c:1814
 msgid ""
 "  No poll trace information will be added to the Received header.\n"
 ".\n"
-msgstr "  Aucune ajout d'information de tra�age de la r�ception aux en-tetes Received.\n"
+msgstr ""
+"  Aucune ajout d'information de tra�age de la r�ception aux en-tetes "
+"Received.\n"
 
-#: fetchmail.c:1882
+#: fetchmail.c:1817
 #, c-format
 msgid "  Pass-through properties \"%s\".\n"
 msgstr "  Propri�t�s du passage \"%s\".\n"
@@ -1416,7 +1458,7 @@
 #. * This is a hack to help xgettext which cannot find strings in
 #. * macro definitions like the one for xalloca above.
 #.
-#: fetchmail.h:549
+#: fetchmail.h:568 fetchmail.h:574
 msgid "alloca failed"
 msgstr "�chec d'alloca"
 
@@ -1450,177 +1492,187 @@
 msgid "Error exchanging credentials\n"
 msgstr "Erreur durant l'�change des credentials\n"
 
-#: gssapi.c:140
+#: gssapi.c:144
 msgid "Couldn't unwrap security level data\n"
 msgstr "Impossible d'extraire les donn�es du niveau de s�curit�\n"
 
-#: gssapi.c:145
+#: gssapi.c:149
 msgid "Credential exchange complete\n"
 msgstr "Echange des credentials termin�\n"
 
-#: gssapi.c:149
+#: gssapi.c:153
 msgid "Server requires integrity and/or privacy\n"
 msgstr "Le serveur requiert des �changes int�gres et/ou priv�s\n"
 
-#: gssapi.c:158
+#: gssapi.c:162
 #, c-format
 msgid "Unwrapped security level flags: %s%s%s\n"
 msgstr "Options du niveau de s�curit� extraites : %s%s%s\n"
 
-#: gssapi.c:162
+#: gssapi.c:166
 #, c-format
 msgid "Maximum GSS token size is %ld\n"
 msgstr "La taille du composant GSS maximal est %ld\n"
 
-#: gssapi.c:175
+#: gssapi.c:179
 msgid "Error creating security level request\n"
 msgstr "Erreur � la cr�ation de la requ�te de niveau de s�curit�\n"
 
-#: gssapi.c:186
+#: gssapi.c:190
 msgid "Releasing GSS credentials\n"
 msgstr "L�chage des credentials GSS\n"
 
-#: gssapi.c:189
+#: gssapi.c:193
 msgid "Error releasing credentials\n"
 msgstr "Erreur de relarguage des credentials\n"
 
-#: idle.c:57
+#: idle.c:62
 #, c-format
 msgid "fetchmail: thread sleeping for %d sec.\n"
 msgstr "fetchmail: mise en sommeil du thread pour %d secondes.\n"
 
-#: imap.c:246
+#: imap.c:270
 msgid "Protocol identified as IMAP4 rev 1\n"
 msgstr "Protocole identifi� comme �tant IMAP4 rev \n"
 
-#: imap.c:252
+#: imap.c:276
 msgid "Protocol identified as IMAP4 rev 0\n"
 msgstr "Protocole identifi� comme �tant IMAP4 rev 0\n"
 
-#: imap.c:259
+#: imap.c:283
 msgid "Protocol identified as IMAP2 or IMAP2BIS\n"
 msgstr "Protocole identifi� comme �tant IMAP2 ou IMAP2BIS\n"
 
-#: imap.c:283
+#: imap.c:307
 msgid "will idle after poll\n"
 msgstr "attendra apr�s la r�ception\n"
 
-#: imap.c:372
+#: imap.c:417
 msgid "Required OTP capability not compiled into fetchmail\n"
 msgstr "La fonctionnalit� OTP requise n'est pas support�e par fetchmail\n"
 
-#: imap.c:394
+#: imap.c:439
 msgid "Required NTLM capability not compiled into fetchmail\n"
 msgstr "La fonctionnalit� NTLM requise n'est pas support�e par fetchmail.\n"
 
-#: imap.c:403
+#: imap.c:448
 msgid "Required LOGIN capability not supported by server\n"
 msgstr "La fonction LOGIN requise n'est pas support�e par le serveur\n"
 
-#: imap.c:491
+#: imap.c:533 imap.c:595
+#, fuzzy
+msgid "expunge failed\n"
+msgstr "�chec de execvp(%s)\n"
+
+#: imap.c:551 imap.c:580
 msgid "re-poll failed\n"
 msgstr "�chec durant la re-r�ception\n"
 
-#: imap.c:499
+#: imap.c:559
 #, c-format
 msgid "%d messages waiting after re-poll\n"
 msgstr "%d messages en attente apr�s le nouveau poll\n"
 
-#: imap.c:508
+#: imap.c:569
 msgid "mailbox selection failed\n"
 msgstr "�chec de la s�lection de bo�te aux lettres\n"
 
-#: imap.c:512
+#: imap.c:573
 #, c-format
 msgid "%d messages waiting after first poll\n"
 msgstr "%d messages en attente apr�s le premier poll\n"
 
-#: imap.c:535
+#: imap.c:599
+#, fuzzy, c-format
+msgid "%d messages waiting after expunge\n"
+msgstr "%d messages en attente apr�s le nouveau poll\n"
+
+#: imap.c:620
 msgid "search for unseen messages failed\n"
 msgstr "�chec de la recherche des messages non-vus\n"
 
-#: imap.c:559
+#: imap.c:644
 #, c-format
 msgid "%u is unseen\n"
 msgstr "%u n'est pas vu\n"
 
-#: interface.c:255
+#: interface.c:253
 msgid "Unable to open kvm interface. Make sure fetchmail is SGID kmem."
 msgstr ""
 "Impossible d'ouvrir l'interface kvm.\n"
 "Assurez-vous que fetchmail est SGID kmem."
 
-#: interface.c:400
+#: interface.c:398
 #, c-format
 msgid "Unable to parse interface name from %s"
 msgstr "Impossible d'interpr�ter le nom de l'interface depuis %s"
 
-#: interface.c:422
+#: interface.c:420
 msgid "get_ifinfo: sysctl (iflist estimate) failed"
 msgstr "get_ifinfo: �chec du sysctl (iflist estimate)"
 
-#: interface.c:428
+#: interface.c:426
 msgid "get_ifinfo: malloc failed"
 msgstr "get_ifinfo: �chec malloc"
 
-#: interface.c:434
+#: interface.c:432
 msgid "get_ifinfo: sysctl (iflist) failed"
 msgstr "get_ifinfo: �chec du sysctl (iflist)"
 
-#: interface.c:452
+#: interface.c:450
 #, c-format
 msgid "Routing message version %d not understood."
 msgstr "La version %d du message de routage n'est pas compr�hensible"
 
 #. we did not find an interface with a matching name
-#: interface.c:484
+#: interface.c:482
 #, c-format
 msgid "No interface found with name %s"
 msgstr "Aucune interface n'a �t� trouv�e avec le nom %s"
 
-#: interface.c:542
+#: interface.c:540
 #, c-format
 msgid "No IP address found for %s"
 msgstr "Aucune adresse IP trouv�e pour %s"
 
-#: interface.c:594
+#: interface.c:592
 msgid "missing IP interface address\n"
 msgstr "l'adresse IP de l'interface est manquante\n"
 
-#: interface.c:610
+#: interface.c:608
 msgid "invalid IP interface address\n"
 msgstr "l'adresse IP de l'interface est invalide\n"
 
-#: interface.c:616
+#: interface.c:614
 msgid "invalid IP interface mask\n"
 msgstr "le masque de l'interface est invalide\n"
 
-#: interface.c:655
+#: interface.c:653
 #, c-format
 msgid "activity on %s -noted- as %d\n"
 msgstr "activit� sur %s -not�e- comme �tant %d\n"
 
-#: interface.c:670
+#: interface.c:668
 #, c-format
 msgid "skipping poll of %s, %s down\n"
 msgstr "la r�ception depuis %s est ignor�e, %s arr�t�e\n"
 
-#: interface.c:689
+#: interface.c:687
 #, c-format
 msgid "skipping poll of %s, %s IP address excluded\n"
 msgstr "la r�ception depuis %s est ignor�e, l'adresse IP de %s est exclue\n"
 
-#: interface.c:701
+#: interface.c:699
 #, c-format
 msgid "activity on %s checked as %d\n"
 msgstr "activit� sur %s v�rifi�e comme �tant %d\n"
 
-#: interface.c:727
+#: interface.c:725
 #, c-format
 msgid "skipping poll of %s, %s inactive\n"
 msgstr "la r�ception depuis %s est ignor�e, %s inactiv�e\n"
 
-#: interface.c:734
+#: interface.c:732
 #, c-format
 msgid "activity on %s was %d, is %d\n"
 msgstr "l'activit� sur %s �tait %d, est %d\n"
@@ -1655,84 +1707,83 @@
 msgid "fetchmail: lock creation failed.\n"
 msgstr "fetchmail: impossible de cr�er le verrou.\n"
 
-#: netrc.c:217
+#: netrc.c:218
 #, c-format
 msgid "warning: found \"%s\" before any host names"
 msgstr "attention: \"%s\" rencontr� avant tout nom d'h�te"
 
-#: netrc.c:221
+#: netrc.c:222
 #, c-format
 msgid "%s:%d: warning: found \"%s\" before any host names\n"
 msgstr "%s:%d: attention: \"%s\" rencontr� avant tout nom d'h�te\n"
 
-#: netrc.c:260
+#: netrc.c:261
 #, c-format
 msgid "%s:%d: warning: unknown token \"%s\"\n"
 msgstr "%s:%d: attention: le composant \"%s\" est inconnu\n"
 
-#: odmr.c:59
+#: odmr.c:64
 #, c-format
 msgid "%s's SMTP listener does not support ATRN\n"
 msgstr "Le serveur SMTP %s ne supporte pas ATRN\n"
 
-#: odmr.c:97
+#: odmr.c:102
 msgid "Turnaround now...\n"
 msgstr ""
 
-#: odmr.c:102
+#: odmr.c:107
 msgid "ATRN request refused.\n"
 msgstr "requ�te ATRN refus�e.\n"
 
 #. Unable to process ATRN request now
-#: odmr.c:106
+#: odmr.c:111
 msgid "Unable to process ATRN request now\n"
 msgstr "Impossible de traiter la requete ATRN maintenant\n"
 
-#. You have no mail
-#: odmr.c:110
+#: odmr.c:116
 msgid "You have no mail.\n"
 msgstr "Vous n'avez pas de mail\n"
 
 #. Command not implemented
-#: odmr.c:114
+#: odmr.c:120
 msgid "Command not implemented\n"
 msgstr "Commande non impl�ment�e\n"
 
 #. Authentication required
-#: odmr.c:118
+#: odmr.c:124
 msgid "Authentication required.\n"
 msgstr "Authentification n�cessaire.\n"
 
-#: odmr.c:122
+#: odmr.c:128
 #, c-format
 msgid "Unknown ODMR error %d\n"
 msgstr "Erreur ODMR inconnue %d\n"
 
-#: odmr.c:225
+#: odmr.c:231
 msgid "Option --keep is not supported with ODMR\n"
 msgstr "L'option --keep n'est pas support�e avec ODMR\n"
 
-#: odmr.c:229
+#: odmr.c:235
 msgid "Option --flush is not supported with ODMR\n"
 msgstr "L'option --keep n'est pas support�e avec ODMR\n"
 
-#: odmr.c:233
+#: odmr.c:239
 msgid "Option --remote is not supported with ODMR\n"
 msgstr "L'option --remote n'est pas support�e avec ODMR\n"
 
-#: odmr.c:237
+#: odmr.c:243
 msgid "Option --check is not supported with ODMR\n"
 msgstr "L'option --check n'est pas support�e avec ODMR\n"
 
 #: opie.c:37
-msgid "Could not decode initial BASE64 challenge\n"
-msgstr "Impossible de d�coder le challenge BASE64 initial\n"
+msgid "server recv fatal\n"
+msgstr ""
 
-#: opie.c:46
+#: opie.c:51
 msgid "Could not decode OTP challenge\n"
 msgstr "Impossible de d�coder le challenge OTP\n"
 
-#: opie.c:53
+#: opie.c:59
 msgid "Secret pass phrase: "
 msgstr "Phrase de passe secr�te : "
 
@@ -1891,7 +1942,8 @@
 
 #: options.c:680
 msgid "      --auth        authentication type (password/kerberos/ssh)\n"
-msgstr "      --auth        type d'authentification (mot de passe/kerberos/ssh)\n"
+msgstr ""
+"      --auth        type d'authentification (mot de passe/kerberos/ssh)\n"
 
 #: options.c:681
 msgid "  -t, --timeout     server nonresponse timeout\n"
@@ -2009,316 +2061,397 @@
 
 #: options.c:711
 msgid "      --showdots    show progress dots even in logfiles\n"
-msgstr "      --showdots    affiche des points de progression, m�me dans le journal\n"
+msgstr ""
+"      --showdots    affiche des points de progression, m�me dans le journal\n"
 
-#: pop3.c:296
+#: pop3.c:333
 msgid "Required APOP timestamp not found in greeting\n"
 msgstr "L'horodatage APOP requis est absent du message d'invitation\n"
 
-#: pop3.c:305
+#: pop3.c:342
 msgid "Timestamp syntax error in greeting\n"
 msgstr "Erreur de syntaxe dans l'horodatage du message d'invitation\n"
 
-#: pop3.c:327
+#: pop3.c:364
 msgid "Undefined protocol request in POP3_auth\n"
 msgstr "Requ�te de protocole ind�finie dans POP3_auth\n"
 
-#: pop3.c:335
+#: pop3.c:372
 msgid "lock busy!  Is another session active?\n"
 msgstr "Fichier verrou en service. Y'a-t-il une autre session active ?\n"
 
-#: pop3.c:443
+#: pop3.c:480
 msgid "Messages inserted into list on server. Cannot handle this.\n"
 msgstr "Messages ins�r�s dans une liste du serveur. Impossible de g�rer �a.\n"
 
-#: pop3.c:514
+#: pop3.c:551
 msgid "protocol error\n"
 msgstr "erreur de protocole\n"
 
-#: pop3.c:527
+#: pop3.c:564
 msgid "protocol error while fetching UIDLs\n"
 msgstr "erreur de protocole durant la r�ception des UIDLs\n"
 
-#: pop3.c:764
+#: pop3.c:817
 msgid "Option --remote is not supported with POP3\n"
 msgstr "L'option --remote n'est pas support�e avec POP3\n"
 
-#: rfc822.c:57
+#: rcfile_y.y:123
+msgid "server option after user options"
+msgstr ""
+
+#: rcfile_y.y:170
+msgid "SDPS not enabled."
+msgstr "le support de SDPS est d�sactiv�"
+
+#: rcfile_y.y:218
+msgid "invalid security request"
+msgstr "requ�te de niveau de s�curit� invalide"
+
+#: rcfile_y.y:224
+msgid "network-security support disabled"
+msgstr "le support de la s�curit� r�seau est inactif"
+
+#: rcfile_y.y:231
+msgid ""
+"fetchmail: interface option is only supported under Linux (without IPv6) and "
+"FreeBSD\n"
+msgstr ""
+
+#: rcfile_y.y:238
+msgid ""
+"fetchmail: monitor option is only supported under Linux (without IPv6) and "
+"FreeBSD\n"
+msgstr ""
+
+#: rcfile_y.y:350
+msgid "SSL is not enabled"
+msgstr "le support de SSL n'est pas activ�"
+
+#: rcfile_y.y:396
+msgid "end of input"
+msgstr "fin de l'entr�e"
+
+#: rcfile_y.y:433
+#, c-format
+msgid "File %s must not be a symbolic link.\n"
+msgstr "Le fichier %s doit etre un lien symbolique.\n"
+
+#: rcfile_y.y:440
+#, c-format
+msgid "File %s must have no more than -rwx--x--- (0710) permissions.\n"
+msgstr "Le fichier %s doit avoir au moins les permissions -rwx--x--- (0710)\n"
+
+#: rcfile_y.y:452
+#, c-format
+msgid "File %s must be owned by you.\n"
+msgstr "Le fichier %s doit vous appartenir.\n"
+
+#: report.c:81
+msgid "Unknown system error"
+msgstr "Erreur syst�me inconnue"
+
+#: report.c:108
+#, c-format
+msgid "%s (log message incomplete)"
+msgstr "%s (message de trace incomplet)"
+
+#: report.c:266 report.c:294 report.c:366 report.c:394
+msgid "partial error message buffer overflow"
+msgstr "erreur partielle de surcharge du tampon de message"
+
+#: rfc822.c:73
 #, c-format
 msgid "About to rewrite %s"
 msgstr "Sur le point de r��crire %s"
 
-#: rfc822.c:193
+#: rfc822.c:209
 #, c-format
 msgid "Rewritten version is %s\n"
 msgstr "La version r��crite est %s\n"
 
-#: rpa.c:113
+#: rpa.c:116
 msgid "Success"
 msgstr "Succ�s"
 
-#: rpa.c:114
+#: rpa.c:117
 msgid "Restricted user (something wrong with account)"
 msgstr "Utilisation restreinte (quelque chose d'anormal avec le compte)"
 
-#: rpa.c:115
+#: rpa.c:118
 msgid "Invalid userid or passphrase"
 msgstr "ID Utilisateur ou phrase de passe invalide"
 
-#: rpa.c:116
+#: rpa.c:119
 msgid "Deity error"
 msgstr "Erreur fatale"
 
-#: rpa.c:169
+#: rpa.c:172
 msgid "RPA token 2: Base64 decode error\n"
 msgstr "Composant RPA 2: erreur de d�codage Base64\n"
 
-#: rpa.c:180
+#: rpa.c:183
 #, c-format
 msgid "Service chose RPA version %d.%d\n"
 msgstr "Service retenu RPA version %d.%d\n"
 
-#: rpa.c:186
+#: rpa.c:189
 #, c-format
 msgid "Service challenge (l=%d):\n"
 msgstr "Challenge du service (l=%d):\n"
 
-#: rpa.c:195
+#: rpa.c:198
 #, c-format
 msgid "Service timestamp %s\n"
 msgstr "Horodatage du service %s\n"
 
-#: rpa.c:200
+#: rpa.c:203
 msgid "RPA token 2 length error\n"
 msgstr "Erreur sur la longueur du composant RPA 2\n"
 
-#: rpa.c:204
+#: rpa.c:207
 #, c-format
 msgid "Realm list: %s\n"
 msgstr "Liste des domaines : %s\n"
 
-#: rpa.c:208
+#: rpa.c:211
 msgid "RPA error in service@realm string\n"
 msgstr "Erreur RPA dans la cha�ne service@domaine\n"
 
-#: rpa.c:245
+#: rpa.c:248
 msgid "RPA token 4: Base64 decode error\n"
 msgstr "Composant RPA 4 : erreur de d�codage\n"
 
-#: rpa.c:256
+#: rpa.c:259
 #, c-format
 msgid "User authentication (l=%d):\n"
 msgstr "Authentification de l'utilisateur (l=%d):\n"
 
-#: rpa.c:270
+#: rpa.c:273
 #, c-format
 msgid "RPA status: %02X\n"
 msgstr "Etat RPA : %02X\n"
 
-#: rpa.c:276
+#: rpa.c:279
 msgid "RPA token 4 length error\n"
 msgstr "Erreur dans la longueur du composant RPA 4\n"
 
-#: rpa.c:283
+#: rpa.c:286
 #, c-format
 msgid "RPA rejects you: %s\n"
 msgstr "RPA vous a rejet� : %s\n"
 
-#: rpa.c:285
+#: rpa.c:288
 msgid "RPA rejects you, reason unknown\n"
 msgstr "RPA vous a rejet� pour une raison inconnue\n"
 
-#: rpa.c:291
+#: rpa.c:294
 #, c-format
 msgid "RPA User Authentication length error: %d\n"
-msgstr "Erreur dans la longueur de l'authentification RPA de l'utilisateur : %d\n"
+msgstr ""
+"Erreur dans la longueur de l'authentification RPA de l'utilisateur : %d\n"
 
-#: rpa.c:296
+#: rpa.c:299
 #, c-format
 msgid "RPA Session key length error: %d\n"
 msgstr "Erreur de longueur de cl� de session RPA : %d\n"
 
-#: rpa.c:302
+#: rpa.c:305
 msgid "RPA _service_ auth fail. Spoof server?\n"
 msgstr "�chec d'authentification du _service_ RPA. Serveur falsifi� ?\n"
 
-#: rpa.c:307
+#: rpa.c:310
 msgid "Session key established:\n"
 msgstr "Cl� de session �tablie :\n"
 
-#: rpa.c:338
+#: rpa.c:341
 msgid "RPA authorisation complete\n"
 msgstr "Autorisation RPA compl�te\n"
 
-#: rpa.c:367
+#: rpa.c:370
 msgid "Get response\n"
 msgstr "Obtention de la r�ponse\n"
 
-#: rpa.c:397
+#: rpa.c:400
 #, c-format
 msgid "Get response return %d [%s]\n"
 msgstr "Obtention d'un retour de r�ponse %d [%s]\n"
 
-#: rpa.c:460
+#: rpa.c:463
 msgid "Hdr not 60\n"
 msgstr "L'en-t�te n'est pas 60\n"
 
-#: rpa.c:481
+#: rpa.c:484
 msgid "Token length error\n"
 msgstr "Erreur de longueur de composant\n"
 
-#: rpa.c:486
+#: rpa.c:489
 #, c-format
 msgid "Token Length %d disagrees with rxlen %d\n"
 msgstr "La longueur %d du composant n'est pas conforme � rxlen %d\n"
 
-#: rpa.c:492
+#: rpa.c:495
 msgid "Mechanism field incorrect\n"
 msgstr "Champ du m�canisme incorrect\n"
 
-#: rpa.c:529
+#: rpa.c:532
 #, c-format
 msgid "dec64 error at char %d: %x\n"
 msgstr "Erreur dec64 sur le caract�re %d : %x\n"
 
-#: rpa.c:544
+#: rpa.c:547
 msgid "Inbound binary data:\n"
 msgstr "Donn�es binaires entrantes :\n"
 
-#: rpa.c:582
+#: rpa.c:585
 msgid "Outbound data:\n"
 msgstr "Donn�es sortantes:\n"
 
-#: rpa.c:648
+#: rpa.c:651
 msgid "RPA String too long\n"
 msgstr "Cha�ne de caract�res RPA trop longue\n"
 
-#: rpa.c:653
+#: rpa.c:656
 msgid "Unicode:\n"
 msgstr "Unicode:\n"
 
-#: rpa.c:715
+#: rpa.c:718
 msgid "RPA Failed open of /dev/urandom. This shouldn't\n"
 msgstr "�chec RPA � l'ouverture de /dev/urandom. Ceci ne devrait pas\n"
 
-#: rpa.c:716
+#: rpa.c:719
 msgid "    prevent you logging in, but means you\n"
 msgstr "    emp�cher votre login, mais signifie que\n"
 
-#: rpa.c:717
+#: rpa.c:720
 msgid "    cannot be sure you are talking to the\n"
 msgstr "    rien ne garantit que vous discutez avec\n"
 
-#: rpa.c:718
+#: rpa.c:721
 msgid "    service that you think you are (replay\n"
 msgstr "    le service que vous pensez utiliser (des attaques\n"
 
-#: rpa.c:719
+#: rpa.c:722
 msgid "    attacks by a dishonest service are possible.)\n"
 msgstr "    par imitation par un service louche sont possibles).\n"
 
-#: rpa.c:730
+#: rpa.c:733
 msgid "User challenge:\n"
 msgstr "Challenge d'utilisateur :\n"
 
-#: rpa.c:888
+#: rpa.c:891
 msgid "MD5 being applied to data block:\n"
 msgstr "Application de MD5 au bloc de donn�es :\n"
 
-#: rpa.c:901
+#: rpa.c:904
 msgid "MD5 result is: \n"
 msgstr "Le r�sultat de MD5 est : \n"
 
-#: sink.c:176
+#: sink.c:212
 #, c-format
 msgid "forwarding to %s\n"
 msgstr "r�exp�dition vers %s\n"
 
-#: sink.c:310
+#: sink.c:308
 msgid "SMTP: (bounce-message body)\n"
 msgstr "SMTP: (corps du message ayant rebondi)\n"
 
 #. this will usually go to sylog...
-#: sink.c:313
+#: sink.c:311
 #, c-format
 msgid "mail from %s bounced to %s\n"
 msgstr "message depuis %s ayant rebondi sur %s\n"
 
-#: sink.c:414
+#: sink.c:416
 #, c-format
 msgid "Saved error is still %d\n"
 msgstr "L'erreur m�moris�e est toujours %d\n"
 
-#: sink.c:459
+#: sink.c:471 sink.c:549
 #, c-format
 msgid "%cMTP error: %s\n"
 msgstr "Erreur %cMTP: %s\n"
 
-#: sink.c:577
+#: sink.c:698
 msgid "BSMTP file open or preamble write failed\n"
 msgstr "�chec d'ouverture du fichier BSMTP ou � l'�criture du pr�ambule\n"
 
-#: sink.c:720
+#: sink.c:905
 #, c-format
 msgid "%cMTP listener doesn't like recipient address `%s'\n"
 msgstr "Le serveur %cMTP n'appr�cie pas l'adresse de destinataire `%s'\n"
 
-#: sink.c:740
+#: sink.c:912
+#, c-format
+msgid "%cMTP listener doesn't really like recipient address `%s'\n"
+msgstr "Le serveur %cMTP n'appr�cie pas l'adresse du destinataire `%s'\n"
+
+#: sink.c:950
 msgid "no address matches; no postmaster set.\n"
 msgstr "les adresses ne correspondent pas ; pas de postmaster\n"
 
-#: sink.c:757
+#: sink.c:957
 #, c-format
 msgid "can't even send to %s!\n"
 msgstr "il n'est m�me pas possible d'exp�dier vers %s\n"
 
-#: sink.c:763
+#: sink.c:963
 #, c-format
 msgid "no address matches; forwarding to %s.\n"
 msgstr "aucune correspondance dans les adresses ; r�exp�dition vers %s.\n"
 
-#: sink.c:784
+#: sink.c:1112
+#, c-format
+msgid "about to deliver with: %s\n"
+msgstr "sur le point de d�livrer le courrier � : %s\n"
+
+#: sink.c:1136
+msgid "MDA open failed\n"
+msgstr "�chec d'ouverture MDA\n"
+
+#: sink.c:1180
 #, c-format
 msgid "%cMTP connect to %s failed\n"
 msgstr "�chec de connexion %cMTP avec %s\n"
 
-#: sink.c:805
+#: sink.c:1204
 #, c-format
 msgid "can't raise the listener; falling back to %s"
 msgstr ""
 
-#: sink.c:927
+#: sink.c:1259
 #, c-format
-msgid "about to deliver with: %s\n"
-msgstr "sur le point de d�livrer le courrier � : %s\n"
-
-#: sink.c:950
-msgid "MDA open failed\n"
-msgstr "�chec d'ouverture MDA\n"
+msgid "MDA died of signal %d\n"
+msgstr "le programme de livraison du courrier a �t� tu� par un signal %d\n"
 
-#: sink.c:1023
+#: sink.c:1262
 #, c-format
 msgid "MDA returned nonzero status %d\n"
 msgstr "MDA a retourn� un �tat non nul (%d)\n"
 
-#: sink.c:1039
+#: sink.c:1265
+#, c-format
+msgid "Strange: MDA pclose returned %d, cannot handle at %s:%d\n"
+msgstr ""
+
+#: sink.c:1286
 msgid "Message termination or close of BSMTP file failed\n"
 msgstr "�chec � la terminaison du message ou � la fermeture de BSMTP\n"
 
-#: sink.c:1053
+#: sink.c:1302
 msgid "SMTP listener refused delivery\n"
 msgstr "Le serveur SMTP a refus� de d�livrer le courrier\n"
 
-#: sink.c:1082
+#: sink.c:1332
 msgid "LMTP delivery error on EOM\n"
 msgstr "Erreur de d�livrance LMTP en EOM\n"
 
-#: sink.c:1085
+#: sink.c:1335
 #, c-format
 msgid "Unexpected non-503 response to LMTP EOM: %s\n"
 msgstr "R�ponse non-503 inattendue � un ordre LMTP EOM: %s\n"
 
-#: sink.c:1223
+#: sink.c:1474
 msgid ""
 "--\r\n"
 "\t\t\t\tThe Fetchmail Daemon\r\n"
@@ -2326,158 +2459,195 @@
 "--\r\n"
 "\t\t\t\tLe D�mon Fetchmail\r\n"
 
-#: socket.c:100 socket.c:126
+#: smtp.c:85
+msgid "ESMTP CRAM-MD5 Authentication...\n"
+msgstr "Authentification ESMTP CRAM-Md5...\n"
+
+#. Server rejects AUTH
+#: smtp.c:91 smtp.c:150
+msgid "Server rejected the AUTH command.\n"
+msgstr "Le serveur a refus� la commande AUTH.\n"
+
+#: smtp.c:99 smtp.c:157 smtp.c:166 smtp.c:172
+msgid "Bad base64 reply from server.\n"
+msgstr "Mauvaise r�ponse en base 64 du serveur.\n"
+
+#: smtp.c:103
+#, fuzzy, c-format
+msgid "Challenge decoded: %s\n"
+msgstr "D�cod� comme %s\n"
+
+#: smtp.c:124
+msgid "ESMTP PLAIN Authentication...\n"
+msgstr "Autentification ESMTP PLAIN ...\n"
+
+#: smtp.c:144
+msgid "ESMTP LOGIN Authentication...\n"
+msgstr "Autentification ESMTP LOGIN ...\n"
+
+#: socket.c:107 socket.c:133
 msgid "fetchmail: malloc failed\n"
 msgstr "fetchmail: �chec de malloc\n"
 
-#: socket.c:158
+#: socket.c:165
 msgid "fetchmail: socketpair failed\n"
 msgstr "fetchmail: �chec socketpair\n"
 
 #. error
-#: socket.c:164
+#: socket.c:171
 msgid "fetchmail: fork failed\n"
 msgstr "fetchmail: �chec fork\n"
 
-#: socket.c:172
+#: socket.c:179
 msgid "dup2 failed\n"
 msgstr "�chec dup2\n"
 
-#: socket.c:178
+#: socket.c:185
 #, c-format
 msgid "running %s (host %s service %s)\n"
 msgstr "ex�cution de %s (machine %s, service %s)\n"
 
-#: socket.c:181
+#: socket.c:188
 #, c-format
 msgid "execvp(%s) failed\n"
 msgstr "�chec de execvp(%s)\n"
 
-#: socket.c:263
+#: socket.c:280
 #, c-format
 msgid "fetchmail: getaddrinfo(%s.%s)\n"
 msgstr "fetchmail: getaddrinfo(%s.%s)\n"
 
-#: socket.c:388
+#: socket.c:427
 #, c-format
 msgid "fetchmail: illegal address length received for host %s\n"
 msgstr "fetchmail: longueur d'adresse ill�gale re�ue de l'h�te %s\n"
 
-#: socket.c:686
+#: socket.c:733
 #, c-format
 msgid "Issuer Organization: %s\n"
-msgstr ""
+msgstr "Organisation de l'exp�diteur: %s\n"
 
-#: socket.c:688
+#: socket.c:735
 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n"
-msgstr ""
+msgstr "Avertissement: le nom de l'organisation de l'exp�diteur est tros long (et peut etre tronqu�).\n"
 
-#: socket.c:690
+#: socket.c:737
 msgid "Unknown Organization\n"
 msgstr "Organisation inconnue\n"
 
-#: socket.c:692
+#: socket.c:739
 #, c-format
 msgid "Issuer CommonName: %s\n"
 msgstr ""
 
-#: socket.c:694
+#: socket.c:741
 msgid "Warning: Issuer CommonName too long (possibly truncated).\n"
-msgstr ""
+msgstr "Avertissement: le nom de l'exp�diteur est tros long (et peut etre tronqu�).\n"
 
-#: socket.c:696
+#: socket.c:743
 msgid "Unknown Issuer CommonName\n"
 msgstr ""
 
-#: socket.c:700
+#: socket.c:747
 #, c-format
 msgid "Server CommonName: %s\n"
 msgstr "Nom commun du serveur: %s\n"
 
 #. Possible truncation. In this case, this is a DNS name, so this
 #. * is really bad. We do not tolerate this even in the non-strict case.
-#: socket.c:704
+#: socket.c:751
 msgid "Bad certificate: Subject CommonName too long!\n"
 msgstr ""
 
-#: socket.c:720
+#: socket.c:767
 #, c-format
 msgid "Server CommonName mismatch: %s != %s\n"
 msgstr ""
 
-#: socket.c:726
+#: socket.c:773
 msgid "Server name not set, could not verify certificate!\n"
-msgstr "Le nom du serveur n'est pas sp�cifi�, impossible de v�rifier le certificat!\n"
+msgstr ""
+"Le nom du serveur n'est pas sp�cifi�, impossible de v�rifier le certificat!\n"
 
-#: socket.c:731
+#: socket.c:778
 msgid "Unknown Server CommonName\n"
 msgstr ""
 
-#: socket.c:733
+#: socket.c:780
 msgid "Server name not specified in certificate!\n"
 msgstr "Le nom du serveur n'est pas pr�sent dans le certificat!\n"
 
-#: socket.c:743
+#: socket.c:790
 msgid "EVP_md5() failed!\n"
 msgstr "�chec de EVP_md5()\n"
 
-#: socket.c:747
+#: socket.c:794
 msgid "Out of memory!\n"
 msgstr "Plus de m�moire!\n"
 
-#: socket.c:759
+#: socket.c:806
 msgid "Digest text buffer too small!\n"
 msgstr "Le tampon r�sum� est trop court!\n"
 
-#: socket.c:764
+#: socket.c:812
 #, c-format
 msgid "%s key fingerprint: %s\n"
 msgstr "signature de la cl� %s: %s\n"
 
-#: socket.c:767
+#: socket.c:816
 #, c-format
 msgid "%s fingerprints match.\n"
 msgstr "La signature %s correspond.\n"
 
-#: socket.c:769
+#: socket.c:819
 #, c-format
 msgid "%s fingerprints do not match!\n"
 msgstr "La signature %s ne correspond pas!\n"
 
-#: socket.c:777
+#: socket.c:827
 #, c-format
 msgid "Warning: server certificate verification: %s\n"
 msgstr ""
 
-#: socket.c:783
+#: socket.c:833
 #, c-format
 msgid "unknown issuer (first %d characters): %s\n"
 msgstr ""
 
-#: socket.c:815
+#: socket.c:865
 msgid "File descriptor out of range for SSL"
 msgstr "Descripteur de fichier inaccessible pour SSL"
 
-#: socket.c:830
+#: socket.c:880
 #, c-format
 msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n"
-msgstr "Le protocole SSL �%s� sp�cifi� est invalide, le protocole par d�faut (SSLv23) est utilis�.\n"
+msgstr ""
+"Le protocole SSL �%s� sp�cifi� est invalide, le protocole par d�faut "
+"(SSLv23) est utilis�.\n"
 
-#: socket.c:890
+#: socket.c:940
 msgid "Certificate/fingerprint verification was somehow skipped!\n"
 msgstr "La v�rification du certificat ou de la signature n'a pas �t� faite!\n"
 
+#: socket.c:1012
+msgid "Cygwin socket read retry\n"
+msgstr ""
+
+#: socket.c:1015
+msgid "Cygwin socket read retry failed!\n"
+msgstr ""
+
 #: transact.c:69
 #, c-format
 msgid "mapped %s to local %s\n"
 msgstr "correspondance de %s en local %s\n"
 
-#: transact.c:126
+#: transact.c:133
 #, c-format
 msgid "passed through %s matching %s\n"
 msgstr "passage au travers de %s et co�ncidence avec %s\n"
 
-#: transact.c:193
+#: transact.c:200
 #, c-format
 msgid ""
 "analyzing Received line:\n"
@@ -2486,60 +2656,60 @@
 "analyse de la ligne �Received�:\n"
 "%s"
 
-#: transact.c:232
+#: transact.c:239
 #, c-format
 msgid "line accepted, %s is an alias of the mailserver\n"
 msgstr "ligne accept�e, %s est un alias du serveur de courrier\n"
 
-#: transact.c:238
+#: transact.c:245
 #, c-format
 msgid "line rejected, %s is not an alias of the mailserver\n"
 msgstr "ligne rejet�e, %s n'est pas un alias du serveur de courrier\n"
 
-#: transact.c:309
+#: transact.c:316
 msgid "no Received address found\n"
 msgstr "aucune adresse trouv�e dans �Received�\n"
 
-#: transact.c:318
+#: transact.c:325
 #, c-format
 msgid "found Received address `%s'\n"
 msgstr "adresse `%s' trouv�e dans �Received�\n"
 
-#: transact.c:823
+#: transact.c:848
 msgid "message delimiter found while scanning headers\n"
 msgstr "d�limiteur de message trouv� durant l'analyse des en-t�tes\n"
 
-#: transact.c:961
+#: transact.c:986
 #, c-format
 msgid "no local matches, forwarding to %s\n"
 msgstr "aucune correspondance locale, r�exp�dition vers %s\n"
 
-#: transact.c:976
+#: transact.c:1001
 msgid "forwarding and deletion suppressed due to DNS errors\n"
 msgstr "r�exp�dition et effacement supprim�s suite � des erreurs de DNS\n"
 
-#: transact.c:1125
+#: transact.c:1137
 msgid "writing RFC822 msgblk.headers\n"
 msgstr "�criture d'en-t�tes RFC822\n"
 
-#: transact.c:1146
+#: transact.c:1158
 msgid "no recipient addresses matched declared local names"
 msgstr "aucune adresse de destination ne correspond aux noms locaux d�clar�s"
 
-#: transact.c:1152
+#: transact.c:1164
 #, c-format
 msgid "recipient address %s didn't match any local name"
 msgstr "l'adresse de destination %s ne correspond � aucun nom local"
 
-#: transact.c:1160
+#: transact.c:1172
 msgid "message has embedded NULs"
 msgstr "le message contient des caract�res NULs"
 
-#: transact.c:1167
+#: transact.c:1179
 msgid "SMTP listener rejected local recipient addresses: "
 msgstr "Le serveur SMTP rejette les adresses locales de destination : "
 
-#: transact.c:1296
+#: transact.c:1308
 msgid "writing message text\n"
 msgstr "�criture du texte du message\n"
 
@@ -2548,48 +2718,56 @@
 msgid "lstat: %s: %s\n"
 msgstr "lstat: %s: %s\n"
 
-#: uid.c:212
+#: uid.c:211
 #, c-format
 msgid "Old UID list from %s:"
 msgstr "Ancienne liste d'UID depuis %s:"
 
-#: uid.c:217 uid.c:228 uid.c:455
+#: uid.c:216 uid.c:227 uid.c:454
 msgid " <empty>"
 msgstr " <vide>"
 
-#: uid.c:224
+#: uid.c:223
 msgid "Scratch list of UIDs:"
 msgstr ""
 
-#: uid.c:451
+#: uid.c:450
 #, c-format
 msgid "New UID list from %s:"
 msgstr "Nouvelle liste d'UID � partir de %s:"
 
-#: uid.c:479
+#: uid.c:478
 msgid "swapping UID lists\n"
 msgstr "inversion des listes d'UIDs\n"
 
-#: uid.c:485
+#: uid.c:484
 msgid "not swapping UID lists, no UIDs seen this query\n"
 msgstr ""
 
-#: uid.c:509
+#: uid.c:508
 msgid "Deleting fetchids file.\n"
 msgstr "Effacement du fichier fetchids.\n"
 
-#: uid.c:515
+#: uid.c:514
 msgid "Writing fetchids file.\n"
 msgstr "Ecriture du fichier fetchids.\n"
 
-#: xmalloc.c:32
+#: xmalloc.c:33
 msgid "malloc failed\n"
 msgstr "�chec malloc\n"
 
-#: xmalloc.c:46
+#: xmalloc.c:47
 msgid "realloc failed\n"
 msgstr "�chec realloc\n"
 
+#~ msgid "all mailserver name lookups failed, exiting\n"
+#~ msgstr ""
+#~ " toutes les tentatives pour r�soudre le nom du serveur de mail ont "
+#~ "�chou�es. Fin du processus.\n"
+
+#~ msgid "Could not decode initial BASE64 challenge\n"
+#~ msgstr "Impossible de d�coder le challenge BASE64 initial\n"
+
 #~ msgid "fetchmail: %s connection to %s failed"
 #~ msgstr "fetchmail: �chec de la connexion %s � %s"