summaryrefslogtreecommitdiff
path: root/langpacks/spanish/Plugins/TabSRMM.txt
blob: 13e88fc3e3d0f21bed8d557e8f694cedb48cddb2 (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.7
;  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]
Cancelar
[Show these events]

[Actions]
Acciones
[Messages]
Mensajes
[Nick changes]
Cambios de Nick
[Users joining]
Usuarios entrando
[Users leaving]
Usuarios saliendo
[Topic changes]
Cambios de tema
[Status changes]
Cambios de estado
[Information]
Información
[Disconnects]
Desconectados
[User kicks]
Usuarios sacados
[Notices]
Avisos
[Popup]
Ventana emergente
[Tray]
Bandeja
[Options]
Opciones
[Add new rooms to group:]
Añadir nuevas salas de grupo:
[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.]

[Log files]

[Enable logging to disk]
Habilitar registro en el disco
[Log directory]
Directorio de registro
[Maximum size for log files (in KB)]

[Group chat log formatting]

[Your name]
Su nombre
[Other name]
Otro nombre
[Timestamp (window)]

[Timestamp (logfile)]

[Maximum number of events in the message window]

[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]
Lista
[&Message]
&Mensaje
[Log]
Registro
[Clear lo&g]
Limpiar re&gistro
[Co&py all]
Co&piar todo
[Word lookup]
Palabra de búsqueda
[Wikipedia]
Wikipedia
[Link]
Enlace
[Open a &new browser window]
Abrir una nueva ventana del navegador
[&Open in current browser window]
Abrir en ventana actual del navegad&or
[&Copy link]
Copiar enlace
[Message]
Mensaje
[Undo]
Deshacer
[Redo]
Rehacer
[Copy]
Copiar
[Cut]
Cortar
[Paste]
Pegar
[Select all]
Seleccionar todo
[Clear]
Limpiar
[Tabs]
Pestañas
[&Close tab]
&Cerrar pestaña
[C&lose other tabs]
C&errar otras pestañas
[&Open at this position]
Abrir en esta p&osición
;file \plugins\TabSRMM\res\msgwindow.rc
[&Retry]

[&Cancel]
&Cancelar
[&Send]
&Enviar
[&Add]
&Añadir
[&Remove]

;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]

[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]

[Message send timeout]

[seconds]
segundos
[Input history size]

[entries]

[Options marked with an asterisk (*) will only take effect after Miranda has been restarted.]

[More about advanced tweaks]

[Revert to (safe) defaults]

[Event notify options]

[Limit message preview to]

[characters]

[Only show event notifications when my status is...]

[Popup Options]

[Text]
Texto
[Background]
Fondo
[Timeout (seconds, 0 = default, -1 = no timeout)]

[Default colors]

[Others]

[Preview]
Previsualizar
[Group chats]
Grupo de chats
[Errors]
Errores
[Use the message log color theme for group chat popups]

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

[Dialog]
Diálogo
[All 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.]

[Send text formatting method]

[You can override the global setting for text formatting here. Use "Force Off" to never send formatting info for this contact.]

[ANSI codepage]

[Codepage for ANSI encoding/decoding when sending or receiving non-unicode messages.]

[Info panel mode]

[Show avatar in message window]

[Use private splitter position]

[Contact is a favorite contact]

[Force ANSI send / receive]

[Ignore sending timeouts]

[Load only actual history]

[Always trim message log to]

[Events]
Eventos
[Only show tab bar when it's needed]

[Container stays on top]

[Vertical maximize]

[Close or hide inactive container after]

[sec. (0=never)]

[Automatically size input area (*)]

[Use default setting]

[Flash until focused]

[Disable flashing]

[Enable popups if minimized]

[Enable popups if unfocused]

[Enable popups if focused]

[Show popups for inactive tabs in active containers]

[Hide the status bar]

[Hide the menu bar]

[User ID in status bar]

[Hide the toolbar]

[Place the toolbar at the bottom (*)]

[Show the info panel]

[Hide title bar]

[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]

[Save current as global]

[Enable transparency]

[active]

[inactive]

[When checked, this container will use private settings, otherwise settings are shared among containers.]

[Apply]
Aplicar
[Static]

[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]

[Show my own 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]

[Size and scaling options for the bottom avatar display]

[Maximum display height (pixels)]

[(0 = no limit)]

[Try to keep original size]

[Help on this]

[Reset all hidden warnings]

[Indent values]

[Left/Right]

[px]

[Template sets]

[Standard templates...]

[RTL templates...]

[Load History Events]
Cargar historial de eventos
[Load unread events only]
Cargar eventos sólo sin leer
[Load number of previous events]
Número de eventos anteriores a cargar
[Load previous events less than]
Cargar eventos previos de menos de
[minutes old]
minutos de pasado
[Global message log display]

[Typing Notification]
Escribiendo notificación
[Send typing notifications to the following users when you are typing a message to them:]
Enviar notificaciones de escritura a los siguientes usuarios cuando se está escribiendo un mensaje para ellos
[        Show typing notifications in the message window]

[Flash window once on typing events (only if flashing enabled)]

[        Show typing notifications in the contact list and tray]

[Show typing notification when message dialog is open]

[Show typing notification when no message dialog is open]
Mostrar notificación de escritura cuando no hay diálogo de mensaje abierto
[Show balloon tooltip in the system tray]

[        Show popups when a user is typing]

[More about typing notifications]

[Tab options]

[Miscellaneous options]

[Setup status modes for automatic tab creation...]

[Limit nicknames on tabs to]

[ESC key behavior]

[Select container]

[Available containers]

[Delete]
Eliminar
[Rename]
Renombrar
[Create a new container]

[Create new]

[Reset]
Reiniciar
[Show in IM chats]

[Show in chat rooms]

[Gap between buttons:]

[Hide if there isn't enough space]

[Insert Separator]
Insertar separador
[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.]

[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]

[Flash containers]

[times]

[Flash interval]

[milliseconds]
milisegundos
[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]
Ventanas emergentes
[...is &typing]

[...stopped t&yping]

[Back]
Atras
[U&se Popup colors]

[&Use Windows colors]

[Only &one popup for each contact]

[Show &entry in the main menu]

[...is typing]

[From Popup plugin]
Desde Popup plugin
[From protocol]

[Permanent]
Permanente
[Custom]
Personalizado
[...stopped typing]

[Popups timeout]

[Templates]
Plantillas
[Edit template]

[Double click a template to edit it. Select a template from the list box and click "Update Preview" to show a preview message.]

[Get more help on variables]

[Define up to 5 colors which you can use with some variables]

[Close]
Cerrar
[Update Preview]

[Save Template]

[Forget]

[Revert to Default]

[Reset all templates...]

[Default width for fixed (single row) tabs]

[Tab text label padding vertical]

[horizontal]

[Tab page padding:]

[inner]

[outer]

[Bottom tabs vertical adjustment:]

[NOTE: some settings will not affect open containers.]

[Tab layout tweaks]

[About 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]
Reescanear
[Load this skin on startup]

[Reload active skin]

[Skin options]

[Load fonts and colors provided by skin]

[Load templates provided by skin (use with care, will overwrite your templates)]

[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]
Iconos
[Event type icons in the message log]

[Text symbols as event markers]

[Use different icons to mark incoming and outgoing messages]

[Date and time]

[Show timestamps]

[Show seconds in timestamp]

[Show date in timestamps]

[Use contacts local time]

[Format]

[Indent message body]

[Display grid lines]

[Message grouping]

[Support BBCODE]

[Misc]

[RTL is default text direction]

[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)]

[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]
Sí
[No]
No
[Message sending:]

[Window:]
Ventana:
[Esc closes sessions (minimizes window, if disabled)]

[Always pop up and activate new windows]

[Create new windows in minimized state]

[Send on Shift+Enter]

[Send message on 'Enter']
Enviar mensaje con 'Intro'
[Send message on double 'Enter']
Enviar mensaje con doble 'Intro'
[Minimize the message window on send]
Minimizar la ventana de mensaje al enviar
[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:]

[Don't announce when dialog is open]

[Message events]

[File events]

[URL events]

[Other events]
Otros eventos
[Send message on Ctrl+Enter (always enabled)]

[&Copy]
&Copiar
[&Quote]

[Co&py All]
Co&piar todo
[Select &All]
Seleccionar todo
[Clear Log]

[Freeze Log]

[Open in &new window]
Abrir en nueva ventana
[&Open in existing window]
Abrir en ventana existente
[Editor]

[Paste formatted Text]

[Paste and Send immediately]

[Copy all]

[Show Message Length Indicator]

[Close Tab]

[Close Other Tabs]

[Leave Chat Room]

[Save Tab Position]

[Clear saved Tab Position]

[Attach to Container...]

[Container options...]

[Close Container]

[Show Contact Picture]

[Default]
Por defecto
[Hidden for this Contact]

[Visible for this Contact]

[Contact Picture Settings...]

[Always keep the button bar at full width]

[Save this Picture As...]

[&Message Log Settings]

[&Global...]

[&For this Contact...]

[Send &Default]

[Send to &multiple Users]

[Send to &Container]

[Send &Later]

[Force &ANSI]

[Send unsafe (ignore Timeouts)]

[Send Nudge]

[Splitter Position]

[Global]
Global
[Private]

[Send Text Formatting]

[BBCode]

[Off]
Apagado
[This Contact]

[Global Setting]

[Force Off]

[Unread Menu]

[Recent Sessions]

[Favorites]

[Show the Tray Icon]

[Disable All Event Notifications]

[Don't create Windows automatically]

[Hide all Message Containers]

[Restore all Message Containers]

[Don't play Sounds]

[Be "Super Quiet"]

[Font]
Fuente
[Default Color]

[Red]

[Green]

[Blue]

[Magenta]

[Yellow]

[Cyan]

[Black]

[White]

[Clear all Formatting]

[Dummy]

[No Message Sessions opened]

[Add Contact to Favorites]

[Remove Contact from Favorites]

[dummy]

[Set Position for this Session]

[Set and Save for all Sessions]

[Set and Save for this Contact only]

[Revert to old Position]

[Queue manager]

[Mark Selected for Removal]

[Reset Selected]

[Hold Selected]

[Resume Selected]

[Cancel all Multisend Jobs]

[Copy Message to Clipboard]

[&File]
&Archivo
[Save Message Log As...]

[Close Message Session\tCtrl-W]

[Close Container\tAlt-F4]

[&View]

[Show Menu Bar]
Mostrar barra de menú
[Show Status Bar]
Mostrar barra de estado
[Info Panel...]

[Toolbar]

[Show toolbar]

[Place toolbar at bottom]

[Title Bar]

[Tabs at the bottom]

[Window Flashing]

[Use default Value]

[Show Multisend Contact List]

[Stay on Top]

[Message &Log]

[&Container]

[Event Popups]

[Disable all Event Popups]

[Show Popups if Window is minimized]

[Show Popups if Window is unfocused]

[Show Popups if Window is focused]

[Show Popups for all inactive sessions]

[Save current Window Position as Default]

[Help]
Ayuda
[About TabSRMM...]

;file \plugins\TabSRMM\src\buttonsbar.cpp
[Protocol Button]

[Info button]

[Insert Emoticon]

[Bold text]

[Italic text]

[Underlined text]

[Strike-through text]

[Select font color]

[Send message\nClick dropdown arrow for sending options]

[Close session]

[Quote last message OR selected text]

[Message Log Options]

[View User's History]
Ver historial del usuario
[Edit user notes]

[Change background color]

[Toggle nick list]

[Event filter - right click to setup, left click to activate/deactivate]

[Channel manager]

[<Separator>]

;file \plugins\TabSRMM\src\container.cpp
[Message Session...]

[Default container]

[Attach to]

;file \plugins\TabSRMM\src\containeroptions.cpp
[General options]

[Window layout]

[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]
Notificaciones
[Select, when you want to see event notifications (popups) for this window. The settings apply to all tabs within this window.]

[Flashing]

[Title bar]

[Window size and theme]

[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]

[Configure container options for\n%s]

[Tabs at the top]

[Switch bar on the left side]

[Switch bar on the right side]

[Globally on]

[On, if present]

[Globally OFF]

[On, if present, always in bottom display]

[Don't show them]

;file \plugins\TabSRMM\src\controls.cpp
[&User]

[&Room]

[Sounds are %s. Click to toggle status, hold SHIFT and click to set for all open containers]

[disabled]

[enabled]

[Sending typing notifications is %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.]

[TabSRMM warning message]

[Incoming file]
Archivo entrante
[No description given]

[Incoming file (invalid format)]

[Unknown event]

[New messages: ]

[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]
Versión
[%s is typing a message...]
%s está escribiendo un mensaje...
[Last received: %s at %s]

[%s has entered text.]

[%s is typing a message]
%s está escribiendo un mensaje
[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]
Mensajes instantáneos
[Incoming (Focused Window)]
Entrante (Ventana enfocada)
[Incoming (Unfocused Window)]
Entrante (Ventana desenfocada)
[Incoming (New Session)]
Entrante (Nueva sesión)
[Outgoing]
Saliendo
[Message send error]
Enviar mensaje de error
[No status message]

[Other]
Otro
[TabSRMM: Typing]

[TabSRMM session list]

[TabSRMM Menu]

[&Messaging settings...]

[&Send later job list...]

[Message from %s]
Mensaje de
[signed off.]

[signed on and is now %s.]

[changed status from %s to %s.]

;file \plugins\TabSRMM\src\hotkeyhandler.cpp
[Most recent unread session]

[Paste and send]
Pegar y Enviar
[Contact's messaging prefs]

[Send nudge]

[Send a file]

[Quote message]

[Toggle send later]

[Send message]

[Smiley selector]

[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]

[\\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]

[Set panel visibility for this %s]

[chat room]

[contact]
Contacto
[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]

[Always on]

[Use default size]

[Use private size]

[Use Global Setting]

[Show always (if present)]

[Never show it at all]

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

[Data path]

[Skins]
Pieles
[Avatars]
Avatares
[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]

[Do not add this contact permanently]

[Expand or collapse the side bar]

[Character Encoding]

[Contact not on list. You may add it...]

[A message failed to send successfully.]

[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]

[The message you are trying to paste exceeds the message size limit for the active protocol. Only the first %d characters will be sent.]

[Save and close session]

[Auto scrolling is disabled (press F12 to enable it)]

[Click for contact menu\nClick dropdown for window settings]

[Retry]

[Send later]

[Selection copied to clipboard]

[Delivery failure: %s]

[The message send timed out]

[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.]

;file \plugins\TabSRMM\src\msgdlgutils.cpp
[Error creating destination directory]

[Save contact picture]

[Image files]

[The file exists. Do you want to overwrite it?]

[Set Your Avatar...]

[The 'paste and send' feature is disabled. You can enable it on the 'General' options page in the 'Sending Messages' section]

[Either the nudge plugin is not installed or the contact's protocol does not support sending a nudge event.]

['(Unknown Contact)']
'(Contacto desconocido)'
[JPEG-compressed images]

;file \plugins\TabSRMM\src\msglog.cpp
[Thai]

[Japanese]

[Simplified Chinese]

[Korean]

[Traditional Chinese]

[Central European]

[Cyrillic]

[Cyrillic KOI8-R]

[Latin I]

[Greek]

[Turkish]

[Hebrew]

[Arabic]

[Baltic]

[Vietnamese]

[Korean (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]

;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.]

[Load theme]

[Internal message log]

[IEView plugin]

[History++ plugin]

[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 **]
** Nuevos contactos **
[** Unknown contacts **]
** Contactos desconocidos **
[Show balloon popup (unsupported system)]
Mostrar globo emergente (sistema sin soporte)
[Always]

[Always, but no popup when window is focused]

[Only when no message window is open]

[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]
Sesiones de mensaje
[General]
General
[Tabs and layout]

[Containers]

[Message log]
Registro de mensaje
[Typing Notify]
Notificación de escritura
[Event notifications]
Notificaciones de eventos
[Message window]

[Load and apply]

[Window layout tweaks]

[Settings]
Ajustes
[Log formatting]

[Events and filters]

[Highlighting]

[Choose status modes]

;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]

[Save and close]

[Smiley button]
Botón de emoticono
[Format bold]

[Format italic]

[Format underline]

[Font face]

[Font color]

[Format strike-through]

[Background color]
Color de fondo
[Room settings]
Configuración de la Sala
[Event filter]

[Nick list]

[Message delivery error]

[Incoming message]
Mensaje entrante
[Outgoing message]
Mensaje saliente
[Status change]

[Static container icon]

[Sounds (status bar)]

[Pulldown Arrow]

[Left Arrow]

[Right Arrow]

[Up Arrow]

[Session List]

[Frame 1]

[Frame 2]

[Frame 3]

[Frame 4]

[Message Log]
Registro de mensaje
[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]

[You cannot delete the default container]

[Error]
Error
[You cannot rename the default container]

[This name is already in use]

;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]

[Sent OK]

[Deferred]

[Suspended]

[Pending]

[Contact]
Contacto
[Original timestamp]

[Message text]

[Status]
Estado
[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.]

[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)?]

[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)]

;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]

[%s on %s%s]

;file \plugins\TabSRMM\src\templates.cpp
[Template Set Editor]

[This will reset the template set to the default built-in templates. Are you sure you want to do this?]

[Template set was successfully reset, please close and reopen all message windows. This template editor window will now close.]

;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?]

[Change 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]

[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]

[Show a preview of the event]

[Don't announce event when message dialog is open]

[Don't announce events from RSS protocols]

[Enable the system tray icon]

[Merge new events for the same contact into existing popup]

[Show headers]

[Dismiss popup]

[Open event]

[Dismiss event]

[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]
Icono de la bandeja de sistema
[Left click actions (popups only)]

[Right click actions (popups only)]

[Timeout actions (popups only)]

[Combine notifications for the same contact]

[Remove popups under following conditions]

[Message window behavior]

[Sending messages]

[Close the message window on send]
Cerrar la ventana de mensaje al enviar
[Always flash contact list and tray icon for new messages]

[Delete temporary contacts on close]

[Enable "Paste and send" feature]

[Allow BBCode formatting in outgoing messages]

[Automatically split long messages (experimental, use with care)]

[Log status changes]

[Automatically copy selected text]

[Message log appearance]

[Support for external plugins]

[Timestamp settings (note: timestamps also depend on your templates)]

[Message log icons]

[Show dates in timestamps]

[Show seconds in timestamps]

[Use contacts local time (if timezone info available)]

[Draw grid lines]

[Use Incoming/Outgoing Icons]

[Use Message Grouping]

[Simple text formatting (*bold*, etc.)]

[Support BBCode formatting]

[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)]

[Underline timestamp/nickname (IEView Compatibility Mode)]

[Show timestamp after nickname (IEView Compatibility Mode)]

[Use normal templates (uncheck to use simple templates if your template set supports them)]

[How to create tabs and windows for incoming messages]

[Show status text on tabs]

[Prefer xStatus icons when available]

[Detailed tooltip on tabs (requires Tipper plugin)]

[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]

[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]

;file \plugins\TabSRMM\src\trayicon.cpp
;file \plugins\TabSRMM\src\typingnotify.cpp
[Disable &typing notification]

[Enable &typing notification]

[...is typing a message.]

[...has stopped typing.]

[Contact started typing]
El contacto ha comenzado a escribir
[Contact stopped typing]
El contacto dejó de escribir
;file \plugins\TabSRMM\src\userprefs.cpp
[Always On]

[Always Off]

[Force Default Message Log]

[Force History++]

[Force 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]
Color de texto
;file \plugins\TabSRMM\src\chat\log.cpp
[%s has joined]
%s se ha unido
[You have joined %s]
Te has unido a %s
[%s has left]
%s ha salido
[%s has disconnected]
%s se ha desconectado
[%s is now known as %s]
%s ahora se conoce como %s
[You are now known as %s]
Usted ahora se conoce como %s
[%s kicked %s]
%s sacado %s
[Notice from %s: ]
Aviso de %s:\s
[The topic is '%s%s']
El tema es '%s%s'
[ (set by %s on %s)]
 (establecido por %s el %s)
[ (set by %s)]
 (establecido por %s)
[%s enables '%s' status for %s]
%s habilitar '%s' de estado para %s
[%s disables '%s' status for %s]
%s deshabilitar '%s' de estado para %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]

[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]

[<< Incoming messages]

[<< Incoming misc events]

[>> Outgoing name]

[>> Outgoing timestamp]

[<< Incoming name]

[<< Incoming timestamp]

[>> Outgoing messages (old)]

[>> Outgoing misc events (old)]

[<< Incoming messages (old)]

[<< Incoming misc events (old)]

[>> Outgoing name (old)]

[>> Outgoing timestamp (old)]

[<< Incoming name (old)]

[<< Incoming timestamp (old)]

[* Message Input Area]

[* Status changes]

[* Dividers]

[* Error and warning messages]

[* Symbols (incoming)]

[* Symbols (outgoing)]

[Nickname]
Apodo
[UIN]

[Protocol]
Protocolo
[Contacts local time]

[Window caption (skinned mode)]

[Open new chat rooms in the default container]

[Flash window when someone speaks]
Parpadear ventana cuando alguien habla
[Flash window when a word is highlighted]
Parpadear ventana cuando se resalta una palabra
[Create tabs or windows for highlight events]

[Activate chat window on highlight]

[Show list of users in the chat room]
Mostrar lista de usuarios en la sala de chat
[Colorize nicknames in member list]

[Show button menus when right clicking the buttons]
Mostrar menús del botón derecho cuando se hace clic en los botones
[Show topic as status message on the contact list]

[Do not pop up the window when joining a chat room]
No abrir la ventana al unirse a una sala de chat
[Hide or show the window by double click in the contact list]

[Sync splitter position with standard IM sessions]

[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]
Prefijo de todos los eventos con una fecha y hora
[Timestamp only when event time differs]

[Timestamp has same color as the event]
La marca de tiempo tiene mismo color que evento
[Indent the second line of a message]
Sangría de la segunda línea de un mensaje
[Limit user names in the message log to 20 characters]
Limitar los nombres de usuario en el registro de mensajes a 20 caracteres
[Add a colon (:) to auto-completed user names]

[Start private conversation on double click in nick list (insert nick if unchecked)]

[Strip colors from messages in the log]
Quitar los colores de los mensajes en el registro
[Enable the 'event filter' for new rooms]
Habilitar el "filtro de eventos" para nuevas salas
[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]

[Window Icon]
Icono de ventana
[Icon overlay]
Icono de superposición
[Status 1 (10x10)]
Estado 1 (10x10)
[Status 2 (10x10)]
Estado 2 (10x10)
[Status 3 (10x10)]
Estado 3 (10x10)
[Status 4 (10x10)]
Estado 4 (10x10)
[Status 5 (10x10)]
Estado 5 (10x10)
[Status 6 (10x10)]
Estado 6 (10x10)
[Message in (10x10)]
Mensaje entrante (10x10)
[Message out (10x10)]
Mensaje saliente (10x10)
[Action (10x10)]
Acción (10x10)
[Add Status (10x10)]
Añadir estado (10x10)
[Remove Status (10x10)]
Quitar estado (10x10)
[Join (10x10)]
Unirse (10x10)
[Leave (10x10)]
Dejar (10x10)
[Quit (10x10)]
Quitar (10x10)
[Kick (10x10)]
Sacar (10x10)
[Notice (10x10)]
Anuncio (10x10)
[Nickchange (10x10)]
Cambio de apodo (10x10)
[Topic (10x10)]
Tema (10x10)
[Highlight (10x10)]
Resaltado (10x10)
[Information (10x10)]
Información (10x10)
[Group chat windows]

[Group chat log]

[Appearance and functionality of chat room windows]
Apariencia y funcionalidad de ventanas de chat
[Appearance of the message log]
Apariencia del registro de mensajes
[Voiced]

[Half operators]

[Channel operators]

[Extended mode 1]

[Extended mode 2]

[Selection background]

[Selected text]
Texto seleccionado
[Incremental search highlight]

[Fields background]

[Nick list background]
Fondo de lista de usuarios
[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]
Variables
[All Files]
Todos los archivos
[Select Folder]
Seleccionar carpeta
[No markers]

[Show as icons]

[Show as text symbols]

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

[Look up '%s':]
Buscar '%s':
[No word to look up]
Ni una palabra para buscar
[&Message %s]
&Mensaje %s
[Highlight User...]

[Edit Highlight List...]

;file \plugins\TabSRMM\src\chat\window.cpp
[Unique ID]
ID único
[Nick]
Apodo
[%s: Chat Room (%u user%s)]

[%s: Chat Room (%u users%s)]

[, event filter active]

[%s: Message Session]
%s: Sesión de mensaje
[%s: Message Session (%u users)]
%s: Sesión de mensaje (%u usuarios)
[, %d %s, %d %s idle]

[hours]
horas
[hour]

[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]