aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/messages.po
blob: e1dc4b8671148bdaf82346270eb72598ef420867 (plain) (blame)
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
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
# FRIENDIKA Distributed Social Network
# Copyright (C) 2010, 2011 Mike Macgirvin
# This file is distributed under the same license as the Friendika package.
# Mike Macgirvin, 2010
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 2.1.947\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-04-13 07:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"

#: ../../include/auth.php:27
msgid "Logged out."
msgstr "Déconnecté."

#: ../../include/auth.php:105 ../../include/auth.php:130
#: ../../include/auth.php:183 ../../mod/openid.php:62 ../../mod/openid.php:109
msgid "Login failed."
msgstr "Échec de connexion."

#: ../../include/auth.php:194 ../../mod/openid.php:73
msgid "Welcome back "
msgstr "Bienvenue à nouveau, "

#: ../../include/Photo.php:225 ../../include/Photo.php:232
#: ../../include/Photo.php:239 ../../include/items.php:982
#: ../../include/items.php:985 ../../include/items.php:988
#: ../../mod/photos.php:34 ../../mod/photos.php:106 ../../mod/photos.php:781
#: ../../mod/photos.php:850 ../../mod/photos.php:865 ../../mod/photos.php:1233
#: ../../mod/photos.php:1244 ../../include/items.php:1028
#: ../../include/items.php:1031 ../../include/items.php:1034
#: ../../mod/photos.php:1235 ../../mod/photos.php:1246
#: ../../include/items.php:1026 ../../include/items.php:1029
#: ../../include/items.php:1032 ../../mod/photos.php:785
#: ../../mod/photos.php:854 ../../mod/photos.php:869 ../../mod/photos.php:1238
#: ../../mod/photos.php:1249
msgid "Contact Photos"
msgstr "Photos du contact"

#: ../../include/acl_selectors.php:132
msgid "Visible To:"
msgstr "Visible par:"

#: ../../include/acl_selectors.php:136 ../../include/acl_selectors.php:151
msgid "Groups"
msgstr "Groupes"

#: ../../include/acl_selectors.php:140 ../../include/acl_selectors.php:155
#: ../../include/nav.php:111 ../../mod/contacts.php:306 ../../boot.php:2022
#: ../../mod/contacts.php:311 ../../include/nav.php:112
#: ../../mod/contacts.php:319 ../../include/nav.php:118
msgid "Contacts"
msgstr "Contacts"

#: ../../include/acl_selectors.php:147
msgid "Except For:"
msgstr "Sauf pour:"

#: ../../include/profile_selectors.php:6
msgid "Male"
msgstr "Masculin"

#: ../../include/profile_selectors.php:6
msgid "Female"
msgstr "Féminin"

#: ../../include/profile_selectors.php:6
msgid "Currently Male"
msgstr "Actuellement masculin"

#: ../../include/profile_selectors.php:6
msgid "Currently Female"
msgstr "Actuellement féminin"

#: ../../include/profile_selectors.php:6
msgid "Mostly Male"
msgstr "Principalement masculin"

#: ../../include/profile_selectors.php:6
msgid "Mostly Female"
msgstr "Principalement féminin"

#: ../../include/profile_selectors.php:6
msgid "Transgender"
msgstr "Transgenre"

#: ../../include/profile_selectors.php:6
msgid "Intersex"
msgstr "Inter-sexe"

#: ../../include/profile_selectors.php:6
msgid "Transsexual"
msgstr "Transsexuel"

#: ../../include/profile_selectors.php:6
msgid "Hermaphrodite"
msgstr "Hermaphrodite"

#: ../../include/profile_selectors.php:6
msgid "Neuter"
msgstr "Neutre"

#: ../../include/profile_selectors.php:6
msgid "Non-specific"
msgstr "Non-spécifique"

#: ../../include/profile_selectors.php:6
msgid "Other"
msgstr "Autre"

#: ../../include/profile_selectors.php:6
msgid "Undecided"
msgstr "Indécis"

#: ../../include/profile_selectors.php:19
msgid "Males"
msgstr "Hommes"

#: ../../include/profile_selectors.php:19
msgid "Females"
msgstr "Femmes"

#: ../../include/profile_selectors.php:19
msgid "Gay"
msgstr "Gay"

#: ../../include/profile_selectors.php:19
msgid "Lesbian"
msgstr "Lesbienne"

#: ../../include/profile_selectors.php:19
msgid "No Preference"
msgstr "Sans préférence"

#: ../../include/profile_selectors.php:19
msgid "Bisexual"
msgstr "Bisexuel"

#: ../../include/profile_selectors.php:19
msgid "Autosexual"
msgstr "Auto-sexuel"

#: ../../include/profile_selectors.php:19
msgid "Abstinent"
msgstr "Abstinent"

#: ../../include/profile_selectors.php:19
msgid "Virgin"
msgstr "Vierge"

#: ../../include/profile_selectors.php:19
msgid "Deviant"
msgstr "Déviant"

#: ../../include/profile_selectors.php:19
msgid "Fetish"
msgstr "Fétichiste"

#: ../../include/profile_selectors.php:19
msgid "Oodles"
msgstr "Oodles"

#: ../../include/profile_selectors.php:19
msgid "Nonsexual"
msgstr "Non-sexuel"

#: ../../include/profile_selectors.php:33
msgid "Single"
msgstr "Célibataire"

#: ../../include/profile_selectors.php:33
msgid "Lonely"
msgstr "Esseulé"

#: ../../include/profile_selectors.php:33
msgid "Available"
msgstr "Disponible"

#: ../../include/profile_selectors.php:33
msgid "Unavailable"
msgstr "Indisponible"

#: ../../include/profile_selectors.php:33
msgid "Dating"
msgstr "Dans une relation"

#: ../../include/profile_selectors.php:33
msgid "Unfaithful"
msgstr "Infidèle"

#: ../../include/profile_selectors.php:33
msgid "Sex Addict"
msgstr "Accro au sexe"

#: ../../include/profile_selectors.php:33
msgid "Friends"
msgstr "Amis"

#: ../../include/profile_selectors.php:33
msgid "Friends/Benefits"
msgstr "Amis par intérêt"

#: ../../include/profile_selectors.php:33
msgid "Casual"
msgstr "Casual"

#: ../../include/profile_selectors.php:33
msgid "Engaged"
msgstr "Fiancé"

#: ../../include/profile_selectors.php:33
msgid "Married"
msgstr "Marié"

#: ../../include/profile_selectors.php:33
msgid "Partners"
msgstr "Partenaire"

#: ../../include/profile_selectors.php:33
msgid "Cohabiting"
msgstr "En cohabitation"

#: ../../include/profile_selectors.php:33
msgid "Happy"
msgstr "Heureux"

#: ../../include/profile_selectors.php:33
msgid "Not Looking"
msgstr "Sans recherche"

#: ../../include/profile_selectors.php:33
msgid "Swinger"
msgstr "Échangiste"

#: ../../include/profile_selectors.php:33
msgid "Betrayed"
msgstr "Trahi(e)"

#: ../../include/profile_selectors.php:33
msgid "Separated"
msgstr "Séparé"

#: ../../include/profile_selectors.php:33
msgid "Unstable"
msgstr "Instable"

#: ../../include/profile_selectors.php:33
msgid "Divorced"
msgstr "Divorcé"

#: ../../include/profile_selectors.php:33
msgid "Widowed"
msgstr "Veuf/Veuve"

#: ../../include/profile_selectors.php:33
msgid "Uncertain"
msgstr "Incertain"

#: ../../include/profile_selectors.php:33
msgid "Complicated"
msgstr "Compliqué"

#: ../../include/profile_selectors.php:33
msgid "Don't care"
msgstr "S'en désintéresse"

#: ../../include/profile_selectors.php:33
msgid "Ask me"
msgstr "Me demander"

#: ../../include/contact_selectors.php:32
msgid "Unknown | Not categorised"
msgstr "Inconnu | Non-classé"

#: ../../include/contact_selectors.php:33
msgid "Block immediately"
msgstr "Bloquer immédiatement"

#: ../../include/contact_selectors.php:34
msgid "Shady, spammer, self-marketer"
msgstr "Douteux, spammeur, accro à l'auto-promotion"

#: ../../include/contact_selectors.php:35
msgid "Known to me, but no opinion"
msgstr "Connu de moi, mais sans opinion"

#: ../../include/contact_selectors.php:36
msgid "OK, probably harmless"
msgstr "OK, probablement inoffensif"

#: ../../include/contact_selectors.php:37
msgid "Reputable, has my trust"
msgstr "Réputé, a toute ma confiance"

#: ../../include/contact_selectors.php:55
msgid "Frequently"
msgstr "Fréquemment"

#: ../../include/contact_selectors.php:56
msgid "Hourly"
msgstr "Toutes les heures"

#: ../../include/contact_selectors.php:57
msgid "Twice daily"
msgstr "Deux fois par jour"

#: ../../include/contact_selectors.php:58
msgid "Daily"
msgstr "Chaque jour"

#: ../../include/contact_selectors.php:59
msgid "Weekly"
msgstr "Chaque semaine"

#: ../../include/contact_selectors.php:60
msgid "Monthly"
msgstr "Chaque mois"

#: ../../include/group.php:130 ../../include/group.php:145
msgid "Create a new group"
msgstr "Créer un nouveau groupe"

#: ../../include/group.php:131 ../../include/group.php:146
msgid "Everybody"
msgstr "Tout le monde"

#: ../../include/oembed.php:57
#, fuzzy
msgid "Embedding disabled"
msgstr "Incorporation désactivée"

#: ../../include/datetime.php:44 ../../include/datetime.php:46
msgid "Miscellaneous"
msgstr "Divers"

#: ../../include/datetime.php:148
msgid "less than a second ago"
msgstr "il y a moins d'une seconde"

#: ../../include/datetime.php:151
msgid "year"
msgstr "an"

#: ../../include/datetime.php:151
msgid "years"
msgstr "ans"

#: ../../include/datetime.php:152
msgid "month"
msgstr "mois"

#: ../../include/datetime.php:152
msgid "months"
msgstr "mois"

#: ../../include/datetime.php:153
msgid "week"
msgstr "semaine"

#: ../../include/datetime.php:153
msgid "weeks"
msgstr "semaines"

#: ../../include/datetime.php:154
msgid "day"
msgstr "jour"

#: ../../include/datetime.php:154 ../../mod/settings.php:370
msgid "days"
msgstr "jours"

#: ../../include/datetime.php:155
msgid "hour"
msgstr "heure"

#: ../../include/datetime.php:155
msgid "hours"
msgstr "heures"

#: ../../include/datetime.php:156
msgid "minute"
msgstr "minute"

#: ../../include/datetime.php:156
msgid "minutes"
msgstr "minutes"

#: ../../include/datetime.php:157
msgid "second"
msgstr "seconde"

#: ../../include/datetime.php:157
msgid "seconds"
msgstr "secondes"

#: ../../include/datetime.php:164
msgid " ago"
msgstr " auparavant"

#: ../../include/items.php:1027 ../../include/items.php:1073
#: ../../include/profile_advanced.php:36 ../../include/items.php:1071
msgid "Birthday:"
msgstr "Anniversaire:"

#: ../../include/items.php:1364 ../../mod/dfrn_request.php:536
#: ../../include/items.php:1411 ../../mod/dfrn_request.php:538
#: ../../include/items.php:1409
#, fuzzy
msgid "[Name Withheld]"
msgstr "[Nom non-publié]"

#: ../../include/items.php:1371 ../../include/items.php:1418
#: ../../include/items.php:1416
#, fuzzy
msgid "You have a new follower at "
msgstr "Vous avez un nouvel abonné à "

#: ../../include/items.php:1373 ../../mod/register.php:311
#: ../../mod/register.php:348 ../../mod/dfrn_confirm.php:649
#: ../../mod/lostpass.php:39 ../../mod/item.php:475 ../../mod/item.php:498
#: ../../mod/regmod.php:93 ../../mod/dfrn_notify.php:177
#: ../../mod/dfrn_notify.php:389 ../../mod/dfrn_notify.php:475
#: ../../mod/dfrn_request.php:545 ../../mod/register.php:329
#: ../../mod/register.php:366 ../../include/items.php:1420
#: ../../mod/dfrn_notify.php:392 ../../mod/dfrn_notify.php:478
#: ../../mod/dfrn_request.php:547 ../../include/items.php:1418
#: ../../mod/dfrn_confirm.php:654 ../../mod/dfrn_notify.php:189
#: ../../mod/dfrn_notify.php:404 ../../mod/dfrn_notify.php:490
msgid "Administrator"
msgstr "Administrateur"

#: ../../include/dba.php:31
#, fuzzy, php-format
msgid "Cannot locate DNS info for database server '%s'"
msgstr ""
"Impossible de localiser les informations DNS pour le serveur de base de "
"données '%s'"

#: ../../include/nav.php:38 ../../boot.php:837 ../../boot.php:839
#: ../../include/nav.php:39 ../../boot.php:842 ../../boot.php:854
#: ../../boot.php:855
msgid "Logout"
msgstr "Se déconnecter"

#: ../../include/nav.php:44 ../../boot.php:817 ../../boot.php:823
#: ../../boot.php:819 ../../boot.php:825 ../../include/nav.php:45
#: ../../boot.php:822 ../../boot.php:828 ../../boot.php:834 ../../boot.php:840
#: ../../boot.php:835 ../../boot.php:841
msgid "Login"
msgstr "Connexion"

#: ../../include/nav.php:56 ../../include/nav.php:91 ../../include/nav.php:57
#: ../../include/nav.php:92 ../../include/nav.php:98
msgid "Home"
msgstr "Accueil"

#: ../../include/nav.php:61 ../../mod/register.php:445 ../../boot.php:809
#: ../../mod/register.php:463 ../../boot.php:811 ../../include/nav.php:62
#: ../../boot.php:814 ../../boot.php:826 ../../boot.php:827
msgid "Register"
msgstr "S'inscrire"

#: ../../include/nav.php:64 ../../include/nav.php:65 ../../include/nav.php:71
#, fuzzy
msgid "Apps"
msgstr "Applications"

#: ../../include/nav.php:67 ../../mod/search.php:17 ../../boot.php:2055
#: ../../boot.php:2056 ../../boot.php:2058 ../../include/nav.php:68
#: ../../boot.php:2066 ../../include/nav.php:74 ../../boot.php:2078
#: ../../boot.php:2093 ../../mod/search.php:21 ../../boot.php:2042
msgid "Search"
msgstr "Recherche"

#: ../../include/nav.php:77 ../../include/nav.php:78 ../../include/nav.php:84
msgid "Directory"
msgstr "Annuaire"

#: ../../include/nav.php:87 ../../include/nav.php:88 ../../include/nav.php:94
msgid "Network"
msgstr "Réseau"

#: ../../include/nav.php:96 ../../include/nav.php:97 ../../include/nav.php:103
msgid "Notifications"
msgstr "Notifications"

#: ../../include/nav.php:100 ../../mod/message.php:125
#: ../../include/nav.php:101 ../../include/nav.php:107
msgid "Messages"
msgstr "Messages"

#: ../../include/nav.php:104 ../../include/nav.php:105
#: ../../include/nav.php:111
#, fuzzy
msgid "Manage"
msgstr "Gérer"

#: ../../include/nav.php:107 ../../include/nav.php:108
#: ../../include/nav.php:114
msgid "Settings"
msgstr "Réglages"

#: ../../include/nav.php:109 ../../include/nav.php:110
#: ../../mod/profiles.php:456 ../../include/nav.php:116
msgid "Profiles"
msgstr "Profils"

#: ../../addon/java_upload/java_upload.php:33
msgid "Select files to upload: "
msgstr "Choisir les fichiers à envoyer: "

#: ../../addon/java_upload/java_upload.php:35
msgid ""
"Use the following controls only if the Java uploader [above] fails to launch."
msgstr ""
"Utilisez le formulaire suivant uniquement si l'applet Java [ci-dessus] ne "
"parvient pas à se lancer."

#: ../../addon/facebook/facebook.php:110 ../../mod/profiles.php:7
#: ../../mod/profiles.php:227 ../../mod/wall_upload.php:42
#: ../../mod/register.php:25 ../../mod/network.php:6
#: ../../mod/dfrn_confirm.php:53 ../../mod/display.php:308
#: ../../mod/message.php:8 ../../mod/message.php:116 ../../mod/settings.php:14
#: ../../mod/settings.php:19 ../../mod/settings.php:210 ../../mod/item.php:57
#: ../../mod/item.php:668 ../../mod/group.php:19
#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:133
#: ../../mod/profile_photo.php:139 ../../mod/profile_photo.php:150
#: ../../mod/viewcontacts.php:13 ../../mod/regmod.php:16
#: ../../mod/invite.php:13 ../../mod/invite.php:50 ../../mod/manage.php:75
#: ../../mod/follow.php:8 ../../mod/photos.php:85 ../../mod/photos.php:773
#: ../../mod/notifications.php:56 ../../mod/contacts.php:101
#: ../../mod/editpost.php:10 ../../index.php:251 ../../mod/install.php:93
#: ../../mod/settings.php:15 ../../mod/settings.php:20
#: ../../mod/settings.php:211 ../../mod/contacts.php:106
#: ../../mod/display.php:311 ../../index.php:265 ../../mod/display.php:126
#: ../../mod/display.php:131 ../../mod/display.php:133
#: ../../mod/photos.php:777
msgid "Permission denied."
msgstr "Permission refusée."

#: ../../addon/facebook/facebook.php:116
#, fuzzy
msgid "Facebook disabled"
msgstr "Connecteur Facebook désactivé"

#: ../../addon/facebook/facebook.php:124
#, fuzzy
msgid "Facebook API key is missing."
msgstr "Clé d'API Facebook manquante."

#: ../../addon/facebook/facebook.php:131
#, fuzzy
msgid "Facebook Connect"
msgstr "Connecteur Facebook"

#: ../../addon/facebook/facebook.php:137
#, fuzzy
msgid "Install Facebook post connector"
msgstr "Installer le connecteur Facebook"

#: ../../addon/facebook/facebook.php:144
#, fuzzy
msgid "Remove Facebook post connector"
msgstr "Retirer le connecteur Facebook"

#: ../../addon/facebook/facebook.php:150
#, fuzzy
msgid "Post to Facebook by default"
msgstr "Poster sur Facebook par défaut"

#: ../../addon/facebook/facebook.php:151
#: ../../addon/randplace/randplace.php:179 ../../addon/twitter/twitter.php:156
#: ../../addon/twitter/twitter.php:175 ../../addon/statusnet/statusnet.php:163
#: ../../addon/statusnet/statusnet.php:189
#: ../../addon/statusnet/statusnet.php:207 ../../mod/install.php:109
#: ../../mod/invite.php:64 ../../mod/manage.php:106 ../../mod/photos.php:801
#: ../../mod/photos.php:858 ../../mod/photos.php:1066
#: ../../mod/install.php:123 ../../mod/profiles.php:370
#: ../../mod/network.php:506 ../../mod/display.php:174
#: ../../mod/install.php:133 ../../mod/settings.php:364 ../../mod/group.php:97
#: ../../mod/group.php:155 ../../mod/profile.php:388 ../../mod/photos.php:1109
#: ../../mod/contacts.php:264 ../../include/conversation.php:293
#: ../../include/conversation.php:307 ../../include/conversation.php:317
#: ../../mod/group.php:76 ../../mod/group.php:159 ../../mod/photos.php:805
#: ../../mod/photos.php:862 ../../mod/photos.php:1069
#: ../../mod/photos.php:1112
msgid "Submit"
msgstr "Envoyer"

#: ../../addon/facebook/facebook.php:174
#, fuzzy
msgid "Facebook"
msgstr "Facebook"

#: ../../addon/facebook/facebook.php:175
#, fuzzy
msgid "Facebook Connector Settings"
msgstr "Réglages du connecteur Facebook"

#: ../../addon/facebook/facebook.php:189
#, fuzzy
msgid "Post to Facebook"
msgstr "Poster sur Facebook"

#: ../../addon/facebook/facebook.php:230
#, fuzzy
msgid "Image: "
msgstr "Image: "

#: ../../addon/randplace/randplace.php:171
#, fuzzy
msgid "Randplace Settings"
msgstr "Réglages de Randplace"

#: ../../addon/randplace/randplace.php:173
#, fuzzy
msgid "Enable Randplace Plugin"
msgstr "Activer l'extension Randplace"

#: ../../addon/twitter/twitter.php:64
#, fuzzy
msgid "Post to Twitter"
msgstr "Poster sur Twitter"

#: ../../addon/twitter/twitter.php:122
#, fuzzy
msgid "Twitter Posting Settings"
msgstr "Réglages du connecteur Twitter"

#: ../../addon/twitter/twitter.php:129
#, fuzzy
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr ""
"Pas de paire de clés pour Twitter. Merci de contacter l'administrateur du "
"site."

#: ../../addon/twitter/twitter.php:148
#, fuzzy
msgid ""
"At this Friendika instance the Twitter plugin was enabled but you have not "
"yet connected your account to your Twitter account. To do so click the "
"button below to get a PIN from Twitter which you have to copy into the input "
"box below and submit the form. Only your <strong>public</strong> posts will "
"be posted to Twitter."
msgstr ""
"Sur cette instance de Friendika, le connecteur Twitter a été activé, mais "
"vous n'avez pas encore connecté votre compte à Twitter. Pour ce faire, "
"cliquez sur le bouton ci-dessous pour obtenir un PIN de Twitter, que vous "
"aurez à coller dans la boîte ci-dessous. Ensuite, validez le formulaire. "
"Seuls vos articles <strong>publics</strong> seront postés sur Twitter."

#: ../../addon/twitter/twitter.php:149
#, fuzzy
msgid "Log in with Twitter"
msgstr "Se connecter à Twitter"

#: ../../addon/twitter/twitter.php:151
#, fuzzy
msgid "Copy the PIN from Twitter here"
msgstr "Copiez le PIN de Twitter ici"

#: ../../addon/twitter/twitter.php:165 ../../addon/statusnet/statusnet.php:197
#, fuzzy
msgid "Currently connected to: "
msgstr "Actuellement connecté à: "

#: ../../addon/twitter/twitter.php:166
#, fuzzy
msgid ""
"If enabled all your <strong>public</strong> postings will be posted to the "
"associated Twitter account as well."
msgstr ""
"Si activé, tous vos articles <strong>publics</strong> seront également "
"postés au compte Twitter associé."

#: ../../addon/twitter/twitter.php:168
#, fuzzy
msgid "Send public postings to Twitter"
msgstr "Envoyer les articles publics à Twitter"

#: ../../addon/twitter/twitter.php:172 ../../addon/statusnet/statusnet.php:204
#, fuzzy
msgid "Clear OAuth configuration"
msgstr "Effacer la configuration OAuth"

#: ../../addon/tictac/tictac.php:14
#, fuzzy
msgid "Three Dimensional Tic-Tac-Toe"
msgstr "Morpion en trois dimensions"

#: ../../addon/tictac/tictac.php:47
#, fuzzy
msgid "3D Tic-Tac-Toe"
msgstr "Morpion 3D"

#: ../../addon/tictac/tictac.php:52
#, fuzzy
msgid "New game"
msgstr "Nouvelle partie"

#: ../../addon/tictac/tictac.php:53
#, fuzzy
msgid "New game with handicap"
msgstr "Nouvelle partie avec handicap"

#: ../../addon/tictac/tictac.php:54
#, fuzzy
msgid ""
"Three dimensional tic-tac-toe is just like the traditional game except that "
"it is played on multiple levels simultaneously. "
msgstr ""
"Le morpion 3D, c'est comme la version traditionnelle. Sauf qu'on joue sur "
"plusieurs étages en même temps."

#: ../../addon/tictac/tictac.php:55
#, fuzzy
msgid ""
"In this case there are three levels. You win by getting three in a row on "
"any level, as well as up, down, and diagonally across the different levels."
msgstr ""
"Dans le cas qui nous concerne, il y a trois étages. Vous gagnez en alignant "
"trois coups dans n'importe quel étage, ainsi que verticalement ou en "
"diagonale entre les étages."

#: ../../addon/tictac/tictac.php:57
#, fuzzy
msgid ""
"The handicap game disables the center position on the middle level because "
"the player claiming this square often has an unfair advantage."
msgstr ""
"Le handicap interdit la position centrale de l'étage du milieu, parce que le "
"joueur qui prend cette case obtient souvent un avantage."

#: ../../addon/tictac/tictac.php:176
#, fuzzy
msgid "You go first..."
msgstr "À vous de jouer..."

#: ../../addon/tictac/tictac.php:181
#, fuzzy
msgid "I'm going first this time..."
msgstr "Je commence..."

#: ../../addon/tictac/tictac.php:187
#, fuzzy
msgid "You won!"
msgstr "Vous avez gagné!"

#: ../../addon/tictac/tictac.php:193 ../../addon/tictac/tictac.php:218
#, fuzzy
msgid "\"Cat\" game!"
msgstr "Match nul!"

#: ../../addon/tictac/tictac.php:216
#, fuzzy
msgid "I won!"
msgstr "J'ai gagné!"

#: ../../addon/statusnet/statusnet.php:78
#, fuzzy
msgid "Post to StatusNet"
msgstr "Poster sur StatusNet"

#: ../../addon/statusnet/statusnet.php:146
#, fuzzy
msgid "StatusNet Posting Settings"
msgstr "Réglages du connecteur StatusNet"

#: ../../addon/statusnet/statusnet.php:152
#, fuzzy
msgid ""
"No consumer key pair for StatusNet found. Register your Friendika Account as "
"an desktop client on your StatusNet account, copy the consumer key pair here "
"and enter the API base root.<br />Before you register your own OAuth key "
"pair ask the administrator if there is already a key pair for this Friendika "
"installation at your favorited StatusNet installation."
msgstr ""
"Aucune paire de clé n'a été trouvée pour StatusNet. Inscrivez votre compte "
"Friendika comme client bureautique sur votre compte StatusNet, puis copiez "
"la paire de clés de consommateur ici et renseignez le chemin de base de "
"l'API.<br />Avant d'enregistrer votre propre paire de clés OAuth, merci de "
"vérifier auprès de l'administrateur qu'il en existe pas déjà une pour votre "
"fournisseur StatusNet."

#: ../../addon/statusnet/statusnet.php:154
#, fuzzy
msgid "OAuth Consumer Key"
msgstr "Clé de consommateur OAuth"

#: ../../addon/statusnet/statusnet.php:157
#, fuzzy
msgid "OAuth Consumer Secret"
msgstr "Secret de consommateur OAuth"

#: ../../addon/statusnet/statusnet.php:160
#, fuzzy
msgid "Base API Path (remember the trailing /)"
msgstr "Chemin de base de l'API (n'oubliez pas le / final)"

#: ../../addon/statusnet/statusnet.php:181
#, fuzzy
msgid ""
"To connect to your StatusNet account click the button below to get a "
"security code from StatusNet which you have to copy into the input box below "
"and submit the form. Only your <strong>public</strong> posts will be posted "
"to StatusNet."
msgstr ""
"Pour vous connecter à votre compte StatusNet, cliquez sur le bouton ci-"
"dessous pour obtenir un code de sécurité de StatusNet, que vous aurez à "
"coller dans la boîte ci-dessous. Ensuite, validez le formulaire. Seuls vos "
"articles <strong>publics</strong> seront postés sur StatusNet."

#: ../../addon/statusnet/statusnet.php:182
#, fuzzy
msgid "Log in with StatusNet"
msgstr "Se connecter à StatusNet"

#: ../../addon/statusnet/statusnet.php:184
#, fuzzy
msgid "Copy the security code from StatusNet here"
msgstr "Collez le code de sécurité de StatusNet ici"

#: ../../addon/statusnet/statusnet.php:198
#, fuzzy
msgid ""
"If enabled all your <strong>public</strong> postings will be posted to the "
"associated StatusNet account as well."
msgstr ""
"Si actif, toutes vos publications <strong>publiques</strong> seront "
"également postées au compte StatusNet associé."

#: ../../addon/statusnet/statusnet.php:200
#, fuzzy
msgid "Send public postings to StatusNet"
msgstr "Envoyer les contenus publics à StatusNet"

#: ../../addon/js_upload/js_upload.php:39
#, fuzzy
msgid "Upload a file"
msgstr "Téléverser un fichier"

#: ../../addon/js_upload/js_upload.php:40
#, fuzzy
msgid "Drop files here to upload"
msgstr "Déposer des fichiers ici pour les téléverser"

#: ../../addon/js_upload/js_upload.php:41 ../../mod/tagrm.php:11
#: ../../mod/tagrm.php:94 ../../mod/dfrn_request.php:628
#: ../../mod/dfrn_request.php:630
msgid "Cancel"
msgstr "Annuler"

#: ../../addon/js_upload/js_upload.php:42
#, fuzzy
msgid "Failed"
msgstr "Échec"

#: ../../addon/js_upload/js_upload.php:288
#, fuzzy
msgid "No files were uploaded."
msgstr "Aucun fichier n'a été téléversé."

#: ../../addon/js_upload/js_upload.php:294
#, fuzzy
msgid "Uploaded file is empty"
msgstr "Le fichier téléversé est vide"

#: ../../addon/js_upload/js_upload.php:299
#, fuzzy
msgid "Uploaded file is too large"
msgstr "Le fichier téléversé est trop volumineux"

#: ../../addon/js_upload/js_upload.php:306 ../../mod/photos.php:559
msgid "Image exceeds size limit of "
msgstr "L'image dépasse la taille maximale de  "

#: ../../addon/js_upload/js_upload.php:317
#, fuzzy
msgid "File has an invalid extension, it should be one of "
msgstr "Le fichier a une extension invalide, elle devrait être parmi "

#: ../../addon/js_upload/js_upload.php:328
#, fuzzy
msgid "Upload was cancelled, or server error encountered"
msgstr "Téléversement annulé, ou erreur de serveur"

#: ../../mod/profiles.php:21 ../../mod/profiles.php:237
#: ../../mod/profiles.php:342 ../../mod/dfrn_confirm.php:62
msgid "Profile not found."
msgstr "Profil introuvable."

#: ../../mod/profiles.php:28
msgid "Profile Name is required."
msgstr "Le nom du profil est requis."

#: ../../mod/profiles.php:199
msgid "Profile updated."
msgstr "Profil mis à jour."

#: ../../mod/profiles.php:254
msgid "Profile deleted."
msgstr "Profil supprimé."

#: ../../mod/profiles.php:270 ../../mod/profiles.php:301
msgid "Profile-"
msgstr "Profil-"

#: ../../mod/profiles.php:289 ../../mod/profiles.php:328
msgid "New profile created."
msgstr "Nouveau profil créé."

#: ../../mod/profiles.php:307
msgid "Profile unavailable to clone."
msgstr "Ce profil ne peut être cloné."

#: ../../mod/profiles.php:370 ../../mod/profiles.php:411
msgid ""
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet."
msgstr ""
"Ceci est votre profil <strong>public</strong>.<br />Il <strong>peut</strong> "
"être visible par n'importe quel utilisateur d'Internet."

#: ../../mod/profiles.php:380 ../../mod/directory.php:89
#: ../../mod/profiles.php:421 ../../mod/directory.php:91
msgid "Age: "
msgstr "Age: "

#: ../../mod/profiles.php:422 ../../mod/profiles.php:470
#: ../../mod/profiles.php:468
msgid "Profile Image"
msgstr "Image du profil"

#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:109
#, fuzzy, php-format
msgid "Image exceeds size limit of %d"
msgstr "L'image excède la taille limite de %d"

#: ../../mod/wall_upload.php:65 ../../mod/profile_photo.php:118
#: ../../mod/photos.php:571
msgid "Unable to process image."
msgstr "Impossible de traiter l'image."

#: ../../mod/wall_upload.php:79 ../../mod/wall_upload.php:88
#: ../../mod/wall_upload.php:95 ../../mod/message.php:93
#: ../../mod/item.php:212
msgid "Wall Photos"
msgstr "Photos du mur"

#: ../../mod/wall_upload.php:82 ../../mod/profile_photo.php:230
#: ../../mod/photos.php:589 ../../mod/profile_photo.php:232
#: ../../mod/profile_photo.php:236
#, fuzzy
msgid "Image upload failed."
msgstr "Le téléversement de l'image a échoué."

#: ../../mod/register.php:47
msgid "Invalid OpenID url"
msgstr "Adresse OpenID invalide"

#: ../../mod/register.php:62
msgid "Please enter the required information."
msgstr "Entrez les informations requises."

#: ../../mod/register.php:74
msgid "Please use a shorter name."
msgstr "Utilisez un nom plus court."

#: ../../mod/register.php:76
msgid "Name too short."
msgstr "Nom trop court."

#: ../../mod/register.php:89
#, fuzzy
msgid "That doesn't appear to be your full (First Last) name."
msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)."

#: ../../mod/register.php:92
#, fuzzy
msgid "Your email domain is not among those allowed on this site."
msgstr "Votre domaine de courriel n'est pas autorisé sur ce site."

#: ../../mod/register.php:95
#, fuzzy
msgid "Not a valid email address."
msgstr "Ceci n'est pas une adresse courriel valide."

#: ../../mod/register.php:101
#, fuzzy
msgid "Cannot use that email."
msgstr "Impossible d'utiliser ce courriel."

#: ../../mod/register.php:106
msgid ""
"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
"must also begin with a letter."
msgstr ""
"Votre \"pseudo\" peut seulement contenir les caractères \"a-z\", \"0-9\", \"-"
"\", and \"_\", et doit commencer par une lettre."

#: ../../mod/register.php:112 ../../mod/register.php:212
msgid "Nickname is already registered. Please choose another."
msgstr "Pseudo déjà utilisé. Merci d'en choisir un autre."

#: ../../mod/register.php:131
msgid "SERIOUS ERROR: Generation of security keys failed."
msgstr "ERREUR SÉRIEUSE: La génération des clés de sécurité a échoué."

#: ../../mod/register.php:198
msgid "An error occurred during registration. Please try again."
msgstr "Une erreur est survenue lors de l'inscription. Merci de recommencer."

#: ../../mod/register.php:216 ../../mod/register.php:234
msgid "An error occurred creating your default profile. Please try again."
msgstr ""
"Une erreur est survenue lors de la création de votre profil par défaut. "
"Merci de recommencer."

#: ../../mod/register.php:267 ../../mod/register.php:274
#: ../../mod/register.php:281 ../../mod/profile_photo.php:58
#: ../../mod/profile_photo.php:65 ../../mod/profile_photo.php:72
#: ../../mod/profile_photo.php:155 ../../mod/profile_photo.php:225
#: ../../mod/profile_photo.php:234 ../../mod/photos.php:106
#: ../../mod/photos.php:531 ../../mod/photos.php:850 ../../mod/photos.php:865
#: ../../mod/register.php:285 ../../mod/register.php:292
#: ../../mod/register.php:299 ../../mod/profile_photo.php:227
#: ../../mod/profile_photo.php:236 ../../mod/profile_photo.php:231
#: ../../mod/profile_photo.php:240 ../../mod/photos.php:854
#: ../../mod/photos.php:869
msgid "Profile Photos"
msgstr "Photos du profil"

#: ../../mod/register.php:310 ../../mod/regmod.php:92
#: ../../mod/register.php:328
#, fuzzy, php-format
msgid "Registration details for %s"
msgstr "Détails d'inscription pour %s"

#: ../../mod/register.php:315 ../../mod/register.php:333
msgid ""
"Registration successful. Please check your email for further instructions."
msgstr ""
"Inscription réussie. Vérifiez vos emails pour la suite des instructions."

#: ../../mod/register.php:319 ../../mod/register.php:337
msgid "Failed to send email message. Here is the message that failed."
msgstr "Impossible d'envoyer un email. Voici le message qui a échoué."

#: ../../mod/register.php:324 ../../mod/register.php:342
msgid "Your registration can not be processed."
msgstr "Votre inscription ne peut être traitée."

#: ../../mod/register.php:347 ../../mod/register.php:365
#, fuzzy, php-format
msgid "Registration request at %s"
msgstr "Demande d'inscription à %s"

#: ../../mod/register.php:351 ../../mod/register.php:369
msgid "Your registration is pending approval by the site owner."
msgstr "Votre inscription attend une validation du propriétaire du site."

#: ../../mod/register.php:399 ../../mod/register.php:417
#, fuzzy
msgid ""
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
"and clicking 'Register'."
msgstr ""
"Vous pouvez (si vous le souhaitez) remplir ce formulaire via OpenID. "
"Fournissez votre OpenID et cliquez \"S'inscrire\"."

#: ../../mod/register.php:400 ../../mod/register.php:418
msgid ""
"If you are not familiar with OpenID, please leave that field blank and fill "
"in the rest of the items."
msgstr ""
"Si vous n'êtes pas familier avec OpenID, laissez ce champ vide et remplissez "
"le reste."

#: ../../mod/register.php:401 ../../mod/register.php:419
msgid "Your OpenID (optional): "
msgstr "Votre OpenID (facultatif): "

#: ../../mod/register.php:415 ../../mod/register.php:433
#, fuzzy
msgid "Include your profile in member directory?"
msgstr "Inclure votre profil dans l'annuaire des membres?"

#: ../../mod/register.php:418 ../../mod/dfrn_request.php:618
#: ../../mod/register.php:436 ../../mod/profiles.php:355
#: ../../mod/settings.php:289 ../../mod/settings.php:301
#: ../../mod/dfrn_request.php:620
msgid "Yes"
msgstr "Oui"

#: ../../mod/register.php:419 ../../mod/dfrn_request.php:619
#: ../../mod/register.php:437 ../../mod/profiles.php:356
#: ../../mod/settings.php:290 ../../mod/settings.php:302
#: ../../mod/dfrn_request.php:621
msgid "No"
msgstr "Non"

#: ../../mod/register.php:424 ../../mod/network.php:484
#: ../../mod/display.php:317 ../../mod/profile.php:435
#: ../../mod/register.php:442 ../../mod/network.php:554
#: ../../mod/profile.php:490 ../../mod/network.php:595
#: ../../mod/mprofile.php:283 ../../mod/profile.php:492
#: ../../mod/network.php:609 ../../mod/display.php:320
#: ../../mod/profile.php:489 ../../mod/network.php:274
#: ../../mod/display.php:135 ../../mod/profile.php:300
#: ../../mod/network.php:277 ../../mod/display.php:140
#: ../../mod/display.php:142
msgid ""
"Shared content is covered by the <a href=\"http://creativecommons.org/"
"licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."
msgstr ""
"Le contenu est partagé suivant les termes de la licence <a href=\"http://"
"creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a>."

#: ../../mod/register.php:431 ../../mod/register.php:449
msgid "Registration"
msgstr "Inscription"

#: ../../mod/register.php:439 ../../mod/register.php:457
#, fuzzy
msgid "Your Full Name (e.g. Joe Smith): "
msgstr "Votre nom complet (p.ex. Michel Dupont): "

#: ../../mod/register.php:440 ../../mod/register.php:458
#, fuzzy
msgid "Your Email Address: "
msgstr "Votre adresse courriel: "

#: ../../mod/register.php:441 ../../mod/register.php:459
#, fuzzy
msgid ""
"Choose a profile nickname. This must begin with a text character. Your "
"profile address on this site will then be '<strong>nickname@$sitename</"
"strong>'."
msgstr ""
"Choisissez un pseudo. Celui devra commencer par une lettre. L'adresse de "
"votre profil en découlera sous la forme '<strong>pseudo@$sitename</strong>'."

#: ../../mod/register.php:442 ../../mod/register.php:460
msgid "Choose a nickname: "
msgstr "Choisir un pseudo: "

#: ../../mod/apps.php:6
#, fuzzy
msgid "Applications"
msgstr "Applications"

#: ../../mod/network.php:18
msgid "Normal View"
msgstr "Vue normale"

#: ../../mod/network.php:20
msgid "New Item View"
msgstr "Vue des nouveautés"

#: ../../mod/network.php:69 ../../mod/message.php:172
#: ../../mod/profile.php:134 ../../mod/profile.php:137
#: ../../mod/mprofile.php:136 ../../mod/network.php:77
#: ../../mod/profile.php:130 ../../mod/network.php:75
#: ../../mod/profile.php:131
#, fuzzy
msgid "Please enter a link URL:"
msgstr "Entrez un lien web:"

#: ../../mod/network.php:70 ../../mod/profile.php:135
#: ../../mod/profile.php:138 ../../mod/mprofile.php:137
#: ../../mod/network.php:78 ../../mod/profile.php:131 ../../mod/network.php:76
#: ../../mod/profile.php:132
#, fuzzy
msgid "Please enter a YouTube link:"
msgstr "Entrez un lien Youtube:"

#: ../../mod/network.php:71 ../../mod/profile.php:136
#: ../../mod/profile.php:139 ../../mod/mprofile.php:138
#: ../../mod/network.php:79 ../../mod/profile.php:132 ../../mod/network.php:77
#: ../../mod/profile.php:133
#, fuzzy
msgid "Please enter a video(.ogg) link/URL:"
msgstr "Entrez un lien vidéo (.ogg):"

#: ../../mod/network.php:72 ../../mod/profile.php:137
#: ../../mod/profile.php:140 ../../mod/mprofile.php:139
#: ../../mod/network.php:80 ../../mod/profile.php:133 ../../mod/network.php:78
#: ../../mod/profile.php:134
#, fuzzy
msgid "Please enter an audio(.ogg) link/URL:"
msgstr "Entrez un lien audio (.ogg):"

#: ../../mod/network.php:73 ../../mod/profile.php:138
#: ../../mod/profile.php:141 ../../mod/mprofile.php:140
#: ../../mod/network.php:81 ../../mod/profile.php:134 ../../mod/network.php:79
#: ../../mod/profile.php:135
#, fuzzy
msgid "Where are you right now?"
msgstr "Où êtes-vous présentemment?"

#: ../../mod/network.php:96 ../../mod/network.php:375
#: ../../mod/display.php:158 ../../mod/profile.php:161
#: ../../mod/profile.php:322 ../../mod/photos.php:1086
#: ../../mod/network.php:441 ../../mod/profile.php:164
#: ../../mod/profile.php:377 ../../mod/network.php:97
#: ../../mod/network.php:479 ../../mod/mprofile.php:163
#: ../../mod/profile.php:165 ../../mod/profile.php:379
#: ../../mod/network.php:105 ../../mod/network.php:489
#: ../../mod/profile.php:158 ../../mod/profile.php:372
#: ../../include/conversation.php:276 ../../mod/network.php:103
#: ../../include/conversation.php:290 ../../include/conversation.php:300
#: ../../mod/profile.php:159 ../../mod/photos.php:1089
#, fuzzy
msgid "Share"
msgstr "Partager"

#: ../../mod/network.php:97 ../../mod/message.php:186
#: ../../mod/message.php:320 ../../mod/profile.php:162
#: ../../mod/editpost.php:63 ../../mod/profile.php:165
#: ../../mod/network.php:98 ../../mod/mprofile.php:164
#: ../../mod/profile.php:166 ../../mod/network.php:106
#: ../../mod/message.php:188 ../../mod/message.php:322
#: ../../mod/profile.php:159 ../../mod/network.php:104
#: ../../mod/profile.php:160
msgid "Upload photo"
msgstr "Joindre photo"

#: ../../mod/network.php:98 ../../mod/message.php:187
#: ../../mod/message.php:321 ../../mod/profile.php:163
#: ../../mod/editpost.php:64 ../../mod/profile.php:166
#: ../../mod/network.php:99 ../../mod/mprofile.php:165
#: ../../mod/profile.php:167 ../../mod/network.php:107
#: ../../mod/message.php:189 ../../mod/message.php:323
#: ../../mod/profile.php:160 ../../mod/network.php:105
#: ../../mod/profile.php:161
msgid "Insert web link"
msgstr "Insérer lien web"

#: ../../mod/network.php:99 ../../mod/profile.php:164
#: ../../mod/editpost.php:65 ../../mod/profile.php:167
#: ../../mod/network.php:100 ../../mod/mprofile.php:166
#: ../../mod/profile.php:168 ../../mod/network.php:108
#: ../../mod/profile.php:161 ../../mod/network.php:106
#: ../../mod/profile.php:162
#, fuzzy
msgid "Insert YouTube video"
msgstr "Insérer une vidéo Youtube"

#: ../../mod/network.php:100 ../../mod/profile.php:165
#: ../../mod/editpost.php:66 ../../mod/profile.php:168
#: ../../mod/network.php:101 ../../mod/mprofile.php:167
#: ../../mod/profile.php:169 ../../mod/network.php:109
#: ../../mod/profile.php:162 ../../mod/network.php:107
#: ../../mod/profile.php:163
#, fuzzy
msgid "Insert Vorbis [.ogg] video"
msgstr "Insérer un lien vidéo Vorbis [.ogg]"

#: ../../mod/network.php:101 ../../mod/profile.php:166
#: ../../mod/editpost.php:67 ../../mod/profile.php:169
#: ../../mod/network.php:102 ../../mod/mprofile.php:168
#: ../../mod/profile.php:170 ../../mod/network.php:110
#: ../../mod/profile.php:163 ../../mod/network.php:108
#: ../../mod/profile.php:164
#, fuzzy
msgid "Insert Vorbis [.ogg] audio"
msgstr "Insérer un lien audio Vorbis [.ogg]"

#: ../../mod/network.php:102 ../../mod/profile.php:167
#: ../../mod/editpost.php:68 ../../mod/profile.php:170
#: ../../mod/network.php:103 ../../mod/mprofile.php:169
#: ../../mod/profile.php:171 ../../mod/network.php:111
#: ../../mod/profile.php:164 ../../mod/network.php:109
#: ../../mod/profile.php:165
#, fuzzy
msgid "Set your location"
msgstr "Définir votre localisation"

#: ../../mod/network.php:103 ../../mod/profile.php:168
#: ../../mod/editpost.php:69 ../../mod/profile.php:171
#: ../../mod/network.php:104 ../../mod/mprofile.php:170
#: ../../mod/profile.php:172 ../../mod/network.php:112
#: ../../mod/profile.php:165 ../../mod/network.php:110
#: ../../mod/profile.php:166
#, fuzzy
msgid "Clear browser location"
msgstr "Effacer la localisation du navigateur"

#: ../../mod/network.php:104 ../../mod/network.php:376
#: ../../mod/display.php:159 ../../mod/message.php:188
#: ../../mod/message.php:322 ../../mod/profile.php:169
#: ../../mod/profile.php:323 ../../mod/photos.php:1087
#: ../../mod/editpost.php:70 ../../mod/network.php:442
#: ../../mod/profile.php:172 ../../mod/profile.php:378
#: ../../mod/network.php:106 ../../mod/network.php:480
#: ../../mod/mprofile.php:171 ../../mod/profile.php:174
#: ../../mod/profile.php:380 ../../mod/network.php:114
#: ../../mod/network.php:490 ../../mod/message.php:190
#: ../../mod/message.php:324 ../../mod/profile.php:167
#: ../../mod/profile.php:373 ../../include/conversation.php:277
#: ../../mod/network.php:112 ../../include/conversation.php:291
#: ../../include/conversation.php:301 ../../mod/profile.php:168
#: ../../mod/photos.php:1090
msgid "Please wait"
msgstr "Patientez"

#: ../../mod/network.php:105 ../../mod/profile.php:170
#: ../../mod/editpost.php:71 ../../mod/profile.php:173
#: ../../mod/network.php:107 ../../mod/mprofile.php:172
#: ../../mod/profile.php:175 ../../mod/network.php:115
#: ../../mod/profile.php:168 ../../mod/network.php:113
#: ../../mod/profile.php:169
#, fuzzy
msgid "Permission settings"
msgstr "Réglages des permissions"

#: ../../mod/network.php:111 ../../mod/profile.php:177
#: ../../mod/editpost.php:77 ../../mod/profile.php:180
#: ../../mod/network.php:113 ../../mod/mprofile.php:179
#: ../../mod/profile.php:182 ../../mod/network.php:121
#: ../../mod/profile.php:175 ../../mod/network.php:119
#: ../../mod/profile.php:176
#, fuzzy
msgid "CC: email addresses"
msgstr "CC: adresse de courriel"

#: ../../mod/network.php:113 ../../mod/profile.php:179
#: ../../mod/editpost.php:79 ../../mod/profile.php:182
#: ../../mod/network.php:115 ../../mod/mprofile.php:181
#: ../../mod/profile.php:184 ../../mod/network.php:123
#: ../../mod/profile.php:177 ../../mod/network.php:121
#: ../../mod/profile.php:178
#, fuzzy
msgid "Example: bob@example.com, mary@example.com"
msgstr "Exemple: bob@exemple.com, mary@exemple.com"

#: ../../mod/network.php:156 ../../mod/network.php:158
#: ../../mod/network.php:166 ../../mod/network.php:164
msgid "No such group"
msgstr "Groupe inexistant"

#: ../../mod/network.php:167 ../../mod/network.php:169
#: ../../mod/network.php:177 ../../mod/network.php:175
msgid "Group is empty"
msgstr "Groupe vide"

#: ../../mod/network.php:171 ../../mod/network.php:173
#: ../../mod/network.php:181 ../../mod/network.php:179
msgid "Group: "
msgstr "Groupe: "

#: ../../mod/network.php:280 ../../mod/network.php:446
#: ../../mod/display.php:262 ../../mod/profile.php:402
#: ../../mod/search.php:116 ../../mod/network.php:303
#: ../../mod/network.php:512 ../../mod/profile.php:457
#: ../../mod/network.php:321 ../../mod/network.php:550
#: ../../mod/profile.php:459 ../../mod/network.php:330
#: ../../mod/network.php:563 ../../mod/display.php:264
#: ../../mod/profile.php:455 ../../mod/search.php:124
msgid "View $name's profile"
msgstr "Voir le profil de $name"

#: ../../mod/network.php:295 ../../mod/search.php:131
#: ../../mod/network.php:318 ../../mod/network.php:336
#: ../../mod/network.php:346 ../../mod/search.php:140
#: ../../include/conversation.php:134 ../../include/conversation.php:132
#: ../../include/conversation.php:142
msgid "View in context"
msgstr "Voir dans le contexte"

#: ../../mod/network.php:329 ../../mod/display.php:149
#: ../../mod/profile.php:313 ../../mod/photos.php:962
#: ../../mod/network.php:395 ../../mod/profile.php:368
#: ../../mod/network.php:433 ../../mod/profile.php:370
#: ../../mod/network.php:443 ../../mod/profile.php:363
#: ../../include/conversation.php:232 ../../include/conversation.php:240
#: ../../include/conversation.php:250 ../../mod/photos.php:965
msgid "Private Message"
msgstr "Message privé"

#: ../../mod/network.php:373 ../../mod/display.php:156
#: ../../mod/profile.php:320 ../../mod/photos.php:1084
#: ../../mod/network.php:439 ../../mod/profile.php:375
#: ../../mod/network.php:477 ../../mod/profile.php:377
#: ../../mod/network.php:487 ../../mod/profile.php:370
#: ../../include/conversation.php:274 ../../include/conversation.php:288
#: ../../include/conversation.php:298 ../../mod/photos.php:1087
#, fuzzy
msgid "I like this (toggle)"
msgstr "I like this (bascule)"

#: ../../mod/network.php:374 ../../mod/display.php:157
#: ../../mod/profile.php:321 ../../mod/photos.php:1085
#: ../../mod/network.php:440 ../../mod/profile.php:376
#: ../../mod/network.php:478 ../../mod/profile.php:378
#: ../../mod/network.php:488 ../../mod/profile.php:371
#: ../../include/conversation.php:275 ../../include/conversation.php:289
#: ../../include/conversation.php:299 ../../mod/photos.php:1088
#, fuzzy
msgid "I don't like this (toggle)"
msgstr "I don't like this (bascule)"

#: ../../mod/network.php:389 ../../mod/display.php:171
#: ../../mod/profile.php:335 ../../mod/photos.php:1106
#: ../../mod/photos.php:1146 ../../mod/photos.php:1175
#: ../../mod/network.php:455 ../../mod/profile.php:390
#: ../../mod/network.php:493 ../../mod/profile.php:392
#: ../../mod/network.php:503 ../../mod/profile.php:385
#: ../../mod/photos.php:1148 ../../mod/photos.php:1177
#: ../../include/conversation.php:290 ../../include/conversation.php:304
#: ../../include/conversation.php:314 ../../mod/photos.php:1109
#: ../../mod/photos.php:1151 ../../mod/photos.php:1180
msgid "This is you"
msgstr "C'est vous"

#: ../../mod/network.php:397 ../../mod/display.php:222
#: ../../mod/profile.php:359 ../../mod/editpost.php:62
#: ../../mod/network.php:463 ../../mod/profile.php:414
#: ../../mod/network.php:501 ../../mod/profile.php:416
#: ../../mod/network.php:513 ../../mod/display.php:224
#: ../../mod/profile.php:411 ../../include/conversation.php:301
#: ../../include/conversation.php:315 ../../include/conversation.php:325
#: ../../include/group.php:168
#, fuzzy
msgid "Edit"
msgstr "Éditer"

#: ../../mod/network.php:398 ../../mod/display.php:238 ../../mod/group.php:137
#: ../../mod/profile.php:381 ../../mod/photos.php:1203
#: ../../mod/network.php:464 ../../mod/profile.php:436
#: ../../mod/network.php:502 ../../mod/profile.php:438
#: ../../mod/network.php:514 ../../mod/display.php:240 ../../mod/group.php:141
#: ../../mod/profile.php:433 ../../mod/photos.php:1205
#: ../../include/conversation.php:109 ../../include/conversation.php:302
#: ../../include/conversation.php:107 ../../include/conversation.php:317
#: ../../include/conversation.php:117 ../../include/conversation.php:327
#: ../../mod/group.php:146 ../../mod/photos.php:1208
#, fuzzy
msgid "Delete"
msgstr "Supprimer"

#: ../../mod/network.php:447 ../../mod/display.php:263
#: ../../mod/network.php:513 ../../mod/network.php:551
#: ../../mod/network.php:564 ../../mod/display.php:265
#, fuzzy
msgid "View $owner_name's profile"
msgstr "Voir le profil de $owner_name"

#: ../../mod/network.php:448 ../../mod/display.php:264
#: ../../mod/network.php:514 ../../mod/network.php:552
#: ../../mod/network.php:565 ../../mod/display.php:266
#: ../../include/conversation.php:363 ../../include/conversation.php:378
#: ../../include/conversation.php:388
#, fuzzy
msgid "to"
msgstr "à"

#: ../../mod/network.php:449 ../../mod/display.php:265
#: ../../mod/network.php:515 ../../mod/network.php:553
#: ../../mod/network.php:566 ../../mod/display.php:267
#: ../../include/conversation.php:364 ../../include/conversation.php:379
#: ../../include/conversation.php:389
#, fuzzy
msgid "Wall-to-Wall"
msgstr "Inter-mur"

#: ../../mod/network.php:450 ../../mod/display.php:266
#: ../../mod/network.php:516 ../../mod/network.php:554
#: ../../mod/network.php:567 ../../mod/display.php:268
#: ../../include/conversation.php:365 ../../include/conversation.php:380
#: ../../include/conversation.php:390
#, fuzzy
msgid "via Wall-To-Wall:"
msgstr "en Inter-mur:"

#: ../../mod/like.php:110 ../../mod/photos.php:469
#, fuzzy
msgid "photo"
msgstr "la photo"

#: ../../mod/like.php:110
#, fuzzy
msgid "status"
msgstr "le statut"

#: ../../mod/like.php:127
#, fuzzy, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s aime %3$s de %2$s"

#: ../../mod/like.php:129
#, fuzzy, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s n'aime pas %3$s de %2$s"

#: ../../mod/dfrn_confirm.php:114 ../../mod/contacts.php:209
#: ../../mod/contacts.php:214
msgid "Contact not found."
msgstr "Contact introuvable."

#: ../../mod/dfrn_confirm.php:231
msgid "Response from remote site was not understood."
msgstr "Réponse du site distant incomprise."

#: ../../mod/dfrn_confirm.php:240
msgid "Unexpected response from remote site: "
msgstr "Réponse inattendue du site distant: "

#: ../../mod/dfrn_confirm.php:248
msgid "Confirmation completed successfully."
msgstr "Confirmation achevée avec succès."

#: ../../mod/dfrn_confirm.php:250 ../../mod/dfrn_confirm.php:264
#: ../../mod/dfrn_confirm.php:271
msgid "Remote site reported: "
msgstr "Alerte du site distant: "

#: ../../mod/dfrn_confirm.php:262
msgid "Temporary failure. Please wait and try again."
msgstr "Échec temporaire. Merci de recommencer ultérieurement."

#: ../../mod/dfrn_confirm.php:269
msgid "Introduction failed or was revoked."
msgstr "Introduction échouée ou annulée."

#: ../../mod/dfrn_confirm.php:387
msgid "Unable to set contact photo."
msgstr "Impossible de définir la photo du contact."

#: ../../mod/dfrn_confirm.php:426
msgid "is now friends with"
msgstr "est désormais relié à"

#: ../../mod/dfrn_confirm.php:494 ../../mod/dfrn_confirm.php:499
#, fuzzy, php-format
msgid "No user record found for '%s' "
msgstr "Pas d'utilisateur trouvé pour '%s' "

#: ../../mod/dfrn_confirm.php:504 ../../mod/dfrn_confirm.php:509
msgid "Our site encryption key is apparently messed up."
msgstr "Notre clé de chiffrement de site est apparemment corrompue."

#: ../../mod/dfrn_confirm.php:515 ../../mod/dfrn_confirm.php:520
msgid "Empty site URL was provided or URL could not be decrypted by us."
msgstr "URL de site absente ou indéchiffrable."

#: ../../mod/dfrn_confirm.php:527 ../../mod/dfrn_confirm.php:532
msgid "Contact record was not found for you on our site."
msgstr "Pas d'entrée pour ce contact sur notre site."

#: ../../mod/dfrn_confirm.php:555 ../../mod/dfrn_confirm.php:560
msgid ""
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr ""
"L'identifiant fourni par votre système fait doublon sur le notre. Cela peut "
"fonctionner si vous réessayez."

#: ../../mod/dfrn_confirm.php:566 ../../mod/dfrn_confirm.php:571
msgid "Unable to set your contact credentials on our system."
msgstr "Impossible de vous définir des permissions sur notre système."

#: ../../mod/dfrn_confirm.php:619 ../../mod/dfrn_confirm.php:624
msgid "Unable to update your contact profile details on our system"
msgstr ""
"Impossible de mettre les détails de votre profil à jour sur notre système"

#: ../../mod/dfrn_confirm.php:648 ../../mod/dfrn_confirm.php:653
#, fuzzy, php-format
msgid "Connection accepted at %s"
msgstr "Connexion acceptée avec %s"

#: ../../mod/display.php:15 ../../mod/display.php:312 ../../mod/item.php:598
#: ../../mod/display.php:315 ../../mod/display.php:130
#: ../../mod/display.php:135 ../../mod/display.php:20
#: ../../mod/display.php:137
msgid "Item not found."
msgstr "Élément introuvable."

#: ../../mod/display.php:305 ../../mod/display.php:308
#: ../../mod/display.php:123 ../../mod/display.php:128
#: ../../mod/display.php:130
msgid "Item has been removed."
msgstr "Cet élément a été enlevé."

#: ../../mod/message.php:18
msgid "No recipient selected."
msgstr "Pas de destinataire sélectionné."

#: ../../mod/message.php:23
msgid "[no subject]"
msgstr "[pas de sujet]"

#: ../../mod/message.php:34
msgid "Unable to locate contact information."
msgstr "Impossible de localiser les informations du contact."

#: ../../mod/message.php:102
msgid "Message sent."
msgstr "Message envoyé."

#: ../../mod/message.php:105
msgid "Message could not be sent."
msgstr "Impossible d'envoyer le message."

#: ../../mod/message.php:126
msgid "Inbox"
msgstr "Messages entrants"

#: ../../mod/message.php:127
msgid "Outbox"
msgstr "Messages sortants"

#: ../../mod/message.php:128
msgid "New Message"
msgstr "Nouveau message"

#: ../../mod/message.php:142
msgid "Message deleted."
msgstr "Message supprimé."

#: ../../mod/message.php:158
msgid "Conversation removed."
msgstr "Conversation supprimée."

#: ../../mod/message.php:178 ../../mod/message.php:180
msgid "Send Private Message"
msgstr "Envoyer un message privé"

#: ../../mod/message.php:179 ../../mod/message.php:313
#: ../../mod/message.php:181 ../../mod/message.php:315
msgid "To:"
msgstr "À:"

#: ../../mod/message.php:180 ../../mod/message.php:314
#: ../../mod/message.php:182 ../../mod/message.php:316
msgid "Subject:"
msgstr "Sujet:"

#: ../../mod/message.php:183 ../../mod/message.php:317 ../../mod/invite.php:59
#: ../../mod/message.php:185 ../../mod/message.php:319
msgid "Your message:"
msgstr "Votre message:"

#: ../../mod/message.php:222 ../../mod/message.php:224
msgid "No messages."
msgstr "Aucun message."

#: ../../mod/message.php:235 ../../mod/message.php:237
msgid "Delete conversation"
msgstr "Effacer conversation"

#: ../../mod/message.php:265 ../../mod/message.php:267
msgid "Message not available."
msgstr "Message indisponible."

#: ../../mod/message.php:302 ../../mod/message.php:304
msgid "Delete message"
msgstr "Effacer message"

#: ../../mod/message.php:312 ../../mod/message.php:314
msgid "Send Reply"
msgstr "Répondre"

#: ../../mod/install.php:30 ../../mod/install.php:33
msgid "Could not create/connect to database."
msgstr "Impossible de créer/atteindre la base de données."

#: ../../mod/install.php:35 ../../mod/install.php:38
msgid "Connected to database."
msgstr "Connecté à la base de données."

#: ../../mod/install.php:66
msgid "Database import succeeded."
msgstr "Import de base achevé avec succès."

#: ../../mod/install.php:67 ../../mod/install.php:75
msgid ""
"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
msgstr ""
"IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le "
"'poller'."

#: ../../mod/install.php:68 ../../mod/install.php:75 ../../mod/install.php:175
#: ../../mod/install.php:76 ../../mod/install.php:86 ../../mod/install.php:189
#: ../../mod/install.php:199
msgid "Please see the file \"INSTALL.txt\"."
msgstr "Référez-vous au fichier \"INSTALL.txt\"."

#: ../../mod/install.php:73 ../../mod/install.php:84
msgid "Database import failed."
msgstr "Import de base échoué."

#: ../../mod/install.php:74 ../../mod/install.php:85
msgid ""
"You may need to import the file \"database.sql\" manually using phpmyadmin "
"or mysql."
msgstr ""
"Vous pourriez avoir besoin d'importer le fichier \"database.sql\" "
"manuellement au moyen de phpmyadmin ou de la commande mysql."

#: ../../mod/install.php:84 ../../mod/install.php:98
msgid "Welcome to Friendika."
msgstr "Bienvenue sur Friendika."

#: ../../mod/install.php:124 ../../mod/install.php:138
#: ../../mod/install.php:148
msgid "Could not find a command line version of PHP in the web server PATH."
msgstr ""
"Impossible de trouver la version \"ligne de commande\" de PHP dans le PATH "
"du serveur web."

#: ../../mod/install.php:125 ../../mod/install.php:139
#: ../../mod/install.php:149
msgid ""
"This is required. Please adjust the configuration file .htconfig.php "
"accordingly."
msgstr ""
"Ceci est requis. Merci d'ajuster la configuration dans le fichier .htconfig."
"php en conséquence."

#: ../../mod/install.php:132 ../../mod/install.php:146
#: ../../mod/install.php:156
msgid ""
"The command line version of PHP on your system does not have "
"\"register_argc_argv\" enabled."
msgstr ""
"La version \"ligne de commande\" de PHP de votre système n'a pas "
"\"register_argc_argv\" d'activé."

#: ../../mod/install.php:133 ../../mod/install.php:147
#: ../../mod/install.php:157
msgid "This is required for message delivery to work."
msgstr "Ceci est requis pour que la livraison des messages fonctionne."

#: ../../mod/install.php:155 ../../mod/install.php:169
#: ../../mod/install.php:179
msgid ""
"Error: the \"openssl_pkey_new\" function on this system is not able to "
"generate encryption keys"
msgstr ""
"Erreur: la fonction \"openssl_pkey_new\" de ce système ne permet pas de "
"générer des clés de chiffrement"

#: ../../mod/install.php:156 ../../mod/install.php:170
#: ../../mod/install.php:180
msgid ""
"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
"installation.php\"."
msgstr ""
"Si vous utilisez Windows, merci de vous réferer à \"http://www.php.net/"
"manual/en/openssl.installation.php\"."

#: ../../mod/install.php:165 ../../mod/install.php:179
#: ../../mod/install.php:189
msgid ""
"Error: Apache webserver mod-rewrite module is required but not installed."
msgstr ""
"Erreur: Le module \"rewrite\" du serveur web Apache est requis mais pas "
"installé."

#: ../../mod/install.php:167 ../../mod/install.php:181
#: ../../mod/install.php:191
msgid "Error: libCURL PHP module required but not installed."
msgstr "Erreur: Le module PHP \"libCURL\" est requis mais pas installé."

#: ../../mod/install.php:169 ../../mod/install.php:183
#: ../../mod/install.php:193
msgid ""
"Error: GD graphics PHP module with JPEG support required but not installed."
msgstr ""
"Erreur: Le module PHP \"GD\" disposant du support JPEG est requis mais pas "
"installé."

#: ../../mod/install.php:171 ../../mod/install.php:185
#: ../../mod/install.php:195
msgid "Error: openssl PHP module required but not installed."
msgstr "Erreur: Le module PHP \"openssl\" est requis mais pas installé."

#: ../../mod/install.php:173 ../../mod/install.php:187
#: ../../mod/install.php:197
msgid "Error: mysqli PHP module required but not installed."
msgstr "Erreur: Le module PHP \"mysqli\" est requis mais pas installé."

#: ../../mod/install.php:184 ../../mod/install.php:198
#: ../../mod/install.php:208
msgid ""
"The web installer needs to be able to create a file called \".htconfig.php\" "
"in the top folder of your web server and it is unable to do so."
msgstr ""
"L'installeur web doit être en mesure de créer un fichier \".htconfig.php\" à "
"la racine de votre serveur web, mais il en est incapable."

#: ../../mod/install.php:185 ../../mod/install.php:199
#: ../../mod/install.php:209
msgid ""
"This is most often a permission setting, as the web server may not be able "
"to write files in your folder - even if you can."
msgstr ""
"Le plus souvent, il s'agit d'un problème de permission. Le serveur web peut "
"ne pas être capable d'écrire dans votre répertoire - alors que vous-même le "
"pouvez."

#: ../../mod/install.php:186 ../../mod/install.php:200
#: ../../mod/install.php:210
msgid ""
"Please check with your site documentation or support people to see if this "
"situation can be corrected."
msgstr ""
"Merci de vérifier - avec la documentation ou le support de votre hébergement "
"- que la situation peut être corrigée."

#: ../../mod/install.php:187 ../../mod/install.php:201
#: ../../mod/install.php:211
msgid ""
"If not, you may be required to perform a manual installation. Please see the "
"file \"INSTALL.txt\" for instructions."
msgstr ""
"Dans le cas contraire, vous pouvez pratiquer une installation manuelle. "
"Référez-vous au fichier \"INSTALL.txt\" pour les instructions."

#: ../../mod/install.php:196 ../../mod/install.php:210
#: ../../mod/install.php:220
msgid ""
"The database configuration file \".htconfig.php\" could not be written. "
"Please use the enclosed text to create a configuration file in your web "
"server root."
msgstr ""
"Le fichier de configuration de la base (\".htconfig.php\") ne peut être "
"créé. Merci d'utiliser le texte ci-joint pour créer ce fichier à la racine "
"de votre hébergement."

#: ../../mod/install.php:211 ../../mod/install.php:225
#: ../../mod/install.php:235
msgid "Errors encountered creating database tables."
msgstr "Des erreurs ont été signalées lors de la création des tables."

#: ../../mod/settings.php:37 ../../mod/settings.php:38
msgid "Passwords do not match. Password unchanged."
msgstr "Les mots de passe ne correspondent pas. Aucun changement appliqué."

#: ../../mod/settings.php:42 ../../mod/settings.php:43
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Les mots de passe vides sont interdits. Aucun changement appliqué."

#: ../../mod/settings.php:53 ../../mod/settings.php:54
msgid "Password changed."
msgstr "Mots de passe changés."

#: ../../mod/settings.php:55 ../../mod/settings.php:56
msgid "Password update failed. Please try again."
msgstr "Le changement de mot de passe a échoué. Merci de recommencer."

#: ../../mod/settings.php:97 ../../mod/settings.php:98
msgid " Please use a shorter name."
msgstr " Merci d'utiliser un nom plus court."

#: ../../mod/settings.php:99 ../../mod/settings.php:100
msgid " Name too short."
msgstr " Nom trop court."

#: ../../mod/settings.php:105 ../../mod/settings.php:106
msgid " Not valid email."
msgstr " Email invalide."

#: ../../mod/settings.php:107 ../../mod/settings.php:108
msgid " Cannot change to that email."
msgstr " Impossible de changer pour cet email."

#: ../../mod/settings.php:165 ../../mod/settings.php:166
msgid "Settings updated."
msgstr "Réglages mis à jour."

#: ../../mod/settings.php:215 ../../mod/settings.php:216
#: ../../mod/settings.php:356
msgid "Plugin Settings"
msgstr "Réglages des extensions"

#: ../../mod/settings.php:216 ../../mod/settings.php:217
#: ../../mod/settings.php:355
msgid "Account Settings"
msgstr "Réglages du compte"

#: ../../mod/settings.php:222 ../../mod/settings.php:223
msgid "No Plugin settings configured"
msgstr "Pas de réglages d'extensions configurés"

#: ../../mod/settings.php:269 ../../mod/settings.php:270
#: ../../mod/settings.php:278
msgid "OpenID: "
msgstr "OpenID: "

#: ../../mod/settings.php:269 ../../mod/settings.php:270
#: ../../mod/settings.php:278
msgid "&nbsp;(Optional) Allow this OpenID to login to this account."
msgstr "&nbsp;(Facultatif) Autoriser cet OpenID à se connecter à ce compte."

#: ../../mod/settings.php:301 ../../mod/settings.php:302
#: ../../mod/settings.php:316
msgid "Profile is <strong>not published</strong>."
msgstr "Ce profil n'est <strong>pas publié</strong>."

#: ../../mod/settings.php:358 ../../mod/settings.php:363
#: ../../mod/settings.php:397
msgid "Default Post Permissions"
msgstr "Permissions par défaut sur les articles"

#: ../../mod/lostpass.php:38
#, fuzzy, php-format
msgid "Password reset requested at %s"
msgstr "Requête de réinitialisation de mot de passe à %s"

#: ../../mod/lockview.php:39
msgid "Remote privacy information not available."
msgstr "Informations de confidentialité indisponibles."

#: ../../mod/lockview.php:43
msgid "Visible to:"
msgstr "Visible par:"

#: ../../mod/home.php:23
#, fuzzy, php-format
msgid "Welcome to %s"
msgstr "Bienvenue sur %s"

#: ../../mod/item.php:37
msgid "Unable to locate original post."
msgstr "Impossible de localiser l'article original."

#: ../../mod/item.php:126
msgid "Empty post discarded."
msgstr "Article vide défaussé."

#: ../../mod/item.php:474
#, fuzzy, php-format
msgid "%s commented on your item at %s"
msgstr "%s a commenté votre publication : %s"

#: ../../mod/item.php:497
#, fuzzy, php-format
msgid "%s posted on your profile wall at %s"
msgstr "%s a posté sur votre mur : %s"

#: ../../mod/item.php:523
#, fuzzy
msgid "System error. Post not saved."
msgstr "Erreur système.Publication non sauvée."

#: ../../mod/item.php:541
#, fuzzy, php-format
msgid ""
"This message was sent to you by %s, a member of the Friendika social network."
msgstr ""
"The message vous a été envoyé par %s, un membre du réseau social Friendika."

#: ../../mod/item.php:543
#, fuzzy
msgid "You may visit them online at"
msgstr "Vous pouvez leur faire une visite sur"

#: ../../mod/item.php:545
#, fuzzy
msgid ""
"Please contact the sender by replying to this post if you do not wish to "
"receive these messages."
msgstr ""
"Merci de contacter l'émeteur en répondant à cette publication si vous ne "
"souhaitez pas recevoir ces messages."

#: ../../mod/item.php:547
#, fuzzy, php-format
msgid "%s posted an update."
msgstr "%s a publié une mise à jour."

#: ../../mod/group.php:27
msgid "Group created."
msgstr "Groupe créé."

#: ../../mod/group.php:33
msgid "Could not create group."
msgstr "Impossible de créer le groupe."

#: ../../mod/group.php:43 ../../mod/group.php:123 ../../mod/group.php:127
#: ../../mod/group.php:115
msgid "Group not found."
msgstr "Groupe introuvable."

#: ../../mod/group.php:56
msgid "Group name changed."
msgstr "Groupe renommé."

#: ../../mod/group.php:79
msgid "Membership list updated."
msgstr "Liste des membres mise à jour."

#: ../../mod/group.php:88 ../../index.php:250 ../../index.php:264
#: ../../mod/group.php:67 ../../mod/profperm.php:19
msgid "Permission denied"
msgstr "Permission refusée"

#: ../../mod/group.php:107 ../../mod/group.php:111 ../../mod/group.php:90
msgid "Group removed."
msgstr "Groupe enlevé."

#: ../../mod/group.php:109 ../../mod/group.php:113 ../../mod/group.php:92
#, fuzzy
msgid "Unable to remove group."
msgstr "Impossible d'enlever le groupe."

#: ../../mod/profile_photo.php:28
msgid "Image uploaded but image cropping failed."
msgstr "Image envoyée, mais impossible de la retailler."

#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68
#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:237
#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:243
#, fuzzy, php-format
msgid "Image size reduction [%s] failed."
msgstr "Réduction de la taille de l'image [%s] échouée."

#: ../../mod/profile_photo.php:95
msgid "Unable to process image"
msgstr "Impossible de traiter l'image"

#: ../../mod/profile_photo.php:228 ../../mod/profile_photo.php:230
#: ../../mod/profile_photo.php:234
#, fuzzy
msgid "Image uploaded successfully."
msgstr "Image téléversée avec succès."

#: ../../mod/directory.php:32
msgid "Global Directory"
msgstr "Annuaire global"

#: ../../mod/directory.php:38 ../../mod/contacts.php:310
#: ../../mod/contacts.php:315 ../../mod/contacts.php:323
msgid "Finding: "
msgstr "Trouvé: "

#: ../../mod/viewcontacts.php:17 ../../boot.php:2038 ../../boot.php:2039
#: ../../boot.php:2041 ../../boot.php:2049 ../../boot.php:2061
#: ../../boot.php:2051 ../../boot.php:1996
msgid "View Contacts"
msgstr "Voir les contacts"

#: ../../mod/viewcontacts.php:32
msgid "No contacts."
msgstr "Aucun contact."

#: ../../mod/viewcontacts.php:44 ../../mod/contacts.php:371
#: ../../mod/contacts.php:376 ../../mod/contacts.php:384
#, fuzzy
msgid "Visit $username's profile"
msgstr "Visiter le profil de %s"

#: ../../mod/profile.php:8 ../../boot.php:2210 ../../boot.php:2211
#: ../../mod/mprofile.php:8 ../../boot.php:2213 ../../boot.php:2221
#: ../../boot.php:2233 ../../boot.php:2248 ../../boot.php:2197
msgid "No profile"
msgstr "Aucun profil"

#: ../../mod/tagrm.php:41
msgid "Tag removed"
msgstr "Étiquette enlevée"

#: ../../mod/tagrm.php:79
msgid "Remove Item Tag"
msgstr "Enlever l'étiquette de l'élément"

#: ../../mod/tagrm.php:81
msgid "Select a tag to remove: "
msgstr "Choisir une étiquette à enlever: "

#: ../../mod/tagrm.php:93
msgid "Remove"
msgstr "Enlever"

#: ../../mod/regmod.php:10
msgid "Please login."
msgstr "Merci de vous connecter."

#: ../../mod/regmod.php:54
#, fuzzy, php-format
msgid "Registration revoked for %s"
msgstr "Inscription révoquée pour %s"

#: ../../mod/regmod.php:96
msgid "Account approved."
msgstr "Inscription validée."

#: ../../mod/invite.php:28
#, fuzzy, php-format
msgid "%s : Not a valid email address."
msgstr "%s : Adresse de courriel invalide."

#: ../../mod/invite.php:32
#, fuzzy, php-format
msgid "Please join my network on %s"
msgstr "Vous pouvez rejoindre mon réseau sur %s"

#: ../../mod/invite.php:38
#, fuzzy, php-format
msgid "%s : Message delivery failed."
msgstr "%s : L'envoi du message a échoué."

#: ../../mod/invite.php:42
#, php-format
msgid "%d message sent."
msgid_plural "%d messages sent."
msgstr[0] "%d message envoyé."
msgstr[1] "%d messages envoyés."

#: ../../mod/invite.php:57
msgid "Send invitations"
msgstr "Envoyer des invitations"

#: ../../mod/invite.php:58
msgid "Enter email addresses, one per line:"
msgstr "Entrez les adresses email, une par ligne:"

#: ../../mod/invite.php:60
#, fuzzy, php-format
msgid "Please join my social network on %s"
msgstr "Vous pouvez rejoindre mon réseau social sur %s"

#: ../../mod/invite.php:61
msgid "To accept this invitation, please visit:"
msgstr "Pour accepter cette invitation, rendez vous sur:"

#: ../../mod/invite.php:62
msgid ""
"Once you have registered, please connect with me via my profile page at:"
msgstr "Une fois inscrit, connectez-vous à la page de mon profil sur:"

#: ../../mod/manage.php:37
#, fuzzy, php-format
msgid "Welcome back %s"
msgstr "Bon retour parmi nous, %s"

#: ../../mod/manage.php:87
#, fuzzy
msgid "Manage Identities and/or Pages"
msgstr "Gérer les identités et/ou les pages"

#: ../../mod/manage.php:90
#, fuzzy
msgid ""
"(Toggle between different identities or community/group pages which share "
"your account details.)"
msgstr ""
"(Bascule entre les différentes identités ou pages qui se partagent votre "
"compte.)"

#: ../../mod/manage.php:92
#, fuzzy
msgid "Select an identity to manage: "
msgstr "Choisir une identité à gérer: "

#: ../../mod/dfrn_notify.php:179 ../../mod/dfrn_notify.php:191
#, fuzzy
msgid "noreply"
msgstr "noreply"

#: ../../mod/dfrn_notify.php:237 ../../mod/dfrn_notify.php:249
msgid "New mail received at "
msgstr "Nouvel email reçu à "

#: ../../mod/dfrn_notify.php:388 ../../mod/dfrn_notify.php:474
#: ../../mod/dfrn_notify.php:391 ../../mod/dfrn_notify.php:477
#: ../../mod/dfrn_notify.php:403 ../../mod/dfrn_notify.php:489
#, fuzzy, php-format
msgid "%s commented on an item at %s"
msgstr "%s a commanté sur une publication : %s"

#: ../../mod/dfrn_poll.php:78 ../../mod/dfrn_poll.php:392
#: ../../mod/dfrn_poll.php:77 ../../mod/dfrn_poll.php:391
#: ../../mod/dfrn_poll.php:483 ../../mod/dfrn_poll.php:79
#: ../../mod/dfrn_poll.php:504
#, fuzzy, php-format
msgid "%s welcomes %s"
msgstr "%s accueille %s"

#: ../../mod/dfrn_request.php:92
msgid "This introduction has already been accepted."
msgstr "Cette introduction a déjà été acceptée."

#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:347
msgid "Profile location is not valid or does not contain profile information."
msgstr ""
"L'emplacement du profil est invalide ou ne contient pas de profil valide."

#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:352
msgid "Warning: profile location has no identifiable owner name."
msgstr "Attention: l'emplacement du profil n'a pas de nom identifiable."

#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:354
msgid "Warning: profile location has no profile photo."
msgstr "Attention: l'emplacement du profil n'a pas de photo de profil."

#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:357
#, php-format
msgid "%d required parameter was not found at the given location"
msgid_plural "%d required parameters were not found at the given location"
msgstr[0] "%d paramètre requis n'a pas été trouvé à l'endroit indiqué"
msgstr[1] "%d paramètres requis n'ont pas été trouvés à l'endroit indiqué"

#: ../../mod/dfrn_request.php:164
msgid "Introduction complete."
msgstr "Phase de présentation achevée."

#: ../../mod/dfrn_request.php:188
msgid "Unrecoverable protocol error."
msgstr "Erreur de protocole non-récupérable."

#: ../../mod/dfrn_request.php:216
msgid "Profile unavailable."
msgstr "Profil indisponible."

#: ../../mod/dfrn_request.php:241
#, fuzzy, php-format
msgid "%s has received too many connection requests today."
msgstr "%s a reçu trop de demande d'introduction de votre part aujourd'hui."

#: ../../mod/dfrn_request.php:242
msgid "Spam protection measures have been invoked."
msgstr "Des mesures de protection contre le spam ont été déclenchées."

#: ../../mod/dfrn_request.php:243
msgid "Friends are advised to please try again in 24 hours."
msgstr "Les relations sont encouragées à attendre 24 heures pour recommencer."

#: ../../mod/dfrn_request.php:273
msgid "Invalid locator"
msgstr "Localisateur invalide"

#: ../../mod/dfrn_request.php:292
msgid "Unable to resolve your name at the provided location."
msgstr "Impossible de résoudre votre nom à l'emplacement fourni."

#: ../../mod/dfrn_request.php:305
msgid "You have already introduced yourself here."
msgstr "Vous vous êtes déjà présenté ici."

#: ../../mod/dfrn_request.php:309
#, fuzzy, php-format
msgid "Apparently you are already friends with %s."
msgstr "Il semblerait que vous soyez déjà ami avec %s."

#: ../../mod/dfrn_request.php:330
msgid "Invalid profile URL."
msgstr "URL de profil invalide."

#: ../../mod/dfrn_request.php:336
msgid "Disallowed profile URL."
msgstr "URL de profil interdite."

#: ../../mod/dfrn_request.php:402 ../../mod/contacts.php:85
#: ../../mod/contacts.php:90
msgid "Failed to update contact record."
msgstr "Échec de mise-à-jour du contact."

#: ../../mod/dfrn_request.php:423
msgid "Your introduction has been sent."
msgstr "Votre présentation a été envoyée."

#: ../../mod/dfrn_request.php:477
msgid "Please login to confirm introduction."
msgstr "Connectez-vous pour confirmer l'introduction."

#: ../../mod/dfrn_request.php:491
msgid ""
"Incorrect identity currently logged in. Please login to <strong>this</"
"strong> profile."
msgstr ""
"Identité incorrecte actuellement connectée. Merci de vous connecter à "
"<strong>ce</strong> profil."

#: ../../mod/dfrn_request.php:543 ../../mod/dfrn_request.php:545
#, fuzzy
msgid "Introduction received at "
msgstr "Introduction reçue sur "

#: ../../mod/dfrn_request.php:615 ../../mod/dfrn_request.php:617
msgid "Friend/Connection Request"
msgstr "Requête de relation/amitié"

#: ../../mod/dfrn_request.php:616 ../../mod/dfrn_request.php:618
msgid "Please answer the following:"
msgstr "Merci de répondre à ce qui suit:"

#: ../../mod/dfrn_request.php:617 ../../mod/dfrn_request.php:619
msgid "Does $name know you?"
msgstr "Est-ce que $name vous connaît?"

#: ../../mod/dfrn_request.php:620 ../../mod/dfrn_request.php:622
msgid "Add a personal note:"
msgstr "Ajouter une note personnelle:"

#: ../../mod/dfrn_request.php:621 ../../mod/dfrn_request.php:623
msgid ""
"Please enter your profile address from one of the following supported social "
"networks:"
msgstr ""
"Merci d'entrer l'adresse de votre profil sur l'une de ces réseaux sociaux:"

#: ../../mod/dfrn_request.php:622 ../../mod/dfrn_request.php:624
msgid "Friendika"
msgstr "Friendika"

#: ../../mod/dfrn_request.php:623 ../../mod/dfrn_request.php:625
msgid "StatusNet/Federated Social Web"
msgstr "StatusNet/Federated Social Web"

#: ../../mod/dfrn_request.php:624 ../../mod/dfrn_request.php:626
msgid "Private (secure) network"
msgstr "Réseau privé (sécurisé)"

#: ../../mod/dfrn_request.php:625 ../../mod/dfrn_request.php:627
msgid "Public (insecure) network"
msgstr "Réseau public (non-sécurisé)"

#: ../../mod/dfrn_request.php:626 ../../mod/dfrn_request.php:628
msgid "Your profile address:"
msgstr "Votre adresse de profil:"

#: ../../mod/dfrn_request.php:627 ../../mod/dfrn_request.php:629
msgid "Submit Request"
msgstr "Envoyer la requête"

#: ../../mod/follow.php:173 ../../mod/follow.php:186
msgid "The profile address specified does not provide adequate information."
msgstr ""
"L'adresse de profil indiquée ne fournit par les informations adéquates."

#: ../../mod/follow.php:179 ../../mod/follow.php:192
msgid ""
"Limited profile. This person will be unable to receive direct/personal "
"notifications from you."
msgstr ""
"Profil limité. Cette personne ne sera pas capable de recevoir des "
"notifications directes/personnelles de votre part."

#: ../../mod/follow.php:230 ../../mod/follow.php:243 ../../mod/follow.php:247
msgid "Unable to retrieve contact information."
msgstr "Impossible de récupérer les informations du contact."

#: ../../mod/follow.php:276 ../../mod/follow.php:289 ../../mod/follow.php:293
msgid "following"
msgstr "following"

#: ../../mod/photos.php:30
msgid "Photo Albums"
msgstr "Albums photo"

#: ../../mod/photos.php:95
msgid "Contact information unavailable"
msgstr "Informations de contact indisponibles"

#: ../../mod/photos.php:116
msgid "Album not found."
msgstr "Album introuvable."

#: ../../mod/photos.php:134 ../../mod/photos.php:859 ../../mod/photos.php:863
msgid "Delete Album"
msgstr "Effacer l'album"

#: ../../mod/photos.php:197 ../../mod/photos.php:1067
#: ../../mod/photos.php:1070
msgid "Delete Photo"
msgstr "Effacer la photo"

#: ../../mod/photos.php:469
msgid "was tagged in a"
msgstr "a été identifié dans"

#: ../../mod/photos.php:469
msgid "by"
msgstr "par"

#: ../../mod/photos.php:661 ../../mod/photos.php:665
msgid "No photos selected"
msgstr "Aucune photo sélectionnée"

#: ../../mod/photos.php:808 ../../mod/photos.php:812
#, fuzzy
msgid "Upload Photos"
msgstr "Téléverser des photos"

#: ../../mod/photos.php:811 ../../mod/photos.php:854 ../../mod/photos.php:815
#: ../../mod/photos.php:858
msgid "New album name: "
msgstr "Nom du nouvel album: "

#: ../../mod/photos.php:812 ../../mod/photos.php:816
msgid "or existing album name: "
msgstr "ou nom d'un album existant: "

#: ../../mod/photos.php:814 ../../mod/photos.php:1062 ../../mod/photos.php:818
#: ../../mod/photos.php:1065
msgid "Permissions"
msgstr "Permissions"

#: ../../mod/photos.php:869 ../../mod/photos.php:873
msgid "Edit Album"
msgstr "Éditer l'album"

#: ../../mod/photos.php:879 ../../mod/photos.php:1263
#: ../../mod/photos.php:1265 ../../mod/photos.php:1264
#: ../../mod/photos.php:883 ../../mod/photos.php:1267
msgid "View Photo"
msgstr "Voir la photo"

#: ../../mod/photos.php:909 ../../mod/photos.php:912
msgid "Photo not available"
msgstr "Photo indisponible"

#: ../../mod/photos.php:956 ../../mod/photos.php:959
msgid "Edit photo"
msgstr "Éditer la photo"

#: ../../mod/photos.php:958 ../../mod/photos.php:961
#, fuzzy
msgid "Use as profile photo"
msgstr "Utiliser comme photo de profil"

#: ../../mod/photos.php:969 ../../mod/photos.php:972
#, fuzzy
msgid "<< Prev"
msgstr "<< Précédent"

#: ../../mod/photos.php:973 ../../mod/photos.php:976
msgid "View Full Size"
msgstr "Voir en taille réelle"

#: ../../mod/photos.php:977 ../../mod/photos.php:980
#, fuzzy
msgid "Next >>"
msgstr "Suivant >>"

#: ../../mod/photos.php:1036 ../../mod/photos.php:1039
msgid "Tags: "
msgstr "Étiquettes: "

#: ../../mod/photos.php:1046 ../../mod/photos.php:1049
msgid "[Remove any tag]"
msgstr "[Retirer toutes les étiquettes]"

#: ../../mod/photos.php:1055 ../../mod/photos.php:1058
msgid "New album name"
msgstr "Nom du nouvel album"

#: ../../mod/photos.php:1058 ../../mod/photos.php:1061
msgid "Caption"
msgstr "Titre"

#: ../../mod/photos.php:1060 ../../mod/photos.php:1063
msgid "Add a Tag"
msgstr "Ajouter une étiquette"

#: ../../mod/photos.php:1064 ../../mod/photos.php:1067
msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr ""
"Exemples: @bob, @Barbara_Jensen, @jim@example.com, #Californie, #vacances"

#: ../../mod/photos.php:1249 ../../mod/photos.php:1251
#: ../../mod/photos.php:1254
msgid "Recent Photos"
msgstr "Photos récentes"

#: ../../mod/photos.php:1253 ../../mod/photos.php:1255
#: ../../mod/photos.php:1258
#, fuzzy
msgid "Upload New Photos"
msgstr "Téléverser de nouvelles photos"

#: ../../mod/photos.php:1269 ../../mod/photos.php:1271
#: ../../mod/photos.php:1268
msgid "View Album"
msgstr "Voir l'album"

#: ../../mod/notifications.php:28
msgid "Invalid request identifier."
msgstr "Identifiant de demande invalide."

#: ../../mod/notifications.php:31 ../../mod/notifications.php:134
#: ../../mod/notifications.php:133
msgid "Discard"
msgstr "Défausser"

#: ../../mod/notifications.php:41 ../../mod/notifications.php:133
#: ../../mod/notifications.php:132
msgid "Ignore"
msgstr "Ignorer"

#: ../../mod/notifications.php:72
msgid "Show Ignored Requests"
msgstr "Voir les demandes ignorées"

#: ../../mod/notifications.php:72
msgid "Hide Ignored Requests"
msgstr "Cacher les demandes ignorées"

#: ../../mod/notifications.php:105 ../../mod/notifications.php:104
msgid "Claims to be known to you: "
msgstr "Prétend que vous le connaissez: "

#: ../../mod/notifications.php:105 ../../mod/notifications.php:104
msgid "yes"
msgstr "oui"

#: ../../mod/notifications.php:105 ../../mod/notifications.php:104
msgid "no"
msgstr "non"

#: ../../mod/notifications.php:111 ../../mod/notifications.php:110
msgid "Approve as: "
msgstr "Approuver en tant que: "

#: ../../mod/notifications.php:112 ../../mod/notifications.php:111
msgid "Friend"
msgstr "Ami"

#: ../../mod/notifications.php:113 ../../mod/notifications.php:112
msgid "Fan/Admirer"
msgstr "Fan/Admirateur"

#: ../../mod/notifications.php:120 ../../mod/notifications.php:119
msgid "Notification type: "
msgstr "Type de notification: "

#: ../../mod/notifications.php:121 ../../mod/notifications.php:120
msgid "Friend/Connect Request"
msgstr "Demande de connexion/relation"

#: ../../mod/notifications.php:121 ../../mod/notifications.php:120
msgid "New Follower"
msgstr "Nouvel abonné"

#: ../../mod/notifications.php:131 ../../mod/notifications.php:130
#: ../../mod/notifications.php:153
msgid "Approve"
msgstr "Approuver"

#: ../../mod/notifications.php:140 ../../mod/notifications.php:139
msgid "No notifications."
msgstr "Pas de notification."

#: ../../mod/notifications.php:164 ../../mod/notifications.php:163
#: ../../mod/notifications.php:159
msgid "No registrations."
msgstr "Pas d'inscriptions."

#: ../../mod/contacts.php:12
msgid "Invite Friends"
msgstr "Inviter des amis"

#: ../../mod/contacts.php:16 ../../mod/contacts.php:19
#, fuzzy
msgid "Connect/Follow"
msgstr "Connecter/Suivre"

#: ../../mod/contacts.php:17 ../../mod/contacts.php:20
msgid "Example: bob@example.com, http://example.com/barbara"
msgstr "Exemple: bob@example.com, http://example.com/barbara"

#: ../../mod/contacts.php:18 ../../mod/contacts.php:21
msgid "Follow"
msgstr "Suivre"

#: ../../mod/contacts.php:38 ../../mod/contacts.php:119
#: ../../mod/contacts.php:43 ../../mod/contacts.php:124
msgid "Could not access contact record."
msgstr "Impossible d'accéder à l'enregistrement du contact."

#: ../../mod/contacts.php:52 ../../mod/contacts.php:57
msgid "Could not locate selected profile."
msgstr "Impossible de localiser le profil séléctionné."

#: ../../mod/contacts.php:83 ../../mod/contacts.php:88
msgid "Contact updated."
msgstr "Contact mis-à-jour."

#: ../../mod/contacts.php:141 ../../mod/contacts.php:146
msgid "Contact has been blocked"
msgstr "Le contact a été bloqué"

#: ../../mod/contacts.php:141 ../../mod/contacts.php:146
msgid "Contact has been unblocked"
msgstr "Le contact n'est plus bloqué"

#: ../../mod/contacts.php:155 ../../mod/contacts.php:160
#, fuzzy
msgid "Contact has been ignored"
msgstr "Le contact a été ignoré"

#: ../../mod/contacts.php:155 ../../mod/contacts.php:160
#, fuzzy
msgid "Contact has been unignored"
msgstr "Le contact n'est plus ignoré"

#: ../../mod/contacts.php:176 ../../mod/contacts.php:181
msgid "stopped following"
msgstr "retiré de la liste de suivi"

#: ../../mod/contacts.php:195 ../../mod/contacts.php:200
msgid "Contact has been removed."
msgstr "Ce contact a été retiré."

#: ../../mod/contacts.php:223 ../../mod/contacts.php:347
#: ../../mod/contacts.php:228 ../../mod/contacts.php:352
#: ../../mod/contacts.php:360
msgid "Mutual Friendship"
msgstr "Relation réciproque"

#: ../../mod/contacts.php:227 ../../mod/contacts.php:351
#: ../../mod/contacts.php:232 ../../mod/contacts.php:356
#: ../../mod/contacts.php:364
msgid "is a fan of yours"
msgstr "est un fan de vous"

#: ../../mod/contacts.php:232 ../../mod/contacts.php:355
#: ../../mod/contacts.php:237 ../../mod/contacts.php:360
#: ../../mod/contacts.php:368
msgid "you are a fan of"
msgstr "vous êtes un fan de"

#: ../../mod/contacts.php:247 ../../mod/contacts.php:252
#, fuzzy
msgid "Privacy Unavailable"
msgstr "Protection de la vie privée indisponible"

#: ../../mod/contacts.php:248 ../../mod/contacts.php:253
#, fuzzy
msgid "Private communications are not available for this contact."
msgstr "Les communications privées ne sont pas disponibles pour ce contact."

#: ../../mod/contacts.php:251 ../../mod/contacts.php:256
msgid "Never"
msgstr "Jamais"

#: ../../mod/contacts.php:255 ../../mod/contacts.php:260
#, fuzzy
msgid "(Update was successful)"
msgstr "(Mise à jour effectuée avec succès)"

#: ../../mod/contacts.php:255 ../../mod/contacts.php:260
#, fuzzy
msgid "(Update was not successful)"
msgstr "(Mise à jour échouée)"

#: ../../mod/contacts.php:258 ../../mod/contacts.php:263
msgid "Contact Editor"
msgstr "Éditeur de contact"

#: ../../mod/contacts.php:259 ../../mod/contacts.php:264
#: ../../mod/contacts.php:272
msgid "Visit $name's profile"
msgstr "Visiter le profil de $name"

#: ../../mod/contacts.php:260 ../../mod/contacts.php:265
#: ../../mod/contacts.php:273
msgid "Block/Unblock contact"
msgstr "Bloquer/débloquer ce contact"

#: ../../mod/contacts.php:261 ../../mod/contacts.php:266
#: ../../mod/contacts.php:274
msgid "Ignore contact"
msgstr "Ignorer ce contact"

#: ../../mod/contacts.php:262 ../../mod/contacts.php:267
#: ../../mod/contacts.php:275
msgid "Delete contact"
msgstr "Effacer ce contact"

#: ../../mod/contacts.php:264 ../../mod/contacts.php:269
#: ../../mod/contacts.php:277
msgid "Last updated: "
msgstr "Dernière mise-à-jour: "

#: ../../mod/contacts.php:265 ../../mod/contacts.php:270
#: ../../mod/contacts.php:278
msgid "Update public posts: "
msgstr "Met ses entrées publiques à jour: "

#: ../../mod/contacts.php:267 ../../mod/contacts.php:272
#: ../../mod/contacts.php:280
#, fuzzy
msgid "Update now"
msgstr "Mettre-à-jour immédiatement"

#: ../../mod/contacts.php:270 ../../mod/contacts.php:275
#: ../../mod/contacts.php:283
msgid "Unblock this contact"
msgstr "Débloquer ce contact"

#: ../../mod/contacts.php:270 ../../mod/contacts.php:275
#: ../../mod/contacts.php:283
msgid "Block this contact"
msgstr "Bloquer ce contact"

#: ../../mod/contacts.php:271 ../../mod/contacts.php:276
#: ../../mod/contacts.php:284
msgid "Unignore this contact"
msgstr "Cesser d'ignorer ce contact"

#: ../../mod/contacts.php:271 ../../mod/contacts.php:276
#: ../../mod/contacts.php:284
msgid "Ignore this contact"
msgstr "Ignorer ce contact"

#: ../../mod/contacts.php:274 ../../mod/contacts.php:279
#: ../../mod/contacts.php:287
msgid "Currently blocked"
msgstr "Actuellement bloqué"

#: ../../mod/contacts.php:275 ../../mod/contacts.php:280
#: ../../mod/contacts.php:288
msgid "Currently ignored"
msgstr "Actuellement ignoré"

#: ../../mod/contacts.php:308 ../../mod/contacts.php:313
#: ../../mod/contacts.php:321
msgid "Show Blocked Connections"
msgstr "Montrer les connexions bloquées"

#: ../../mod/contacts.php:308 ../../mod/contacts.php:313
#: ../../mod/contacts.php:321
msgid "Hide Blocked Connections"
msgstr "Cacher les connexion bloquées"

#: ../../mod/contacts.php:311 ../../mod/contacts.php:316
#: ../../mod/directory.php:40 ../../mod/contacts.php:324
msgid "Find"
msgstr "Trouver"

#: ../../mod/contacts.php:372 ../../mod/contacts.php:377
#: ../../mod/contacts.php:385 ../../boot.php:2737 ../../boot.php:2749
#: ../../boot.php:2764 ../../include/conversation.php:520
msgid "Edit contact"
msgstr "Éditer le contact"

#: ../../mod/search.php:54 ../../mod/search.php:62 ../../mod/search.php:64
#, fuzzy
msgid "No results."
msgstr "Aucun résultat."

#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
#, fuzzy
msgid "Item not found"
msgstr "Élément introuvable"

#: ../../mod/editpost.php:32
#, fuzzy
msgid "Edit post"
msgstr "Éditer la publication"

#: ../../mod/removeme.php:42 ../../mod/removeme.php:45
#, fuzzy
msgid "Remove My Account"
msgstr "Supprimer mon compte"

#: ../../mod/removeme.php:43
#, fuzzy
msgid ""
"This will completely remove your account. Once this has been done it is not "
"recoverable."
msgstr ""
"Ceci supprimera totalement votre compte. Cette opération est irréversible."

#: ../../mod/removeme.php:44
#, fuzzy
msgid "Please enter your password for verification:"
msgstr "Merci de saisir votre mot de passe pour vérification:"

#: ../../boot.php:808 ../../boot.php:810 ../../boot.php:813 ../../boot.php:825
#: ../../boot.php:826
#, fuzzy
msgid "Create a New Account"
msgstr "Créer un nouveau compte"

#: ../../boot.php:815 ../../boot.php:817 ../../boot.php:820 ../../boot.php:832
#: ../../boot.php:833
#, fuzzy
msgid "Nickname or Email address: "
msgstr "Pseudo ou courriel: "

#: ../../boot.php:816 ../../boot.php:818 ../../boot.php:821 ../../boot.php:833
#: ../../boot.php:834
msgid "Password: "
msgstr "Mot de passe: "

#: ../../boot.php:821 ../../boot.php:823 ../../boot.php:826 ../../boot.php:838
#: ../../boot.php:839
#, fuzzy
msgid "Nickname/Email/OpenID: "
msgstr "Pseudo/Courriel/OpenID: "

#: ../../boot.php:822 ../../boot.php:824 ../../boot.php:827 ../../boot.php:839
#: ../../boot.php:840
msgid "Password (if not OpenID): "
msgstr "Mot de passe (sauf pour OpenID): "

#: ../../boot.php:825 ../../boot.php:827 ../../boot.php:830 ../../boot.php:842
#: ../../boot.php:843
msgid "Forgot your password?"
msgstr "Mot de passe oublié?"

#: ../../boot.php:826 ../../boot.php:828 ../../mod/lostpass.php:74
#: ../../boot.php:831 ../../boot.php:843 ../../boot.php:844
msgid "Password Reset"
msgstr "Réinitialiser le mot de passe"

#: ../../boot.php:1077 ../../boot.php:1078 ../../boot.php:1080
#: ../../boot.php:1083 ../../boot.php:1095 ../../boot.php:1096
#, fuzzy
msgid "prev"
msgstr "précédent"

#: ../../boot.php:1079 ../../boot.php:1080 ../../boot.php:1082
#: ../../boot.php:1085 ../../boot.php:1097 ../../boot.php:1098
#, fuzzy
msgid "first"
msgstr "premier"

#: ../../boot.php:1108 ../../boot.php:1109 ../../boot.php:1111
#: ../../boot.php:1114 ../../boot.php:1126 ../../boot.php:1127
#, fuzzy
msgid "last"
msgstr "dernier"

#: ../../boot.php:1111 ../../boot.php:1112 ../../boot.php:1114
#: ../../boot.php:1117 ../../boot.php:1129 ../../boot.php:1130
#, fuzzy
msgid "next"
msgstr "suivant"

#: ../../boot.php:1837 ../../boot.php:1838 ../../boot.php:1840
#: ../../boot.php:1848 ../../boot.php:1860 ../../boot.php:1861
#: ../../include/conversation.php:571
#, fuzzy, php-format
msgid "%s likes this."
msgstr "%s aime ça."

#: ../../boot.php:1837 ../../boot.php:1838 ../../boot.php:1840
#: ../../boot.php:1848 ../../boot.php:1860 ../../boot.php:1861
#: ../../include/conversation.php:571
#, fuzzy, php-format
msgid "%s doesn't like this."
msgstr "%s n'aime pas ça."

#: ../../boot.php:1841 ../../boot.php:1842 ../../boot.php:1844
#: ../../boot.php:1852 ../../boot.php:1864 ../../boot.php:1865
#: ../../include/conversation.php:575
#, fuzzy, php-format
msgid "<span  %1$s>%2$d people</span> like this."
msgstr "<span  %1$s>%2$d personnes</span> aiment ça."

#: ../../boot.php:1843 ../../boot.php:1844 ../../boot.php:1846
#: ../../boot.php:1854 ../../boot.php:1866 ../../boot.php:1867
#: ../../include/conversation.php:577
#, fuzzy, php-format
msgid "<span  %1$s>%2$d people</span> don't like this."
msgstr "<span  %1$s>%2$d personnes</span> ,n'aiment pas ça."

#: ../../boot.php:1849 ../../boot.php:1850 ../../boot.php:1852
#: ../../boot.php:1860 ../../boot.php:1872 ../../boot.php:1873
#: ../../include/conversation.php:583
msgid "and"
msgstr "et"

#: ../../boot.php:1852 ../../boot.php:1853 ../../boot.php:1855
#: ../../boot.php:1863 ../../boot.php:1875 ../../boot.php:1876
#: ../../include/conversation.php:586
#, fuzzy, php-format
msgid ", and %d other people"
msgstr ", et %d autres personnes"

#: ../../boot.php:1853 ../../boot.php:1854 ../../boot.php:1856
#: ../../boot.php:1864 ../../boot.php:1876 ../../boot.php:1877
#: ../../include/conversation.php:587
#, fuzzy, php-format
msgid "%s like this."
msgstr "%s aiment ça."

#: ../../boot.php:1853 ../../boot.php:1854 ../../boot.php:1856
#: ../../boot.php:1864 ../../boot.php:1876 ../../boot.php:1877
#: ../../include/conversation.php:587
#, fuzzy, php-format
msgid "%s don't like this."
msgstr "%s n'aiment pas ça."

#: ../../boot.php:2014 ../../boot.php:2015 ../../boot.php:2017
#: ../../boot.php:2025 ../../boot.php:2037 ../../boot.php:2038
#: ../../boot.php:1983
msgid "No contacts"
msgstr "Aucun contact"

#: ../../boot.php:2267 ../../boot.php:2268 ../../boot.php:2270
#: ../../boot.php:2278 ../../boot.php:2290 ../../boot.php:2305
#: ../../boot.php:2254
msgid "Connect"
msgstr "Relier"

#: ../../boot.php:2277 ../../boot.php:2278 ../../boot.php:2280
#: ../../boot.php:2288 ../../boot.php:2300 ../../boot.php:2315
#: ../../boot.php:2264
msgid "Location:"
msgstr "Localisation:"

#: ../../boot.php:2281 ../../boot.php:2282 ../../boot.php:2284
#: ../../boot.php:2292 ../../boot.php:2304 ../../boot.php:2319
#: ../../boot.php:2268
msgid ", "
msgstr ", "

#: ../../boot.php:2289 ../../boot.php:2290 ../../boot.php:2292
#: ../../include/profile_advanced.php:23 ../../boot.php:2300
#: ../../boot.php:2312 ../../boot.php:2327 ../../boot.php:2276
msgid "Gender:"
msgstr "Genre:"

#: ../../boot.php:2293 ../../boot.php:2294 ../../boot.php:2296
#: ../../boot.php:2304 ../../boot.php:2316 ../../boot.php:2331
#: ../../boot.php:2280
msgid "Status:"
msgstr "Statut:"

#: ../../boot.php:2295 ../../boot.php:2296 ../../boot.php:2298
#: ../../include/profile_advanced.php:103 ../../boot.php:2306
#: ../../boot.php:2318 ../../boot.php:2333 ../../boot.php:2282
msgid "Homepage:"
msgstr "Page personnelle:"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Monday"
msgstr "Lundi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Tuesday"
msgstr "Mardi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Wednesday"
msgstr "Mercredi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Thursday"
msgstr "Jeudi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Friday"
msgstr "Vendredi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Saturday"
msgstr "Samedi"

#: ../../boot.php:2386 ../../boot.php:2387 ../../boot.php:2389
#: ../../boot.php:2397 ../../boot.php:2409 ../../boot.php:2424
#: ../../boot.php:2373
msgid "Sunday"
msgstr "Dimanche"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "January"
msgstr "Janvier"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "February"
msgstr "Février"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "March"
msgstr "Mars"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "April"
msgstr "Avril"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "May"
msgstr "Mai"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "June"
msgstr "Juin"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "July"
msgstr "Juillet"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "August"
msgstr "Août"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "September"
msgstr "Septembre"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "October"
msgstr "Octobre"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "November"
msgstr "Novembre"

#: ../../boot.php:2390 ../../boot.php:2391 ../../boot.php:2393
#: ../../boot.php:2401 ../../boot.php:2413 ../../boot.php:2428
#: ../../boot.php:2377
msgid "December"
msgstr "Décembre"

#: ../../boot.php:2424 ../../boot.php:2425 ../../boot.php:2427
#: ../../boot.php:2433 ../../boot.php:2445 ../../boot.php:2460
#: ../../boot.php:2409
#, fuzzy
msgid "Birthday Reminders"
msgstr "Rappels d'anniversaires"

#: ../../boot.php:2425 ../../boot.php:2426 ../../boot.php:2428
#: ../../boot.php:2434 ../../boot.php:2446 ../../boot.php:2461
#: ../../boot.php:2410
msgid "Birthdays this week:"
msgstr "Anniversaires cette semaine:"

#: ../../boot.php:2426 ../../boot.php:2427 ../../boot.php:2429
#: ../../boot.php:2435 ../../boot.php:2447 ../../boot.php:2462
#: ../../boot.php:2411
msgid "(Adjusted for local time)"
msgstr "(Ajustés pour le fuseau horaire local)"

#: ../../boot.php:2437 ../../boot.php:2438 ../../boot.php:2440
#: ../../boot.php:2446 ../../boot.php:2458 ../../boot.php:2473
#: ../../boot.php:2422
msgid "[today]"
msgstr "[aujourd'hui]"

#: ../../boot.php:2634 ../../boot.php:2635 ../../boot.php:2637
#: ../../boot.php:2643 ../../boot.php:2655 ../../boot.php:2670
#: ../../boot.php:2619
#, fuzzy
msgid "link to source"
msgstr "lien original"

#: ../../index.php:194 ../../index.php:208
msgid "Not Found"
msgstr "Non trouvé"

#: ../../index.php:195 ../../index.php:209
msgid "Page not found."
msgstr "Page introuvable."

#: ../../mod/friendika.php:12
msgid "This is Friendika version"
msgstr "Motorisé par Friendika version"

#: ../../mod/friendika.php:13
msgid "running at web location"
msgstr "hébergé sur"

#: ../../mod/friendika.php:15
msgid ""
"Shared content within the Friendika network is provided under the <a href="
"\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution "
"3.0 license</a>"
msgstr ""
"Les contenus partagés au sein du réseau Friendika le sont sous la licence <a "
"href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons "
"Attribution 3.0</a>"

#: ../../mod/friendika.php:17
msgid ""
"Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</"
"a> to learn more about the Friendika project."
msgstr ""
"Pour en savoir plus, vous pouvez nous rendre visite sur <a href=\"http://"
"project.friendika.com\">Project.Friendika.com</a>"

#: ../../mod/friendika.php:19
msgid "Bug reports and issues: please visit"
msgstr "Pour les rapports de bugs: rendez vous sur"

#: ../../mod/friendika.php:20
msgid ""
"Suggestions, praise, donations, etc. - please email \"Info\" at Friendika - "
"dot com"
msgstr ""
"Suggestions, remerciements, donations, etc. - écrivez à \"Info\" arob. "
"Friendika - point com"

#: ../../mod/friendika.php:25
msgid "Installed plugins/addons/apps"
msgstr "Extensions/greffons/applications installées"

#: ../../mod/friendika.php:33
msgid "No installed plugins/addons/apps"
msgstr "Aucune extension/greffon/application installée"

#: ../../mod/match.php:10
msgid "Profile Match"
msgstr "Correpondance de profils"

#: ../../mod/match.php:50
msgid "No matches"
msgstr "Aucune correspondance"

#: ../../mod/network.php:363 ../../mod/network.php:399
#: ../../mod/network.php:409 ../../include/conversation.php:198
#: ../../include/conversation.php:203 ../../include/conversation.php:213
msgid "See more posts like this"
msgstr "Davantage de publications similaires"

#: ../../mod/network.php:382 ../../mod/profile.php:357
#: ../../mod/network.php:418 ../../mod/profile.php:359
#: ../../mod/network.php:428 ../../mod/profile.php:352
#: ../../include/conversation.php:217 ../../include/conversation.php:227
#: ../../include/conversation.php:237
#, php-format
msgid "See all %d comments"
msgstr "Voir les %d commentaires"

#: ../../mod/install.php:72
msgid "Proceed with Installation"
msgstr "Commencer l'installation"

#: ../../mod/install.php:74
msgid "Your Friendika site database has been installed."
msgstr "La base de données de votre site Friendika a été installée."

#: ../../mod/install.php:78
msgid "Proceed to registration"
msgstr "Commencer l'inscription"

#: ../../mod/settings.php:345 ../../mod/settings.php:351
msgid "Export Personal Data"
msgstr "Exporter les données personnelles"

#: ../../mod/directory.php:92 ../../mod/directory.php:94
msgid "Gender: "
msgstr "Genre: "

#: ../../mod/directory.php:118 ../../mod/directory.php:120
msgid "No entries (some entries may be hidden)."
msgstr "Aucune entrée (certaines peuvent être cachées)."

#: ../../mod/profile.php:102 ../../mod/mprofile.php:101
#: ../../mod/profile.php:103
msgid "Status"
msgstr "Statut"

#: ../../mod/profile.php:103 ../../mod/mprofile.php:102
#: ../../include/profile_advanced.php:7 ../../mod/profile.php:104
#: ../../mod/profperm.php:94
msgid "Profile"
msgstr "Profil"

#: ../../mod/profile.php:104 ../../mod/mprofile.php:103
#: ../../mod/profile.php:105
msgid "Photos"
msgstr "Photos"

#: ../../mod/contacts.php:15
msgid "Find People With Shared Interests"
msgstr "Trouver des gens d'intérêts communs"

#: ../../boot.php:2023 ../../boot.php:2025 ../../boot.php:2033
#: ../../boot.php:2045 ../../boot.php:2046 ../../boot.php:1991
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
msgstr[0] "%d contact"
msgstr[1] "%d contacts"

#: ../../mod/oexchange.php:27
msgid "Post successful."
msgstr "Publication réussie."

#: ../../mod/network.php:74 ../../mod/profile.php:142 ../../mod/network.php:82
#: ../../mod/profile.php:135 ../../mod/network.php:80
#: ../../mod/profile.php:136
msgid "Enter a title for this item"
msgstr "Saisissez un titre pour cet élément"

#: ../../mod/network.php:105 ../../mod/profile.php:173
#: ../../mod/network.php:113 ../../mod/profile.php:166
#: ../../mod/network.php:111 ../../mod/profile.php:167
msgid "Set title"
msgstr "Définir un titre"

#: ../../mod/profile_photo.php:200 ../../mod/profile_photo.php:204
msgid "Crop Image"
msgstr "(Re)cadrer l'image"

#: ../../mod/profile_photo.php:201 ../../mod/profile_photo.php:205
msgid "Please adjust the image cropping for optimum viewing."
msgstr "Ajustez le cadre de l'image pour une visualisation optimale."

#: ../../mod/profile_photo.php:202 ../../mod/profile_photo.php:206
msgid "Done Editing"
msgstr "Édition terminée"

#: ../../mod/notifications.php:68
msgid "Pending Friend/Connect Notifications"
msgstr "Notifications de relation/amitié enattente"

#: ../../mod/notifications.php:143
msgid "User registrations waiting for confirm"
msgstr "Inscriptions d'utilisateurs en attente de confirmation"

#: ../../boot.php:359 ../../boot.php:371 ../../boot.php:372
msgid "Delete this item?"
msgstr "Effacer cet élément?"

#: ../../boot.php:360 ../../mod/network.php:505 ../../mod/display.php:173
#: ../../mod/profile.php:387 ../../mod/photos.php:1108
#: ../../include/conversation.php:292 ../../boot.php:372
#: ../../include/conversation.php:306 ../../boot.php:373
#: ../../include/conversation.php:316 ../../mod/photos.php:1111
msgid "Comment"
msgstr "Commenter"

#: ../../include/profile_advanced.php:10 ../../mod/settings.php:358
msgid "Full Name:"
msgstr "Nom complet:"

#: ../../include/profile_advanced.php:45
msgid "j F, Y"
msgstr "j F, Y"

#: ../../include/profile_advanced.php:46
msgid "j F"
msgstr "j F"

#: ../../include/profile_advanced.php:59
msgid "Age:"
msgstr "Age:"

#: ../../include/profile_advanced.php:70
msgid "<span class=\"heart\">&hearts;</span> Status:"
msgstr "<span class=\"heart\">&hearts;</span> Statut:"

#: ../../include/profile_advanced.php:90 ../../mod/profiles.php:388
msgid "Sexual Preference:"
msgstr "Préférence sexuelle:"

#: ../../include/profile_advanced.php:115 ../../mod/profiles.php:390
msgid "Political Views:"
msgstr "Opinions politiques:"

#: ../../include/profile_advanced.php:127
msgid "Religion:"
msgstr "Religion:"

#: ../../include/profile_advanced.php:138
#, fuzzy
msgid "About:"
msgstr "À propos:"

#: ../../include/profile_advanced.php:150
msgid "Hobbies/Interests:"
msgstr "Passe-temps/Centres d'intérêt:"

#: ../../include/profile_advanced.php:162
msgid "Contact information and Social Networks:"
msgstr "Coordonées/Réseaux sociaux:"

#: ../../include/profile_advanced.php:174
msgid "Musical interests:"
msgstr "Goûts musicaux:"

#: ../../include/profile_advanced.php:186
#, fuzzy
msgid "Books, literature:"
msgstr "Lectures:"

#: ../../include/profile_advanced.php:198
msgid "Television:"
msgstr "Télévision:"

#: ../../include/profile_advanced.php:210
#, fuzzy
msgid "Film/dance/culture/entertainment:"
msgstr "Cinéma/Danse/Culture/Divertissement:"

#: ../../include/profile_advanced.php:222
msgid "Love/Romance:"
msgstr "Amour/Romance:"

#: ../../include/profile_advanced.php:234
msgid "Work/employment:"
msgstr "Activité professionnelle/Occupation:"

#: ../../include/profile_advanced.php:246
#, fuzzy
msgid "School/education:"
msgstr "Études/Formation:"

#: ../../mod/profiles.php:354
msgid "Hide my contact/friend list from viewers of this profile?"
msgstr "Cacher ma liste d'amis/contacts des visiteurs de ce profil?"

#: ../../mod/profiles.php:369
#, fuzzy
msgid "Edit Profile Details"
msgstr "Éditer les détails du profil"

#: ../../mod/profiles.php:371
msgid "View this profile"
msgstr "Voir ce profil"

#: ../../mod/profiles.php:372
msgid "Create a new profile using these settings"
msgstr "Créer un nouveau profil en utilisant ces réglages"

#: ../../mod/profiles.php:373
msgid "Clone this profile"
msgstr "Cloner ce profil"

#: ../../mod/profiles.php:374
msgid "Delete this profile"
msgstr "Supprimer ce profil"

#: ../../mod/profiles.php:375
msgid "Profile Name:"
msgstr "Nom du profil:"

#: ../../mod/profiles.php:376
msgid "Your Full Name:"
msgstr "Votre nom complet:"

#: ../../mod/profiles.php:377
msgid "Title/Description:"
msgstr "Titre/Description:"

#: ../../mod/profiles.php:378
msgid "Your Gender:"
msgstr "Votre genre:"

#: ../../mod/profiles.php:379
msgid "Birthday (y/m/d):"
msgstr "Anniversaire (j/m/a):"

#: ../../mod/profiles.php:380
msgid "Street Address:"
msgstr "Adresse postale:"

#: ../../mod/profiles.php:381
msgid "Locality/City:"
msgstr "Ville/Localité:"

#: ../../mod/profiles.php:382
msgid "Postal/Zip Code:"
msgstr "Code postal:"

#: ../../mod/profiles.php:383
msgid "Country:"
msgstr "Pays:"

#: ../../mod/profiles.php:384
#, fuzzy
msgid "Region/State:"
msgstr "Région/État:"

#: ../../mod/profiles.php:385
msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
msgstr "<span class=\"heart\">&hearts;</span> Statut marital:"

#: ../../mod/profiles.php:386
msgid "Who: (if applicable)"
msgstr "Qui: (si pertinent)"

#: ../../mod/profiles.php:387
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Exemples: cathy123, Cathy Williams, cathy@example.com"

#: ../../mod/profiles.php:389
msgid "Homepage URL:"
msgstr "Page personnelle:"

#: ../../mod/profiles.php:391
msgid "Religious Views:"
msgstr "Opinions religieuses:"

#: ../../mod/profiles.php:392
msgid "Public Keywords:"
msgstr "Mots-clés publics:"

#: ../../mod/profiles.php:393
msgid "Private Keywords:"
msgstr "Mots-clés privés:"

#: ../../mod/profiles.php:394
msgid "Example: fishing photography software"
msgstr "Exemple: football dessin programmation"

#: ../../mod/profiles.php:395
#, fuzzy
msgid "(Used for suggesting potential friends, can be seen by others)"
msgstr ""
"(Utilisés pour vous suggérer des amis potentiels, peuvent être vus par "
"autrui)"

#: ../../mod/profiles.php:396
#, fuzzy
msgid "(Used for searching profiles, never shown to others)"
msgstr ""
"(Utilisés pour rechercher dans les profils, ne seront jamais montrés à "
"autrui)"

#: ../../mod/profiles.php:397
#, fuzzy
msgid "Tell us about yourself..."
msgstr "Parlez-nous de vous..."

#: ../../mod/profiles.php:398
#, fuzzy
msgid "Hobbies/Interests"
msgstr "Passe-temps/Centres d'intérêt"

#: ../../mod/profiles.php:399
#, fuzzy
msgid "Contact information and Social Networks"
msgstr "Coordonées/Réseaux sociaux"

#: ../../mod/profiles.php:400
#, fuzzy
msgid "Musical interests"
msgstr "Goûts musicaux"

#: ../../mod/profiles.php:401
#, fuzzy
msgid "Books, literature"
msgstr "Lectures"

#: ../../mod/profiles.php:402
#, fuzzy
msgid "Television"
msgstr "Télévision"

#: ../../mod/profiles.php:403
#, fuzzy
msgid "Film/dance/culture/entertainment"
msgstr "Cinéma/Danse/Culture/Divertissement"

#: ../../mod/profiles.php:404
#, fuzzy
msgid "Love/romance"
msgstr "Amour/Romance"

#: ../../mod/profiles.php:405
#, fuzzy
msgid "Work/employment"
msgstr "Activité professionnelle/Occupation"

#: ../../mod/profiles.php:406
#, fuzzy
msgid "School/education"
msgstr "Études/Formation"

#: ../../mod/profiles.php:457
#, fuzzy
msgid "Change profile photo"
msgstr "Changer de photo de profil"

#: ../../mod/profiles.php:458
#, fuzzy
msgid "Create New Profile"
msgstr "Créer un nouveau profil"

#: ../../mod/network.php:59 ../../mod/network.php:57
#, php-format
msgid "%d member"
msgid_plural "%d members"
msgstr[0] "%d membre"
msgstr[1] "%d membres"

#: ../../mod/network.php:60 ../../mod/network.php:58
#, fuzzy, php-format
msgid "Warning: This group contains %s from an insecure network."
msgstr ""
"Attention : ce groupe contient %s, qui se connecte depuis un réseau non-"
"sécurisé."

#: ../../mod/network.php:61 ../../mod/network.php:59
#, fuzzy
msgid "Private messages to this group are at risk of public disclosure."
msgstr ""
"Les messages privés envoyés à ce groupe s'exposent à une diffusion "
"incontrôlée."

#: ../../mod/message.php:240
#, fuzzy
msgid "D, d M Y - g:i A"
msgstr "D, d M Y - g:i A"

#: ../../mod/install.php:121
#, fuzzy
msgid "Friendika Social Network"
msgstr "Réseau social Friendika"

#: ../../mod/install.php:122
#, fuzzy
msgid "Installation"
msgstr "Installation"

#: ../../mod/install.php:123
#, fuzzy
msgid ""
"In order to install Friendika we need to know how to contact your database."
msgstr ""
"Pour installer Friendika, nous avons besoin de contacter votre base de "
"données."

#: ../../mod/install.php:124
#, fuzzy
msgid ""
"Please contact your hosting provider or site administrator if you have "
"questions about these settings."
msgstr ""
"Merci de vous tourner vers votre hébergeur et/ou administrateur pour toute "
"question concernant ces réglages."

#: ../../mod/install.php:125
#, fuzzy
msgid ""
"The database you specify below must already exist. If it does not, please "
"create it before continuing."
msgstr ""
"La base de données que vous spécifierez doit exister. Si ce n'est pas encore "
"le cas, merci de la créer avant de continuer."

#: ../../mod/install.php:126
#, fuzzy
msgid "Database Server Name"
msgstr "Serveur de base de données"

#: ../../mod/install.php:127
#, fuzzy
msgid "Database Login Name"
msgstr "Nom d'utilisateur de la base"

#: ../../mod/install.php:128
#, fuzzy
msgid "Database Login Password"
msgstr "Mot de passe de la base"

#: ../../mod/install.php:129
#, fuzzy
msgid "Database Name"
msgstr "Nom de la base"

#: ../../mod/install.php:130
#, fuzzy
msgid "Please select a default timezone for your website"
msgstr "Sélectionner un fuseau horaire par défaut pour votre site"

#: ../../mod/settings.php:262
#, fuzzy
msgid "Normal Account"
msgstr "Compte normal"

#: ../../mod/settings.php:263
#, fuzzy
msgid "This account is a normal personal profile"
msgstr ""
"Ce compte correspond à un profil normal, pour une seule personne (physique, "
"généralement)"

#: ../../mod/settings.php:264
#, fuzzy
msgid "Soapbox Account"
msgstr "Compte \"boîte à savon\""

#: ../../mod/settings.php:265
#, fuzzy
msgid "Automatically approve all connection/friend requests as read-only fans"
msgstr ""
"Accepter automatiquement toutes les demandes d'amitié/connexion comme étant "
"des fans 'en lecture seule'"

#: ../../mod/settings.php:266
#, fuzzy
msgid "Community/Celebrity Account"
msgstr "Compte de communauté/célébrité"

#: ../../mod/settings.php:267
#, fuzzy
msgid "Automatically approve all connection/friend requests as read-write fans"
msgstr ""
"Accepter automatiquement toutes les demandes d'amitié/connexion comme étant "
"des fans en 'lecture/écriture'"

#: ../../mod/settings.php:268
#, fuzzy
msgid "Automatic Friend Account"
msgstr "Compte auto-amical"

#: ../../mod/settings.php:269
#, fuzzy
msgid "Automatically approve all connection/friend requests as friends"
msgstr ""
"Accepter automatiquement toutes les demandes d'amitié/connexion comme étant "
"des amis"

#: ../../mod/settings.php:288
#, fuzzy
msgid "Publish your default profile in site directory?"
msgstr "Publier votre profil par défaut sur l'annuaire local?"

#: ../../mod/settings.php:300
#, fuzzy
msgid "Publish your default profile in global social directory?"
msgstr "Publier votre profil par défaut sur l'annuaire global?"

#: ../../mod/settings.php:336 ../../mod/profile_photo.php:191
#, fuzzy
msgid "or"
msgstr "ou"

#: ../../mod/settings.php:341
#, fuzzy
msgid "Your profile address is"
msgstr "Votre adresse de profil est"

#: ../../mod/settings.php:357
#, fuzzy
msgid "Basic Settings"
msgstr "Réglages basiques"

#: ../../mod/settings.php:359
#, fuzzy
msgid "Email Address:"
msgstr "Adresse courriel:"

#: ../../mod/settings.php:360
#, fuzzy
msgid "Your Timezone:"
msgstr "Fuseau horaire:"

#: ../../mod/settings.php:361
#, fuzzy
msgid "Default Post Location:"
msgstr "Publication par défaut depuis :"

#: ../../mod/settings.php:362
#, fuzzy
msgid "Use Browser Location:"
msgstr "Utiliser la localisation géographique du navigateur:"

#: ../../mod/settings.php:363
#, fuzzy
msgid "Display Theme:"
msgstr "Thème d'affichage:"

#: ../../mod/settings.php:365
#, fuzzy
msgid "Security and Privacy Settings"
msgstr "Réglages de sécurité et vie privée"

#: ../../mod/settings.php:366
#, fuzzy
msgid "Maximum Friend Requests/Day:"
msgstr "Nombre maximal de requêtes d'amitié/jour:"

#: ../../mod/settings.php:367
#, fuzzy
msgid "(to prevent spam abuse)"
msgstr "(pour limiter l'impact du spam)"

#: ../../mod/settings.php:368
#, fuzzy
msgid "Allow friends to post to your profile page:"
msgstr "Autoriser vos amis à publier sur votre page de profil:"

#: ../../mod/settings.php:369
#, fuzzy
msgid "Automatically expire (delete) posts older than"
msgstr "Fair e expirer automatiquement les publications de plus de"

#: ../../mod/settings.php:371
#, fuzzy
msgid "Notification Settings"
msgstr "Réglages de notification"

#: ../../mod/settings.php:372
#, fuzzy
msgid "Send a notification email when:"
msgstr "Envoyer un courriel de notification quand:"

#: ../../mod/settings.php:373
#, fuzzy
msgid "You receive an introduction"
msgstr "Vous recevez une introduction"

#: ../../mod/settings.php:374
#, fuzzy
msgid "Your introductions are confirmed"
msgstr "Vos introductions sont confirmées"

#: ../../mod/settings.php:375
#, fuzzy
msgid "Someone writes on your profile wall"
msgstr "Quelqu'un écrit sur votre mur"

#: ../../mod/settings.php:376
#, fuzzy
msgid "Someone writes a followup comment"
msgstr "Quelqu'un vous commente"

#: ../../mod/settings.php:377
#, fuzzy
msgid "You receive a private message"
msgstr "Vous recevez un message privé"

#: ../../mod/settings.php:378
#, fuzzy
msgid "Password Settings"
msgstr "Réglages de mot de passe"

#: ../../mod/settings.php:379
#, fuzzy
msgid "Leave password fields blank unless changing"
msgstr ""
"Laissez les champs de mot de passe vierge, sauf si vous désirez les changer"

#: ../../mod/settings.php:380
#, fuzzy
msgid "New Password:"
msgstr "Nouveau mot de passe:"

#: ../../mod/settings.php:381
#, fuzzy
msgid "Confirm:"
msgstr "Confirmer:"

#: ../../mod/settings.php:382
#, fuzzy
msgid "Advanced Page Settings"
msgstr "Réglages avancés"

#: ../../mod/lostpass.php:27
#, fuzzy
msgid "Password reset request issued. Check your email."
msgstr "Réinitialisation du mot de passe en cours. Vérifiez votre courriel."

#: ../../mod/lostpass.php:56
#, fuzzy
msgid ""
"Request could not be verified. (You may have previously submitted it.) "
"Password reset failed."
msgstr ""
"Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par "
"le passé.) La réinitialisation a échoué."

#: ../../mod/lostpass.php:75
#, fuzzy
msgid "Your password has been reset as requested."
msgstr "Votre mot de passe a bien été réinitialisé."

#: ../../mod/lostpass.php:76
#, fuzzy
msgid "Your new password is"
msgstr "Votre nouveau mot de passe est"

#: ../../mod/lostpass.php:77
#, fuzzy
msgid "Save or copy your new password - and then"
msgstr "Sauvez ou copiez ce nouveau mot de passe - puis"

#: ../../mod/lostpass.php:78
#, fuzzy
msgid "click here to login"
msgstr "cliquez ici pour vous connecter"

#: ../../mod/lostpass.php:79
#, fuzzy
msgid ""
"Your password may be changed from the <em>Settings</em> page after "
"successful login."
msgstr ""
"Votre mot de passe peut être changé depuis la page <em>Réglages</em>, une "
"fois que vous serez connecté."

#: ../../mod/lostpass.php:107
#, fuzzy
msgid "Forgot your Password?"
msgstr "Mot de passe oublié?"

#: ../../mod/lostpass.php:108
#, fuzzy
msgid ""
"Enter your email address and submit to have your password reset. Then check "
"your email for further instructions."
msgstr ""
"Entrez votre adresse de courriel et validez pour réinitialiser votre mot de "
"passe. Vous recevrez la suite des instructions par courriel."

#: ../../mod/lostpass.php:109
#, fuzzy
msgid "Nickname or Email: "
msgstr "Pseudo ou courriel:"

#: ../../mod/lostpass.php:110
#, fuzzy
msgid "Reset"
msgstr "Réinitialiser"

#: ../../mod/group.php:95 ../../mod/group.php:74
#, fuzzy
msgid "Create a group of contacts/friends."
msgstr "Créez un groupe de contacts/amis."

#: ../../mod/group.php:96 ../../mod/group.php:153 ../../mod/group.php:75
#: ../../mod/group.php:158
#, fuzzy
msgid "Group Name: "
msgstr "Nom du groupe:"

#: ../../mod/group.php:152 ../../mod/group.php:157
#, fuzzy
msgid "Group Editor"
msgstr "Éditeur de groupe"

#: ../../mod/group.php:154
#, fuzzy
msgid "Members:"
msgstr "Membres:"

#: ../../mod/profile_photo.php:188
#, fuzzy
msgid "Upload File:"
msgstr "Fichier à téléverser:"

#: ../../mod/profile_photo.php:189
#, fuzzy
msgid "Upload Profile Photo"
msgstr "Téléverser une photo de profil"

#: ../../mod/profile_photo.php:190
#, fuzzy
msgid "Upload"
msgstr "Téléverser"

#: ../../mod/profile_photo.php:191
#, fuzzy
msgid "select a photo from your photo albums"
msgstr "choisissez une photo depuis vos albums"

#: ../../mod/directory.php:39
#, fuzzy
msgid "Site Directory"
msgstr "Annuaire local"

#: ../../mod/dfrn_request.php:503
#, fuzzy, php-format
msgid "Welcome home %s."
msgstr "Bienvenue chez vous, %s."

#: ../../mod/dfrn_request.php:504
#, fuzzy, php-format
msgid "Please confirm your introduction/connection request to %s."
msgstr "Merci de confirmer votre demande d'introduction auprès de %s."

#: ../../mod/dfrn_request.php:505
#, fuzzy
msgid "Confirm"
msgstr "Confirmer"

#: ../../mod/notifications.php:154
#, fuzzy
msgid "Deny"
msgstr "Rejetter"

#: ../../mod/contacts.php:265
#, fuzzy
msgid "Profile Visibility"
msgstr "Visibilité du profil"

#: ../../mod/contacts.php:266
#, fuzzy, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr ""
"Merci de choisir le profil que vous souhaitez montrer à %s lorsqu'il vous "
"rend visite de manière nominative."

#: ../../mod/contacts.php:267
#, fuzzy
msgid "Contact Information / Notes"
msgstr "Informations de contact / Notes"

#: ../../mod/contacts.php:268
#, fuzzy
msgid "Online Reputation"
msgstr "Réputation en ligne"

#: ../../mod/contacts.php:269
#, fuzzy
msgid ""
"Occasionally your friends may wish to inquire about this person's online "
"legitimacy."
msgstr ""
"De temps à autres, vos amis peuvent avoir besoin de connaître la légitimité "
"de cette personne."

#: ../../mod/contacts.php:270
#, fuzzy
msgid ""
"You may help them choose whether or not to interact with this person by "
"providing a <em>reputation</em> to guide them."
msgstr ""
"Vous pouvez les aider à choisir s'ils veulent - ou non - interagir avec "
"cette personne en leur fournissant une mesure de <em>réputation</em>."

#: ../../mod/contacts.php:271
#, fuzzy
msgid ""
"Please take a moment to elaborate on this selection if you feel it could be "
"helpful to others."
msgstr ""
"Merci de prendre un moment pour développer si vous pensez que cela peut être "
"utile à d'autres."

#: ../../boot.php:2416 ../../boot.php:2428 ../../boot.php:2443
#: ../../boot.php:2392
#, fuzzy
msgid "g A l F d"
msgstr "g A | F d"

#: ../../boot.php:2734 ../../boot.php:2746 ../../boot.php:2761
#: ../../include/conversation.php:517
#, fuzzy
msgid "View status"
msgstr "Voir le statut"

#: ../../boot.php:2735 ../../boot.php:2747 ../../boot.php:2762
#: ../../include/conversation.php:518
#, fuzzy
msgid "View profile"
msgstr "Voir le profil"

#: ../../boot.php:2736 ../../boot.php:2748 ../../boot.php:2763
#: ../../include/conversation.php:519
#, fuzzy
msgid "View photos"
msgstr "Voir les photos"

#: ../../boot.php:2738 ../../boot.php:2750 ../../boot.php:2765
#: ../../include/conversation.php:521
#, fuzzy
msgid "Send PM"
msgstr "Envoyer message"

#: ../../include/conversation.php:118 ../../include/conversation.php:361
#: ../../include/conversation.php:362 ../../include/conversation.php:116
#: ../../include/conversation.php:376 ../../include/conversation.php:377
#: ../../include/conversation.php:126 ../../include/conversation.php:386
#: ../../include/conversation.php:387
#, fuzzy, php-format
msgid "View %s's profile"
msgstr "Voir le profil de %s"

#: ../../include/nav.php:68
#, fuzzy
msgid "Help"
msgstr "Aide"

#: ../../mod/profiles.php:470
msgid "Visible to everybody"
msgstr "Visible par tout le monde"

#: ../../mod/profiles.php:471
msgid "Edit visibility"
msgstr "Changer la visibilité"

#: ../../mod/group.php:156 ../../mod/profperm.php:96
msgid "Click on a contact to add or remove."
msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer."

#: ../../mod/group.php:169
msgid "Members"
msgstr "Membres"

#: ../../mod/group.php:183
msgid "All Contacts"
msgstr "Tout les contacts"

#: ../../mod/profperm.php:25 ../../mod/profperm.php:46
msgid "Invalid profile identifier."
msgstr "Identifiant de profil invalide."

#: ../../mod/profperm.php:92
msgid "Profile Visibility Editor"
msgstr "Éditer la visibilité du profil"

#: ../../mod/profperm.php:105
msgid "Visible To"
msgstr "Visible par"

#: ../../mod/profperm.php:116
msgid "All Contacts (with secure profile access)"
msgstr "Tous les contacts (ayant un accès sécurisé)"