summaryrefslogtreecommitdiff
path: root/langpacks/en/=CORE=.txt
blob: 331f5ce6bbecfcaf612eaad8257d375b89992874 (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
Miranda Language Pack Version 1
;file \src\resource.rc
[Enter account name (for example, My Google)]
[Choose the protocol type]
[Specify the internal account name (optional)]
[OK]
[Cancel]
[&Add]
[&Cancel]
[Send "You were added"]
[Send authorization request]
[Custom name:]
[Group:]
[Options]
[Authorization Request]
[&Yes]
[&No]
[Hide from list only, in order to keep their history and ignore/visibility settings]
[Use Options->Ignore (expert mode) to unhide contacts.]
[Are you sure you want to delete %s?]
[This will erase all history and settings for this contact!]
[Contact Display Options]
[Instead of displaying contacts by their nickname, drag to choose another order:]
[&Run]
[&Exit]
[Start in Service Mode with]
[Search:]
[E-mail address]
[Name]
[Nick:]
[First:]
[Last:]
[Advanced]
[Advanced >>]
[&Search]
[More options]
[Add to list]
[Custom]
[Find/Add Contacts\nHere you can add contacts to your contact list]
[Options\nConfigure your Miranda NG options]
[Apply]
[Switch to simple options]
[Please select a subentry from the list]
[Yes]
[No]
[A file containing new database settings has been placed in the Miranda NG directory.]
[Do you want to import the settings now?]
[No to all]
[&View contents]
[Security systems to prevent malicious changes are in place and you will be warned before changes that are not known to be safe.]
[Database settings are being imported from]
[This file wishes to change the setting]
[to the value]
[Do you want to allow this change?]
[&Allow all further changes to this section]
[Cancel Import]
[The import has completed from]
[What do you want to do with the file now?]
[&Recycle]
[&Delete]
[&Move/Rename]
[&Leave]
[Show]
[Received bytes]
[Sent bytes]
[Additional data due to proxy communication]
[Text dumps where available]
[Auto-detect text]
[Calling modules' names]
[Log to]
[OutputDebugString()]
[File]
[...]
[Run programm when Miranda NG starts (eg tail -f, dbgview, etc):]
[Run now]
[Show this dialog box when Miranda NG starts]
[Save as default]
[Ok]
[SSL Traffic]
[Sounds]
[&Change...]
[&Preview]
[Download more sounds]
[Sound Information]
[Location:]
[Name:]
[Enable sound events]
[Icons]
[Show category:]
[&Load icon set...]
[&Import icons >>]
[Download more icons]
[The following events are being ignored:]
[Messages]
[URLs]
[Files]
[Online Notification]
[Auth Requests]
[All Events]
[None]
[Only the ticked contacts will be shown on the main contact list]
[Ignore]
[Added Notification]
[Typing]
[Visibility]
[You are visible to this person even when in invisible mode]
[You are never visible to this person]
[Icon library:]
[Drag icons to main list to assign them:]
[Import multiple]
[To main icons]
[To]
[<< &Import]
[To default status icons]
[Logging...]
[Outgoing Connections]
[Use proxy server]
[Type:]
[Host:]
[Port:]
[(often %d)]
[Use Custom Login (Domain login picked up automatically)]
[Username:]
[Password:]
[Resolve hostnames through proxy]
[Port Range:]
[Example: 1050-1070, 2000-2010, 2500]
[Validate SSL certificates]
[Incoming Connections]
[Enable UPnP port mapping]
[You will need to reconnect for the changes you have made on this page to take effect.]
[Please complete the following form to create a new user profile]
[Profile]
[e.g. Workplace]
[You can select a different profile driver from the default, it may offer more features or abilities, if in doubt use the default.]
[e.g. Miranda Database]
[Driver]
[Problem: Unable to find any database drivers, this means you can not create a new profile, you need to get dbx_mmap.dll]
[Download more plugins]
[Description:]
[Author(s):]
[E-mail:]
[Homepage:]
[Unique ID:]
[Copyright:]
[Please restart Miranda NG for your changes to take effect.]
[Fonts and Colors]
[Undo]
[Reset]
[Export...]
[Color/Background]
[Text Effect]
[Text Color]
[Choose Font]
[&Font:]
[Font st&yle:]
[\nStyles and effects are disabled for this font.]
[&Size:]
[Effects]
[Stri&keout]
[&Underline]
[&Color:]
[Sample]
[AaBbYyZz]
[Sc&ript:]
[&Apply]
[&Help]
[Menu Objects]
[Menu Items]
[Protocol menus]
[Move to the main menu]
[Move to the status bar]
[Warning!\r\nThis MenuObject not support user defined options.]
[Insert separator]
[Service:]
[Default]
[Set]
[Disable icons]
[Note: Miranda NG will have to be restarted for changes to take effect.]
[Account Order && Visibility]
[Show protocols in the following order, drag to choose another order:]
[Key Bindings]
[Shortcut:]
[Add]
[Remove]
[Undo Changes]
[Reset To Default]
[Hotkeys]
[Accounts\nConfigure your IM accounts]
[Account information:]
[Welcome to Miranda NG's account manager!\nHere you can set up your IM accounts.\n\nSelect an account from the list on the left to see the available options.  Alternatively, just click on the Plus sign underneath the list to set up a new IM account.]
[Additional:]
[Configure network...]
[Get more protocols...]
[&Add...]
[&Edit]
[&Options]
[&Upgrade]
[&Remove...]
[Miranda NG is being restarted.\nPlease wait...]
[Close]
[Enable keyword search in options dialog]
[If this option is checked it allows you to search for option pages that contain the search string or plugin name.]
[Error notifications]
[Headers:]
[This font is used to display main section titles or text elements.]
[Normal text:]
[This font is used to display most text element or section bodies.]
[Minor notes:]
[This font is used to display various addtional notes.]
[Welcome to Miranda NG's account manager!\nHere you can set up your IM accounts.\n\nSelect an account from the list on the left to see the available options.  Alternatively, just click on the "New" button underneath the list to set up a new IM account.]
[Event icon legend:]
[Choose events you wish to ingonre:]
[Effect:]
[Base colour:]
[opacity:]
[Secondary colour:]
[Select the extra icons to be shown in the contact list:]
[* only the first %d icons will be shown]
[You can group/ungroup icons by selecting them (CTRL+left click) and using the popup menu (right click)]
[&Hide/Show]
[E&xit]
[&New Group]
[&Hide Offline Users]
[Hide &Offline Users out here]
[Hide &Empty Groups]
[Disable &Groups]
[Hide Miranda]
[&New Subgroup]
[&Hide Offline Users in here]
[&Rename Group]
[&Delete Group]
[&Reset to default]
[&Add to List]
[User &Details]
[Send &Message]
[&Copy]
[Co&py All]
[Select &All]
[C&lear Log]
[Open in &new window]
[&Open in existing window]
[&Copy link]
[Cancel Change]
[&Reset To Default]
[Group]
[Ungroup]
;file \src\core\stdauth\resource.rc
[&Authorize]
[&Deny]
[Decide &Later]
[&I]
[Reason:]
[Denial Reason:]
[Add to contact list if authorized]
[&Close]
[&U]
;file \src\core\stdaway\resource.rc
[Retrieving %s message...]
[Status Messages]
[Do not reply to requests for this message]
[Do not pop up dialog asking for new message]
[By default, use the same message as last time]
[By default, use this message:]
[Use %time% for the current time, %date% for the current date]
[Status messages:]
[Closing in %d]
;file \src\core\stdchat\res\chat.rc
[&Send]
[Show these events only:]
[Actions]
[Nick changes]
[Users joining]
[Users leaving]
[Topic changes]
[Status changes]
[Information]
[Disconnects]
[User kicks]
[Notices]
[Log Options]
[Log timestamp]
[Timestamp]
[Other name]
[Your name]
[Enable highlighting]
[Limit log text to (events):]
[Trim to (kB)]
[Words to highlight (wildcards allowed)]
[Enable logging to disk]
[Log directory]
[Other]
[Add new rooms to group:]
[Userlist row distance (pixels):]
[Use same style as in the message log]
[Use default colours]
[Use custom colours]
[Popups for the Chat plugin]
[Timeout (s)]
[Text]
[Background]
[(The timeout require at least PopUp plugin v 1.0.1.9. Setting it to 0 means default setting and -1 means indefinite time)]
[&Message]
[Clear lo&g]
[Co&py all]
[Word lookup]
[Google]
[Wikipedia]
[Open a &new browser window]
[&Open in current browser window]
[Undo  ]
[Redo]
[Copy]
[Cut]
[Paste]
[Select All]
[Clear]
[&Close tab]
[C&lose other tabs]
[&Open at this position]
;file \src\core\stdclist\res\resource.rc
[Hide offline users]
[Hide empty groups]
[Disable groups]
[Ask before deleting contacts]
[Sort contacts by name]
[Sort contacts by status]
[Sort contacts by protocol]
[Single click interface]
[Always show status in tooltip]
[Disable icon blinking]
[ms delay]
[icon when statuses differ]
[Cycle icons every]
[seconds, when statuses differ]
[Show multiple icons]
[Only when statuses differ]
[Contact List]
[System tray icon]
[System tray icon when using multiple protocols]
[Contact List Sorting]
[Window]
[Always on top]
[Tool style main window]
[Minimize to tray]
[Show menu bar]
[Easy move]
[Show title bar]
[Title bar text:]
[Show drop shadow (restart required)]
[Pin to desktop]
[Hide contact list after it has been idle for]
[seconds]
[Automatically resize window to height of list]
[maximum]
[% of screen]
[Size upwards]
[If window is partially covered, bring to front instead of hiding]
[Enable docking]
[Translucency options (Windows 2000/XP only)]
[Fade contact list in/out]
[Transparent contact list]
[Inactive opacity:]
[000%]
[Active opacity:]
[Items]
[Show divider between online and offline contacts]
[Hot track items as mouse passes over]
[Disable drag and drop of items]
[Disable rename of items by clicking twice]
[Show selection even when list is not focused]
[Make selection highlight translucent]
[Dim idle contacts]
['Hide Offline' means to hide:]
[Groups]
[Draw a line alongside group names]
[Show counts of number of contacts in a group]
[Hide group counts when there are none online]
[Sort groups alphabetically]
[Quicksearch in open groups only]
[Indent groups by:]
[pixels]
[Visual]
[Scroll list smoothly]
[Time:]
[milliseconds]
[Left margin:]
[Hide vertical scroll bar]
[Row height:]
[Gamma correction]
[Grey out entire list when:]
[Contact List Background]
[Background colour]
[Selection colour]
[Use background image]
[Stretch to width]
[Stretch to height]
[Tile horizontally]
[Tile vertically]
[Scroll with text]
[Stretch proportionally]
[Use Windows colours]
[Status Bar]
[Show status bar]
[Show icons]
[Show protocol names]
[Show status text]
[Right click opens status menu]
[Right click opens Miranda NG menu]
[Make sections equal width]
[Show bevels on panels]
[Show resize grip indicator]
[Ordering:]
[Contact list:]
[If window is partially covered, bring iy to front]
[Window:]
[Contact list background:]
[&Offline\tCtrl+0]
[On&line\tCtrl+1]
[&Away\tCtrl+2]
[&NA\tCtrl+3]
[Occ&upied\tCtrl+4]
[&DND\tCtrl+5]
[&Free for chat\tCtrl+6]
[&Invisible\tCtrl+7]
[On the &Phone\tCtrl+8]
[Out to &Lunch\tCtrl+9]
;file \src\core\stdfile\resource.rc
[To:]
[File(s):]
[&Choose Again...]
[Total size:]
[6]
[&D]
[&H]
[A&ccept]
[&Decline]
[From:]
[Date:]
[Files:]
[Save to:]
[&A]
[Contact menu]
[Open...]
[Open folder]
[Transfer completed, open file(s).]
[No data transferred]
[Resume]
[Resume all]
[Overwrite]
[Overwrite all]
[Save as...]
[Auto rename]
[Skip]
[Cancel transfer]
[You are about to receive the file]
[Existing file]
[Size:]
[Last modified:]
[Open file]
[File properties]
[File being received]
[Clear completed]
[Receiving files]
[Received files folder:]
[Variables Allowed: %userid%, %nick%, %proto%, %miranda_path%, %userprofile%]
[Auto-accept incoming files from people on my contact list]
[Minimize the file transfer window]
[Close window when transfer completes]
[Clear completed transfers on window closing]
[Virus scanner]
[Scan files:]
[Never, do not use virus scanning]
[When all files have been downloaded]
[As each file finishes downloading]
[Command line:]
[%f will be replaced by the file or folder name to be scanned]
[Warn me before opening a file that has not been scanned]
[If incoming files already exist]
[Ask me]
[Rename (append " (1)", etc.)]
[You will always be asked about files from people not on your contact list]
;file \src\core\stdhelp\resource.rc
[Miranda NG\n%s]
[Credits >]
;file \src\core\stdidle\resource.rc
[Become idle if the following is left unattended:]
[Windows]
[Miranda]
[Become idle if the screen saver is active]
[Become idle if the computer is locked (2000/XP+ only)]
[Become idle if a terminal session is disconnected]
[Do not let protocols report any idle information]
[minute(s)]
[for]
[Change my status mode to:]
[Do not set status back to online when returning from idle]
[Idle Options]
[Become idle if application full screen]
[Disable sounds on idle]
[Become idle if computer is left unattended for:]
[Idle (auto-away):]
;file \src\core\stdmsg\res\resource.rc
[Automatically popup window when:]
[In background]
[Close the message window on send]
[Minimize the message window on send]
[Use the contact's status icon as the window icon]
[Save the window size and location individually for each contact]
[Cascade new windows]
[Show 'Send' button]
[Show username on top row]
[Show toolbar buttons on top row]
[Send message on double 'Enter']
[Send message on 'Enter']
[Show character count]
[Show warning when message has not been received after]
[seconds.]
[Support control up/down in message area to show previously sent messages]
[Delete temporary contacts when closing message window]
[Enable avatar support in the message window]
[Limit avatar height to ]
[pixels.]
[Max Number of Flashes]
[An error has occured. The protocol reported the following error:]
[while sending the following message:]
[Try again]
[Message Window Event Log]
[Show names]
[Show timestamp]
[Show dates]
[Load unread events only]
[Load number of previous events]
[Load previous events less than]
[minutes old]
[Show status changes]
[Show seconds]
[Load History Events]
[Show Formatting]
[Send typing notifications to the following users when you are typing a message to them:]
[Show typing notifications when a user is typing a message]
[Update inactive message window icons when a user is typing]
[Show typing notification when no message dialog is open]
[Flash in the system tray and in the contact list]
[Show balloon popup]
[Save the window position for each contact]
[Message window behaviour:]
[Messaging:]
[&Open link]
[Paste && Send]
[Delete]
;file \src\core\stduihist\resource.rc
[&Find Next]
[Find What:]
[&Find...]
;file \src\core\stduserinfo\resource.rc
[Enter country, area code and phone number:]
[Or enter a full international number:]
[Phone can receive SMS text messages]
[%s\nView personal user details and more]
[Update Now]
[Updating]
[Nickname:]
[First name:]
[Gender:]
[Last name:]
[Age:]
[Date of birth:]
[Marital status:]
[Phone:]
[Web page:]
[Past background:]
[Interests:]
[About:]
[My notes:]
[Street:]
[City:]
[State:]
[Postal code:]
[Country:]
[Spoken languages:]
[Timezone:]
[Local time:]
[Set custom time zone]
[Company:]
[Department:]
[Position:]
[Website:]
;file \src\core\miranda.cpp
[restart]
[memdebug]
[\\StringFileInfo\\000004b0\\ProductVersion]
;file \src\core\stdauth\auth.cpp
[%s requests authorization]
[%u requests authorization]
[%s added you to their contact list]
[%u added you to their contact list]
[Alerts]
[Authorization request]
[Added event]
;file \src\core\stdauth\authdialogs.cpp
[View User's Details]
[Add Contact Permanently to List]
[%s %s]
[ (%s)]
[<Unknown>]
[%s added you to the contact list\n%u (%s) on %s]
[%s added you to the contact list\n%u on %s]
[%s added you to the contact list\n%s on %s]
[(Unknown)]
[View User Details]
[%s requested authorization\n%u (%s) on %s]
[%s requested authorization\n%u on %s]
[%s requested authorization\n%s on %s]
[Feature is not supported by protocol]
;file \src\core\stdaway\awaymsg.cpp
[Re&ad %s Message]
[Re&ad Status Message]
;file \src\core\stdaway\sendmsg.cpp
[I've been away since %time%.]
[Give it up, I'm not in!]
[Not right now.]
[Give a guy some peace, would ya?]
[I'm a chatbot!]
[Yep, I'm here.]
[Nope, not here.]
[I'm hiding from the mafia.]
[That'll be the phone.]
[Mmm...food.]
[idleeeeeeee]
[%time%]
[%date%]
[Status]
;file \src\core\stdchat\src\clist.cpp
[Chat rooms]
[Join chat]
[Open chat window]
;file \src\core\stdchat\src\colorchooser.cpp
[Text colour]
;file \src\core\stdchat\src\log.cpp
[%s (%s)]
[%s ]
[%s has joined]
[You have joined %s]
[%s has left]
[: %s]
[%s has disconnected]
[%s is now known as %s]
[You are now known as %s]
[%s kicked %s]
[Notice from %s: ]
[The topic is '%s%s']
[ (set by %s on %s)]
[ (set by %s)]
[--> %s]
[%s enables '%s' status for %s]
[%s disables '%s' status for %s]
;file \src\core\stdchat\src\main.cpp
[riched20.dll]
;file \src\core\stdchat\src\options.cpp
[Terminal]
[Others nicknames]
[Verdana]
[Your nickname]
[User has joined]
[User has left]
[User has disconnected]
[User kicked ...]
[User is now known as ...]
[Notice from user]
[Incoming message]
[Outgoing message]
[The topic is ...]
[Information messages]
[User enables status for ...]
[User disables status for ...]
[Action message]
[Highlighted message]
[Message typing area]
[User list members (Online)]
[User list members (away)]
[Use a tabbed interface]
[Close tab on doubleclick]
[Restore previously open tabs when showing the window]
[Show tabs at the bottom]
[Send message by pressing the Enter key]
[Send message by pressing the Enter key twice]
[Flash window when someone speaks]
[Flash window when a word is highlighted]
[Show list of users in the chat room]
[Show button for sending messages]
[Show buttons for controlling the chat room]
[Show buttons for formatting the text you are typing]
[Show button menus when right clicking the buttons]
[Show new windows cascaded]
[Save the size and position of chat rooms]
[Show the topic of the room on your contact list (if supported)]
[Do not play sounds when the chat room is focused]
[Do not pop up the window when joining a chat room]
[Toggle the visible state when double clicking in the contact list]
[Show contact statuses if protocol supports them]
[Display contact status icon before user role icon]
[Prefix all events with a timestamp]
[Only prefix with timestamp if it has changed]
[Timestamp has same colour as the event]
[Indent the second line of a message]
[Limit user names in the message log to 20 characters]
[Add ':' to auto-completed user names]
[Strip colors from messages in the log]
[Enable the 'event filter' for new rooms]
[Show topic changes]
[Show users joining]
[Show users disconnecting]
[Show messages]
[Show actions]
[Show users leaving]
[Show users being kicked]
[Show notices]
[Show users changing name]
[Show information messages]
[Show status changes of users]
[Show icon for topic changes]
[Show icon for users joining]
[Show icon for users disconnecting]
[Show icon for messages]
[Show icon for actions]
[Show icon for highlights]
[Show icon for users leaving]
[Show icon for users kicking other user]
[Show icon for notices ]
[Show icon for name changes]
[Show icon for information messages]
[Show icon for status changes]
[Show icons in tray only when the chat room is not active]
[Show icon in tray for topic changes]
[Show icon in tray for users joining]
[Show icon in tray for users disconnecting]
[Show icon in tray for messages]
[Show icon in tray for actions]
[Show icon in tray for highlights]
[Show icon in tray for users leaving]
[Show icon in tray for users kicking other user]
[Show icon in tray for notices ]
[Show icon in tray for name changes]
[Show icon in tray for information messages]
[Show icon in tray for status changes]
[Show pop-ups only when the chat room is not active]
[Show pop-up for topic changes]
[Show pop-up for users joining]
[Show pop-up for users disconnecting]
[Show pop-up for messages]
[Show pop-up for actions]
[Show pop-up for highlights]
[Show pop-up for users leaving]
[Show pop-up for users kicking other user]
[Show pop-up for notices ]
[Show pop-up for name changes]
[Show pop-up for information messages]
[Show pop-up for status changes]
[Chat Module]
[Message Background]
[Userlist Background]
[Userlist Lines]
[Userlist Background (selected)]
[Messaging]
[Group Chats]
[Window Icon]
[Bold]
[Italics]
[Underlined]
[Smiley button]
[Room history]
[Room settings]
[Event filter disabled]
[Event filter enabled]
[Hide userlist]
[Show userlist]
[Icon overlay]
[Status 1 (10x10)]
[Status 2 (10x10)]
[Status 3 (10x10)]
[Status 4 (10x10)]
[Status 5 (10x10)]
[Status 6 (10x10)]
[Group Chats Log]
[Message in (10x10)]
[Message out (10x10)]
[Action (10x10)]
[Add Status (10x10)]
[Remove status (10x10)]
[Join (10x10)]
[Leave (10x10)]
[Quit (10x10)]
[Kick (10x10)]
[Nickchange (10x10)]
[Notice (10x10)]
[Topic (10x10)]
[Highlight (10x10)]
[Information (10x10)]
[Options for using a tabbed interface]
[Appearance and functionality of chat room windows]
[Appearance of the message log]
[Default events to show in new chat rooms if the 'event filter' is enabled]
[Icons to display in the message log]
[Icons to display in the tray]
[Pop-ups to display]
[Select Folder]
[Logs\\]
[Message Sessions]
[Group chats]
[General]
[Chat Log]
[Chat]
[Popups]
[[%H:%M]]
[[%d %b %y %H:%M]]
[%n:]
[%miranda_logpath%\\Chat]
[MS Shell Dlg]
[Message is highlighted]
[User has performed an action]
[User has kicked some other user]
[User's status was changed]
[User has changed name]
[User has sent a notice]
[The topic has been changed]
;file \src\core\stdchat\src\services.cpp
[&Join]
[Server: %s]
;file \src\core\stdchat\src\tools.cpp
[ - %s]
[%s wants your attention in %s]
[%s speaks in %s]
[%s has joined %s]
[%s has left %s]
[%s kicked %s from %s]
[Notice from %s]
[Topic change in %s]
[Information in %s]
[%s enables '%s' status for %s in %s]
[%s disables '%s' status for %s in %s]
[%s says: %s]
[%s has left (%s)]
[%s has disconnected (%s)]
[%s kicked %s (%s)]
[Notice from %s: %s]
[The topic is '%s']
[The topic is '%s' (set by %s)]
[:,.!?;'>)]
[%s\\%s]
[%s.log]
[at+]
[%s * %s]
[%s %c %s\n]
[%s %s\n]
[Look up '%s':]
[\\/:*?"<>|]
;file \src\core\stdchat\src\window.cpp
[Insert a smiley]
[Make the text bold (CTRL+B)]
[Make the text italicized (CTRL+I)]
[Make the text underlined (CTRL+U)]
[Select a background color for the text (CTRL+L)]
[Select a foreground color for the text (CTRL+K)]
[Show the history (CTRL+H)]
[Show/hide the nicklist (CTRL+N)]
[Control this room (CTRL+O)]
[Enable/disable the event filter (CTRL+F)]
[Close current tab (CTRL+F4)]
[AQGglo]
[%s: Chat Room (%u user)]
[%s: Chat Room (%u users)]
[%s: Message Session]
[%s: Message Session (%u users)]
[%s: Server]
[AQGgl']
[AQGg']
[:;,.!?'"><()[]- \r\n]
[http://www.google.com/search?q=%s]
[http://en.wikipedia.org/wiki/%s]
[%s: %s\r\n%s: %s\r\n%s: %s]
[%s: ]
[open]
;file \src\core\stdclist\src\clcfonts.cpp
[Selected Text]
[Hottrack Text]
[Quicksearch Text]
;file \src\core\stdclist\src\clcopts.cpp
[Not focused]
[Offline]
[Online]
[Away]
[Occupied]
[DND]
[Free for chat]
[Invisible]
[Out to lunch]
[On the phone]
[List]
[List Background]
;file \src\core\stdclist\src\clistopts.cpp
[Global]
;file \src\core\stdclist\src\cluiopts.cpp
[Progman]
;file \src\core\stdemail\email.cpp
[User has not registered an e-mail address]
[Send e-mail]
[&E-mail]
;file \src\core\stdfile\file.cpp
[File from %s]
[%u%s%s]
[bytes]
[%.1lf%s]
[ KB]
[%u%s]
[%.3f%s]
[ GB]
[%.2lf%s]
[ MB]
[&File]
[File &Transfers...]
[Incoming]
[Complete]
[Error]
[Denied]
;file \src\core\stdfile\fileexistsdlg.cpp
[%s File]
[EXE]
[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Icons]
[\\DefaultIcon]
[All Files]
[ (*)]
;file \src\core\stdfile\fileopts.cpp
[Network Associates/McAfee VirusScan]
[SOFTWARE\\McAfee\\VirusScan]
[Scan32EXE]
["%s" %%f /nosplash /comp /autoscan /autoexit /noboot]
[Dr Solomon's VirusScan (Network Associates)]
[SOFTWARE\\Network Associates\\TVD\\VirusScan\\AVConsol\\General]
[szScannerExe]
["%s" %%f /uinone /noboot /comp /prompt /autoexit]
[Norton AntiVirus]
[SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Navw32.exe]
["%s" %%f /b- /m- /s+ /noresults]
[Computer Associates/Inoculate IT]
[Software\\Antivirus]
[ImageFilename]
["%s" %%f /display = progress /exit]
[Computer Associates eTrust]
[SOFTWARE\\ComputerAssociates\\Anti-Virus\\Resident]
[VetPath]
[Kaspersky Anti-Virus]
[SOFTWARE\\KasperskyLab\\Components\\101]
[EXEName]
["%s" /S /Q %%f]
[SOFTWARE\\KasperskyLab\\SetupFolders]
[KAV8]
["%savp.exe" SCAN %%f]
[KAV9]
[AntiVir PersonalEdition Classic]
[SOFTWARE\\Avira\\AntiVir PersonalEdition Classic]
[Path]
["%savscan.exe" /GUIMODE = 2 /PATH = "%%f"]
[ESET NOD32 Antivirus]
[SOFTWARE\\ESET\\ESET Security\\CurrentVersion\\Info]
[InstallDir]
["%secls.exe" /log-all /aind /no-boots /adware /sfx /unsafe /unwanted /heur /adv-heur /action = clean "%%f"]
[Executable Files]
[ (*.exe)]
[*.exe]
[File Transfers]
[Events]
;file \src\core\stdfile\filerecvdlg.cpp
[*?"<>|]
[%%mydocuments%%\\%s\\%%userid%%]
[My Received Files]
[nick]
[userid]
[proto]
[%%mydocuments%%\\%s]
[View User's History]
[User Menu]
[t d]
[Cancelled]
;file \src\core\stdfile\filesenddlg.cpp
[%s, %s]
[%d file]
[%d files]
[%d directory]
[%d directories]
;file \src\core\stdfile\filexferdlg.cpp
[This file has not yet been scanned for viruses. Are you certain you want to open it?]
[File Received]
[%s"%s"%s]
[%s: %s (%d %s %d)]
[%s: %s]
[Request sent, waiting for acceptance...]
[Waiting for connection...]
[Unable to initiate transfer.]
[??:??:??]
[%s/%s  (%s %s)]
[sec]
[remaining]
[%.*s (%u)%s]
[Decision sent]
[Connecting...]
[Connecting to proxy...]
[Connected]
[Initialising...]
[Moving to next file...]
[File already exists]
[Sending...]
[Receiving...]
[%u%%]
[%s/%s]
[File transfer denied]
[File transfer failed]
[Transfer completed.]
[Transfer completed, open file.]
[Transfer completed, open folder.]
[Scanning for viruses...]
[Transfer and virus scan complete]
;file \src\core\stdfile\ftmanager.cpp
[Outgoing]
;file \src\core\stdhelp\about.cpp
[\\StringFileInfo\\000004b0\\LegalCopyright]
[TEXT]
[< Copyright]
;file \src\core\stdhelp\help.cpp
[http://wiki.miranda-im.org/]
[&About...]
[&Support]
[&Miranda NG Homepage]
[&Report Bug]
;file \src\core\stdidle\idle.cpp
[WorkerW]
[Idle]
;file \src\core\stdmsg\src\cmdlist.cpp
[The message send timed out.]
;file \src\core\stdmsg\src\globals.cpp
[Incoming message (10x10)]
[Outgoing message (10x10)]
;file \src\core\stdmsg\src\msgdialog.cpp
[%s\\*]
[Last message received on %s at %s.]
[Message Session]
[%s - %s]
[%s (%s): %s]
[signed off (was %s)]
[signed on (%s)]
[is now %s (was %s)]
[%s is typing a message...]
[mailto:]
;file \src\core\stdmsg\src\msglog.cpp
[[b]]
[[i]]
[[u]]
[[s]]
[[/b]]
[[/i]]
[[/u]]
[[/s]]
[[url]
[[/url]]
[[/URL]]
[[color=]
[[/color]]
[d s]
[d t]
[File sent]
[File received]
;file \src\core\stdmsg\src\msgoptions.cpp
[Outgoing messages]
[Arial]
[Incoming messages]
[Outgoing name]
[Outgoing time]
[Outgoing colon]
[Incoming name]
[Incoming time]
[Incoming colon]
[Message area]
[Message Log]
[** New contacts **]
[** Unknown contacts **]
[Show balloon popup (unsupported system)]
[Messaging Log]
[Typing Notify]
;file \src\core\stdmsg\src\msgs.cpp
[Message from %s]
[%s is typing a message]
[Typing Notification]
[Miranda could not load the built-in message module, riched20.dll is missing. If you are using Windows 95 or WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
[Instant messages]
[Incoming (Focused Window)]
[Incoming (Unfocused Window)]
[Incoming (New Session)]
[Message send error]
;file \src\core\stdmsg\src\msgtimedout.cpp
[An unknown error has occured.]
;file \src\core\stduihist\history.cpp
[Invalid Message]
[\r\n]
[Outgoing Message]
[Incoming Message]
[Outgoing URL]
[Incoming URL]
[Outgoing File]
[Incoming File]
[History for %s]
[Are you sure you want to delete this history item?]
[Delete History]
[View &History]
;file \src\core\stdurl\url.cpp
[URL from %s]
[Web Page Address (&URL)]
[URL]
;file \src\core\stdurl\urldialogs.cpp
[Send URL to]
[%s %s (%s)]
[Send timed out]
;file \src\core\stduserinfo\contactinfo.cpp
[Edit E-Mail Address]
[Edit Phone Number]
[The phone number should start with a + and consist of numbers, spaces, brackets and hyphens only.]
[Invalid Phone Number]
[Primary]
[Custom %d]
[Fax]
[Mobile]
[Work Phone]
[Work Fax]
[ SMS]
[mailto:%s]
;file \src\core\stduserinfo\stdinfo.cpp
[Male]
[Female]
[<not specified>]
[Courier New]
[Summary]
[Contact]
[Location]
[Work]
[Background info]
[Notes]
;file \src\core\stduserinfo\userinfo.cpp
[Owner]
[%.*s%s%.*s]
[.........]
[View/Change My &Details...]
;file \src\core\stduseronline\useronline.cpp
[%s is Online]
;file \src\mir_core\cmdline.cpp
[ \t=:]
[ \t]
;file \src\mir_core\langpack.cpp
[%s%s]
[static]
[hyperlink]
[button]
[MButtonClass]
[MHeaderbarCtrl]
[edit]
[langpack_*.txt]
;file \src\mir_core\miranda.cpp
[ComboLBox]
[STATIC]
;file \src\mir_core\path.cpp
;file \src\mir_core\threads.cpp
[ntdll.dll]
;file \src\modules\addcontact\addcontact.cpp
[Add %s]
[Add Contact]
[Please authorize my request and add me to your contact list.]
;file \src\modules\clist\clc.cpp
;file \src\modules\clist\clcfiledrop.cpp
[\\*]
;file \src\modules\clist\clcitems.cpp
;file \src\modules\clist\clcutils.cpp
[EDIT]
;file \src\modules\clist\clistmenus.cpp
[Custom status]
[%s (locked)]
[%s\t%s]
;file \src\modules\clist\clistmod.cpp
[Connecting]
[Connecting (attempt %d)]
[This plugin requires db3x plugin version 0.5.1.0 or later]
[CList]
;file \src\modules\clist\clistsettings.cpp
[(Unknown Contact)]
;file \src\modules\clist\clisttray.cpp
[ | ]
[<b>%-12.12s</b>\t%s]
[%-24.24s\n]
[%s%s<b>%-12.12s</b>\t%s%s%-24.24s]
[%s%s<b>%-12.12s</b>\t%s]
[%s%s%s %s]
[<b>%-12.12s</b>\t%s\n%-24.24s]
[TaskbarCreated]
[TaskbarButtonCreated]
[&Main Menu]
[&Status]
;file \src\modules\clist\clui.cpp
[This contact is on an instant messaging system which stores its contact list on a central server. The contact will be removed from the server and from your contact list when you next connect to that network.]
[Delete Contact]
[Miranda::ProcessProfile]
[De&lete]
[&Rename]
[&Add permanently to list]
[%miranda_userdata%\\%miranda_profilename%.dat]
;file \src\modules\clist\cluiservices.cpp
;file \src\modules\clist\contacts.cpp
[My custom name (not moveable)]
[Nick]
[FirstName]
[E-mail]
[LastName]
[Username]
[FirstName LastName]
['(Unknown Contact)' (not moveable)]
['(Unknown Contact)']
[Customize]
[Contacts]
;file \src\modules\clist\genmenu.cpp
[%s (%d, id %x)]
[Menu Icons/%s]
;file \src\modules\clist\genmenuopt.cpp
[-----------------------------------]
[Menus]
[Accounts]
;file \src\modules\clist\groups.cpp
[New Group]
[%s (%d)]
[Are you sure you want to delete group '%s'?  This operation can not be undone.]
[Delete Group]
[You already have a group with that name. Please enter a unique name for the group.]
[Rename Group]
[This group]
;file \src\modules\clist\keyboard.cpp
[Show Hide Contact List]
[Main]
[Read Message]
[Open Options Page]
[Open Logging Options]
[Open Find User Dialog]
;file \src\modules\clist\movetogroup.cpp
[&Move to Group]
[<Root Group>]
;file \src\modules\database\database.cpp
[%miranda_path%]
[Database]
[ProfileDir]
[%miranda_path%\\Profiles]
[.dat]
[ShowProfileMgr]
[never]
[yes]
[AutoCreate]
[DefaultProfile]
[%s\\%s\\%s%s]
[%s\\%s\\]
[profile]
[%miranda_path%\\*.dat]
[%s\\*.dat]
[%s\\%s\\%s]
[Miranda is trying upgrade your profile structure.\n]
[It cannot move profile %s to the new location %s\n]
[Because profile with this name already exist. Please resolve the issue manually.]
[Miranda NG]
[It cannot move profile %s to the new location %s automatically\n]
[Most likely due to insufficient privileges. Please move profile manually.]
[%s\\*.*]
[%s\\%s\\%s.dat]
[Profile cannot be placed into Miranda root folder.\n]
[Please move Miranda profile to some other location.]
[ForceShowPM]
[The profile '%s' already exists. Do you want to move it to the ]
[Recycle Bin? \n\nWARNING: The profile will be deleted if Recycle Bin is disabled.\n]
[WARNING: A profile may contain confidential information and should be properly deleted.]
[The profile already exists]
[%s\0]
[Couldn't move '%s' to the Recycle Bin, Please select another profile name.]
[Problem moving profile]
[Unable to create the profile '%s', the error was %x]
[Problem creating profile]
[Miranda is unable to open '%s' because you do not have any profile plugins installed.\nYou need to install dbx_3x.dll or equivalent.]
[No profile support installed!]
[Miranda was unable to open '%s', it's in an unknown format.\nThis profile might also be damaged, please run DB-tool which should be installed.]
[Miranda can't understand that profile]
[Miranda was unable to open '%s'\nIt's inaccessible or used by other application or Miranda instance]
[Miranda can't open that profile]
;file \src\modules\database\dbini.cpp
[AutoExec]
[Warn]
[notsafe]
[all]
[Security systems to prevent malicious changes are in place and you will be warned before every change that is made.]
[onlyunsafe]
[Security systems to prevent malicious changes are in place and you will be warned before changes that are known to be unsafe.]
[none]
[Security systems to prevent malicious changes have been disabled. You will receive no further warnings.]
[This change is known to be safe.]
[This change is known to be potentially hazardous.]
[This change is not known to be safe.]
[Invalid setting type. The first character of every value must be b, w, d, l, s, e, u, g, h or n.]
[Install Database Settings]
[Use]
[prompt]
[Safe]
[CLC Icons CLUI CList SkinSounds]
[Unsafe]
[ICQ MSN]
[OverrideSecurityFilename]
[OnCreateFilename]
[Glob]
[autoexec_*.ini]
[OnCompletion]
[recycle]
[delete]
[rename]
[RenamePrefix]
[done_]
[ask]
;file \src\modules\database\profilemanager.cpp
[%s.dat]
[.?/\\#' ]
[&Create]
[0 KB]
[%.3lf]
[<In Use>]
[Are you sure you want to remove profile "%s"?]
[%s\\%s%c]
[Size]
[Created]
[Modified]
[Run]
[Check database]
[%s\\%s.dat]
[%s: %s\n%s]
[Miranda Profiles from]
[Select or create your Miranda NG user profile]
[My Profiles]
[New Profile]
;file \src\modules\extraicons\ExtraIconGroup.cpp
[ / ]
;file \src\modules\extraicons\extraicons.cpp
[Chat Activity]
;file \src\modules\extraicons\options_ei.cpp
[Extra icons]
;file \src\modules\findadd\findadd.cpp
[You haven't filled in the search field. Please enter a search term and try again.]
[Search]
[Results]
[There are no results to display.]
[Searching]
[01234567890123456789]
[All Networks]
[Handle]
[&Find/Add Contacts...]
;file \src\modules\findadd\searchresults.cpp
[First Name]
[Last Name]
[Could not start a search on '%s', there was a problem - is %s connected?]
[Could not search on any of the protocols, are you online?]
[Problem with search]
[1 %s user found]
[%d %s users found]
[%d users found (]
[%d %s]
[No users found]
;file \src\modules\fonts\FontOptions.cpp
[Failed to create file]
[<none>]
[Shadow at left]
[Shadow at right]
[Outline]
[Outline smooth]
[Smooth bump]
[Contour thin]
[Contour heavy]
[abc]
[%s (*.ini)%c*.ini%c%s (*.txt)%c*.TXT%c%s (*.*)%c*.*%c]
[Configuration Files]
[Text Files]
[ini]
[Error writing file]
[Fonts & Colors]
[Sample Text]
[Fonts]
[Installed Plugins]
;file \src\modules\fonts\FontService.cpp
[Headers]
[Generic text]
[Small text]
;file \src\modules\fonts\FontService.h
[Incoming nick]
[Outgoing nick]
[Incoming timestamp]
[Outgoing timestamp]
;file \src\modules\fonts\services.cpp
;file \src\modules\icolib\skin2icons.cpp
[*StaticIcon_%d]
;file \src\modules\icolib\skin2opts.cpp
[%s,]
[Icon Sets]
[ (*.dll;*.icl;*.exe;*.ico)]
[ (*.dll)]
[*.DLL;*.ICL;*.EXE;*.ICO]
[*.DLL]
[dll]
[icons.dll]
[%s,%d]
[%s, %d]
;file \src\modules\ignore\ignore.cpp
[** All contacts **]
;file \src\modules\netlib\netlibhttp.cpp
[(no user)]
[(exist)]
[(no psw)]
;file \src\modules\netlib\netliblog.cpp
[No times]
[Standard hh:mm:ss times]
[Times in milliseconds]
[Times in microseconds]
[(Miranda Core Logging)]
[Select where log file will be created]
[Select program to be run]
[%miranda_logpath%\\netlog.txt]
;file \src\modules\netlib\netlibopts.cpp
[<mixed>]
[SOCKS4]
[SOCKS5]
[HTTP]
[HTTPS]
[Internet Explorer]
[<All connections>]
[Network]
;file \src\modules\netlib\netlibsecurity.cpp
[Basic]
[GSSAPI]
[Kerberos]
;file \src\modules\netlib\netlibssl.cpp
[Client cannot decode host message. Possible causes: Host does not support SSL or requires not existing security package]
[Host we are connecting to is not the one certificate was issued for]
[SSL connection failure (%x %u): %s]
;file \src\modules\options\filter.cpp
[SysTreeView32]
[listbox]
[SysListView32]
[combobox]
[Options search]
;file \src\modules\options\headerbar.cpp
;file \src\modules\options\options.cpp
[<all modules>]
[<core modules>]
[Button]
[Loading... %d%%]
[%s options]
[Miranda NG Options]
[&Options...]
;file \src\modules\plugins\newplugins.cpp
[stduserinfo]
[stdurl]
[stdemail]
[stdauth]
[stdfile]
[stdhelp]
[stduihist]
[stdidle]
[stdautoaway]
[stduseronline]
[stdaway]
[stdclist]
[stdchat]
[stdmsg]
[Core plugin '%s' cannot be loaded or missing. Miranda will exit now]
[Fatal error]
[No messaging plugins loaded. Please install/enable one of the messaging plugins, for instance, "srmm.dll"]
[autoloadavatars.dll]
[multiwindow.dll]
[fontservice.dll]
[icolib.dll]
[historyeditor.dll]
[scriver.dll]
[nconvers.dll]
[tabsrmm.dll]
[nhistory.dll]
[historypp.dll]
[help.dll]
[loadavatars.dll]
[tabsrmm_unicode.dll]
[clist_nicer_plus.dll]
[changeinfo.dll]
[png2dib.dll]
[dbx_mmap.dll]
[dbx_3x.dll]
[sramm.dll]
[srmm_mod.dll]
[srmm_mod (no Unicode).dll]
[singlemodeSRMM.dll]
[msg_export.dll]
[clist_modern.dll]
[clist_nicer.dll]
[%s\\Plugins\\*.dll]
['%s' is disabled, re-enable?]
[Re-enable Miranda plugin?]
[\\%s\\%s]
[Core]
[Plugins]
[%s.dll]
[\\Plugins\\%s]
[\\Core\\%s.dll]
[Unable to load plugin in Service Mode!]
[svc]
[dbchecker.dll]
[PluginLoader]
[AskAboutIgnoredPlugins]
[Unable to start any of the installed contact list plugins, I even ignored your preferences for which contact list couldn't load any.]
[Can't find a contact list plugin! you need clist_classic or any other clist plugin.]
[advaimg.dll]
[crashdumper.dll]
[mirandaboot.ini]
;file \src\modules\plugins\pluginopts.cpp
[%s\\Plugins\\%s]
[%d.%d.%d.%d]
[Plugin]
[Version]
;file \src\modules\protocols\protoopts.cpp
[Create new account]
[Editing account]
[Upgrading account]
[%s~]
[Account is disabled. Please activate it to access options.]
[New account]
[Edit]
[Remove account]
[Configure...]
[Upgrade account]
[Protocol]
[Account ID]
[%s: %d]
[<unknown>]
[Protocol is not loaded.]
[Rename]
[Configure]
[Upgrade]
[Account is online. Disable account?]
[Account %s is being deleted]
[You need to disable plugin to delete this account]
[&Accounts...]
;file \src\modules\skin\hotkeys.cpp
[MirandaHotkeyHostWnd]
;file \src\modules\skin\hotkey_opts.cpp
[%s%s%s%s%s]
[Ctrl + ]
[Alt + ]
[Shift + ]
[Win + ]
[Remove shortcut]
[Add another shortcut]
[Scope:]
[System]
[Actions:]
[Add binding]
[Modify]
[System scope]
[Miranda scope]
;file \src\modules\skin\skinicons.cpp
[Message]
[User Online]
[Group (Open)]
[Group (Closed)]
[User Details]
[History]
[Down Arrow]
[Find User]
[Send E-mail]
[SMS]
[Search All]
[Tick]
[No Tick]
[Help]
[Miranda Website]
[Small Dot]
[Filled Blob]
[Empty Blob]
[Unicode plugin]
[ANSI plugin]
[Running plugin]
[Unloaded plugin]
[ShowHide]
[Exit]
[Main Menu]
[Leave chat]
[Move to Group]
[Off]
[Running core plugin]
[Non-loadable plugin]
[Always visible]
[Always invisible]
[Locked status]
[%s Icons]
[%s\\Icons\\proto_]
[.dll]
[%s\\Plugins\\]
;file \src\modules\skin\sounds.cpp
[%s (*.wav; *.mp3; *.ogg; *.flac)%c*.WAV; *.MP3; *.OGG; *.FLAC%c%s (*)%c*%c]
[Sound Files]
[wav]
;file \src\modules\utils\bmpfilter.cpp
[.bmp]
[.rle]
[.png]
[You need an image services plugin to process PNG images.]
[All Bitmaps]
[Windows Bitmaps]
[JPEG Bitmaps]
[GIF Bitmaps]
[PNG Bitmaps]
[ (*.bmp;*.jpg;*.gif;*.png)]
[*.BMP;*.RLE;*.JPG;*.JPEG;*.GIF;*.PNG]
[ (*.bmp;*.rle)]
[*.BMP;*.RLE]
[ (*.jpg;*.jpeg)]
[*.JPG;*.JPEG]
[ (*.gif)]
[*.GIF]
[ (*.png)]
[*.PNG]
;file \src\modules\utils\openurl.cpp
[file:///%s]
[ftp.]
[ftp://%s]
[http://%s]
;file \src\modules\utils\path.cpp
[%s\\%s\\AvatarCache]
[%s\\%s\\Logs]
;file \src\modules\utils\timeutils.cpp
[%d-%02d-%02dT%02d:%02d:%02dZ]
;file \src\modules\utils\timezones.cpp
[UTC]
[COMBOBOX]
[LISTBOX]
[<unspecified>]
[MUI_%s]
[SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones]
[SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones]
[kernel32]
[shlwapi]
[user32]
[TZI]
[Display]
[Std]
[Dlt]
;file \src\modules\utils\utils.cpp
["%s" /restart:%d]
;file \src\modules\visibility\visibility.cpp