summaryrefslogtreecommitdiff
path: root/langpacks/french/Plugins/TabSRMM.txt
blob: ba9ef393d6bd0b92bfb0bf8dfab7786ff097a902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
#muuid {6ca5f042-7a7f-47cc-a715-fc8c46fbf434}
;============================================================
;  File: TabSRMM.dll
;  Plugin: TabSRMM
;  Version: 3.3.1.6
;  Authors: The Miranda developers team and contributors
;============================================================
[IM and group chat module for Miranda NG.]

;file \plugins\TabSRMM\res\chat.rc
[You can add the user by user name or his ID. Wildcards are allowed and recommended.]

[Cancel]
Annuler
[Show these events]
Afficher ces événements
[Actions]
Actions
[Messages]
Messages
[Nick changes]
Changements de pseudo
[Users joining]
Arrivée d'usagers
[Users leaving]
Départ d'usagers
[Topic changes]
Changements de sujet
[Status changes]
Changements d'état
[Information]
Informations
[Disconnects]
Déconnexions
[User kicks]
Kicks d'usagers
[Notices]
Notifications
[Popup]

[Tray]
Tray
[Options]
Paramètres
[Add new rooms to group:]
Ajouter salons au groupe :
[Chat integration is disabled. You can enable it here, and then you to NEED RESTART Miranda after making this change.\n\nYou MUST disable the standard chat plugin when you enable the group chat support here. Otherwise no group chat at all may work.]
L'intégration du Chat est désactivée. Vous pouvez l'activer d'ici, ensuite vous DEVREZ RELANCER MIRANDA pour valider ce changement.\n\nVous DEVEZ également désactiver le plugin standard de Chat. Sinon, aucuns Chat ne fonctionnera.
[Log files]

[Enable logging to disk]
Sauvegarde du journal
[Log directory]
Répertoire
[Maximum size for log files (in KB)]
Taille maxi du journal (en KB)
[Group chat log formatting]

[Your name]
Votre nom
[Other name]
Autre nom
[Timestamp (window)]
Horodatage (fenêtre)
[Timestamp (logfile)]
Horodatage (journal)
[Maximum number of events in the message window]
Nombre maxi d'évènements dans la fenêtre de message
[Group chat nick list row height (pixels)]

[Open log file base folder]

[Default settings for known event types]

[Show when filter is active]

[Log to file]

[Show Popup]

[Notify in tray]

[Suppress tray notifications for focused channel windows]

[Do not show popups when the channel window is not open]

[Highlight event]

[Line markers in the message log]

[Highlight user names]

[Enable highlighting for user names]

[Also look in user IDs]

[Names to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces]

[Highlight message text]

[Enable highlighting for message text]

[Words to highlight, wildcards like * and ? are allowed, separate multiple entries with spaces. Leave it empty if you only want to highlight your own nickname.]

[Highlight messages containing my own nickname]

[List]
Liste
[&Message]
&Message
[Log]
Journal
[Clear lo&g]
Effacer le journal
[Co&py all]
&Tout copier
[Word lookup]
Consultation de mot
[Wikipedia]
Wikipedia
[Link]
Lien
[Open a &new browser window]
Ouvrir &nouvelle fenêtre de navigateur
[&Open in current browser window]
&Ouvrir dans la fenêtre active du navigateur
[&Copy link]
&Copier le lien
[Message]
Message
[Undo]
Annuler
[Redo]
Refaire
[Copy]
Copier
[Cut]
Couper
[Paste]
Coller
[Select all]
Tout sélectionner
[Clear]
Effacer
[Tabs]
Onglets
[&Close tab]
Fermer l'onglet
[C&lose other tabs]
Fermer les autres onglets
[&Open at this position]
Ouvrir à cet endroit
;file \plugins\TabSRMM\res\msgwindow.rc
[&Retry]

[&Cancel]
&Annuler
[&Send]
&Envoyer
[&Add]
&Ajouter
[&Remove]
&Supprimer
;file \plugins\TabSRMM\res\resource.rc
[Customize the panel]

[Scope of settings]

[Use global or private panel height]

[Set size to]

[Compact (1 Line)]

[Normal (2 Lines)]

[Large]

[Tip: To use a custom size you can always drag the bottom edge of the panel]

[Other options]
Autres options
[Note: All settings are applied immediately]

[The container is using private settings. The panel height will not be shared with other containers.]

[Show picture for this contact]

[Advanced tweaks]
Réglages avancés
[Message send timeout]
Délai d'envoi des messages
[seconds]
secondes
[Input history size]
Nombre d'entrées dans l'historique
[entries]
entrées
[Options marked with an asterisk (*) will only take effect after Miranda has been restarted.]
(*) nécessite le redémarrage de Miranda-IM pour prendre effet.
[More about advanced tweaks]
En savoir plus sur les réglages avancés
[Revert to (safe) defaults]
Paramètres par défaut
[Event notify options]
Options de notification d'évènement
[Limit message preview to]
Aperçu des messages limité à
[characters]
caractères
[Only show event notifications when my status is...]

[Popup Options]

[Text]
Texte
[Background]
Arrière-plan
[Timeout (seconds, 0 = default, -1 = no timeout)]
Délai (en secondes, 0=par défaut, -1=permanent)
[Default colors]

[Others]
Autres
[Preview]
Aperçu
[Group chats]
Chats
[Errors]
Erreurs
[Use the message log color theme for group chat popups]

[No compatible popup plugin was found. The event notification\nsystem is not available.]

[Dialog]
Dialogue
[All modes]
Tous les modes
[Choose modes]

[Message log view mode (does not affect open windows)]

[Select how to display the message log. This setting can be ignored when one of the listed plugins is not installed.]
Sélectionner comment afficher l'historique récent. Peut-être ignoré s'il manque un des plugins listés.
[Send text formatting method]
Méthode d'envoi du texte formaté
[You can override the global setting for text formatting here. Use "Force Off" to never send formatting info for this contact.]
Vous pouvez forcer ici les paramètres globaux de formatage. Utilisez "Force Off" pour ne jamais envoyer d'info de formatage à ce contact.
[ANSI codepage]
Page de code ANSI
[Codepage for ANSI encoding/decoding when sending or receiving non-unicode messages.]
Page de code Ansi pour encoder/décoder les messages reçus ou envoyés au format non-unicode.
[Info panel mode]
Mode fenêtre d'infos
[Show avatar in message window]

[Use private splitter position]
Position personnalisée du diviseur
[Contact is a favorite contact]
Ce contact est dans les favoris
[Force ANSI send / receive]
Forcer l'envoi / réception Ansi
[Ignore sending timeouts]
Ignorer l'envoi de timeouts
[Load only actual history]
Charger uniquement l'historique en cours
[Always trim message log to]
Toujours fixer à
[Events]
Évènements
[Only show tab bar when it's needed]
Voir la barre d'onglet si nécessaire
[Container stays on top]
Conteneur toujours visible
[Vertical maximize]
Maximiser la verticale
[Close or hide inactive container after]

[sec. (0=never)]

[Automatically size input area (*)]

[Use default setting]
Par défaut
[Flash until focused]
Jusqu'à fenêtre visible
[Disable flashing]
Sans clignotement
[Enable popups if minimized]
Activer les popups si minimisé
[Enable popups if unfocused]
Popups si conteneur inactif
[Enable popups if focused]

[Show popups for inactive tabs in active containers]
Voir popups des onglets inactifs dans conteneurs actifs
[Hide the status bar]
Cacher la barre d'état
[Hide the menu bar]
Cacher le menu
[User ID in status bar]

[Hide the toolbar]
Cacher la barre d'outils
[Place the toolbar at the bottom (*)]

[Show the info panel]
Afficher le panneau des infos
[Hide title bar]
Cacher la barre de titre
[Title bar format]

[Available formats]

[Use this to specify a private message log theme for this container. This will have no effect when using IEView or another message log viewer and should NOT be confused with skins.]

[Use global container size and position]
Taille/position générale des conteneurs
[Save current as global]
Sauver en 'Paramètres généraux'
[Enable transparency]
Activer la transparence
[active]
active
[inactive]
inactive
[When checked, this container will use private settings, otherwise settings are shared among containers.]

[Apply]
Appliquer
[Static]
Statique
[Tab location]

[When using the switch bar, use the following layout]

[Flash event icon on tab]

[Flash text label on tabs]

[Single row tab control (*)]

[Close button on tabs]

[Use button tabs (*)]

[You have chosen to disable all event notifications for open message windows.]

[Show contact avatars]
Afficher l'avatar des contacts
[Show my own avatars]
Afficher mes propres avatars
[Show avatars on task bar (Win 7, large task bar required)]

[Enable sound effects]

[Play sounds when minimized]

[Play sounds when not focused]

[Play sounds for inactive tabs in active containers]

[Play sounds for the active tab / window]

[Options marked with an asterisk (*) do not affect open message windows.]

[Message window options]
Options de la fenêtre de message
[Size and scaling options for the bottom avatar display]

[Maximum display height (pixels)]

[(0 = no limit)]
(0=sans limite)
[Try to keep original size]
Tenter de conserver la taille
[Help on this]

[Reset all hidden warnings]

[Indent values]
Décalage
[Left/Right]
Gauche/Droite
[px]

[Template sets]
Modèle
[Standard templates...]
Modèles standards...
[RTL templates...]
Modèles DàG...
[Load History Events]
Derniers échanges
[Load unread events only]
Voir seulement les messages non lus
[Load number of previous events]
Voir les x derniers évènements
[Load previous events less than]
Voir les évènements ayant moins de
[minutes old]
minutes
[Global message log display]
Plugin pour l'historique
[Typing Notification]
Notification de frappe
[Send typing notifications to the following users when you are typing a message to them:]
Envoyez la notification de frappe aux contacts suivants quand vous leur écrivez un message :
[        Show typing notifications in the message window]
          Afficher la notification de frappe dans la fenêtre de message
[Flash window once on typing events (only if flashing enabled)]
La fenêtre clignote une fois (seulement si clignotement activé)
[        Show typing notifications in the contact list and tray]
          Afficher la notification de frappe dans liste de contact et Systray
[Show typing notification when message dialog is open]
Afficher la notification de frappe quand une fenêtre est ouverte
[Show typing notification when no message dialog is open]
Afficher une notification quand aucune fenêtre n'est ouverte
[Show balloon tooltip in the system tray]
Afficher une bulle d'info dans le Systray
[        Show popups when a user is typing]
          Afficher un popup quand le contact écrit
[More about typing notifications]
Plus d'info sur la notification de frappe (en anglais)
[Tab options]
Options des onglets
[Miscellaneous options]
Options diverses
[Setup status modes for automatic tab creation...]
Régler les états pour la création auto. d'onglet...
[Limit nicknames on tabs to]
Limiter pseudo dans l'onglet à
[ESC key behavior]

[Select container]
Sélection d'un Conteneur
[Available containers]
Conteneurs disponibles
[Delete]
Effacer
[Rename]
Renommer
[Create a new container]
Création d'un nouveau conteneur
[Create new]
Créer un nouveau
[Reset]
RAZ
[Show in IM chats]

[Show in chat rooms]

[Gap between buttons:]

[Hide if there isn't enough space]

[Insert Separator]
Insérer un séparateur
[To set container options, please use the container settings dialog. It is available by:\n1. choosing "container settings" from the system menu of a container.\n2. right clicking the tab or the button bar in any message window.]
Pour régler les options d'un conteneur, veuillez faire comme suit :\n1. Choisissez "Options du Conteneur" depuis le menu du conteneur.\n2. En cliquant droit sur l'onglet ou barre d'outils d'une fenêtre de message.
[Tabs should be used in the following way]

[Use contact list groups for organizing tabs (one window per group)]

[Tabbed interface, limit the maximum number of tabs per window to:]

[No tabs at all, each session has its own top level window]

[Default mode (tabbed interface, manual assignments)]

[Container flashing]
Clignotement du conteneur
[Flash containers]
Clignotement des conteneurs
[times]
fois
[Flash interval]
Intervalle de clignotement
[milliseconds]
millisecondes
[Help on containers]

[Windows Aero settings]

[Use Aero UI elements (only when not using a custom skin)]

[Use Windows 7 task bar enhancements (restart required)]

[Popups]
Popups
[...is &typing]
... vous &écrit
[...stopped t&yping]
... n'écrit &plus
[Back]
Fond
[U&se Popup colors]
Couleurs par défaut
[&Use Windows colors]
&Utiliser couleurs Windows
[Only &one popup for each contact]
Seulement &un popup par contact
[Show &entry in the main menu]
Voir dans le &Menu de Miranda
[...is typing]

[From Popup plugin]
Comme le plugin Popup
[From protocol]
Comme le Protocole
[Permanent]

[Custom]
Défini
[...stopped typing]

[Popups timeout]

[Templates]
Modèles
[Edit template]
Éditer le modèle
[Double click a template to edit it. Select a template from the list box and click "Update Preview" to show a preview message.]
Double-cliquer sur un modèle pour l'éditer. Sélectionner un modèle dans la liste et cliquer sur "Mise à jour de l'aperçu" pour voir un message d'aperçu.
[Get more help on variables]
Plus d'aide sur les variables
[Define up to 5 colors which you can use with some variables]
Définir jusqu'à 5 couleurs à utiliser avec les variables
[Close]
Fermer
[Update Preview]
Mise à jour de l'aperçu
[Save Template]
Sauvegarder le modèle
[Forget]

[Revert to Default]
Modèle par défaut
[Reset all templates...]
RAZ des modèles...
[Default width for fixed (single row) tabs]

[Tab text label padding vertical]

[horizontal]

[Tab page padding:]

[inner]
entrant
[outer]
sortant
[Bottom tabs vertical adjustment:]
Ajustement vertical du bas de l'onglet :
[NOTE: some settings will not affect open containers.]
Note : certains paramètres n'affecteront pas les conteneurs ouverts.
[Tab layout tweaks]

[About TabSRMM]
À propos de TabSRMM
[Copyright 2004-2011 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.]

[Support and latest version information]

[Selected skin]

[Rescan]

[Load this skin on startup]
Charger ce skin au démarrage
[Reload active skin]

[Skin options]
Paramètre du skin
[Load fonts and colors provided by skin]
Charger les police et couleur du skin
[Load templates provided by skin (use with care, will overwrite your templates)]
Utiliser le modèle du skin (attention, ceci remplacera votre modèle)
[Skin root folder]

[Before you can load or unload a skin, you must close all message windows.]

[Close open message windows now]

[Theme support]

[You can export and import all your color and font settings here. This allows you to create a Theme file which can be shared between different profiles or with your buddies.]

[Export to a file...]

[Import from a file...]

[Icons]
Icônes
[Event type icons in the message log]

[Text symbols as event markers]

[Use different icons to mark incoming and outgoing messages]
Utiliser des icônes différents pour les messages entrants et sortants
[Date and time]
Date et heure
[Show timestamps]

[Show seconds in timestamp]
Afficher les secondes dans l'horodatage
[Show date in timestamps]

[Use contacts local time]
Utiliser l'heure locale des contacts
[Format]
Format
[Indent message body]
Décaler le corps du message
[Display grid lines]
Afficher des lignes
[Message grouping]

[Support BBCODE]
Support du BBCODE
[Misc]

[RTL is default text direction]
Lecture inversée par défaut
[Log status changes (in open message windows only)]

[Revert to global options]

[You can set private message log options for this contact here. Filled boxes are inherited from the global settings which can be found on Message Sessions->Message Log]

[Use normal templates (uncheck to use simple templates)]
Utiliser des modèles clssiques (décochez afin d'utiliser des modèles simples)
[Queued send jobs]

[Queued jobs]

[Filter by contact:]

[Display popups for failed jobs]

[Display popups for completed jobs]

[Do not show this message again]

[Yes]
Oui
[No]
Non
[Message sending:]

[Window:]
Fenètre :
[Esc closes sessions (minimizes window, if disabled)]

[Always pop up and activate new windows]

[Create new windows in minimized state]
Créer les nouvelles fenêtres mais minimisées
[Send on Shift+Enter]

[Send message on 'Enter']
Taper 1 fois "Entrée" pour envoyer
[Send message on double 'Enter']
Taper 2 fois "Entrée" pour envoyer
[Minimize the message window on send]
Réduire la fenêtre à l'envoi
[Tabs:]

[Use tabbed interface]

[Create new tabs without activating them]

[Pop up minimized window when a new tab is created]

[Automatically switch tabs in minimized windows]

[History:]

[Notifications:]
Notifications :
[Don't announce when dialog is open]

[Message events]

[File events]

[URL events]
Liens URL
[Other events]
Autres événements
[Send message on Ctrl+Enter (always enabled)]

[&Copy]
&Copier
[&Quote]
&Citer
[Co&py All]
&Tout copier
[Select &All]
Tout &sélectionner
[Clear Log]

[Freeze Log]
Figer les messages
[Open in &new window]
Ouvrir dans une nouvelle fenêtre
[&Open in existing window]
Ouvrir dans une fenêtre existante
[Editor]
Éditeur
[Paste formatted Text]
Coller texte formaté
[Paste and Send immediately]
Coller et envoyer immédiatement
[Copy all]
Tout copier
[Show Message Length Indicator]
Afficher l'indicateur de la taille du message
[Close Tab]

[Close Other Tabs]

[Leave Chat Room]
Garder le salon
[Save Tab Position]
Sauver position de l'onglet
[Clear saved Tab Position]
Effacer la position de l'onglet
[Attach to Container...]
Rattacher à un conteneur...
[Container options...]
Options du conteneur...
[Close Container]
Fermer le conteneur
[Show Contact Picture]
Afficher l'avatar du contact
[Default]
Défaut
[Hidden for this Contact]
Cacher, pour ce contact
[Visible for this Contact]
Visible, pour ce contact
[Contact Picture Settings...]
Paramètres de l'avatar du contact
[Always keep the button bar at full width]
Largeur maximum de la barre de boutons
[Save this Picture As...]
Sauver cette image sous...
[&Message Log Settings]

[&Global...]

[&For this Contact...]

[Send &Default]
Envoi &normal
[Send to &multiple Users]
Envoyer à &plusieurs contacts
[Send to &Container]
Envoyer aux contacts du &conteneur
[Send &Later]
&Différer l'envoi
[Force &ANSI]
Envoyer en &Ansi
[Send unsafe (ignore Timeouts)]
Envoi incertain (ignorer les délais)
[Send Nudge]

[Splitter Position]

[Global]
Général
[Private]
Privé
[Send Text Formatting]
Formatage du texte
[BBCode]

[Off]

[This Contact]
Pour ce contact
[Global Setting]
Paramètres généraux
[Force Off]
Désactiver
[Unread Menu]
Menu des non lus
[Recent Sessions]
Sessions récentes
[Favorites]
Favoris
[Show the Tray Icon]

[Disable All Event Notifications]
Désactiver toutes les notifications d'évènement
[Don't create Windows automatically]
Ne pas créer de fenêtre automatiquement
[Hide all Message Containers]
Cacher tous les conteneurs
[Restore all Message Containers]
Restaurer tous les conteneurs
[Don't play Sounds]
Aucun sons
[Be "Super Quiet"]
Être "super silencieux"
[Font]
Police
[Default Color]
Couleur par défaut
[Red]

[Green]

[Blue]

[Magenta]
Magenta
[Yellow]

[Cyan]

[Black]

[White]

[Clear all Formatting]
Effacer le formatage
[Dummy]
Factice
[No Message Sessions opened]
Pas de session ouverte
[Add Contact to Favorites]
Ajouter aux favoris
[Remove Contact from Favorites]
Enlever des favoris
[dummy]
Factice
[Set Position for this Session]
Régler la position pour cette session
[Set and Save for all Sessions]
Régler et sauver la position pour toutes les sessions
[Set and Save for this Contact only]
Régler et sauver la position pour ce contact
[Revert to old Position]
Revenir à l'ancienne position
[Queue manager]

[Mark Selected for Removal]

[Reset Selected]

[Hold Selected]

[Resume Selected]

[Cancel all Multisend Jobs]

[Copy Message to Clipboard]
Copier le message
[&File]
&Fichier
[Save Message Log As...]
Enregistrer sous...
[Close Message Session\tCtrl-W]
Fermer la session\tCtrl-W
[Close Container\tAlt-F4]
Fermer le conteneur\tAlt-F4
[&View]
&Aperçu
[Show Menu Bar]
Voir barre de menu
[Show Status Bar]
Voir barre d'état
[Info Panel...]

[Toolbar]
Barre d'outils
[Show toolbar]
Voir barre d'outils
[Place toolbar at bottom]
Placer la barre d'outils en bas
[Title Bar]
Barre de titre
[Tabs at the bottom]
Onglets en bas
[Window Flashing]
Clignotement de la fenêtre
[Use default Value]
Valeur par défaut
[Show Multisend Contact List]
Voir la liste pour un envoi multiple
[Stay on Top]
Toujours visible
[Message &Log]
Zone de &Message
[&Container]
&Conteneur
[Event Popups]
Popups d'évènement
[Disable all Event Popups]
Désactiver tous les popups d'évènement
[Show Popups if Window is minimized]
Afficher popups si fenêtre minimisée
[Show Popups if Window is unfocused]
Afficher popups si fenêtre cachée
[Show Popups if Window is focused]

[Show Popups for all inactive sessions]
Voir les popups des sessions inactives
[Save current Window Position as Default]
Sauver la position actuelle de la fenêtre
[Help]
Aide
[About TabSRMM...]
À propos de TabSRMM
;file \plugins\TabSRMM\src\buttonsbar.cpp
[Protocol Button]
Protocole
[Info button]
Info
[Insert Emoticon]

[Bold text]
Gras
[Italic text]
Italique
[Underlined text]
Souligné
[Strike-through text]
Barré
[Select font color]
Couleur
[Send message\nClick dropdown arrow for sending options]
Envoyer le message\nCliquez sur la flèche pour les options d'envois
[Close session]

[Quote last message OR selected text]
Citer le dernier message ou le texte sélectionné
[Message Log Options]
Options
[View User's History]
Voir l'historique
[Edit user notes]

[Change background color]
Couleur de fond
[Toggle nick list]
Masquer la liste de noms
[Event filter - right click to setup, left click to activate/deactivate]
Filtres d'évènements - clic droit pour configurer, gauche pour activer/désactiver
[Channel manager]
Manager de canaux
[<Separator>]
<Séparateur>
;file \plugins\TabSRMM\src\container.cpp
[Message Session...]
Session de message...
[Default container]

[Attach to]
Attache à
;file \plugins\TabSRMM\src\containeroptions.cpp
[General options]
Options générales
[Window layout]
Apparence des fenêtres
[Tabs and switch bar]

[Choose your options for the tabbed user interface. Not all options can be applied to open windows. You may need to close and re-open them.]

[Notifications]
Notifications
[Select, when you want to see event notifications (popups) for this window. The settings apply to all tabs within this window.]

[Flashing]

[Title bar]
Barre de titre
[Window size and theme]
Taille et thème des fenêtres
[You can select a private theme (.tabsrmm file) for this container which will then override the default message log theme. You will have to close and re-open all message windows after changing this option.]

[Transparency]

[This feature requires Windows 2000 or later and may be unavailable when using a container skin.]

[Contact avatars]

[Sound notifications]

[Container options]
Options du conteneur
[Configure container options for\n%s]

[Tabs at the top]

[Switch bar on the left side]

[Switch bar on the right side]

[Globally on]
Oui, dans tous les protocoles
[On, if present]
Oui, s'il y en a un.
[Globally OFF]
Non
[On, if present, always in bottom display]

[Don't show them]
Ne pas les afficher
;file \plugins\TabSRMM\src\controls.cpp
[&User]
&Contact
[&Room]

[Sounds are %s. Click to toggle status, hold SHIFT and click to set for all open containers]
Les sons sont %s. Cliquez pour modifier l'état, Shift et clic pour régler tous les containeur ouverts.
[disabled]
désactivé
[enabled]

[Sending typing notifications is %s.]
L'envoi de notification d'écriture est %s.
[Session list.\nClick left for a list of open sessions.\nClick right to access favorites and quickly configure message window behavior]

[There are %d pending send jobs. Message length: %d bytes, message length limit: %d bytes\n\n%d messages are queued for later delivery]

;file \plugins\TabSRMM\src\eventpopups.cpp
[One of your popup actions is set to DISMISS EVENT.\nNote that this options may have unwanted side effects as it REMOVES the event from the unread queue.\nThis may lead to events not showing up as "new". If you don't want this behavior, please review the Event Notifications settings page.]
Une des actions de popup a été désactivée.\nNotez que ces options peuvent avoir un effet non désiré, cela supprime l'évènement de la liste non-lue.\nDu coup, l'évènement peut être affiché comme "nouveau". Si cela ne vous convient pas, vérifiez la page des options de Notification d'évènement.
[TabSRMM warning message]

[Incoming file]
Fichier reçu
[No description given]

[Incoming file (invalid format)]

[Unknown event]
Évènement inconnu
[New messages: ]
Nouveaux messages :\s
[Unknown module or contact]

;file \plugins\TabSRMM\src\generic_msghandlers.cpp
[Rich Edit file]

[Configuration issue|The unattended send feature is disabled. The \\b1 send later\\b0  and \\b1 send to multiple contacts\\b0  features depend on it.\n\nYou must enable it under \\b1Options->Message Sessions->Advanced tweaks\\b0. Changing this option requires a restart.]

[You cannot edit user notes when there are unsent messages]

[Version]
Version
[%s is typing a message...]
%s écrit un message...
[Last received: %s at %s]
Dernière réception : le %s à %s
[%s has entered text.]

[%s is typing a message]
%s écrit un message
[Auto scrolling is disabled, %d message(s) queued (press F12 to enable it)]

[UID: %s (SHIFT click -> copy to clipboard)\nClick for User's Details\nRight click for metacontact control\nClick dropdown to add or remove user from your favorites.]

[No UID]

[UID: %s (SHIFT click -> copy to clipboard)\nClick for User's Details\nClick dropdown to change this contact's favorite status.]

;file \plugins\TabSRMM\src\globals.cpp
[Instant messages]
Messages instantanés
[Incoming (Focused Window)]
Entrant (fenêtre active)
[Incoming (Unfocused Window)]
Entrant (fenêtre inactive)
[Incoming (New Session)]
Entrant (nouvelle session)
[Outgoing]
Sortant
[Message send error]

[No status message]

[Other]
Autre
[TabSRMM: Typing]

[TabSRMM session list]
Liste des sessions TabSRMM
[TabSRMM Menu]
Menu TabSRMM
[&Messaging settings...]

[&Send later job list...]

[Message from %s]
Message de %s
[signed off.]
déconnecté.
[signed on and is now %s.]
connecté. État : "%s"
[changed status from %s to %s.]
est %s (était %s)
;file \plugins\TabSRMM\src\hotkeyhandler.cpp
[Most recent unread session]

[Paste and send]
Coller et envoyer
[Contact's messaging prefs]

[Send nudge]

[Send a file]
Envoyer un fichier
[Quote message]

[Toggle send later]

[Send message]

[Smiley selector]
Sélecteur de smileys
[Show message history]

[Show user menu]

[Show user details]

[Toggle toolbar]

[Toggle info panel]

[Toggle text direction]

[Toggle multi send]

[Clear message log]

[Collapse side bar]

[Toggle filter]

[Show server window]

;file \plugins\TabSRMM\src\infopanel.cpp
[%s    Idle: %dh,%02dm]

[  Client: %s]

[  Client not cached yet]

[Topic is: %s]

[no topic set.]

[Open User Details...]

[Open History...]

[Messaging Settings...]

[Room Settings...]

[Close Session]

[Copy To Clipboard]
Copier dans le Presse-Papiers
[\\tab \\ul\\b Status message:\\ul0\\b0 \\par %s]

[\\par\\par\\tab \\ul\\b Extended status information:\\ul0\\b0 \\par ]

[\\par\\par\\tab \\ul\\b Listening to:\\ul0\\b0 \\par %s]

[\\par\\par\\ul\\b Client:\\ul0\\b0  %s]

[TabSRMM Information]
Information de TabSRMM
[Set panel visibility for this %s]

[chat room]

[contact]
Contact
[Do not synchronize the panel height with IM windows]

[Do not synchronize the panel height with group chat windows]

[Inherit from container setting]

[Always off]
Toujours désactiver
[Always on]
Toujours activer
[Use default size]

[Use private size]

[Use Global Setting]
Paramètres généraux
[Show always (if present)]

[Never show it at all]

;file \plugins\TabSRMM\src\mim.cpp
[TabSRMM]

[Data path]

[Skins]
Skins
[Avatars]
Avatars
[Saved TabSRMM avatars]

[Group chat logs root]

;file \plugins\TabSRMM\src\modplus.cpp
[Insert [img] tag / surround selected text with [img][/img]]

;file \plugins\TabSRMM\src\msgdialog.cpp
[Add this contact permanently to your contact list]
Ajouter ce contact à votre liste
[Do not add this contact permanently]
Ne pas ajouter ce contact
[Expand or collapse the side bar]

[Character Encoding]
Page de code
[Contact not on list. You may add it...]

[A message failed to send successfully.]
Un message n'a pas été envoyé avec succès.
[WARNING: The message you are trying to paste exceeds the message size limit for the active protocol. It will be sent in chunks of max %d characters]
ATTENTION : Votre message exède le nombre miximum de caractères du protocole. Il sera envoyé en morceaux de %d caractères.
[The message you are trying to paste exceeds the message size limit for the active protocol. Only the first %d characters will be sent.]
Votre message exède le nombre miximum de caractères du protocole. Seul les %d premiers caractères seront envoyés.
[Save and close session]
Sauvegarde puis ferme la session
[Auto scrolling is disabled (press F12 to enable it)]

[Click for contact menu\nClick dropdown for window settings]
Clic pour le menu du contact\nClic sur la flèche pour le réglage de la fenêtre
[Retry]

[Send later]
Différer l'envoi
[Selection copied to clipboard]
Sélection mise dans le presse-papier
[Delivery failure: %s]
Échec d'envoi : %s
[The message send timed out]
Délai d'envoi du message expiré
[You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode]

[Contact is offline and this protocol does not support sending files to offline users.]
Contact non connecté. Ce protocole ne supporte pas les envois hors-ligne.
;file \plugins\TabSRMM\src\msgdlgutils.cpp
[Error creating destination directory]
Erreur lors de la création du répertoire de destination
[Save contact picture]
Sauver l'image du contact
[Image files]

[The file exists. Do you want to overwrite it?]
Le fichier existe déjà, Voulez-vous l'écraser ?
[Set Your Avatar...]

[The 'paste and send' feature is disabled. You can enable it on the 'General' options page in the 'Sending Messages' section]
La fonction "coller et envoyer" est désactivée. Vous pouvez l'activer dans les options générales, section 'Envoi de messages'
[Either the nudge plugin is not installed or the contact's protocol does not support sending a nudge event.]

['(Unknown Contact)']
'(Contacts Inconnus)'
[JPEG-compressed images]

;file \plugins\TabSRMM\src\msglog.cpp
[Thai]
Thaïlandais
[Japanese]
Japonais
[Simplified Chinese]
Chinois simplifié
[Korean]
Coréen
[Traditional Chinese]
Chinois traditionnel
[Central European]
Europe Centrale
[Cyrillic]
Cyrillique
[Cyrillic KOI8-R]
Cyrillique KOI8-R
[Latin I]
Latin I
[Greek]
Grecque
[Turkish]
Turque
[Hebrew]
Hébreux
[Arabic]
Arabe
[Baltic]
Balte
[Vietnamese]
Vietnamien
[Korean (Johab)]
Coréen (Johab)
[Sunday]

[Monday]

[Tuesday]

[Wednesday]

[Thursday]

[Friday]

[Saturday]

[January]

[February]

[March]

[April]

[May]

[June]

[July]

[August]

[September]

[October]

[November]

[December]

[Today]

[Yesterday]

[Use default codepage]
Utilisez la page de code par défaut
;file \plugins\TabSRMM\src\msgoptions.cpp
[<no skin>]

[Do you want to also read message templates from the theme?\nCaution: This will overwrite the stored template set which may affect the look of your message window significantly.\nSelect cancel to not load anything at all.]
Voulez-vous également lire les modèles de message du thème ?\nAttention : Ceci recouvrira le modèle stocké et peut affecter l'apparence de votre fenêtre de message de manière significative.\nAnnuler pour ne pas charger n'importe quoi.
[Load theme]
Charger un thème
[Internal message log]

[IEView plugin]
Plugin IEView
[History++ plugin]
plugin History++
[You have chosen to use an external plugin for displaying the message history in the chat window. Most of the settings on this page are for the standard message log viewer only and will have no effect. To change the appearance of the message log, you must configure either IEView or History++.]

[** New contacts **]
** Nouveaux contacts **
[** Unknown contacts **]
** Contacts inconnus **
[Show balloon popup (unsupported system)]
Afficher les popups (système non supporté)
[Always]
Toujours
[Always, but no popup when window is focused]
Toujours, mais sans popup si fenêtre au 1ier plan
[Only when no message window is open]
Seulement si la fenêtre de message est fermée
[Normal - close tab, if last tab is closed also close the window]

[Minimize the window to the task bar]

[Close or hide window, depends on the close button setting above]

[Message Sessions]
Sessions de message
[General]
Général
[Tabs and layout]
Onglets
[Containers]
Conteneurs
[Message log]
Historique récent
[Typing Notify]
Notification de frappe
[Event notifications]

[Message window]
Fenêtre de message
[Load and apply]
Charger et appliquer
[Window layout tweaks]

[Settings]
Paramètres
[Log formatting]

[Events and filters]

[Highlighting]

[Choose status modes]
Choisir les modes d'état...
;file \plugins\TabSRMM\src\msgs.cpp
[The image service plugin (advaimg.dll) is not properly installed.\n\nTabSRMM is disabled.]

[TabSRMM fatal error]

[Image tag]

[Quote text]
Citation
[Save and close]
Sauver puis fermer
[Smiley button]
Boutons des smileys
[Format bold]
Gras
[Format italic]
Italique
[Format underline]
Souligné
[Font face]
Police
[Font color]
Couleur
[Format strike-through]
Style de barré
[Background color]
Couleur de fond
[Room settings]
Paramètres du salon
[Event filter]

[Nick list]

[Message delivery error]
Échec d'envoi du message
[Incoming message]
Message reçu
[Outgoing message]
Message envoyé
[Status change]
Changement d'état
[Static container icon]
Icône du conteneur fixe
[Sounds (status bar)]

[Pulldown Arrow]
Flèche vers le bas
[Left Arrow]
Flèche vers la gauche
[Right Arrow]
Flèche vers la droite
[Up Arrow]
Flèche vers le haut
[Session List]
Liste de session
[Frame 1]
Image 1
[Frame 2]
Image 2
[Frame 3]
Image 3
[Frame 4]
Image 4
[Message Log]
Historique récent
[Animated Tray]

[Clock symbol (for the info panel clock)]

[Feature disabled (used as overlay)]

[Feature enabled (used as overlay)]

;file \plugins\TabSRMM\src\msgs.h
[Message windows - IM]

[Message windows - all]

[Message windows - group chats]

;file \plugins\TabSRMM\src\selectcontainer.cpp
[Select container for %s]
Choisir le conteneur de %s
[You cannot delete the default container]
Vous ne pouvez pas effacer le conteneur par défaut
[Error]
Erreur
[You cannot rename the default container]
Vous ne pouvez pas renommer le conteneur par défaut
[This name is already in use]
Ce nom est déjà utilisé
;file \plugins\TabSRMM\src\sendlater.cpp
[A send later job completed successfully.\nThe original message: %s]

[A send later job failed to complete.\nThe original message: %s]

[<All contacts>]

[Removed]

[Failed]
ÉCHOUÉ
[Sent OK]

[Deferred]

[Suspended]

[Pending]

[Contact]
Contact
[Original timestamp]

[Message text]
Message
[Status]
État
[Last send info]

[You are about to modify the state of one or more items in the\nunattended send queue. The requested action(s) will be executed at the next scheduled queue processing.\n\nThis action cannot be made undone.]

;file \plugins\TabSRMM\src\sendqueue.cpp
[The message cannot be sent delayed or to multiple contacts, because it exceeds the maximum allowed message length of %d bytes]

[A message delivery has failed.\nClick to open the message window.]
Échec d'envoi du message.\nCliquer pour ouvrir la fenêtre de message.
[A message delivery has failed after the contacts chat window was closed. You may want to resend the last message]

[There are unsent messages waiting for confirmation.\nIf you close the window now, Miranda will try to send them but may be unable to inform you about possible delivery errors.\nDo you really want to close the window(s)?]
Il y a des messages non lus en attente de confirmation.\nSi vous fermer cette fenêtre maintenant, Miranda tentera de les renvoyer, mais sans pouvoir vous informer des éventuelles erreurs qui pourraient survenir lors de l'envoi.\nVoulez-vous vraiment fermer cette fenêtre de message ?
[Message window warning]

[Message successfully queued for later delivery.\nIt will be sent as soon as possible and a popup will inform you about the result.]

[The send later feature is not available on this protocol.]

[\n(Sent delayed. Original timestamp %s)]

;file \plugins\TabSRMM\src\sidebar.cpp
[Like tabs, vertical text orientation]

[Compact layout, horizontal buttons]

[Advanced layout with avatars]

[Advanced with avatars, vertical orientation]

;file \plugins\TabSRMM\src\srmm.cpp
[This version of TabSRMM requires Windows 2000 or later.]

[TabSRMM Message (%s)]
Message TabSRMM (%s)
;file \plugins\TabSRMM\src\taskbar.cpp
[Previews not availble when using History++ plugin for message log display.]

[%d Unread]

[Chat room %s]

[%d User(s)]

[Server window]
Fenêtre du serveur
[%s on %s%s]

;file \plugins\TabSRMM\src\templates.cpp
[Template Set Editor]
Éditeur de modèles
[This will reset the template set to the default built-in templates. Are you sure you want to do this?]
Ceci remettra tous vos modèles à l'état d'origine. Êtes-vous sûr de vouloir continuer ?
[Template set was successfully reset, please close and reopen all message windows. This template editor window will now close.]
Le modèle a été remis à zéro avec succès, veuillez fermer puis réouvrir toutes les fenêtres de message. Cet éditeur de modèle va se fermer.
;file \plugins\TabSRMM\src\themeio.cpp
[TabSRMM themes]

;file \plugins\TabSRMM\src\themes.cpp
[No effect]

[Milky Glass]

[Carbon]

[Semi transparent, custom colors]

[Silver shadow]

[Custom (use own gradient colors)]

[All message containers need to close before the skin can be changed\nProceed?]
Tous les conteneurs doivent être fermés avant de changer le skin\nVoulez-vous les fermer ?
[Change skin]
Changer le skin
;file \plugins\TabSRMM\src\translator.cpp
[Message window tweaks]

[Display metacontact icons]

[Error feedback]

[Show skinnable tooltip in chat (Tipper plugin required)]

[Enable typing sounds]

[Disable animated GIF avatars (will not affect already open message windows)]

[Close current tab on send]
Fermer l'onglet en cours dés l'envoi
[Automatic keyboard layout: Do not load the system default for new contacts]

[Enable unattended send (experimental feature, required for multisend and send later) (*)]

[Show client description in info panel]

[On tab control]

[On the button bar]

[Disable error popups on sending failures]
Désactiver les popups en cas d'échec d'envoi
[Show a preview of the event]
Afficher un aperçu de l'évènement
[Don't announce event when message dialog is open]
Ne pas annoncer d'évènement si la boite de message est ouverte
[Don't announce events from RSS protocols]
Ne pas annoncer les évènements des protocoles RSS
[Enable the system tray icon]
Activer l'icône systray
[Merge new events for the same contact into existing popup]

[Show headers]
Voir les en-têtes
[Dismiss popup]

[Open event]
Ouvrir l'évènement
[Dismiss event]
Désactiver l'évènement
[Disable event notifications for instant messages]

[Disable event notifications for group chats]

[Disable notifications for non-message events]

[Remove popups for a contact when the message window is focused]

[Remove popups for a contact when I start typing a reply]

[Remove popups for a contact when I send a reply]

[Disable notifications]

[System tray icon]
Icône de la barre des tâches
[Left click actions (popups only)]
Actions du clic gauche (popups uniquement)
[Right click actions (popups only)]
Actions du clic droit (popups uniquement)
[Timeout actions (popups only)]
Actions après le délai (popups uniquement)
[Combine notifications for the same contact]

[Remove popups under following conditions]
Désactiver les popups pour les conditions suivantes
[Message window behavior]
Comportement de la fenêtre des messages
[Sending messages]
Envoi de messages
[Close the message window on send]
Fermer la fenêtre à l'envoi
[Always flash contact list and tray icon for new messages]
Toujours clignoter la liste de contacts et le Systray pour les nouveaux messages
[Delete temporary contacts on close]
Effacer les contacts provisoires en fermant
[Enable "Paste and send" feature]

[Allow BBCode formatting in outgoing messages]

[Automatically split long messages (experimental, use with care)]
Couper automatiquement les longs messages (expérimental, utiliser avec précaution)
[Log status changes]

[Automatically copy selected text]
Copier le texte sélectionné
[Message log appearance]
Apparence de l'historique récent
[Support for external plugins]
Support des plugins externes
[Timestamp settings (note: timestamps also depend on your templates)]
Configuration de l'horodatage (dépend également de vos modèles)
[Message log icons]

[Show dates in timestamps]
Afficher les dates dans l'horodatage
[Show seconds in timestamps]

[Use contacts local time (if timezone info available)]
Utiliser l'heure locale du contact (si le fuseaux horaire est renseigné)
[Draw grid lines]
Afficher les lignes horizontales
[Use Incoming/Outgoing Icons]
Utiliser icônes entrantes/sortantes
[Use Message Grouping]
Grouper les messages
[Simple text formatting (*bold*, etc.)]
Formatage simple des textes (*bold* etc.)
[Support BBCode formatting]
Support du formatage BBCode
[Place a separator in the log after a window lost its foreground status]

[Only place a separator when an incoming event is announced with a popup]

[Show events at the new line (IEView Compatibility Mode)]
Afficher les évènements sur une ligne (IEView)
[Underline timestamp/nickname (IEView Compatibility Mode)]
Surligner les pseudo et horodatage (IEView)
[Show timestamp after nickname (IEView Compatibility Mode)]
Afficher l'horodatage après le pseudo (IEView)
[Use normal templates (uncheck to use simple templates if your template set supports them)]
Utiliser des modèles clssiques (décochez afin d'utiliser des modèles simples si votre modèle le supporte)
[How to create tabs and windows for incoming messages]

[Show status text on tabs]
Afficher le texte d'état dans l'onglet
[Prefer xStatus icons when available]
Préférer les icônes xStatus si disponibles
[Detailed tooltip on tabs (requires Tipper plugin)]
Bulle détaillée sur les onglets (requière Tipper)
[ALWAYS activate new message sessions (has PRIORITY over the options below)]

[Automatically create new message sessions without activating them]

[New windows are minimized (the option above MUST be active)]

[Activate a minimized window when a new tab is created inside it]

[Automatically switch existing tabs in minimized windows on incoming messages (ignored when using Aero Peek task bar features)]

[Remember and set keyboard layout per contact]
Se rappeler du keyboard layout de chaques contacts.
[Close button only hides message windows]

[Allow TAB key in typing area (this will disable focus selection by TAB key)]

[Add offline contacts to multisend list]
Ajouter les contacts hors ligne à la liste de l'envoi groupé
;file \plugins\TabSRMM\src\trayicon.cpp
;file \plugins\TabSRMM\src\typingnotify.cpp
[Disable &typing notification]
Désactiver la &notification de frappe
[Enable &typing notification]
Activer la &notification de frappe
[...is typing a message.]
... vous écrit un message.
[...has stopped typing.]
... n'écrit plus.
[Contact started typing]

[Contact stopped typing]

;file \plugins\TabSRMM\src\userprefs.cpp
[Always On]
Toujours activer
[Always Off]
Toujours désactiver
[Force Default Message Log]
Forcer l'affichage des messages par défaut
[Force History++]
Forcer History++
[Force IEView]
Utiliser IEView
[Set messaging options for %s]

;file \plugins\TabSRMM\src\utils.cpp
[Important release notes|A test warning message]

[Icon pack version check|The installed icon pack is outdated and might be incompatible with TabSRMM version 3.\n\n\\b1Missing or misplaced icons are possible issues with the currently installed icon pack.\\b0]

[Edit user notes|You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode]

[Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available]

[Aero peek warning|You have enabled Aero Peek features and loaded a custom container window skin\n\nThis can result in minor visual anomalies in the live preview feature.]

[File transfer problem|Sending the image by file transfer failed.\n\nPossible reasons: File transfers not supported, either you or the target contact is offline, or you are invisible and the target contact is not on your visibilty list.]

[Settings problem|The option \\b1 History->Imitate IEView API\\b0  is enabled and the History++ plugin is active. This can cause problems when using IEView as message log viewer.\n\nShould I correct the option (a restart is required)?]

[Closing Window|You are about to close a window with multiple tabs open.\n\nProceed?]

[Closing options dialog|To reflect the changes done by importing a theme in the options dialog, the dialog must be closed after loading a theme \\b1 and unsaved changes might be lost\\b0 .\n\nDo you want to continue?]

[Loading a theme|Loading a color and font theme can overwrite the settings defined by your skin.\n\nDo you want to continue?]

;file \plugins\TabSRMM\src\chat\colorchooser.cpp
[Text color]
Couleur du texte
;file \plugins\TabSRMM\src\chat\log.cpp
[%s has joined]
%s est arrivé
[You have joined %s]
Vous avez rejoint %s
[%s has left]
%s est sorti
[%s has disconnected]
%s s'est déconnecté
[%s is now known as %s]
%s est devenu %s
[You are now known as %s]
Vous êtes connu en tant que %s
[%s kicked %s]
%s a exclu %s
[Notice from %s: ]
Notice de %s :\s
[The topic is '%s%s']
Le sujet est '%s%s'
[ (set by %s on %s)]

[ (set by %s)]
 (réglé par %s)
[%s enables '%s' status for %s]

[%s disables '%s' status for %s]

;file \plugins\TabSRMM\src\chat\main.cpp
;file \plugins\TabSRMM\src\chat\muchighlight.cpp
[Add user to highlight list]

[Edit user highlight list]

;file \plugins\TabSRMM\src\chat\options.cpp
[Input area background]

[Log background]
Fond du journal
[Single Messaging]

[Outgoing background]

[Incoming background]

[Status background]

[Incoming background(old)]

[Outgoing background(old)]

[Horizontal Grid Lines]

[Info Panel]

[Panel background low]

[Panel background high]

[Common colors]

[Toolbar background high]

[Toolbar background low]

[Window fill color]

[Text area borders]

[Aero glow effect]

[Generic text color (only when fill color is set)]

[Normal text]

[Active text]

[Hovered text]

[Unread text]

[Normal background]

[Active background]

[Hovered background]

[Unread background]

[>> Outgoing messages]

[>> Outgoing misc events]
>> Évènements divers sortants
[<< Incoming messages]

[<< Incoming misc events]
<< Évènements divers entrants
[>> Outgoing name]

[>> Outgoing timestamp]

[<< Incoming name]

[<< Incoming timestamp]

[>> Outgoing messages (old)]
>> Messages envoyés (anciens)
[>> Outgoing misc events (old)]
>> Évènements divers sortants (anciens)
[<< Incoming messages (old)]
<< Messages reçus (anciens)
[<< Incoming misc events (old)]
<< Évènements divers entrants (anciens)
[>> Outgoing name (old)]
>> Nom sortant (ancien)
[>> Outgoing timestamp (old)]

[<< Incoming name (old)]
<< Nom entrant (ancien)
[<< Incoming timestamp (old)]

[* Message Input Area]
* Zone des messages
[* Status changes]
* Changements d'état
[* Dividers]
* Séparateurs
[* Error and warning messages]
* Messages d'erreur et d'avertissements
[* Symbols (incoming)]
* Symboles (reçus)
[* Symbols (outgoing)]
* Symboles (envoyés)
[Nickname]
Pseudo
[UIN]

[Protocol]
Protocole
[Contacts local time]
Heure locale du contact
[Window caption (skinned mode)]

[Open new chat rooms in the default container]
Ouvrir les salons de chat dans le container par défaut
[Flash window when someone speaks]
Fenêtre clignotante quand quelqu'un parle
[Flash window when a word is highlighted]
Fenêtre clignotante quand un mot est surligné
[Create tabs or windows for highlight events]

[Activate chat window on highlight]

[Show list of users in the chat room]
Voir la liste des présents d'un salon
[Colorize nicknames in member list]

[Show button menus when right clicking the buttons]
Afficher les menus des boutons par un clic droit dessus
[Show topic as status message on the contact list]

[Do not pop up the window when joining a chat room]
Ne pas afficher automatiquement la fenêtre en joignant un salon
[Hide or show the window by double click in the contact list]

[Sync splitter position with standard IM sessions]
Synchroniser la position du séparateur avec les fenêtres standards
[Show contact's status modes if supported by the protocol]

[Display contact's status icon before user role icon]

[Use IRC style status indicators in the nick list]

[Use alternative sorting method in member list]

[Prefix all events with a timestamp]
Afficher date/heure pour tous les évènements
[Timestamp only when event time differs]

[Timestamp has same color as the event]
Date/heure de la même couleur que l'évènement
[Indent the second line of a message]
Mettre la deuxième ligne d'un message en retrait
[Limit user names in the message log to 20 characters]
Limiter les noms à 20 caractères dans la fenêtre de discussion
[Add a colon (:) to auto-completed user names]

[Start private conversation on double click in nick list (insert nick if unchecked)]
Démarrer une conversation sur double-clic dans la liste des noms (insère le nom si décoché)
[Strip colors from messages in the log]
Retirer la couleur des messages dans le journal
[Enable the 'event filter' for new rooms]

[Use IRC style status indicators in the log]

[Allow clickable user names in the message log]

[Colorize user names in message log]

[Scale down icons to 10x10 pixels in the chat log]
Réduire les icônes à 10x10 pixels dans la fenêtre de chat
[Window Icon]
Icônes de la fenêtre
[Icon overlay]
Surimpression d'icône
[Status 1 (10x10)]
État 1 (10x10)
[Status 2 (10x10)]
État 2 (10x10)
[Status 3 (10x10)]
État 3 (10x10)
[Status 4 (10x10)]
État 4 (10x10)
[Status 5 (10x10)]
État 5 (10x10)
[Status 6 (10x10)]
État 6 (10x10)
[Message in (10x10)]
Message reçu (10x10)
[Message out (10x10)]
Message envoyé (10x10)
[Action (10x10)]
Action (10x10)
[Add Status (10x10)]
Ajouter un état (10x10)
[Remove Status (10x10)]
Enlever un état (10x10)
[Join (10x10)]
Rejoindre (10x10)
[Leave (10x10)]
Partir (10x10)
[Quit (10x10)]
Quitter (10x10)
[Kick (10x10)]
Botter (10x10)
[Notice (10x10)]
Note (10x10)
[Nickchange (10x10)]
Changer de pseudo (10x10)
[Topic (10x10)]
Sujet (10x10)
[Highlight (10x10)]
Surligner (10x10)
[Information (10x10)]
Information (10x10)
[Group chat windows]

[Group chat log]

[Appearance and functionality of chat room windows]
Apparence et fonctionnalités des fenêtres de salon
[Appearance of the message log]
Apparence du journal des messages
[Voiced]

[Half operators]
demi OP
[Channel operators]
OP du salon
[Extended mode 1]
Mode étendu 1
[Extended mode 2]
Mode étendu 1
[Selection background]
Choix du fond
[Selected text]
Texte sélectionné
[Incremental search highlight]

[Fields background]

[Nick list background]
Fond de la liste
[Group chat log background]

[nick of current contact (if defined)]

[protocol name of current contact (if defined). Account name is used when protocol supports multiple accounts]

[user-defined account name of current contact (if defined).]

[user ID of current contact (if defined). It is like UIN Number for ICQ, JID for Jabber, etc.]

[path to Miranda root folder]

[path to current Miranda profile]

[name of current Miranda profile (filename, without extension)]

[will return parsed string %miranda_profile%\\Profiles\\%miranda_profilename%]

[will return parsed string %miranda_userdata%\\Logs]

[same as environment variable %APPDATA% for currently logged-on Windows user]

[username for currently logged-on Windows user]

["My Documents" folder for currently logged-on Windows user]

["Desktop" folder for currently logged-on Windows user]

[any environment variable defined in current Windows session (like %systemroot%, %allusersprofile%, etc.)]

[day of month, 1-31]

[day of month, 01-31]

[month number, 1-12]

[month number, 01-12]

[abbreviated month name]

[full month name]

[year without century, 01-99]

[year with century, 1901-9999]

[abbreviated weekday name]

[full weekday name]

[Variables]

[All Files]
Tous les fichiers
[Select Folder]
Sélectionnez un répertoire
[No markers]

[Show as icons]

[Show as text symbols]

;file \plugins\TabSRMM\src\chat\tools.cpp
[%s%s says:%s %s]

[Look up '%s':]

[No word to look up]
Aucun mot à chercher
[&Message %s]
&Message %s
[Highlight User...]

[Edit Highlight List...]

;file \plugins\TabSRMM\src\chat\window.cpp
[Unique ID]
ID unique
[Nick]
Pseudo
[%s: Chat Room (%u user%s)]
%s : Salon de Chat (%u contact%s)
[%s: Chat Room (%u users%s)]
%s : Salon de Chat (%u contact%s)
[, event filter active]
, filtre d'évènement actif
[%s: Message Session]
%s : Session de message
[%s: Message Session (%u users)]
%s : Session de message (%u usagers)
[, %d %s, %d %s idle]

[hours]
heures
[hour]

[minutes]
minutes
[minute]

[, %d %s idle]

[The filter cannot be enabled, because there are no event types selected either global or for this chat room]

[Event filter error]
Erreur dans le filtre d'évènements