summaryrefslogtreecommitdiff
path: root/langpacks/chinese/untranslate.txt
blob: 669cc4a16cc1a0b44f9ec9ba16f92d0d170a67e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
;file \src\resource.rc
;______________________________________________=CORE=.txt______________________________________________
[Open contact's chat window]
[Instead of displaying contacts by their nickname,\ndrag to choose another order:]
[Options\nConfigure your Miranda NG options]
[Switch to simple options]
[OutputDebugString()]
[Run program when Miranda NG starts (eg tail -f, dbgview, etc):]
[Use Custom Login (Domain login picked up automatically)]
[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]
[AaBbYyZz]
[Disable icons]
[Show accounts in the following order,\ndrag to choose another order:]
[You can group/ungroup icons by selecting them (CTRL+left click) and using the popup menu (right click)]
[&I]
[Do not pop up dialog asking for new message]
[(The timeout require at least Popup plugin v 1.0.1.9. Setting it to 0 means default setting and -1 means indefinite time)]
[Miranda NG\n%s]
[Miranda]
[Become idle if the computer is locked]
[Disable sounds on idle]
[Popups to display]
[Menu Icons]
[Open Logging Options]
[Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s\nBecause profile with this name already exist. Please resolve the issue manually.]
[Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s automatically\nMost likely due to insufficient privileges. Please move profile manually.]
[Profile cannot be placed into Miranda root folder.\nPlease move Miranda profile to some other location.]
[Miranda was unable to open '%s', it's in an unknown format.\nThis profile might also be damaged, please run DBChecker which should be installed.]
[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.\nWARNING: A profile may contain confidential information and should be properly deleted.]
[Modified]
[Configuration Files]
[<all modules>]
[<core modules>]
[Core plugin '%s' cannot be loaded or missing. Miranda will exit now]
[Miranda NG must be restarted to apply changes for these plugins:]
[Do you want to restart it now?]
[WARNING! The account is going to be deleted. It means that all its settings, contacts and histories will be also erased.\n\nAre you absolutely sure?]
[Your account was successfully upgraded. To activate it, restart of Miranda is needed.\n\nIf you want to restart Miranda now, press Yes, if you want to upgrade another account, press No]
[This account uses legacy protocol plugin. Use Miranda NG options dialogs to change it's preferences.]
[Welcome to Miranda NG's account manager!\n Here you can set up your IM accounts.\n\n Select 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.]
[Account name has to be unique. Please enter unique name.]
[Account Error]
[Account is online. Disable account?]
[SMS]
[Running core plugin]
[Non-loadable plugin]
[Always invisible]
[WAV Files]
[Aland Islands]
[Antarctica]
[Bolivia, Plurinational State of]
[Bonaire, Sint Eustatius and Saba]
[Bouvet Island]
[British Indian Ocean Territory]
[Brunei Darussalam]
[Cape Verde]
[Chile]
[Congo]
[Congo, the Democratic Republic of the]
[Cote d'Ivoire]
[French Southern Territories]
[Guam]
[Guernsey]
[Heard Island and McDonald Islands]
[Holy See (Vatican City State)]
[Iran, Islamic Republic of]
[Isle of Man]
[Jersey]
[Korea, Democratic People's Republic of]
[Korea, Republic of]
[Lao People's Democratic Republic]
[Libya]
[Macao]
[Macedonia, The Former Yugoslav Republic of]
[Mayotte]
[Montenegro]
[Northern Mariana Islands]
[Palestinian Territory, Occupied]
[Pitcairn]
[Reunion]
[Russian Federation]
[Saint Barthelemy]
[Saint Helena, Ascension and Tristan da Cunha]
[Saint Martin (French part)]
[Samoa]
[Serbia]
[Sint Maarten (Dutch part)]
[South Georgia and the South Sandwich Islands]
[South Sudan]
[Svalbard and Jan Mayen]
[Taiwan, Province of China]
[Tanzania, United Republic of]
[Timor-Leste]
[United States]
[United States Minor Outlying Islands]
[Venezuela, Bolivarian Republic of]
[Viet Nam]
[Virgin Islands, British]
[Virgin Islands, U.S.]
[Wallis and Futuna]
[Western Sahara]
;______________________________________________=DUPES=.txt______________________________________________
;______________________________________________Actman.txt______________________________________________
[wParam]
[lParam]
[Math]
[Text <last> replacing\r\nby last result\r\n\r\nText <param> replacing\r\nby parameter]
[^s - selected (and replaced) part\r\n^e - replaced by empty string\r\n^v - paste text from Clipboard\r\n^t - replaced by tabulation\r\n^l - replaced by last result as unicode\r\n^h - replaced by last result as hex\r\n^a - in the end: autosend\r\n^f(name\[,str\])\r\n     paste line from text file.\r\n     brackets contents must be w/o spaces]
[Text <last> replacing\r\nby last result\r\n\r\nReturns:\r\n--------\r\nOK\t= 1\r\nCANCEL\t= 2\r\nABORT\t= 3\r\nRETRY\t= 4\r\nIGNORE\t= 5\r\nYES\t= 6\r\nNO\t= 7\r\nCLOSE\t= 8]
[Use Byte array/pointer for ANSI strings\n\Use Word array/pointer for Unicode strings\n\n\$## replaces by byte with hex value ##\n\$#### replaces by word with hex value #### (for Unicode strings only)\n\n\All data length calculating in bytes]
[Hooks]
[hook sample]
[QWord]
[Packed structure]
[NativeInt]
[Starting from]
[Starting after]
[Start immediately]
[Since/after]
[Repeat, times]
[Interval]
[Break on non-zero result]
[Task sample]
[Send event on start time]
[Send event just once]
[Use Actions]
[Action list]
[Where to use]
[CList Modern toolbar]
[TabSRMM toolbar]
[Tray menu]
[2 state button/item]
[Save button/item state]
[Normal button tooltip]
[Pressed button tooltip]
[Menu item name:]
[Show only if variables return 1]
[Contact related]
[Data align]
[Packed]
[2 bytes]
[4 bytes]
[8 bytes]
[alias]
[length]
[data]
[Structure help]
[Descr]
[Miranda service help]
[Effect]
[action group list was changed: some was added or deleted]
[the context menu for a contact is about to be built]
[double click on the CList]
[New contact added to database]
;______________________________________________AddContactPlus.txt______________________________________________
[Provides the ability to quickly add new contacts.]
[Add Contact\nAdd a contact to your contact list]
[Contact ID:]
[Add temporarily]
[The contact cannot be added to your contact list. Please make sure the contact ID is entered correctly.]
[The contact cannot be added to your contact list. If you are not logged into the selected account, please try to do so. Also, make sure the contact ID is entered correctly.]
[&Add contact...]
[Open add contact dialog]
;______________________________________________AdvaImg.txt______________________________________________
[Generic image services for Miranda NG.]
;______________________________________________AdvancedAutoAway.txt______________________________________________
[An Auto Away module with some more options than the original.]
;______________________________________________AIM.txt______________________________________________
[AOL Instant Messenger (AIM) protocol support for Miranda NG.]
[Hiptop]
[AOL]
[Failed to open file: %s %s]
;______________________________________________Alarms.txt______________________________________________
[Sets once-off, daily, weekly and weekday alarms.]
[Unknown command issued: "%s"]
[5 mins]
[15 mins]
[30 mins]
[1 week]
;______________________________________________AssocMgr.txt______________________________________________
[Miranda NG was not able to open "%S".\n\nThere is no registered handler for this file type.]
[Miranda NG was not able to open "%S".\n\nThe file could not be processed.]
[Miranda NG was not able to open "%S".\n\nThere is no registered handler for this URL type.]
[Miranda NG was not able to open "%S".\n\nThe given URL is invalid and can not be parsed.]
[Registry Warning]
;______________________________________________AuthState.txt______________________________________________
[If contact didn't authorized you this plugin puts an icon in front of contacts name.]
;______________________________________________AutoRun.txt______________________________________________
;______________________________________________AutoShutdown.txt______________________________________________
;______________________________________________AvatarHistory.txt______________________________________________
[This plugin keeps backups of all your contacts' avatar changes and/or shows popups.]
[Avatar History for %s]
[Avatar History is empty!]
[avatar path is null.]
[Save Avatar for %s]
[Save Avatar]
[AVH Debug]
[Removed avatar, no avatar before...skipping]
[Hashes are the same... skipping]
[Avatar History: Unable to save avatar]
[AVH Debug: File copied successfully]
[Contact changed avatar]
[Contact removed avatar]
[AVH Debug: GetOldStyleAvatarName]
[Avatar History: Unable to create shortcut]
[AVH Debug: Shortcut created successfully]
;______________________________________________AVS.txt______________________________________________
[Loads and manages contact pictures for other plugins.]
[Global avatar]
[Global avatar for %s accounts]
[My Global Avatar Cache]
;______________________________________________BasicHistory.txt______________________________________________
[History viewer for Miranda NG.]
[Always show contact list]
[Show groups in contact list]
[Do not show Find control border]
[Custom filters]
[Add filter]
[Delete filter]
[Add event]
[Delete event]
[WinSCP path]
[WinSCP log path]
[New messages on top]
[Delta time to group messages:]
[Limit messages to:]
[Search forward in list group]
[Search forward in message window]
[Match Case]
[Match Whole Word]
[Only Incomming Messages]
[Only Outgoing Messages]
[Only Selected Group]
[Export To Txt]
[File encoding*]
[Export To Plain Html]
[Export To Rich Html]
[* Choose encoding from combo box or enter code page number and name separated by semicolon, name is used in Content-Type header.]
[Add task]
[Edit task]
[Delete task]
[Save errors to system history]
[Task]
[Action type]
[Events older than*]
[Triger type]
[Delta time]
[Day of week]
[Export to]
[Compress output files]
[Upload to FTP (WinSCP requred)]
[Session name]
[Path to file**]
[Export imported messages]
[* Use negative values to filter younger events]
[Execute task for specified contacts]
[Delete All User History]
[Execute history task]
[Show Contacts]
[Hide Contacts]
[Find Next]
[Find Previous]
[Plus in export]
[Minus in export]
[Default history events]
[%s Files (*.%s)]
[File do not contain selected contact]
[File is corrupted]
[Do you want delete all imported messages for this contact?\nNote that next scheduler task import this messages again.]
[Rich Html]
[Plain Html]
[Txt]
[Binary]
[Dat (mContacts)]
[Save window position as default]
[Save window position for all contacts]
[Do you want save imported messages to local profile?]
[File contain history for different contact. Do you want to change contact and import?]
[Number of history items to delete: %d.\nAre you sure you want to do this?]
[Contacts recieved]
[Group list]
[Scheduler]
[Group list background]
[Find window]
[Find window background]
[Window background]
[Contact list background]
[Open global history]
[Switch Match Case]
[Switch Match Whole Word]
[Show/Hide Contacts]
[Switch Only Incomming Messages]
[Switch Only Outgoing Messages]
[Switch Only Selected Group]
[Switch All Contacts]
[Export To Binary]
[Import From Binary]
[Export To Dat (mContacts)]
[Import From Dat (mContacts)]
[Invalid event number]
[File do not exist. Enter correct file path.]
[Invalid file]
[Enter filter name]
[Filter name exists]
[Event already exists]
[Browse WinSCP file]
[Save WinSCP log file]
[Browse CSS file]
[Export and Delete]
[Import and Marge]
[At Start]
[At Finish]
[Delta time (minutes)]
[Delta time (hours)]
[Invalid '%s' value.]
[Events older than]
[Some value is invalid]
[Invalid '%s' value.\n%s]
[** Use <ext> to insert extension, <contact> to insert contact name]
[Input files are compressed]
[Download from FTP (WinSCP requred)]
[Import from]
[** Use <date> to insert date, <ext> to insert extension, <contact> to insert contact name]
[_files]
[Open all]
[Close all]
[History task]
[At least one contact should be selected.]
[Upload to FTP]
[Path to output file]
[To create session open WinSCP, click New Session, enter data and save with specific name. Remember if FTP server using password you should save it in WinSCP.]
[Path to file]
[FTP path must contains '/' instead '\' and starts from '/'.]
[FTP path cannot contain <date> in import task.]
[Cannot get FTP file(s).]
[Cannot unzip file(s).]
[Incorrect file format: %s.]
[Unknown contact in file: %s.]
[Cannot export history for contact: %s.]
[Cannot compress file(s).]
[Cannot send FTP file(s).]
[Task finished]
[Task '%s' execution failed]
[Task '%s' finished successfully]
[Task '%s' execution failed:]
[You have reached the end of the group.]
;______________________________________________BASS_interface.txt______________________________________________
[un4seen's BASS interface Miranda NG plugin.]
[Output device:]
[Bass library]
[Sounds enabled]
[Sounds disabled]
;______________________________________________Boltun.txt______________________________________________
[Boltun]
[Engine]
[Message sessions]
[Mind Files]
[Boltun/Start Chatting]
[Hello. I'm Boltun! I'll talk to you, while my owner is away. Please write without mistakes!]
[Failed to load base of remarks. Error at line %d of %s. (Or few lines before).]
[Failed to save base of remarks to %s]
[Engine Settings]
;______________________________________________BossKey.txt______________________________________________
[Anti-Boss plugin.]
;______________________________________________BuddyExpectator.txt______________________________________________
[Reacts to the return of contacts, or the the extended absence of contacts, with notifications and other actions.]
[Hiding %s (%S)]
[BuddyExpectator]
[Buddy Expectator]
;______________________________________________BuddyPounce.txt______________________________________________
[Allows you to send a message to contacts if they change status.]
[Default Settings]
[These settings are also used when sending a "Simple" pounce]
[Couldnt Allocate enough memory]
[error......]
;______________________________________________ChangeKeyboardLayout.txt______________________________________________
[Plugin for changing keyboard layout of text (multilayout).]
[Show result in Popup]
[Leave as it is]
;______________________________________________ClientChangeNotify.txt______________________________________________
[Shows a notification when someone in your contact list changes his client.]
[changed client to %s (was %s)]
[changed client to %s]
[Client change notifications:]
[Never, ignore client changes for this contact]
[Always except when client change notifications are disabled globally]
[Always, even when client change notifications are disabled globally]
[Use global settings (default)]
;______________________________________________Clist_blind.txt______________________________________________
[A contact list for blind folks.]
;______________________________________________Clist_modern.txt______________________________________________
[Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation.]
[[Ctrl]+[Left Click] to filter only  protocol. Click on empty space to show all]
[Show status name]
[Show xStatus name]
[Use connecting icon]
[For other stuff MetaContacts plugin should be loaded.\n\nhttp://miranda-ng.org]
[Allow internal requesting of status message text]
[Remove status message if contact became offline]
[Use improved search method in contactlist]
[Compact mode\n(Show avatars and additional text on selected contacts only)]
[Show status if there is no status message]
[Show listening to if there is no status message]
[Modern contact list]
[Status Overlay]
[Row Items]
[Frame texts]
[Special colours]
[&Contact rate]
[Show even if offline]
[Show/Hide Offline Users]
[- Empty - (do not draw this object)]
[Solid fill object]
[Image (draw image)]
[Fragment (draw portion of image)]
[Stretch Both directions]
[Stretch Vertical, Tile Horizontal]
[Tile Vertical, Stretch Horizontal]
[Tile Both directions]
[reVista for Modern v0.5]
[Main menu]
[Status Menu]
[Accounts...]
[Show/Hide offline contacts]
[Use/Disable groups]
[Disable Groups]
[Enable/Disable sounds]
[To view a toolbar in Clist Modern you need the TopToolBar plugin. Click Yes to download it or Cancel to continue]
[Toolbar upgrade]
;______________________________________________Clist_mw.txt______________________________________________
[Displays contacts, event notifications, protocol status with MW modifications.]
[_NoProtocol_]
;______________________________________________Clist_nicer.txt______________________________________________
[Displays contacts, event notifications, protocol status.]
[CList Nicer exception]
[Clist Nicer+]
[Copyright © 2004-2010 by the Miranda IM project, 2012-2013 by the Miranda NG project. More detailed copyright information can be found in the included README file.]
[The service %s specified by the %s button definition was not found. You may need to install additional plugins]
[Service failure]
[You need the FloatingContacts plugin, cause the embedded floating contacts were removed]
;______________________________________________Cln_skinedit.txt______________________________________________
[Allows inline skin item editing for clist nicer.]
;______________________________________________CmdLine.txt______________________________________________
[Could not initialize CmdLine plugin property]
[Change account status either globally or per account.\nUsage: status <status> [<account>].\nPossible values for <status> are: offline, online, away, dnd, na, occupied, freechat, invisible, onthephone, outtolunch.\n<Account> is the name of the account. If it's not specified then the command will issue a global status change.]
[Change away message either globally or per account.\nUsage: awaymsg <message> [<account>].\n<Message> is the new away message.\n<Account> is an optional parameter specifying the account to set the away message for. If not specified then the away message will be set globally.]
[Change extended status either globally or per account.\nUsage xstatus <status> [<account>].\n<XStatus> is the new extended status to set. Possible values are:...\n<Account> is an optional parameter specifying the account for which extended status is set. If not specified then extended status for all accounts will be changed.\nNOTE: Not all accounts/protocols support extended status.]
[Disables or enables popups display.\nUsage popups (disable | enable | toggle).\nThe command will either enable or disable popups display.]
[Disables or enables sounds.\nUsage: sounds (disable | enable | toggle).\nThe command will either disable or enable sounds.]
[Hides or shows the contact list window.\nUsage: clist (show | hide | toggle).\nThe command will either show or hide the contact list window.]
[Closes Miranda.\nUsage: quit [wait]. If wait is used then the command will return only when CmdLine plugin has been unloaded by Miranda.]
[Provides help on other commands.\nUsage: help [<command>].\nThe command will print help information for other commands. If run without any parameters it will print available commands.]
[Notifies Exchange plugin to check for email.\nUsage: exchange check]
[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>. The command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE:If you pass invalid data to a service Miranda might crash.]
[Sends a message to the specified contact(s).\nUsage: message <contact> [<contact> [<contact> [...]]] <message>. The command will send <message> to the specified contact(s) - at least one contact must be specified - all parameters except the last one are considered recipients.\n<Contact> has the following format:<name>[:<account>]. <Name> is the contact display name or unique ID and <account> is an optional parameter representing the account of the contact (useful in case there is more than one contact with the same name).\nNOTE:The message string cannot exceed 512 characters.]
[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n  db delete <module> <name>\n  db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
[Configures proxy settings either globally or per account.\nUsage: proxy (global|<account>) <setting> [<params>].\n  <setting> is one of the following settings:\n    status (disable | enable | toggle).\n    server <proxy type> <server> <port>]
[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]]. The command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain id use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]]. The command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain id use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified the command will open a message window for all contacts that have unread messages.]
[Shows history or unread messages for a contact.\nUsage:\n history <command> <contact>.\n <command> is one of the following commands:\n    unread - show unread messages for that contact.\n    show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative it is interpreted as a relative index from the last event number + 1 (so the last event for a contact is -1).]
[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed it will use its report instead.\nUsage:\n version. The command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
[Changes the user's nickname on the given protocol to the new name.\nUsage:\n setnickname <protocol> new_nickname]
[Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) <contact> [<contact> [<contact> [..]]]. Ignores or removes ignore flags for the specified contacts.]
[Current global status: %s.%s]
['%s' doesn't seem to be a valid account.]
[Failed to change status for account '%s' to '%s'.]
[Failed to set '%S' status message to '%s' (status is '%s').]
[Successfully set '%S' status message to '%s' (status is '%s').]
[Account '%S' does not support away messages, skipping.]
[Account '%s' does not support away messages, skipping.]
[Failed to change status message for account '%s' to '%s' (status is '%s').]
[CallService call successful: service '%s' returned %p.]
[Message to '%s' was marked as sent but the account seems to be offline]
[[me]]
[Error setting nickname to '%s' for protocol '%s']
;______________________________________________Console.txt______________________________________________
[Console log window for Miranda.]
[*** Console started ***]
[*** Console paused ***]
[*** Console resumed ***]
[*** Console cleared ***]
;______________________________________________Contacts.txt______________________________________________
[Allows you to send and receive contacts.]
;______________________________________________CrashDumper.txt______________________________________________
[Crash Dumper for Miranda NG.]
[View Version Information]
[Create reports in subfolders naming as current date]
[View Version Information (with DLLs)]
;______________________________________________CryptoPP.txt______________________________________________
[Crypto++ library for SecureIM plugin.]
;______________________________________________CSList.txt______________________________________________
[This plugin offers simple management functions to keep your extra statuses on one place.]
[Add/Modify Custom Status]
[Add/Modify]
[Delete entries in Custom status menu after Import]
[Note: Menu items are only visible when at least one account is properly set. Check if you have at least one account with UIN filled in.]
[This field doesn't accept string longer than %d characters. The string will be truncated.]
;______________________________________________CyrTranslit.txt______________________________________________
[Replaces (for the selected contacts only) the Cyrillic letters in the outgoing messages with the phonetically equivalent Latin letter combinations.]
[&Transliterate (ФЫВА->FYVA)]
;______________________________________________DbChecker.txt______________________________________________
[Miranda NG Database Checker.]
[Database Checker cannot find a suitable database plugin to open '%s'.]
[Database driver '%s' doesn't support checking.]
;______________________________________________DbEditorPP.txt______________________________________________
[Advanced Database Editor.]
[&Open Options]
[&Unicode]
[BL&OB]
[BLOB]
[UNICODE]
[Decoded string..]
[Encoded string..]
;______________________________________________Dbx_3x.txt______________________________________________
;______________________________________________Dbx_mmap.txt______________________________________________
[Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin.  Please download it from http://miranda-ng.org/. Miranda will now shutdown.]
;______________________________________________Dbx_mmap_SA.txt______________________________________________
[Provides Miranda database support: global settings, contacts, history, settings per contact. Enhanced modification with Encryption support.]
[Dll]
;______________________________________________Dbx_tree.txt______________________________________________
[Provides extended Miranda database support.]
[Journal "%s" was found on start.\nBackup "%s"%s created and backup "%s"%s created.\nYou may delete these file(s) after successful start from "%s".]
[ was successfully]
[ could not be]
[Journal "%s" was found on start.\nBackups "%s"and "%s" could not be created in "%s".]
;______________________________________________Db_autobackups.txt______________________________________________
[Db autobackuper plugin.]
[Go to the "Customize -> Folders" to change settings]
[Backup Folder]
[Database/Database Backups]
;______________________________________________EmLanProto.txt______________________________________________
[E-mage LAN protocol support for Miranda NG.]
[User name or '*']
;______________________________________________Facebook.txt______________________________________________
[Facebook protocol support for Miranda NG.]
[Automatically set 'Ignore status change' flag]
[Contacts Settings]
[Use bigger avatars]
[Load contacts with 'On the Mobile' status]
[News Feed types to notify:]
[Use secure connection also for channel requests]
[Also disconnect chat when going to offline]
[Map non-standard statuses to Invisible (instead of Online)]
[Enable support for Custom smileys (EXPERIMENTAL + BUGGY!)]
[Use local time for received messages]
[Send "Seen" info when marking messages as read]
[Use this server for opening links:]
[Login error: Some Facebook things are required.]
[Your account requires HTTPS connection. Activating.]
[Login error: Captcha code is required. Bad login credentials?]
[Login error: %s]
[Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!]
[Timeout when sending message.]
[Most Recent]
[Wall Posts]
[Top News]
[Photos]
[Apps and Games]
[Classic website]
[Mobile website]
[Smartphone website]
[For everyone]
[For friends of friends]
[For friends]
[Only for me]
[Contact was removed from your server list.]
[Error occured when removing contact from server.]
[Request for friendship was sent.]
[Error occured when requesting friendship.]
[Request for friendship was canceled.]
[Error occured when canceling friendship request.]
[What's on your mind, %s?]
[Note: Make sure you have disabled 'Validate SSL certificates' option in Network options to work properly.]
[Message read: %s]
[Contact is back on server-list.]
[Contact is no longer on server-list.]
[Attachments:]
[Show Mind Window]
[Loading newsfeeds...]
[Checking friend requests...]
[Refreshing buddy list...]
[Facebook icon]
[Poke]
[Newsfeed]
[Cancel friendship]
[Cancel friendship request]
[Request friendship]
[Approve friendship]
[Visit friendship details]
[Visit profile]
[Visit Profile]
[Refresh Buddy List]
[Check Friends Requests]
[Check Newsfeeds]
;______________________________________________FavContacts.txt______________________________________________
[Favourite contacts menu.]
[px.]
[<no group>]
[&Favourite Contacts...]
[<No group>]
;______________________________________________FileAsMessage.txt______________________________________________
[File tranfer by using the messaging services - as plain text.]
[fileAsMessage]
[Extra options: Events > File Transfers, "Receiving files" group]
[Unknown command for "" SERVICE_TITLE "" was received]
[File As Message...]
[File As Message]
[\nIf you see this "garbage", probably you "                         "have no "fileAsMessage" plugin installed, see "						 "http://miranda-ng.org/ for more information and download.]
;______________________________________________Fingerprint.txt______________________________________________
[Fingerprint NG (client version) icons module for Miranda NG.]
[Fingerprint overlays icons]
[Miranda clients]
[Miranda packs overlays]
[Show Miranda version at Overlay#2]
[Resource overlays]
[Platform overlays]
[Protocols overlays]
[Unicode overlay]
[Secure overlays]
[AIM clients]
[Gadu-Gadu clients]
[ICQ clients]
[IRC clients]
[Jabber clients]
[MRA clients]
[MSN clients]
[QQ clients]
[RSS clients]
[Tlen clients]
[Weather clients]
[Yahoo clients]
[Multi-protocol clients]
[Other (rare) protocols]
[Other icons]
[Show client icon in message window status bar]
[Client icons]
[Multi-proto clients]
[Other protocols]
[Platform]
[MirandaNG stable]
[MirandaIM (old versions)]
[Miranda (unknown)]
[spam client]
[PHP Jabber Client]
[MP3 Script for mIRC]
[Mail.Ru Agent (official)]
[Mail.Ru (unknown client)]
[TM 2008 and >]
[Gadu-Gadu client]
[Tlen.pl client]
[Python-based clients]
[Jabber client]
[XMPP client]
[Client not found]
[AIM overlay]
[ICQJ Plus Mod overlay]
[ICQJ overlay]
[IRC overlay]
[JGmail overlay]
[JGTalk overlay]
[Jabber overlay]
[MSN overlay]
[QQ overlay]
[Tlen.pl overlay]
[Yahoo overlay]
[Mail.Ru Agent overlay]
[ICQ 2003 overlay]
[ICQ Lite 4 overlay]
[ICQ v5.x overlay]
[ICQ v6.x overlay]
[ICQ v7.x overlay]
[ICQ v8.x overlay]
[Yahoo v11.x overlay]
[Yahoo v10.x overlay]
[Yahoo v9.x overlay]
[Gadu-Gadu v11 client]
[Gadu-Gadu v10 client]
[Gadu-Gadu v9 client]
[Gadu-Gadu v8 client]
[Tlen 7.x overlay]
[Tlen 6.x overlay]
[Tlen 5.x overlay]
[TM/QQ 2012 overlay]
[TM/QQ 2011 overlay]
[TM/QQ 2010 overlay]
[TM/QQ 2009 overlay]
[TM/QQ 2008 overlay]
[TM/QQ 2007 overlay]
[TM/QQ 2006 overlay]
[TM/QQ 2005 overlay]
[QQ 2004 overlay]
[TM 3.x / QQ 2003 overlay]
[TM 2.x overlay]
[TM 1.x overlay]
[QQ 2000 overlay]
[Windows overlay]
[iOS overlay (iPhone/iPad)]
[MacOS overlay]
[Linux overlay]
[Flash overlay]
[Java overlay]
[Symbian overlay]
[Amiga overlay]
[Android overlay]
[debug overlay]
[office overlay]
[mobile overlay]
[home overlay]
[work overlay]
[notebook overlay]
[MirandaNG v0.6 #2 overlay]
[MirandaNG v0.5 #2 overlay]
[MirandaNG v0.4 #2 overlay]
[MirandaNG v0.3 #2 overlay]
[MirandaNG v0.2 #2 overlay]
[MirandaNG v0.1 #2 overlay]
[MirandaIM v0.10 #2 overlay]
[MirandaIM v0.9 #2 overlay]
[MirandaIM v0.8 #2 overlay]
[MirandaIM v0.7 #2 overlay]
[MirandaIM v0.6 #2 overlay]
[MirandaIM v0.5 #2 overlay]
[MirandaIM v0.4 #2 overlay]
[x64 overlay]
[x32 overlay]
[NewGPG overlay]
[MirOTR overlay]
[SecureIM overlay]
;______________________________________________FirstRun.txt______________________________________________
[Displays the Accounts window at the first start.]
;______________________________________________Flags.txt______________________________________________
;______________________________________________FlashAvatars.txt______________________________________________
[Loads and displays flash avatars.]
[Flash.ocx not registered!]
[You don't have installed ShockwaveFlash interface in your system.]
[Bugged Flash detected!]
[You have installed Flash 8.\r\nThis version of Flash contains a bug which can causes random crashes.\r\nIt is recommended to upgrade or downgrade your Flash library]
;______________________________________________FltContacts.txt______________________________________________
[Floating Contacts plugin for Miranda.]
[Show tooltips*]
[*requires Tipper plugin]
[Idle contacts]
[Left-top edge's color:]
[Right-bottom edge's color:]
;______________________________________________Folders.txt______________________________________________
[Allows plugins to save their data to user selected folders; supports variables.]
[Don't forget to click on Apply to save the changes. If you don't then the changes won't]
[be saved to the database, they will only be valid for this session.]
[Variable string]
[What it expands to:]
[Expands to your miranda path (e.g: c:\\program files\\miranda ng).]
[Expands to your profile path - the value found in mirandaboot.ini,]
[ProfileDir section (usually inside miranda's folder).]
[Expands to your current profile name without the extenstion.]
[(e.g.default if your your profile is default.dat).]
[Environment variables]
[The plugin can also expand environment variables; the variables are specified like in any other]
[program that can use environment variables, i.e. %<env variable>%.]
[Note: Environment variables are expanded before any Miranda variables. So if you have, for]
[example, %profile_path% defined as a system variable then it will be expanded to that value]
[instead of expanding to Miranda's profile path.]
[Examples:]
[If the value for the ProfileDir inside mirandaboot.ini, ProfileDir section is '.\\profiles\', current]
[profile is 'default.dat' and miranda's path is 'c:\\program files\\miranda ng\' then:]
[will expand to 'c:\\program files\\miranda ng']
[will expand to 'c:\\program files\\miranda ng\\profiles']
[will expand to 'default']
[will expand to the temp folder of the current user.]
[will expand to 'c:\\program files\\miranda ng\\profiles\\default']
[will expand to 'c:\\program files\\miranda ng\\plugins\\config']
[Notice that the spaces at the beginning and the end of the string are trimmed, as well as the last.]
;______________________________________________FTPFile.txt______________________________________________
[FTP a file to a server and send the URL to your friend. Supported automatic zipping before upload and encryption via SFTP and FTPS.]
[FTP Server 1]
[FTP Server 2]
[FTP Server 3]
[FTP Server 4]
[FTP Server 5]
[FTP_ShowManager]
[%0.1f kB/s]
[%0.1f%% (%d kB/%d kB)]
[%s (%d kB/%d kB)]
;______________________________________________GG.txt______________________________________________
[Create Gadu-Gadu account\nThis will create new Gadu-Gadu account]
[Remove Gadu-Gadu account\nThis will remove your Gadu-Gadu account]
[Change Gadu-Gadu password\nChanges current Gadu-Gadu user password]
[Change Gadu-Gadu e-mail\nChanges current Gadu-Gadu user e-mail]
[Open new conference\nSelect conference participants]
[Concurrent Sessions]
[Concurrent %s Login Sessions\nView information on active concurrent sessions]
[Sign out all sessions]
[Can not create avatars cache directory. ERROR: %d: %s\n%s]
[Can not create avatar file. ERROR: %d: %s\n%s]
[Can not open avatar file. ERROR: %d: %s\n%s]
[Miranda was unable to resolve the name of the Gadu-Gadu server to its numeric address.]
[Received invalid server response.]
[Your Gadu-Gadu number and password combination was rejected by the Gadu-Gadu server. Please check login details at M->Options->Network->Gadu-Gadu and try again.]
[Connecting to Gadu-Gadu hub failed.]
[Cannot establish secure connection.]
[Server disconnected asking you for changing your e-mail.]
[Too many login attempts with invalid password.]
[Gadu-Gadu servers are now down. Try again later.]
[Connection cannot be established. errno=%d: %s]
[You have logged in at another location]
[You are logged in at another location]
[Incoming image]
[Your details has been uploaded to the public directory.]
[You have to be logged in before you can change your details.]
[Can not create transfer file. ERROR: %d: %s (dcc)\n%s]
[Can not create transfer file. ERROR: %d: %s (dcc7)\n%s]
[Concurrent sessions]
[Image files (*.bmp,*.gif,*.jpeg,*.jpg,*.png)]
[Can not create image cache directory. ERROR: %d: %s\n%s]
[Cannot save received image to file. ERROR: %d: %s\n%s]
[Can not open image file. ERROR: %d: %s\n%s]
[List cannot be imported because of error:\n\t%s (Error: %d)]
[List cannot be removeed because of error: %s (Error: %d)]
[List cannot be imported from file "%s" because of error:\n\t%s (Error: %d)]
[List cannot be exported to file "%s" because of error:\n\t%s (Error: %d)]
[List cannot be exported because of error:\n\t%s (Error: %d)]
[Password could not be reminded because of error:\n\t%s (Error: %d)]
[Can not remove old avatar file before refresh. ERROR: %d: %s\n%s]
[Can not remove old avatar file. ERROR: %d: %s\n%s]
[To remove your Gadu-Gadu avatar, you must use the gg.pl website.]
[Client Name]
[IP Address]
[Login Time]
[sign out]
[There are no active concurrent sessions for this account.]
[You have to be logged in to view concurrent sessions.]
[Copy Text]
[Whois]
[Concurrent &sessions]
[You have registered new account.\nPlease fill up your personal details in "M->View/Change My Details..."]
;______________________________________________GTalkExt.txt______________________________________________
[GTalk extensions for Jabber protocol]
[Popup notifications (needs popup plugin)]
[Notify in fullscreen mode too]
[Use this if your popup plugin does not correctly detect fullscreen mode. It will take away your keyboard focus]
[Add message snip to notification]
[Try to login before open mailbox]
[This works only if password is saved in the database. Has no effect on links in pseudocontact message log]
[Choose GMail view you use in web interface]
[I don't know]
[Standard view]
[If both colors set to the same value, default colors will be used]
[0 means default timeout,\n-1 means no timeout]
[Open mailbox]
[You've received an e-mail\n%s unread threads]
[* Primitive type system\n]
[* No overloading\n]
[* Limited possibility of data abstraction, polymorphism, subtyping and code reuse\n]
[* No metaprogramming except preprocessor macros\n]
[* No exceptions]
[GMail notifications]
[subject\n    %s\nfrom\n%s\n%s\n]
[subject\n    %s\nfrom\n%s]
[Unread threads:]
;______________________________________________HistoryPP.txt______________________________________________
[Sh&ow in history]
[Log default]
[History default]
[Group log messages]
[Need more options?]
[Open Link]
[Artist: %s\\nTitle: %s\\nAlbum: %s]
[Text formatting options]
[Limit Search Sange]
[SMS Message]
[EMail Express]
[Other event]
[Include password-protected contacts]
[Enter the history password to search.]
[Delete &Bookmark]
[Advanced <<]
[%s - History++]
[Conversations (F4)]
[Open &Link]
[Open Link in New &Window]
[Open &File]
[Open File Fo&lder]
[Disable &Processing]
[Enable &Processing]
[Do you really want to delete ALL items (%.0f) for this contact?]
[Note: It can take several minutes for large history.]
[HTML file (*.html; *.htm)|*.html;*.htm]
[XML file (*.xml)|*.xml]
[RTF file (*.rtf)|*.rtf]
[Unicode text file (*.txt)|*.txt]
[Text file (*.txt)|*.txt]
[All files (*.*)|*.*]
[Remove bookmark]
[Bookmark]
[Unknown id]
[All except status]
[Grid options]
[Additional processing support]
[Change Appearance]
[Events filter]
[SMTP Simple]
[Toggle &Processing]
[History++]
[Unicode text file]
[XML file]
[HTML file]
[History++ module could not be loaded, riched20.dll is missing. Press Yes to continue loading Miranda.]
[Artist: %s\\r\\nTitle: %s\\r\\nAlbum: %s]
[Cannot load icon pack (%s) from:\\r\\n%s\\r\\nThis can cause no icons will be shown.]
[You are using old icon pack from:\\r\\n%s\\r\\nThis can cause missing icons, so update the icon pack.]
[History++ module could not be loaded, richedit 2.0+ module is missing.\\nPress OK to continue loading Miranda.]
[%.0f items in history]
[%s (to %s)]
[%s Header]
[&Additional]
[&Delete All]
[&Password Protection...]
[(time and date)]
[All Items]
[Authorisation Request by %s (%s%s%d): %s]
[Authorisation Request Sample]
[Change nick and date font for %s.]
[Customize %s]
[Customize the look of %s Event. Select it's font, font color and background color.]
[Date Font Color]
[Date Font]
[Easy, fast and feature complete history viewer]
[Event Icons]
[Forward &Message]
[History++ Options]
[History++ [%s]]
[HTML file (*.htm)|*.htm;*.html|All files (*.*)|*.*]
[HTML file (*.htm; *.html)|*.htm;*.html]
[Incoming File Transfer Sample]
[Incoming File Transfer:]
[Incoming Message Sample]
[Incoming URL Sample]
[Incoming Url]
[Make shure you have CAPS LOCK turned off.]
[Make sure you have CAPS LOCK turned off.]
[Miranda's settings used]
[Nick Font Color]
[Nick Font]
[Nothing selected. Select item from the left and change it's properties below.]
[Nothing Selected]
[Outgoing File Transfer Sample]
[Outgoing File Transfer:]
[Outgoing Message Sample]
[Outgoing URL Sample]
[Outgoing Url]
[Recent at bottom]
[Recent on top]
[Save All as &HTML...]
[Save All as &Text...]
[Save All as &XML...]
[Select search mode:]
[Selected file and contact file folder not found]
[SMS Sample]
[Some Contact]
[System History (%s)]
[System Message Sample]
[System Message]
[Use Miranda default settings]
[You were added by %s (%s%s%d)]
[You Were Added Message Sample]
[Authorisation request]
[Your were added message]
[&Code Editor...]
[&Save...]
[&User Name:]
[0 lines]
[Other (unknown)]
[Fast history plugin with filter capability\\nBased on improved code of History+ plugin]
[History++ (2in1)]
[History++ Error]
[History++ Warning]
[%0.1n h]
[%d min]
[&Reset to Default]
;______________________________________________HistorySweeperLight.txt______________________________________________
[History Sweeper Light]
[Action 1]
[Action 2]
[Clicking on the icon in the status bar will change settings]
[Keep all events]
[Delete all events]
[Delete older than 1 day]
[Delete older than 3 days]
[Delete older than 7 days]
[Delete older than 2 weeks (14 days)]
[Delete older than 1 month (30 days)]
[Delete older than 3 months (90 days)]
[Delete older than 6 months (180 days)]
[Delete older than 1 year (365 days)]
[Keep 1 last event]
[Keep 2 last events]
[Keep 5 last events]
[Keep 10 last events]
[Keep 20 last events]
[Keep 50 last events]
[Default Action]
[*** Defaut Action ***]
;______________________________________________HTTPServer.txt______________________________________________
[HTTP Web Server plugin for Miranda.]
[Miranda NG HTTP-Server]
[Failed to share new file]
[Selected link size is 0]
[Failed to get access to clipboard]
[Failed to get close the clipboard]
[Failed to set clipboard data]
[ListView_GetItem failed]
[Failed to CreateServiceFunction MS_SHARE_NEW_FILE]
[Failed to CreateServiceFunction MS_SHOW_STATISTICS_VIEW]
[Failed to add contact menu item]
[Failed to open or create log file]
[Failed to move to the end of the log file]
[Failed to write some part of the log file]
[Failed to open or create file ]
[Failed to write xml header to file ]
[Failed to write xml data to file ]
[Failed to write xml tail to file ]
;______________________________________________ICQ.txt______________________________________________
[Legacy fix (for ICQ Groupware or IServerD only)]
[Never use legacy messaging (server acknowledgements)]
[UIN:]
[Open ICQ profile]
[Failed to create the correct sub-group, the using closest parent group.]
[Hot Dog]
[Rough]
[Rock On]
[Baby]
[Soccer]
[Pirate]
[Cyclop]
[Birdie]
[Cool]
[Evil]
[Scooter]
[Money]
[Pilot]
[Afro]
[St. Patrick]
[Headmaster]
[Lips]
[Ice-Cream]
[Pink Lady]
[Up yours]
[Candy]
[Crazy Professor]
[Ninja]
[Cocktail]
[Punch]
[Donut]
[Feeling Good]
[Lollypop]
[Oink Oink]
[Kitty]
[Sumo]
[Broken hearted]
[Free for Chat]
[@home]
[@work]
[Strawberry]
[Angel]
[Pizza]
[Snoring]
[On my mobile]
[Beetle]
[Double Rainbow]
[Basketball]
[Cupid shot me]
[Celebrating]
[Sushi]
[GMT-11:30]
[GMT-10:30]
[GMT-9:30]
[GMT-8:30]
[GMT-7:30]
[GMT-6:30]
[GMT-5:30]
[GMT-4:30]
[GMT-2:30]
[GMT-1:30]
[GMT-0:30]
[GMT+0:30]
[GMT+1:30]
[GMT+2:30]
[GMT+5:30]
[GMT+7:30]
[GMT+8:30]
[GMT+10:30]
[GMT+11:30]
;______________________________________________IEView.txt______________________________________________
[IE Based Chat Log.]
[Embed YouTube videos]
[IID_IOleObject failed.]
[RESULT]
[IID_IOleInPlaceObject failed.]
[Failed to Advise]
[C++ Event Sink]
[OleInitialize failed.]
[IEView]
[320 x 205]
[480 x 385]
[560 x 349]
[640 x 390]
[All Images]
[Style Sheet]
;______________________________________________IgnoreState.txt______________________________________________
[Shows ignore state of contact in contacts list.]
[Ignore State]
;______________________________________________Import.txt______________________________________________
[Imports contacts and messages from another Miranda profile or from an external program.]
[This wizard will help you import contacts and message history from another Miranda profile or from an external program.]
[Failed to add %S contact %s]
[Added %S contact %s, '%s']
[Added %S contact %s]
[Skipping contact, %S not installed.]
[Skipping non-IM contact (%S)]
[Skipping %S contact, ID not found]
[Skipping duplicate %S contact %s]
[Unknown error while adding %S contact %s]
[Error retrieving current profile, exiting.]
[There's no database driver to open the input file, exiting.]
[Error loading source file, exiting.]
[Miranda Import]
;______________________________________________ImportTXT.txt______________________________________________
[Imports history saved in TXT files from other clients.]
;______________________________________________IRC.txt______________________________________________
[Internet Relay Chat (IRC) protocol support for Miranda NG.]
[CTCP]
[DCC]
[The IRC protocol depends on another plugin called 'Chat'\n\nDo you want to download it from the Miranda NG web site now?]
[WhoIs]
[NickServ]
[Faster! Searches the network for an exact match of the nickname only. The hostmask is optional and provides further security if used. Wildcards (? and *) are allowed.]
[Slower! Searches the network for nicknames matching a wildcard string. The hostmask is mandatory and a minimum of 4 characters is necessary in the "Nick" field. Wildcards (? and *) are allowed.]
[Settings could not be saved!\n\nThe "Nick" field must contain at least four characters including wildcards,\n and it must also match the default nickname for this contact.]
[Settings could not be saved!\n\nA full hostmask must be set for this online detection mode to work.]
;______________________________________________Jabber.txt______________________________________________
[Domain/Server:]
[Use Domain Login]
[Jabber]
[Remember password for this session]
[Save password permanently]
[YYYY-MM-DD]
[X400]
[BBS]
[ISDN]
[PCS]
[JID:]
[Alternate nick:]
[Bots Challenge Test]
[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
[Bytestream Proxy not available]
[Supports Service Discovery info]
[Supports Service Discovery items list]
[Can inform about its Jabber capabilities]
[Supports stream initiation (for filetransfers for ex.)]
[Supports stream initiation for file transfers]
[Supports file transfers via SOCKS5 Bytestreams]
[Supports file transfers via In-Band Bytestreams]
[Supports file transfers via Out-of-Band Bytestreams]
[Supports execution of Ad-Hoc commands]
[Supports in-band registration]
[Supports multi-user chat]
[Can report chat state in a chat session]
[Can report information about the last activity of the user]
[Can report own version information]
[Can report local time of the user]
[Can send and receive ping requests]
[Supports data forms]
[Can request and respond to events relating to the delivery, display, and composition of messages]
[Supports vCard]
[Supports iq-based avatars]
[Supports XHTML formatting of chat messages]
[Supports Jabber Browsing]
[Can negotiate options for specific features]
[Can request advanced processing of message stanzas]
[Can report information about user moods]
[Receives information about user moods]
[Supports generic publish-subscribe functionality]
[Supports SecureIM plugin for Miranda NG]
[Supports MirOTR plugin for Miranda NG]
[Supports New_GPG plugin for Miranda NG]
[Can block communications from particular other users using Privacy lists]
[Supports Message Receipts]
[Can report information about the music to which a user is listening]
[Receives information about the music to which a user is listening]
[Supports private XML Storage (for bookmakrs and other)]
[Supports attention requests ('nudge')]
[Supports chat history retrieving]
[Supports chat history management]
[Can report information about user activity]
[Receives information about user activity]
[Supports Miranda NG notes extension]
[Supports Jingle]
[Supports Roster Exchange]
[Supports GTalk private multi-user chat]
[Enter the text you see]
[Visitors]
[Owners]
[Contact Menu...]
[View vCard]
[Join chatroom]
[Refresh Info]
[Refresh Children]
[Add to favorites]
[Bookmark chatroom]
[Add search directory]
[Use this proxy]
[Commands...]
[Copy JID]
[Copy node name]
[Copy node information]
[One or more addresses for communication related to abusive traffic]
[One or more addresses for customer feedback]
[One or more addresses for communication related to sales and marketing]
[One or more addresses for communication related to security concerns]
[One or more addresses for customer support]
[The Jabber ID of a single entity to which an operation applies]
[The Jabber ID of one or more entities to which an operation applies]
[The Jabber IDs associated with active sessions]
[The number of online entities that are active]
[A list of entities with administrative privileges]
[The text of an announcement to be sent to active users or all users]
[A list of entities with whom communication is blocked]
[The number of seconds to delay before applying a change]
[The Jabber IDs that have been disabled]
[The number of disabled entities]
[The email address for a user]
[The given (first) name of a user]
[The number of online entities that are idle]
[The IP addresses of an account's online sessions]
[The last login time (per XEP-0082) of a user]
[The number of logins per minute for an account]
[The maximum number of items associated with a search or list]
[The text of a message of the day]
[The names of an account's online sessions]
[The Jabber IDs associated with online users]
[The number of online entities]
[The password for an account]
[Password verification]
[A list of registered entities]
[The number of registered entities]
[Number of roster items for an account]
[The number of stanzas being sent per second by an account]
[The family (last) name of a user]
[The text of a welcome message]
[A list of entities with whom communication is allowed]
[Desired Nickname]
[Your URL]
[Email Address]
[FAQ Entry]
[Whether to Allow Occupants to Invite Others]
[Whether to Allow Occupants to Change Subject]
[Whether to Enable Logging of Room Conversations]
[Natural Language for Room Discussions]
[Maximum Number of Room Occupants]
[Whether an Make Room Members-Only]
[Whether to Make Room Moderated]
[Whether a Password is Required to Enter]
[Whether to Make Room Persistent]
[Roles for which Presence is Broadcast]
[Whether to Allow Public Searching for Room]
[Full List of Room Admins]
[Short Description of Room]
[Natural-Language Room Name]
[Full List of Room Owners]
[The Room Password]
[Affiliations that May Discover Real JIDs of Occupants]
[Precondition: node configuration with the specified access model]
[Whether to allow the subscription]
[The SubID of the subscription]
[The NodeID of the relevant node]
[The address (JID) of the subscriber]
[Whether an entity wants to receive or disable notifications]
[Whether an entity wants to receive digests (aggregations) of notifications or all notifications individually]
[The minimum number of milliseconds between sending any two notification digests]
[The DateTime at which a leased subscription will end or has ended]
[Whether an entity wants to receive an XMPP message body in addition to the payload format]
[The presence states for which an entity wants to receive notifications]
[Who may subscribe and retrieve items]
[The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.]
[The collection with which a node is affiliated]
[The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine]
[Whether to deliver payloads with event notifications]
[Whether owners or publisher should receive replies to items]
[Who may associate leaf nodes with a collection]
[The list of JIDs that may associated leaf nodes with a collection]
[The child nodes (leaf or collection) associated with a collection]
[The maximum number of child nodes that can be associated with a collection]
[The maximum number of items to persist]
[The maximum payload size in bytes]
[Whether the node is a leaf (default) or a collection]
[Whether to notify subscribers when the node configuration changes]
[Whether to notify subscribers when the node is deleted]
[Whether to notify subscribers when items are removed from the node]
[Whether to persist items to storage]
[Whether to deliver notifications to available users only]
[The publisher model]
[The specific multi-user chat rooms to specify for replyroom]
[The specific JID(s) to specify for replyto]
[The roster group(s) allowed to subscribe and retrieve items]
[Whether to send items to new subscribers]
[Whether to allow subscriptions]
[A friendly name for the node]
[The type of node data, usually specified by the namespace of the payload (if any); MAY be list-single rather than text-single]
[The JIDs of those to contact with questions]
[The datetime when the node was created]
[The JID of the node creator]
[A description of the node]
[The default language of the node]
[The number of subscribers to the node]
[The JIDs of those with an affiliation of owner]
[The JIDs of those with an affiliation of publisher]
[The name of the node]
[Payload type]
[Whether to automatically authorize subscription requests]
[Whether to automatically accept file transfers]
[Whether to automatically open new messages]
[Whether to automatically go offline when idle]
[Whether to play sounds]
[A list of pending file transfers]
[A list of joined groupchat rooms]
[A presence or availability status]
[The status message text]
[The new priority for the client]
[Account name associated with the user]
[Familiar name of the user]
[Password or secret for the user]
[Full name of the user]
[First name or given name of the user]
[Last name, surname, or family name of the user]
[Email address of the user]
[Street portion of a physical or mailing address]
[Locality portion of a physical or mailing address]
[Region portion of a physical or mailing address]
[Postal code portion of a physical or mailing address]
[Family Name]
[Whether to accept the invitation]
[Another resource with which to continue the session]
[Disclosure of content, decryption keys or identities]
[Whether may send Chat State Notifications per XEP-0085]
[Whether allowed to use XHTML-IM formatting per XEP-0071]
[Primary written language of the chat (each value appears in order of preference and conforms to RFC 4646 and the IANA registry)]
[Whether allowed to log messages (i.e., whether Off-The-Record mode is required)]
[Whether to renegotiate the session]
[Minimum security level]
[Whether to terminate the session]
[Whether to enable Message Receipts per XEP-0184]
[Bokmaal, Norwegian; Norwegian Bokmaal]
[Occitan (post 1500); Provencal]
[Volapuk]
[Enable server-side history]
[Keep contacts assigned to local groups (ignore roster group)]
[Filter history messages]
[JID]
[XML for MS Excel (UTF-8 encoded)]
[Google Talk!]
[LiveJournal Talk]
[Vkontakte]
[Odnoklassniki]
[Sending request, please wait...]
[No compatible file transfer machanism exist]
[Protocol is offline or no jid]
[Jabber vCard]
[buying groceries]
[cleaning]
[cooking]
[doing maintenance]
[doing the dishes]
[doing the laundry]
[gardening]
[running an errand]
[walking the dog]
[having a beer]
[having coffee]
[having tea]
[having a snack]
[having breakfast]
[having dinner]
[having lunch]
[cycling]
[dancing]
[hiking]
[jogging]
[playing sports]
[running]
[skiing]
[swimming]
[working out]
[at the spa]
[brushing teeth]
[getting a haircut]
[shaving]
[taking a bath]
[taking a shower]
[day off]
[hanging out]
[hiding]
[on vacation]
[praying]
[scheduled holiday]
[sleeping]
[thinking]
[fishing]
[gaming]
[going out]
[partying]
[reading]
[rehearsing]
[shopping]
[smoking]
[socializing]
[sunbathing]
[watching TV]
[watching a movie]
[in real life]
[on video phone]
[commuting]
[driving]
[in a car]
[on a bus]
[on a plane]
[on a train]
[on a trip]
[walking]
[coding]
[in a meeting]
[studying]
[writing]
;______________________________________________KeepStatus.txt______________________________________________
[You broke the Internet!]
;______________________________________________KeyboardNotify.txt______________________________________________
[Flashes your keyboard LEDs when a message has arrived.]
[Num Lock]
[Caps Lock]
[Scroll Lock]
[Num]
[Caps]
[Scroll]
[\n; Automatically generated Keyboard Notify Theme file\n\n\n]
[\n; End of automatically generated Keyboard Notify Theme file\n]
;______________________________________________LangMan.txt______________________________________________
[Reload langpack]
;______________________________________________LinkList.txt______________________________________________
[Generates a list of extracted URIs from the history.]
[no filter]
[Search Filter]
[no settings]
[Save RTF File]
;______________________________________________ListeningTo.txt______________________________________________
[Handles listening information to/for contacts.]
[Listening to information]
[Winamp (*)]
[iTunes]
[mRadio]
[Listening to (enabled)]
[Listening to (disabled)]
[Disable ListeningTo (to all protocols)]
[Enable ListeningTo (to all protocols)]
[<Nothing is playing now>]
[Miranda ListeningTo receiver]
[Miranda ListeningTo WMP receiver]
;______________________________________________LotusNotify.txt______________________________________________
[Notify about new mail in Lotus Database]
[Show again if still unread]
[Close after: ]
[sek.(0 default,\n -1 disabled)]
[...but only if popup not clicked]
[Left button click cmd: ]
[Command parameters: ]
[Remember newest message ID\n and don't show older]
[version:]
[Clear popups history]
[Filter messages contain below strings in:]
[Lotus connection settings]
[Primary server:]
[Database: ]
[try detect]
[Secondary server: ]
[Check interval: ]
[(0-disabled)]
[Offline status mean: ]
[To / CopyTo]
[autoregister]
[Unable to load all required Lotus API functions]
[Lotus Notes Client not detected. Check plugin configuration descripted on install.txt]
[Unable to initialize Notes.]
[Lotus Notes Extension Manager was not registered. Authentication function will not work propertly]
[In notes.ini file there is no required entry EXTMGR_ADDINS=plugindllnamewithout".dll"]
[This utility check your notes.ini file if it's set to autenticate this plugin as safe. Plugin is not added as Lotus Extension, so plugin buildin authentication will not work propertly. Do you want to add Plugin as Lotus Extension (modify notes.ini by adding "EXTMGR_ADDINS=PLUGINNAME\]
[LotusNotify plugin configuration]
[notes.ini modified correctly. Miranda restart required.]
[notes.ini seem to be set correctly.]
[Now checking Lotus, try again later]
[Attachments: %d bytes]
[&Check Lotus]
[Lotus Notify]
[New Lotus document detected]
[LotusNotify.dll can not work with 64bit Miranda. (Lotus client is 32bit only)]
[LotusNotify]
;______________________________________________MenuEx.txt______________________________________________
[Adds some useful options to a contacts menu.]
[Hide contact on 'Ignore all']
[Automatically refresh contact's details after they come online]
;______________________________________________MetaContacts.txt______________________________________________
[Merges contacts from the same or different protocols into one.]
[Either there is no MetaContact in the database (in this case you should first convert a contact into one)\nor there is none that can host this contact.\nAnother solution could be to convert this contact into a new MetaContact.\n\nConvert this contact into a new MetaContact?]
[Id]
[Subcontact contact number < 0 - deleting MetaContact]
[Subcontact contact number (%d) > meta num contacts (%d) - deleting MetaContact]
[Subcontact's MetaContact not found - deleting MetaContact data]
[MetaContact number of contacts < 0 - deleting MetaContact]
[MetaContact default contact number out of range - deleting MetaContact]
[MetaId: ]
;______________________________________________MirFox.txt______________________________________________
[MirFox (Miranda NG) - part of Miranda-Firefox integration - http://wsx22.3.xpdev-hosted.com]
;______________________________________________MirOTR.txt______________________________________________
[OTR (Off-the-Record) plugin for Miranda NG (using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE)).]
[End sessions on window close]
[Prefix encrypted IMs:]
[Don't add encrypted messages to the history]
[Also remove OTR system messages]
[Show OTR system messages inline]
[Show OTR system messages as popup]
[Show verification dialog when receiving unverified fingerprint]
[Set OTR policy per protocol]
[Current policy:]
[Generate new private key]
[Forget private key]
[Set OTR policy per contact]
[View & Modify status of known fingerprints]
[Set verified]
[Set unknown]
[Socialist Millionaires Protocol]
[Socialist Millionaires Protocol\r\nVerification progress]
[Socialist Millionaires Protocol\r\nVerification]
[MirOTR]
[OTR status]
[&Start OTR session]
[&Refresh OTR session]
[Sto&p OTR session]
[&Verify Fingerprint]
[OTR status (Click for more options)]
[OTR Encryption: Disabled]
[OTR Encryption: UNVERIFIED]
[OTR Encryption: Private]
[OTR Encryption: Finished]
[&Convert HTML (for Pidgin)]
[OTR encrypted session with '%s' has been terminated]
[Requesting OTR encrypted session with '%s']
[Trying to refresh OTR encrypted session with '%s']
[OTR encrypted session was refreshed by '%s']
[OTR encrypted session was refreshed by '%s' (NOT VERIFIED)]
[OTR encrypted session with '%s' sucessfully refreshed]
[OTR encrypted session with '%s' sucessfully refreshed (NOT VERIFIED)]
[OTR encrypted session has been terminated by '%s'. You should do that, too!]
[OTR encrypted session with '%s' could not be started]
[OTR could not encrypt when sending message]
[[OTR INFO] ]
[Authentication from %s]
[Authenticae %s]
[OTR: %s (%s)]
[OTR %s (%s)]
[OTR encrypted session with '%s' is now using a VERIFIED fingerprint]
[OTR encrypted session with '%s' is now using a NOT VERIFIED fingerprint]
[OTR unverified]
[OTR finished]
[OTR private]
[OTR not secure]
[OTR]
[Generating new private key for protocol '%s'.\nPlease Wait...]
[Fingerprints]
[Verified]
[Conv. HTML]
[Generating new key for '%s'. Continue?]
[Removing key for '%s'. Continue?]
[OTR Fingerprint Verification]
[OTR encrypted session with '%s'.\nThe OTR fingerprint used by your contact is NOT VERIFIED.\nDo you trust it?]
[OTR encrypted session with '%s'.\nThe OTR fingerprint used by your contact is already verified.\nDo you still trust it?]
[Your Fingerprint to tell your contact (use a trusted channel!)]
[VERIFY: Fingerprint from contact]
[OTR Authenticate: %s (%s)]
[Challenge Question]
[Known Password]
[Manual fingerprint comparison]
[Secret Answer]
[Authentication sucessful.]
[You contact authenticated you sucessful. You can send your own request to authenticate him.]
[Error during authentication.]
[Authentication failed]
[Authentication for '%s' is already in progress.]
[OTR Authenticating: %s (%s)]
[Authenticating contact:\n%s (%s)]
[OTR encrypted session with '%s' (UNVERIFIED).\nUse a question only your partner can answer.]
[OTR encrypted session with '%s' (VERIFIED).\nVerify the session again using a question only your partner can answer.]
[OTR encrypted session with '%s' (UNVERIFIED).\nUse a known password.]
[OTR encrypted session with '%s' (VERIFIED).\nVerify the session again using a known password.]
[Your contact '%s' wants to verify your identity with a question only you can answer.]
[Your contact '%s' wants to verify your identity with a secret password you should know.]
[Fingerprint '%s' still in use in conversation with '%s' (%s). You cannot delete it!]
[Fingerprint '%s' in use in conversation with '%s' (%s). It could not be deleted!]
[Cannot start OTR for '%s'. SecureIM is already running]
[OTR: SecureIM installed]
[You are using SecureIM. MirOTR will only work for contacts with SecureIM disabled]
[OTR Status]
[Private Data]
;______________________________________________MobileState.txt______________________________________________
[Plugin shows mobile icon in contact list next to contacts which are using mobile client.]
[Mobile State]
;______________________________________________ModernOpt.txt______________________________________________
;______________________________________________MRA.txt______________________________________________
[Create a new Mail.ru account]
[Automatically request authorization on logon]
[Automatically add contacts to server list on logon]
[Automatically grant authorization to users in contact list]
[Automatically grant authorization to new users]
[Show received formatted text (receive RTF)]
[Send formatted text (send RTF)]
[Zodiak:]
[Remember]
[Mail.ru Agent]
[Leave empty if you dont want change password]
[Popup type]
[Ignory non AlphaNumeric characters]
[Writed:]
[Spam bot blocked]
[Spam bot contact deleted]
[Avatars' plugin connections]
[Avatars: server return HTTP code: %lu]
[Avatars: cant open file %s, error]
[invite sender]
[invite new members]
[Your contact wakes you]
[Display &Inbox]
[Display &Inbox status]
[Edit &Profile]
[My Album]
[My Blog]
[My Blog Status]
[My Video]
[My Answers]
[My World]
[Zhuki]
[Web search]
[Update all users info]
[Check updates users avatars]
[Request authorization for all]
[&Send postcard]
[&View Album]
[&Read Blog]
[Reply Blog Status]
[View Video]
[Answers]
[World]
[Mail box deleted]
[Contact not on server]
[Not authorized]
[Phone/SMS only contact]
[Blog status message]
[Please authorize me]
[Receive files: cant allocate disk space for file, size %lu bytes, error]
[Receive files: cant open file %s, error]
[Receive files: request for file %s not sended, error]
[Send files: cant open file %s, error]
[Send files: requested file: %S - not found in send files list.]
[NewMail]
[Mail.ru Xstatus]
[Mail.ru extra info]
[Unread mail is available: %lu/%lu messages]
[From: %s\r\nSubject: %s\r\n%s]
[No unread mail is available\r\nTotal messages: %lu]
[Closing in]
[Reply to %s blog status]
[Set my blog status]
[Writed]
[Connections]
[Anti spam]
[Please, setup e-mail in options]
[Please, setup password in options]
[Logon error: invalid login/password]
[MRIM_CS_MESSAGE_STATUS: not found in queue]
[Server error: cant get MPOP key for web authorize]
[MRIM_CS_FILE_TRANSFER_ACK: unknown error, code: %lu]
[invisible status changed]
[MRIM_CS_*_CONTACT_ACK: unknown server error, code: %lu]
[MRIM_CS_*_CONTACT_ACK: not found in queue]
[MRIM_ANKETA_INFO: not found in queue]
[MRIM_CS_GAME: unknown internal game message code: %lu]
[MRIM_CS_CONTACT_LIST2: unknown server error, code: %lu]
[MRIM_CS_SMS_ACK: not found in queue]
[Mail.ru System notify]
[Compass]
[Walking]
[Shrimp]
[Got lost]
[In institute]
[At school]
[Wrong number]
[Malicious]
[Imp]
[Blind]
[Almost crying]
[Fearful]
[Vampire]
[Ass]
[Cool!]
[Peace!]
[Cock a snook]
[Get out]
[Death]
[Rocket]
[Devil-fish]
[Heavy metal]
[Things look bad]
[Squirrel]
[Star]
[Dating]
;______________________________________________mRadio.txt______________________________________________
[PreBuf, % (75%)]
[Forrest]
[Protocol depending status]
[Radio station URL]
[Import File]
[Play Station]
[Forced Mono]
[Play/Pause]
[Oops! BASS error]
[Mute with Miranda]
[Device list]
;______________________________________________MsgPopup.txt______________________________________________
[Plugin replaces MessageBoxes [whose have only OK button] into Popups.]
[VirtualProtect failed. Code %d\nTry to call the author]
[MsgBox]
[Hmm. Something goes wrong. I can't write into the memory.\nAnd as u can c, there are no any exception raised..\nTry to call the author]
;______________________________________________Msg_Export.txt______________________________________________
[Exports every message, URL or File you receive to a text file.]
[Failed to write to the RichEdit the buffer was to small.]
[Error: Optimal buffer size decrecied to a to low size !!]
[Internal error !! (lExtraRead >= 0)]
[Faile to execute external file view]
[Failed to load Rich Edit ( RICHED32.DLL )]
[Failed to get handle to RichEdit!]
[Failed to open file\r\n%s\r\n\r\nContact handle is invalid]
[Failed to open file\r\n%s\r\n\r\nMiranda database contains %d events]
[With scroll to bottom %d\n]
[Save as RTF]
[Failed to save file]
[History was saved successfully in file\r\n]
[Failed to create history dialog]
[Miranda NG (Message Export Plugin)]
[Failed to add menu item Open Exported History\nCallService(MS_CLIST_ADDCONTACTMENUITEM,...)]
[Reading database information (Phase 1 of 2)]
[Executable files]
[Failed to get the shells allocator!]
[Failed to Allocate buffer space]
[Additional]
[No_Nick]
[No_Group]
[DB: Attempt to get wrong type of value, string]
[File name for the user "%s" has changed!\n\nfrom:\t%s\nto:\t%s\n\nDo you wish to rename file?]
[\nError: ]
[\nMessage has not been saved!\n]
[Do you wish to save debug information?]
[All\0*.*\0Text\0*.TXT\0\0]
[Failed to UTF8 byte order code to file :\n]
[      History for\r\n]
[User      : %User%\r\n]
[Protocol  : %Proto%\r\n]
[UIN       : %UIN%\r\n]
[FirstName : %FirstName%\r\n]
[LastName  : %LastName%\r\n]
[Age       : %Age%\r\n]
[Gender    : %Gender%\r\n]
[e-mail    : %e-mail%\r\n]
[Nick      : %Nick%\r\n]
[City      : %City%\r\n]
[State     : %State%\r\n]
[Phone     : %Phone%\r\n]
[Homepage  : %Homepage%\r\n]
[- About -\r\n%About%\r\n]
[Failed to write user details to file :\n]
[Failed to write timestamp and username to file :\n]
[URL: ]
[Invalid Database event received. Type %d, size %d]
[Failed to write Invalid Database event the file :\n]
[UIN       :]
[Failed to write AUTHREQUEST or ADDED to the file :\n]
[Unknown event type %d, size %d]
[Failed to write Unknown event to the file :\n]
[User has been deleted do you want to delete the file?]
;______________________________________________MSN.txt______________________________________________
[MSN]
[Live ID:]
[Hotmail]
[Live ID]
[Create &Chat]
[View &Profile]
[Custom Smileys]
[Protocol is offline]
[Convert to Chat]
;______________________________________________mTextControl.txt______________________________________________
;______________________________________________MyDetails.txt______________________________________________
[Shows and allows you to edit your details for all protocols.]
[...avatar]
[...nickname]
[...status]
[...status message]
[Global On...]
[Frame Options]
[Cycle through accounts every:]
[Show account cycle button]
[Show next account]
[Show previous account]
[Cycle through accounts]
[Don't cycle through accounts]
;______________________________________________NewEventNotify.txt______________________________________________
[Notifies you when you receive a message, url, file or any other event by displaying a popup.]
[Show entry in the Popups menu]
;______________________________________________NewsAggregator.txt______________________________________________
[RSS/Atom news aggregator.]
[Retrieve news at startup]
[Check Feed]
[0 - check manually]
[Check All Feeds]
[Add Feed]
[Import Feeds]
[Export Feeds]
[News Aggregator]
[Check feed]
[Change feed]
[Enter Feed name]
[Enter Feed URL]
[Enter checking interval]
[Enter message format]
[The title of the item.]
[The item synopsis.]
[The URL of the item.]
[Email address of the author of the item.]
[URL of a page for comments relating to the item.]
[A string that uniquely identifies the item.]
[Specify one or more categories that the item belongs to.]
[Feed Tag Help]
[Tags Mask Reset]
[Change Feed]
[OPML files]
[Not valid import file.]
[NewsAggregator HTTP connection]
[New Aggregator]
[%s\nis a not valid feed's address.]
[empty]
;______________________________________________NewXstatusNotify.txt______________________________________________
[Notifies you when a contact changes his/her (X)status or status message.]
[Notify me for people not in my Contact List]
[Use individual sounds]
[Go to Sound to select the sounds]
[IndSndList]
[Extra status notify]
[Extra status logging]
[Enable all]
[Use Popup colours]
[Show previous status too]
[Popups on contact status change to:]
[Show contact group name]
[Use alternative descriptions]
[Disable for extra status 'Music']
[Title - text delimiter:]
[Remove:]
[New message:]
[New status:]
[Disable globally]
[Disable only if I change global status]
[Disable when my status is:]
[Keep events in history]
[Prevent identical logs]
[On opening ML:]
[Show Popups when I connect]
[Enable/Disable protocols which you don't wish to be notified for:]
[Wave Files]
[From offline]
[(M) hides in shadows...]
[(F) hides in shadows...]
[(U) hides in shadows...]
[Enable status notification]
[Disable status notification]
[Notification enabled]
[Notification disabled]
[New Status Notify]
[User: from offline (has priority!)]
[Extra status changed]
[Extra status message changed]
[Extra status removed]
[Toggle status notification]
[Do you want to reset all templates to default?]
[Reset templates]
[Show available variables]
[Reset all templates to default]
[Can't open the log file!]
[NewXstatusNotify]
[%s, %s. %s removed %s.\r\n]
[%s, %s. %s changed %s to: %s.\r\n]
[changed %N to: %T%D%I]
[changed %N message to:%D%I]
[removed %N]
[changed %N @ %T%D%I]
[changed %N message @ %I]
[has %N @ %T%D%I]
[These variables are available:\r\n\r\n%N\textra status name (Xstatus, Mood, Activity)\r\n%T\textra status title\r\n%I\textra status text\r\n%D\tdelimiter\r\n%B\tline break (can be used as delimiter)]
[These variables are available:\r\n\r\n%n\tNew Status Message\r\n%o\tOld Status Message\r\n%c\tCustom Nickname\r\n\\n\tline break\r\n\\t\ttab stop]
;______________________________________________New_GPG.txt______________________________________________
[New GPG encryption support plugin, based on code from old GPG plugin and SecureIM.]
[Load Public GPG key]
[Load from file]
[Select existing]
[Turn on encryption]
[Import key from keyserver]
[Set own key]
[Generate key]
[Select key for use]
[Key password:]
[Load other]
[Generate and use random key]
[key id: ]
[Copy public key]
[Export private key]
[Set GPG bin path and keyring home dir.]
[Home directory:]
[GnuPG binary:]
[Turn on key autoexchange]
[The new public key was recieved]
[Accept and enable encryption]
[Key Generation dialog]
[Key type:]
[Key length:]
[Expire date:]
[ex.: 2010-08-15]
[From 1024 to 4096]
[It can take a long time, be patient]
[0 - does not expire]
[Select existing public key from list]
[Enter password for your secret key]
[Save password to database]
[Default password]
[Select keyserver for key search:]
[Recieved encrypted file]
[Decrypt]
[Recieved encrypted file form contact whith disabled encryption.]
[Remember choice]
[Choose which  keys to export]
[Export public keys (only set for contacts)]
[Export all private keys]
[Export public and private keys]
[Change private key password]
[Current password:]
[New password twice:]
[Userlist:]
[Export PubKey]
[Select own key]
[Turn on debug log]
[Use jabber api on Miranda NG (recomended)]
[Default key]
[Encrypt file transfers]
[Automatic key exchange]
[Copy own key]
[Add tags to encoded and decoded messages]
[Incomming message tags:]
[Outgoing message tags:]
[Open:]
[Close:]
[Strip all tags in outgoing messages]
[Turn on presence signing (Jabber) (required by xep 0-27)]
[Export keys]
[Import keys]
[GPG Turn off encryption]
[GPG Turn on encryption]
[GPG encryption status]
[Load GPG public key]
[Toggle GPG encryption]
[Send public key]
[Export GPG Public keys]
[Import GPG Public keys]
[Creation date]
[Expire date]
[Key length]
[key id]
[not set]
[Default private key id]
[Failed to open file]
[Generating new random key, please wait]
[Failed to alocate memory]
[gpg binary found in miranda folder, but english locale does not exists.\nit's highly recommended to place \\gnupg.nls\\en@quot.mo in gnupg folder under miranda root.\nwithout this file you may expirense many problem with gpg output on non english systems.\nand plugin may completely do not work.\nyou have beed warned.]
[wrong gpg binary location found in system.\nplease choose another location]
[This is not gnupg binary !\nrecommended to use GnuPG v1.x.x with this plugn.]
[Unsupported gnupg version found, use at you own risk!\nrecommended to use GnuPG v1.x.x with this plugn.]
[found "gpg" directory in MIranda root.\nassuming it's gpg home directory.\ngpg home directory set.]
[Your GPG version is supported. The language file was found.\nGPG plugin should work fine.\nPress OK to continue.]
[gpg binary does not exists.\nplease choose another location]
[please choose gpg binary location]
[please set keyring's home directory]
[There is existing key for contact, would you like to replace with new key ?]
[New public key was received, do you want to import it?]
[Received key from ]
[You must set encryption algorythm first]
[Key length must be of length from 1024 to 4096 bits]
[Invalid date]
[Name must contain at least 5 characters]
[Name cannot contain '(' or ')']
[Invalid Email]
[Generating new key, please wait...]
[Failed to export public key.]
[GPG binary is set and valid (this is good).\n]
[GPG binary unset or invalid (plugin will not work).\n]
[Home dir write access granted (this is good).\n]
[Home dir have not write access (plugin most probably will not work).\n]
[Temp dir write access granted (this is good).\n]
[Temp dir have not write access (plugin should work, but may have some problems, filetransfers will not work).]
[\nGPG will be disabled until you solve this problems]
[GPG plugin problems]
[Your secret key whith id: ]
[ for account ]
[ deleted from gpg secret keyring\nDo you want to set another key ?]
[Own secret key warning]
[ expired and will not work\nDo you want to set another key ?]
[You didn't set a private key.\nWould you like to set it now?]
[Own private key warning]
[Do you want load key for all subcontacts ?]
[Metacontact detected]
[We received encrypted message from contact with encryption turned off.\nDo you want turn on encryption for this contact ?]
[Do you want try to decrypt encrypted message ?]
[failed to decrypt message, GPG returned error, turn on debug log for more details]
[We trying to encrypt with untrusted key, do you want to trust this key permanently ?]
[failed o encrypt message, GPG returned error, turn on debug log for more details]
[Something wrong, gpg does not understand us, aborting encryption.]
[GnuPG Variables]
[Key ID]
[This key not used by any contact, do you want to remove it from public keyring ?]
[Key info]
[we have secret key for this public key, do not removing from GPG keyring]
[info]
[Key removed from GPG keyring]
[Do you want to remove key from entire metacontact (all subcontacts) ?]
[.asc pubkey file]
[Set log file]
[LOG files]
[Choose gpg.exe]
[Set home diractory]
[Load Public GPG Key for ]
[Turn off encryption]
[ found in prescense, and exists in keyring.)]
[Load Public GPG Key (Key ID: ]
[ found in prescense.)]
[This is not public or private key]
[Key already in scret key ring.]
[Set file containing GPG public key]
[GPG public key file]
[Where is no public or private key.]
[Do you want to toggle encryption for all subcontacts ?]
[Send publick key]
[Target file exists, do you want to replace it ?]
[Capability to decrypt file not found on other side\nRecipient may be unable to decrypt file(s)\nDo you want to encrypt file(s) anyway?]
[Filetransfer warning]
[Unable to check encryption support on other side\nRecipient may be unable to decrypt file(s)\nCurrently capability check supported only for ICQ and Jabber protocols.\nIt will work for any other proto if Miranda with new_gpg used on other side.\nDo you want to encrypt file(s) anyway?]
[encrypting file for transfer]
[we have succesfully exported]
[public keys]
[all private keys]
[Keys export result]
[Keys import result]
[New passwords not match]
[Old password not match, you can continue, but gpg will reject wrong password.\nDo you want to continue?]
;______________________________________________NimContact.txt______________________________________________
[Non-IM Contact allows you to add 'contacts' that can act as shortcuts to other programs, or links to web pages.\r\nThe contacts name can be read from a text file (includes any ASCII file).\r\nThis plugin is a combination of Favorites and Text Reader plugins both made by me)]
[line()]
[start()]
[end()]
[wholeline()]
[csv()]
[file()]
[filename()]
[If searching for a line with u may put a + or - X after the closing ) i.e line("some words\]
[filename(0)     <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello\]
[lastline(]
[csv(]
[compare("]
[save("]
[load("]
[saveN("]
[loadN("]
[lastchecked(file(]
[file(]
[wholeline(line(]
[start(]
[start(line(]
[end(]
[end(line(]
[filename(]
;______________________________________________NoHistory.txt______________________________________________
[Prevent miranda from storing any history.]
[No History]
;______________________________________________NotesReminders.txt______________________________________________
[Sticky Notes & Reminders Implementation for Miranda NG.]
[Notes Appearance]
[Show Buttons]
[Title Date]
[Title Time]
[Hide notes at startup]
[(Requires Miranda restart)]
[Reminder options]
[Add Reminder closes dialog]
[Use MCI to play alert sounds]
[Note Transparency (Minimum Win 2k/XP)]
[Open links with this program instead:]
[(Using MCI allows different sounds to be played simultaneously, may not be needed or desired when a custom sound plugin is installed.)]
[Repeat Alert Sound]
[Use Sound]
[reftime]
[After:]
[On Time && Date:]
[&Remind Again]
[&Create Note]
[Reminders]
[Edi&t Reminder]
[New &Reminder]
[&Delete Reminder]
[D&elete All Reminders]
[&Hide Note]
[&Always On Top]
[&Delete Note]
[Custom...]
[Paste Title]
[Reset Title]
[&View Notes]
[&Bring All To Front]
[Context Menu Note ListView]
[Edi&t Note]
[Always &On Top]
[Delete &All Notes]
[New Note]
[Toggle Notes Visibility]
[Bring All Notes to Front]
[New Reminder]
[Are you sure you want to delete all notes?]
[Are you sure you want to delete all reminders?]
[Delete All Notes]
[Show/Hide Notes]
[On Top Caption Icon]
[View Reminders]
[Not on Top Caption Icon]
[Hide Note Icon]
[Remove Note Icon]
[Reminder Icon]
[Bring All to Front]
[Play Sound Icon]
[View Notes]
[Reminder triggered]
[Reminder triggered (Alternative 1)]
[Reminder triggered (Alternative 2)]
[New &Note]
[Vie&w Notes]
[&Bring All to Front]
[Miranda could not load the Note & Reminders plugin, 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.]
[Maroon]
[Olive]
[Navy]
[Purple]
[Teal]
[Gray]
[Silver]
[Orange]
[Lime]
[Fuchsia]
[Aqua]
[Are you sure you want to delete this note?]
[Note text]
[Date/Title]
[Sticky Note Caption]
[Sticky Note Background Color]
[Sticky Note Body]
[Executable Files\0*.exe\0All Files\0*.*\0\0]
[Select Executable]
[The specified time is invalid due to begin of daylight saving (summer time).]
[The specified time is invalid.]
[The specified time offset is invalid.]
[&Update Reminder]
[Alternative 1]
[Alternative 2]
[Are you sure you want to delete this reminder?]
;______________________________________________NotifyAnything.txt______________________________________________
[No resource name given.]
[Icon indices start at 1.]
[Could not find the requested icon.]
[Application launching is disabled.]
[Unterminated option.]
[No argument given to msg option.]
[Id is required for replacement.]
[Invalid argument for replace option: ]
[Empty message ignored.]
[Failed to write to log file.]
[Failed to open log file.]
[N/A: Failed to format error message]
[N/A: FormatMessage failed, error code was 0x]
;______________________________________________Nudge.txt______________________________________________
[Plugin to shake the clist and chat window.]
[Open contact list]
[Enable contact list shaking]
[Respect ignore settings (status changes)]
[Default Nudge]
[Show Nudge]
[Nudge for %s]
;______________________________________________Omegle.txt______________________________________________
[Omegle protocol support for Miranda NG.]
[Visible name:]
[Meet strangers with common interests (separated by commas):]
[Automatically send this message to stranger after connection:]
[This text will be sent when you use "/asl" message:]
[Last used question (Question mode):]
[I want Omegle to reuse my questions if they are good enough (Question mode)]
[Automatically connect to stranger when protocol is turned online]
[Automatically connect to another stranger when current disconnects]
[Don't clear chat before connecting to new stranger]
[Load count of users on actual server after connection]
[Meet strangers with common interests]
[Your interests (separated by commas):]
[Last question is empty.]
[Your question is too short.]
[Your '/asl' setting is empty.]
[There are three different modes of chatting:\n1) Standard mode\t - You chat with random stranger privately\n2) Question mode\t - You ask two strangers a question and see how they discuss it (you can't join their conversation, only watch)\n3) Spy mode\t - You and stranger got a question to discuss from third stranger (he can't join your conversation, only watch)\n\nSend '/commands' for available commands.]
[You can use different commands:\n/help\t - show info about chat modes\n/new\t - start standard mode\n/ask <question> - start question mode with your question\n/ask\t - start question mode with your last asked question\n/spy\t - start spy mode\n/quit\t - disconnect from stranger or stop connecting\n/asl\t - send your predefined ASL message\n\nNote: You can reconnect to different stranger without disconnecting from current one.]
[Unknown command. Send '/commands' for list.]
[You aren't connected to any stranger. Send '/help' or '/commands' for help.]
[You can't send messages in question mode.]
[Omegle is a great way of meeting new friends!]
[You]
[Connection error.]
[Connected to server %s. There are %s users online now.]
[Connected to server %s.]
[Stranger 1]
[Stranger 2]
[You and the Stranger both like: ]
[Stranger is typing.]
[Stranger stopped typing.]
[%s disconnected.]
[Recaptcha is required.\nOpen http://omegle.com , solve Recaptcha and try again.]
[Error: ]
[We are still waiting...]
[Connecting canceled.]
[Disconnecting...]
[We are already waiting for new stranger...]
[Waiting for Stranger...]
[Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)]
[You and stranger speak the same language.]
[Unable to get Netlib connection for Omegle]
[Stranger typing]
[Stranger stopped typing]
[Changing stranger]
[Visible name]
[Omegle Icon]
;______________________________________________OpenFolder.txt______________________________________________
[Adds a menu/toobar item which opens the main Miranda NG folder.]
;______________________________________________PackUpdater.txt______________________________________________
[Simple updater for Miranda NG premodified packs.]
[Remind about not installed pack update]
[Message boxes]
[Downloading update...]
[Downloads complete. Start updating? All your data will be saved and Miranda NG will be closed.]
[You have chosen not to install the pack update immediately.\nYou can install it manually from this location:\n\n%s]
[Clear pack updates folder]
[Pack Updater HTTP connection]
[URL for checking updates not found.]
[Update is not possible!\nYou have no Administrator's rights.\nPlease run Miranda NG with Administrator's rights.]
[No files for update.]
;______________________________________________PasteIt.txt______________________________________________
[Uploads the text to web page and sends the URL to your friends.]
[Default web page]
[Default file encoding]
[Auto-detect UTF-8]
[Show confirmation dialog box]
[Web page settings]
[Web page to configure]
[Default formatting]
[Auto-detect format from file extension]
[Public paste]
[Login as guest]
[User key]
[Get user key]
[Configure formatting]
[Download more]
[Login to pastebin.com]
[Paste It]
[Encoding]
[Recode]
[Paste It - Select file]
[Paste from clipboard]
[Paste from file]
[Paste It HTTP connections]
[You can only paste 1 file]
[Cannot get data from clipboard]
[File size is %dKB, do you realy want to paste such large file?]
[Cannot read file '%s']
[File size is larger then 10MB, cannot be send]
[Cannot open file '%s']
[File '%s' is empty]
[Error during sending text to web page: %s]
[Error during sending text to web page]
[Error during getting user key from web page: %s]
[Paste expire date]
[10 minutes]
[1 month]
;______________________________________________Ping.txt______________________________________________
[PING]
[All\0*.*\0Text\0*.TXT\0]
;______________________________________________PluginUpdater.txt______________________________________________
[Plugin updater for Miranda NG.]
[PluginUpdater has detected updated versions of some Miranda components. Click on Details button to view more information]
[Details >>]
[Select &all]
[Select &none]
[Plugin updates options]
[Update icons]
[Files source]
[Stable version]
[Development version (less stable)]
[Custom version]
[Component list]
[Here is the complete list of missing Miranda NG components. Check components that you want to download.\n\nClick on info icon to view component info page.]
[Skipped.]
[Failed!]
[Succeeded.]
[Plugin Updater]
[Download complete]
[Download complete. Do you want go to plugins option page?]
[List is empty.]
[List loading already started!]
[Will be deleted!]
[You have chosen not to install the plugin updates immediately.\nYou can install it manually from this location:\n\n%s]
[Check for plugin updates]
[Show full plugin list]
[Plugin info]
[Plugin list]
[Plugin Updater HTTP connection]
;______________________________________________PManagerEx.txt______________________________________________
[Adds a menu item to change or load a different profile of Miranda NG, restart or run a dbchecker.]
[Miranda NG will exit and Database checker will start.\n\nAre you sure you want to do this?]
[Check Database]
[Load profile]
[Change profile]
;______________________________________________PopUp.txt______________________________________________
[Multimonitor]
[Use transparency]
[Time (in):]
[Download more skins]
[The Jabberwocky]
[`Twas brillig, and the slithy toves\r\nDid gyre and gimble in the wabe:\r\nAll mimsy were the borogoves,\r\nAnd the mome raths outgrabe.\r\n\t[b][i]Lewis Carroll, 1855[/i][/b]]
[Square fading]
[Popup Plus]
[Error: I could not register the Popup Window class.\r\nThe plugin will not operate.]
[CLASS Plugins]
[Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn!]
[/Offline]
[/Online]
[/Invisible]
[/Away]
[/NA]
[/Occupied]
[/DND]
[/Free for chat]
[/Out to lunch]
[/On the phone]
[Protocol Status]
['Reorder Popups' option is currently diabled.\r\nThis may cause misaligned popups when used with\r\navatars and text replacement (mainly NewStatusNotify).\r\n\r\nDo you want to enable popup reordering now?\r\n]
[Failed to register %s class.]
[Enable Aero Glass (Vista+)]
[Use advanced text render]
[Failed to GetClassInfoExW from EDIT class.]
[Failed to register custom edit box window class.\r\n\r\ncbSize: %i\r\nstyle: %p\r\nlpfnWndProc: %i\r\ncbClsExtra: %i\r\ncbWndExtra: %i\r\nhInstance: %i\r\nhIcon: %i\r\nhCursor: %i\r\nhbrBackground: %i\r\nlpszMenuName: %s\r\nlpszClassName: %s\r\nhIconSm: %i\r\n]
[The skin you are trying to load is designed\r\nfor newer version of Popup Plus. And will not\r\ndisplay properly.\r\n\r\nPlease choose another skin.]
[Popup Mode: Favourite]
;______________________________________________QuickContacts.txt______________________________________________
[Open contact-specific windows by hotkey.]
[Ctrl+A]
[Ctrl+V]
[Ctrl+F]
[Ctrl+U]
[Ctrl+I]
[Ctrl+H]
[Ctrl+M]
;______________________________________________QuickMessages.txt______________________________________________
[%t]
[%c]
[%P]
[%n]
[%F]
[%L]
[Congratulation!\r\nYou have clicked this button 100 times!\r\nThere was access violation at this point...\r\nAnd now function for freeing resources must be called...\r\nBut no! there's only break :D]
[New Button]
[New Menu Entry]
[Quick Messages Button %u]
;______________________________________________QuickReplies.txt______________________________________________
[Plugin for quick insert (or sending) pre-defined messages in message input area.]
;______________________________________________QuickSearch.txt______________________________________________
[UID:]
[MirandaV]
[D&n]
[FIRSTLAST]
[UNIQUEID]
[ users found (]
[) Online: ]
;______________________________________________Quotes.txt______________________________________________
[Shows currency rates and economic quotes.]
[Info provided by <a href="http://www.google.com">Google</a>]
[Chart]
[Info provided by <a href="http://www.dukascopy.com">Dukascopy Swiss Forex Group</a>]
[Get data from:]
[Popup Window Settings]
[Use user-defined colours]
[Do not add to popup's history]
[&Tendency:]
[<a>SysLink1</a>]
[Type &Stock Name or Symbol:]
[Status &Message:]
[There is no to show]
[Enter integer value between 1 and 60.]
[Enter integer value between 1 and 24.]
[Enter text to display in contact list.]
[Enter positive number.]
[Edit Settings...]
[Swap button]
[Xml File (*.xml)]
[Miranda could not load Quotes plugin. XML parser is missing.]
[Miranda could not load Quotes plugin. Microsoft HTML parser is missing.]
[Miranda's History]
[Last Day]
[Last Week]
[Last Month]
[Last Year]
[User-Defined]
[Error occurred during html parsing.]
[Error occurred during site access.]
[Open Price]
[Percent Change to After Hours]
[Percent Change to Yesterday Close]
[Day's High]
[Day's Low]
[Previous Close]
[Log Files (*.txt,*.log)]
[Enter integer value]
[Enter log file name.]
[Enter log file format.]
[Enter history format.]
[Enter popup window format.]
;______________________________________________Rate.txt______________________________________________
[Shows rating of contact in contact list (if presents).]
;______________________________________________RecentContacts.txt______________________________________________
[Toggle Ignore]
;______________________________________________Restart.txt______________________________________________
[Adds Restart menu item.]
;______________________________________________Scriver.txt______________________________________________
[Scriver - send and receive instant messages.]
[Min input area size]
[&E]
[&Q]
[kB]
[Bing]
[Yandex]
[Google Maps]
[Google Translate]
[Foodnetwork]
[O Lord, bless this Thy hand grenade that with it Thou mayest blow Thine enemies]
[to tiny bits, in Thy mercy]
[My Contact]
[Lorem ipsum dolor sit amet,]
[consectetur adipisicing elit]
;______________________________________________SecureIM.txt______________________________________________
[SecureIM plugin for Miranda NG.]
[PGP]
[GPG]
[SHA1:]
[SecureIM Popup Colors]
[Popup Timeout]
[0 = Default Popup Timeout Value]
[PGP SecureIM]
[GPG SecureIM]
[RSA/AES SecureIM]
[SecureIM established...]
[Key exchange failed...]
[Key from disabled...]
[Sended back message received...]
[Sending back secure message...]
[SecureIM disabled...]
[Sending Key...]
[Key Received...]
[Sending Message...]
[Message Received...]
[Encrypting File:]
[Decrypting File:]
[Bad key received...]
[SecureIM: Error while decrypting the message.]
[SecureIM: Error while decrypting the message, bad message length.]
[SecureIM: Error while decrypting the message, bad message CRC.]
[User has not answered to key exchange !\nYour messages are still in SecureIM queue, do you want to send them Unencrypted now ?]
[SecureIM not enabled! You Must Enable SecureIM with this user...]
[Can't Send Encrypted Message !\nUser is offline now and his secure key has been expired, Do you want to send your message ?\nIt will be unencrypted !]
[SecureIM won't be loaded because cryptopp.dll is missing or wrong version !]
[SecureIM can't load PGP/GPG key! Check PGP/GPG settings!]
[SecureIM can't encrypt message! Check trust of PGP/GPG key!]
[Can't Send Encrypted Message !\nDo you want to send your message ?\nIt will be unencrypted !]
[Can't change mode! Secure connection established!]
[Can't export RSA private key!]
[Can't import RSA private key!]
[Can't export RSA public key!]
[Can't import RSA public key!]
[ON]
[Keyrings loaded.]
[Keyrings not loaded!]
[PGP SDK v%i.%i.%i found.]
[PGP SDK not found!]
[This version not supported!]
[(none)]
[Private key loaded.]
[Private key not loaded!]
[The new settings will become valid when you restart MirandaNG!]
[Keyrings disabled!]
[Load PGP Key]
[Unload PGP Key]
[Load GPG Key]
[Unload GPG Key]
[Delete RSA Key]
[SecureIM mode (PGP)]
[SecureIM mode (GPG)]
[SecureIM mode (RSA/AES)]
[SecureIM mode (RSA)]
[SecureIM status (enabled)]
[SecureIM status (always try)]
[SecureIM: Sorry, unable to decrypt this message due you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.]
[SecureIM received unencrypted message:\n]
[SecureIM received encrypted message:\n]
[Session closed by receiving incorrect message type]
[Session closed by other side on error]
[Error while decoding AES message]
[Error while decoding RSA message]
[Session closed on timeout]
[Session closed by other side when status "disabled"]
[Session closed on error: %02x]
[SecureIM received RSA Public Key from "%s"\n\nSHA1: %s\n\nDo you Accept this Key ?]
[SecureIM auto accepted RSA Public key from: %s uin: %s SHA1: %s]
[SecureIM received NEW RSA Public Key from "%s"\n\nNew SHA1: %s\n\nOld SHA1: %s\n\nDo you Replace this Key ?]
[SecureIM auto accepted NEW RSA Public key from: %s uin: %s New SHA1: %s Old SHA1: %s]
[SecureIM]
[ASC files]
[Open Key File]
[Save Private Key File]
[Save Public Key File]
[Load Private Key File]
[Load Public Key File]
[Key Popup]
[Secure Popup]
[Message Popup]
[SecureIM [PGP]]
[SecureIM [GPG]]
[SecureIM [RSA/AES]]
;______________________________________________SeenPlugin.txt______________________________________________
[Logs when a user was last seen online and which users were online while you were away.]
[Date: %d.%m.%y(%Y) \n Date desc: %W - %w - %E - %e \n Time: %H:%M:%S (%h-%p) \n user: %n - %u \n Status: %s \n IP: %i - %r]
[Last Seen Variables]
[%n is %s (%u)]
[%i(%r)%bWas %o]
[Name:%t%N%bStatus:%t%s%bDay:%t%d.%m.%Y%bTime:%t%H:%M:%S%bPrevious Status:%t%o%b%b%P ID:%t%u%bExternal IP:%t%i%bInternal IP:%t%r%bClientID: %t%C%b%bStatus Message:%t%T]
[Sun.]
[Mon.]
[Tue.]
[Wed.]
[Thu.]
[Fri.]
[Sat.]
[Jan.]
[Feb.]
[Mar.]
[Apr.]
[Jun.]
[Jul.]
[Aug.]
[Sep.]
[Oct.]
[Nov.]
[Dec.]
;______________________________________________SendSS.txt______________________________________________
[Send screenshot to\n<unknown>]
[%s\nv%s]
[Target Tool]
[GCHAT error]
[Unable to initiate %s.]
[MAPI error (%i):\n%s.]
[A recipient matched more than one of the recipient descriptor structures and MAPI_DIALOG was not set]
[The specified attachment was not found]
[The specified attachment could not be opened]
[The type of a recipient was not MAPI_TO, MAPI_CC, or MAPI_BCC]
[One or more unspecified errors occurred]
[There was insufficient memory to proceed]
[One or more recipients were invalid or did not resolve to any address]
[There was no default logon, and the user failed to log on successfully when the logon dialog box was displayed]
[The text in the message was too large]
[There were too many file attachments]
[There were too many recipients]
[A recipient did not appear in the address list]
[The user canceled one of the dialog boxes]
[Unknown Error]
[FTPFile transfer]
[%s (%i):\nCould not add a share to the FTP File plugin.]
[%s (%i):\nCould not add a share to the HTTP Server plugin.]
[Upload server did not respond timely.]
[SendScreenshot - Error]
[Fatal error, image services not found. Send Screenshot will be disabled.]
[SendSS]
[SendSS HTTP connections]
[Could not create Screenshot folder (error code: %d):\n%s\nDo you have write permissions?]
[Screenshot Icon1]
[Screenshot Icon2]
[Target Cursor]
[Target Desktop]
[overlay on]
[overlay off]
[description off]
[description on]
[delete off]
[delete on]
[Credits]
[Copyright]
[Send screenshot to\n]
[<entire desktop>]
[Monitor]
[ (primary)]
[<Only save>]
[ImageShack]
[Fill description textbox.]
[Delete after send]
[Cant create a Screenshot]
[Screenshot ]
[for Client area ]
[of "]
[" Window]
;______________________________________________Sessions.txt______________________________________________
[Sessions Manager for Miranda NG.]
[Show other warnings ("session already opened" etc...)]
[adv.]
[Current session is empty!]
[Session name is empty, enter the name and try again]
[No sessions to open]
[Last Sessions is empty]
[No contacts to open]
[This Session already opened]
[This Session already opened(but probably hidden)\nDo you want to show hidden contacts?]
[Session Before Last Crash]
;______________________________________________ShlExt.txt______________________________________________
[Click 'n' send support from Explorer/Common dialogs/Desktop, Right click on a file/folder to be presented with all your Miranda contact lists and then select the profile/contact you want to send to.]
[Contact Status]
[Shell context menus for transfers]
;______________________________________________SimpleAR.txt______________________________________________
[Simple Auto Replier.]
[I am currently away. I will reply to you when I am back.]
[I am currently very busy and can't spare any time to talk with you. Sorry...]
[I am not available right now.]
[I am now doing something, I will talk to you later.]
[I am on the phone right now. I will get back to you very soon.]
[I am having meal right now. I will get back to you very soon.]
[Disable Auto&reply]
[Enable Auto&reply]
[Turn off Autoanswer]
[Turn on Autoanswer]
;______________________________________________SimpleStatusMsg.txt______________________________________________
[Provides a simple way to set status and away messages.]
[Behaviour on status change]
[Update variables in status messages every]
[Do not update variables during idle]
[Do not update variables on ICQ status message requests]
[Enable status messages parsing by Variables plugin]
[Exclude %date% token from parsing (restart required)]
[Show 'Go to URL in Away Message' item in contact menu]
[* This feature is available only when using StartupStatus plugin.]
[%time%]
[%date%]
[%winampsong%]
[%rand(x,y)%]
[%randmsg%]
[%randdefmsg%]
[%fortunemsg%]
[%protofortunemsg%]
[%statusfortunemsg%]
[?cinfo(contact,property)]
[?contact(string,property)]
[?mstatus(protocol)]
[?lsdate(contact,format)]
[?lsstatus(contact)]
[?lstime(contact,format)]
[?dbsetting(contact,module,setting)]
[?txtfile(file,line)]
[?if(condition,true,false)]
[?strcmp(string1,string2)]
[?stricmp(string1,string2)]
[?cdate(format)]
[?ctime(format)]
[?replace(sub,string1,string2)]
[?lower(string)]
[?upper(string)]
[?scroll(string,numchars,numchars)]
[&Go to URL in %s Message]
[&Go to URL in Away Message]
[Open Status Message Dialog]
[Miranda Related\tget the date (Simple Status Message compatible)]
[Global status change]
[Simple Status Message]
;______________________________________________Skype.txt______________________________________________
[Skype protocol support for Miranda NG.]
[sid]
[Enter a password for skype name %d:]
[Skype name:]
[Last event date:]
[Last profile change:]
[E-mail 1:]
[E-mail 2:]
[E-mail 3:]
[Mobile phone:]
[Home phone:]
[Office phone:]
[Register new account]
[Skype login:]
[Use port]
[for incoming connections]
[Use ports 80 and 443 as alternative incoming]
[Proccess SkypeKit.exe did not start.]
[Initialization key corrupted or not valid.]
[SkypeKit did not initialize.]
[SkypeKit did not start.]
[LOGOUT_CALLED]
[HTTPS_PROXY_AUTH_FAILED]
[SOCKS_PROXY_AUTH_FAILED]
[P2P_CONNECT_FAILED]
[SERVER_CONNECT_FAILED]
[SERVER_OVERLOADED]
[DB_IN_USE]
[Invalid skypename]
[Invalid email]
[Unacceptable password]
[SKYPENAME_TAKEN]
[REJECTED_AS_UNDERAGE]
[NO_SUCH_IDENTITY]
[Incorrect password]
[Too many login attempts]
[PASSWORD_HAS_CHANGED]
[PERIODIC_UIC_UPDATE_FAILED]
[DB_DISK_FULL]
[DB_IO_ERROR]
[DB_CORRUPT]
[DB_FAILURE]
[INVALID_APP_ID]
[APP_ID_FAILURE]
[UNSUPPORTED_VERSION]
[ATO (Account TakeOver) detected, account blocked]
[Logout from another instance]
[Password change succeeded]
[Old password was incorrect]
[Failed to verify password. No connection to server]
[Password was set but server didn't like it much]
[New password was exactly the same as old one]
[The new password was unacceptable]
[Account was currently not logged in]
[You have not entered a Skype name.\n						Configure this in Options->Network->Skype and try again.]
[Enter a password for Skype Name %s:]
[You are not currently connected to the Skype network. You must be online in order to update your information on the server.]
[You did not select any contact]
[Invite to conference]
[SkypeKit will only permit you to login to one account at a time. 						  Adding multiple instances of SkypeKit is prohibited in the licence 						  agreement and standard distribution terms.]
[Hi! I'd like to add you to my contact list]
[g_skype Name]
[NOT_VALIDATED]
[Validation succeeded]
[Password is too short]
[The value exceeds max size limit for the given property]
[Value contains illegal characters]
[Value contains whitespace]
[Password cannot be the same as skypename]
[Value has invalid format]
[Value contains invalid word]
[Password is too simple]
[Value starts with an invalid character]
[Skype Protocol]
;______________________________________________SkypeStatusChange.txt______________________________________________
[Skype Status Change according to miranda-Status]
[Synchronize status message]
[&Check any protocol or any status to exclude it from synchronization:]
[Synchronize if current status differs from previous one]
[Change Skype Status]
;______________________________________________SMCN.txt______________________________________________
[Disable SMCN Popups]
[Enable SMCN Popups]
[Use OSD]
;______________________________________________SmileyAdd.txt______________________________________________
[Smiley support for Miranda NG.]
[SmileyAdd]
[d'Oh!]
;______________________________________________SMS.txt______________________________________________
[Send SMS text messages to mobile phones through the IM networks.]
[%d/160]
[Show server notifications]
[Auto popup on new message]
[Save window position per contact]
[SMS message didn't send by %S to %s because: %S]
[The phone szPhone should start with a + and consist of numbers, spaces, brackets and hyphens only.]
[Valid phone numbers are of the form '+(country code)(phone szPhone)'. The contents of the phone szPhone portion is dependent on the national layout of phone numbers, but often omits the leading zero.]
;______________________________________________Spamotron.txt______________________________________________
[Anti-spam plugin with captcha and Bayes filtering.]
[Do not send challenge request if message score above]
[Auto-learn messages from approved contacts as ham]
[Filtering options]
[Learning options]
[Auto-learn outgoing messages as ham]
[Spam]
[Ham]
[Learn message:]
[Auto approve contact if message score below]
[Do not enable any of these options until Spam-o-tron have learned at least 20 of ham and 50 of spam messages.]
[Learned ham messages:]
[Learned spam messages:]
[Analyze]
[Auto-learn messages from contacts if not approved in]
[days as spam]
[and learn as ham]
[Enabled accounts:]
[Do not reply to messages with words in this list:]
[Do not reply to the same message more than]
[Flood protection]
[Do not send more than]
[messages to one contact per day]
[times a day]
[Incoming message with any word from list:]
[Auto approve on:]
[Hide contact until verified]
[Add permanently to list on verified]
[Log actions to system history]
[Mode:]
[Responses: (saved in %response%, %response-n% variables)]
[will be saved in %mathexpr%]
[Reply on success:]
[Send challenge on authorization request:]
[Keep blocked messages in contact history]
[Case-sensitive]
[Send challenge on incoming message:]
[and mark them unread after approval]
[Enable popup notifications]
[Contact blocked]
[Contact approved]
[Default timeout]
[Challenge sent]
[Bayes database path]
[Spam-o-tron needs to verify you're not a bot. Reply with "%response%" without quotes.]
[Spam-o-tron needs to verify you're not a bot. Reply with a result of expression %mathexpr%.]
[Verified.]
[Spam-o-tron delayed authorization request. First reply with "%response%" without quotes.]
[Spam-o-tron delayed authorization request. First reply with a result of expression %mathexpr%.]
[Math expression]
[Round-robin]
[Will be automatically evaluated from %mathexpr%]
[Invalid regular expression.\nKeeping previous value.]
[Message score]
[Bayes]
[Contact %s approved.]
[Message from %s rejected because it reached a maximum for challenge requests per day.]
[Message from %s rejected because it reached a maximum for same responses per day.]
[Message from %s dropped because it has a word from black list.]
[Message from %s dropped because of high spam score.]
[Sending plain challenge to %s.]
[Sending round-robin challenge to %s.]
[Sending random challenge to %s.]
[Sending math expression challenge to %s.]
[Their message was]
;______________________________________________SpellChecker.txt______________________________________________
[Replacements]
[tl_PH]
[Tagalog (Philippines)]
[de_frami_neu]
[German (Germany)]
[There are %d spelling errors. Are you sure you want to send this message?]
[Your message window does not support SpellChecker Plugin.\nIf you use SRMM, tabSRMM or Scriver, please update them to the latest version,\notherwise ask the author of your message window plugin to add support for Spell Checker.]
;______________________________________________SplashScreen.txt______________________________________________
[Shows a splash at Miranda startup.]
[Your advaimg.dll is either obsolete or damaged. Get latest from Miranda alpha builds.]
[Call Splash Service]
[Graphic files]
;______________________________________________StartPosition.txt______________________________________________
[Plugin supports starting position of Contact List relative to the the taskbar and screen side.]
[Start position]
;______________________________________________StartupStatus.txt______________________________________________
[Status profiles]
[Pressed toolbar icon]
[Released toolbar icon]
;______________________________________________StatusChange.txt______________________________________________
[Change status when you send/receive an event.]
;______________________________________________StopSpam.txt______________________________________________
[Disable protection for following accounts:]
[StopSpam automatic message:\r\n]
[Not In List]
;______________________________________________StopSpamMod.txt______________________________________________
[Exclude contacts which we sending something from spam check]
[Request authorization from contacts which pass stopspam test]
[Use math expression in question]
[Details..]
[StopSpam Logs]
[Spammers made me to install small anti-spam system you are now speaking with.\r\nPlease reply "nospam" without quotes and spaces if you want to contact me.]
[StopSpam: send a message and reply to a anti-spam bot question.]
[If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one ruandom number and answer will be expression result\nMessage must contain only one expression without spaces]
;______________________________________________TabSRMM.txt______________________________________________
[IM and group chat module for Miranda NG.]
[Enable popups if focused]
[Size and scaling options for the bottom avatar display]
[Windows Aero settings]
[Use Aero UI elements(only when not using a custom skin)]
[Use Windows 7 task bar enhancements (restart required)]
[...is typing]
[...stopped typing]
[Popups timeout]
[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.]
[Tabmenu]
[Picmenu]
[Logmenu]
[Sendmenu]
[Protomenu]
[BBCode]
[Apparentmenu]
[dummy]
[Panelpicmenu]
[Show Popups if Window is focused]
[Rich Edit file]
[  Client: %s]
[  Client not cached yet]
[TabSRMM]
[Data path]
[Saved TabSRMM avatars]
[Group chat logs root]
[Image files]
[JPEG-compressed images]
[Internal message log]
[The image service plugin (advaimg.dll) is not properly installed.\n\nTabSRMM is disabled.]
[TabSRMM fatal error]
[Animated Tray]
[Message windows - IM]
[Message windows - all]
[Message windows - groupchats]
[This version of tabSRMM requires Windows 2000 or later.]
[%s on %s%s]
[tabSRMM themes]
[Milky Glass]
[Carbon]
[Show skinnable tooltip in chat (tipper plugin required)]
[Show client description in info panel]
[Allow BBCode formatting in outgoing messages]
[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]
[Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available]
[TabSRMM group chat module|TabSRMM could not enable its group chat module. The most likely cause is that you have installed and enabled \\b1chat.dll\\b0  or another plugin that provides groupchat services.\n\nShould I try to fix this now \\b1(a restart of Miranda is required to apply these changes)?\\b0]
[Filetransfer 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.]
[Group chat windows]
[Group chat log]
[%s%s says:%s %s]
;______________________________________________Tipper.txt______________________________________________
[Tool Tip notification windows.]
[Outer avatar padding:]
[Avatar border]
[Title indent:]
[Value indent:]
[Inner avatar padding:]
[Preset items:]
[Parse Tipper variables first]
[Advanced options]
[Retrieve XStatus details if auto-retrieve is disabled]
[Smileys support]
[Resize smileys]
[Replace only isolated smileys]
[Retrieve new status message]
[Show tooltip after all content is ready (avatar && status message)]
[Disable in invisible status]
[Aero Glass (Vista+)]
[Animation speed:]
[No preview]
[Skin option]
[Load fonts and colors]
[Enable skin coloring]
[Reload skin list]
[Apply skin]
[Load tooltip proportions]
[Get more skins]
[Enable tray tooltips]
[Handle tray tooltips by Tipper]
[Favourite contacts]
[Expand to second level after:]
[First level tooltip]
[Second level tooltip]
[Hide offline]
[Append protocol name]
[Tipper smileys]
[Add item]
[Add separator]
[Animation]
[Fade]
[Tray tooltip]
[Extra]
[ ago]
[Log on:]
[Log off:]
[Unread emails:]
[XStatus:]
[Activity:]
[Listening to:]
[Copy all items with labels]
[Copy all items]
[Copy avatar]
[<No Label>: ]
[<No Value>]
[Fav. contacts]
[Miranda uptime:]
[Identifier]
[%sys:uidname|UID^!MetaContacts%:]
[Idle:]
[IP]
[IP internal]
[IP internal:]
[Last message]
[Last message: (%sys:last_msg_reltime% ago)]
[Number of received messages]
[Number of msg [IN]:]
[Number of sended messages]
[Number of msg [OUT]:]
[XStatus title:]
[XStatus text]
[XStatus text:]
[[jabber.dll] Activity title]
[Activity title:]
[[jabber.dll] Activity text]
[Activity text:]
[[menuex.dll] Logon time]
[Logon time:]
[[menuex.dll] Logoff time]
[Logoff time:]
[[seenplugin.dll] Last seen time]
[Last seen time:]
[[seenplugin.dll] Last seen status]
[Last seen status:]
[[weather.dll] Condition]
[Condition:]
[[weather.dll] Humidity]
[Humidity:]
[[weather.dll] Max/Min temperature]
[Max/Min:]
[[weather.dll] Moon]
[Moon:]
[[weather.dll] Pressure]
[Pressure:]
[[weather.dll] Sunrise]
[[weather.dll] Sunset]
[[weather.dll] Temperature]
[Temperature:]
[[weather.dll] Update time]
[Update time:]
[[weather.dll] UV Index]
[UV Index:]
[[weather.dll] Visibility]
[[weather.dll] Wind]
[Wind:]
[# Solid color fill]
[Tray title]
[Tipper]
[[No translation]]
;______________________________________________Tlen.txt______________________________________________
[Tlen]
[Image transfer policy]
[&From Popup plugin]
[Accept all images]
[Ignore images from unauthorized contacts]
[Ignore all images]
[SOCKS4]
[SOCKS5]
[Windows Server 2003]
[Windows XP]
[Windows 2000]
[Windows NT]
[Windows 95]
[Windows 98]
[Windows ME]
[%s SOCKS connection]
[Tlen inbox]
[Tlen Mail]
[Image sent file://%s]
[Image received file://%s]
[8000 Hz / 13.8 kbps]
[11025 Hz / 19.1 kbps]
[22050 Hz / 36.8 kbps]
[44100 Hz / 72 kbps]
;______________________________________________TooltipNotify.txt______________________________________________
[Choose contacts...]
[Allow tooltip notifications for the following users:]
[is]
;______________________________________________TopToolBar.txt______________________________________________
[ToptoolBar adds buttons in top frame for fast access.]
[Button height]
[Interval between buttons]
[Use flat mode]
[Auto resize]
[Single line]
[Del Sep/Launch Button]
[Frames service has not been found, so plugin will be disabled.\nTo run it you need to install and / or enable contact list plugin that supports it:\n- Modern contact list\n- MultiWindow (MW)\n- Nicer+\nYou can get them at http://miranda-ng.org]
[TopToolBar]
;______________________________________________TrafficCounter.txt______________________________________________
[Adding traffic and time counters.]
[Counters format string:]
[Visible accounts]
[MB]
;______________________________________________TranslitSwitcher.txt______________________________________________
[Allows to switch a layout or transliterate or invert case of the entered text in the message window with SmileyAdd support.]
[TranslitSwitcher]
[Switch Layout and Send]
[Translit and Send]
[Invert Case and Send]
[Convert All / Selected]
[Convert Last / Selected]
[Translit All / Selected]
[Translit Last / Selected]
[Invert Case All / Selected]
[Invert Case Last / Selected]
;______________________________________________Twitter.txt______________________________________________
[Twitter protocol support for Miranda NG.]
[[Sign in to link your twitter account]]
[Treat tweets as messages]
[Enter Twitter PIN]
[Enter the PIN provided by Twitter to complete your sign in. This is a one time process until you recreate your Miranda Twitter account.]
[OAuth variables are out of sequence, they have been reset.  Please reconnect and reauthorise Miranda to Twitter.com (do the PIN stuff again)]
[Failed to get Twitter Access Tokens, please go offline and try again.  If this keeps happening, check your internet connection.]
[You're missing the Nick key in the database.  This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc).  To fix it either add it manually or reset your twitter account in the miranda account options]
[Unable to get Netlib connection for Twitter]
[Twitter]
[Unable to get avatar Netlib connection for Twitter]
[Tweet]
;______________________________________________UInfoEx.txt______________________________________________
[Extended UserInfo module for Miranda NG. Provides interface to edit all contact information.]
[Edit Contact Information\nThis list gives you some overview about all your contact's anniversaries.]
[Just from the beginning.]
[Enter your phone number\nand don't worry about formating.]
[Enter your full e-mail address.\n(e.g.: john.doe@provider.com)]
[r]
[Replace progress dialogs with popups]
[Replace message boxes with popups]
[Anniversary Editor]
[Anniversary Editor\nAdd/Edit your anniversary here.]
[Upcoming anniversaries\nThis list gives you some overview about all your contact's anniversaries.]
[TreeView]
[Adapt propertysheet pages to aero mode.]
[Importing...\nPlease wait!]
[John Doe (1/10)]
[Show Menu Item]
[Cascade:]
[AccountMenu]
[Use Zodiac as default avatar]
[Use global reminder settings.]
[Don't remind me of this anniversary.]
[Check the Modules in the TreeView which you want to export for the contact. To add    the file as a new list entry later you need to export at least the protocol module.]
[<Unspecified>]
[ETA]
[Age/Nr.]
[Popup Anniversary list]
[Abord]
[Protocol '%s' is offline]
[Creating the imagelist failed!]
[Could not find contact's protocol. Maybe it is not active!]
[No pages have been added. Canceling dialog creation!]
[Details dialog failed to be created. Returning error is %d.]
[The Page to add has invalid size %d bytes!]
[Contact (private)]
[Contact (Work)]
[Upload ICQ Details]
[Upload failed]
[Your details were not uploaded successfully.\nThey were written to database only.]
[Fatal error, image services not found. Flags Module will be disabled.]
[&Export User Details]
[&Import User Details]
[Ex-/Import Group]
[&Export Group]
[&Import Group]
[This will delete all settings, you've made!\nAll TreeView settings, window positions and any other settings!\n\nAre you sure to procceed?]
[Everything is done!]
[All settings are reset to default values now!]
[mBirthday]
[UserInfo (default)]
[This is the reminder message]
[jun.]
[sen.]
[E-mail (uinfoex)]
[(uinfoex)]
[[b]%s (%S)...[/b]\n%d Contacts remaning]
[contact identificaion]
[The contact %s(%s) has no unique id in the vCard,\nbut there is a contact in your clist with the same nick and protocol.\nDo you wish to use this contact?]
[Importing a new contact was aborted!]
[You aborted import of a new contact.\nSome information may be missing for this contact.\n\nDo you want to delete the incomplete contact?]
[Importing a new meta subcontact failed!]
[The newly created MetaSubContact '%s'\ncould not be added to MetaContact '%s'!\n\nDo you want to delete this contact?]
[Settings: %S]
[Events: %S]
[The ini-file "%s"\nfor saving contact information could not be opened.]
[None of the %d contacts, stored in the ini-file, match the selected contact!\nNothing will be imported]
[Added %d of %d contacts stored in the ini-file.]
[The ini-file "%s"\nfor reading contact information could not be opened.]
[Flags (uinfoex)]
;______________________________________________UserGuide.txt______________________________________________
[This plug-in adds the main menu item used to view miranda-im pack user guide.]
;______________________________________________Variables.txt______________________________________________
[Adds support for dynamic variables in strings for plugins.]
[--- Special characters ---\r\n\r\nThe following characters have a special meaning in a formatting string:\r\n\r\n?<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will be parsed again. Example: Today is ?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will not be parsed again. Example: Message waiting: !message(,first,rcvd,unread).\r\n\r\n%<field>%\r\nThis will parse the given field. Example: I installed Miranda at: %mirandapath%.\r\n\r\n`<string>`\r\nThis will not parse the given string, any function, field or special character in the string will shown in the result without being translated. Example: Use `%mirandapath%` to show the installation path.\r\n\r\n#<comment>\r\nThis will add a comment in the formatting string. Everything from the # character to the end of the line will be removed. Example: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nWhenever a functions requires a contact as an argument, you can specify it in two ways:\r\n\r\n(1) Using a unique id (UIN for ICQ, email for MSN) or, a protocol id followed by a unique id in the form <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, id or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.]
[user defined]
[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
[retrieves info from AMIP (x is AMIP format string)]
[Boolean FALSE]
[y if w = x, else z]
[TRUE if x = y]
[Boolean TRUE]
[x + y + ...]
[x - y - ...]
[get parent metacontact of contact x]
[get default subcontact x]
[get the 'most online' subcontact x]
[Miranda Core Global]
[will return parsed string %miranda_profile%\\Profiles\\%miranda_profilename%\\AvatarCache]
[will return parsed string %miranda_profile%\\Profiles\\%miranda_profilename%\\Logs]
[Miranda Core OS]
[db setting z of module y of contact x and return w if z isn't exist (w is optional)]
[path to the Miranda NG executable]
[TRUE if service function exists]
[Regular Expressions]
[(ANSI input only) the number of substring matches found in y with pattern x]
[(ANSI input only) substring match number z found in subject y with pattern x]
[Replace all occurrences of \\n (Unix) by \\r\\n (Windows)]
[XML]
[apply stylesheet file x to document file y]
[apply stylesheet x to document y]
;______________________________________________VersionInfo.txt______________________________________________
[Output Debug String]
[Attempt to find unloadable plugins]
;______________________________________________Watrack.txt______________________________________________
[xStatus will cleared before text changing and restored with new text later.]
[If this option is "ON", XStatus doesn't depend of protocol status.]
[Use "Variables" plugin or not. If plugin used, you can use some transform, data and math functions. If plugin not used, work will be faster.]
[Replaces "_" (underscores) globally in pasted os status text, sometimes may be useful]
[Check file date and time to tag updates while playing.]
[Report on some errors.]
[Try to use OLE interface to obtain more information from players. If this option is "OFF", plugin works little faster.]
[Refresh time (sec) is time to refresh music info, statistic and status messages. If zero, automatic refresh is disabled. If value greater than 499, time signify as milliseconds.]
[Volume Down]
[Volume Up]
[\[X\]Status Title / Text]
[Keep 'Music' status]
[No player]
[If this option is "ON", XStatus number will not be changed, only message will be replaced by WATrack templates]
[No-music text]
[No-player text]
[Protocol list]
[Use Status:]
[Refresh time (sec) is time to refresh music info, statistic and status messages. If zero, automatic refresh is disabled.]
[If this option is "ON", you can paste music info to your message window pressing hotkey.]
[If this option is "ON", status text will be replaced by music info.]
[If this option is "ON", all plugin settings saved in ini-file. They deleted from Miranda DB. Else ini-file will be deleted.]
[If this option is "ON", plugin will try to obtain unknown music format info from player (not all players works!)]
[If this option is "ON", XStatus changes only if "Music" XStatus was set already.]
[If this option is "ON", XStatus doesn't depend of ICQ's status.]
[If this option is "ON", XStatus not changed when player shutdowned.]
[If this option is "ON", XStatus will be changed to "Music" and status text will be replaced by music info.]
[If this option is "ON", one templates will be used with all protocols, protocol and player (media) statuses. Template option page will be changed next time.]
[Use player process injection to obtain info easier. Can provoke antivirus or firewall alarm.]
[Keep opened file as active, not newly founded.]
[Use this option if WATrack freeze while player running. Slower processing.]
[Sorry, but i don't use WATrack right now!]
[media file]
[song year]
[player status (stopped, playing, paused)]
[player]
[Independed Xstatus]
["Variables" ANSI output]
[FPS (Frames per second)]
[If Variables service used, returned value will be in ANSI encoding (default is UTF8)]
[Save settings in INI-file]
[VBR or not]
[video codec]
[video height]
[video width]
[second line]
[Context menu]
[/me listening "%title%"]
[Report file name not defined]
[Status Template]
[XStatus Title]
['mono' / 'stereo']
[- "mono" / "stereo"]
[- artist]
[- bitrate]
[- current song position (sec)]
[- player version]
[- player]
[- song title]
[- total song length (sec)]
[- track number]
[  Refresh time (sec) is time to refresh music info and status messages. If zero, automatic refresh is disabled.\n  Only if 'Music' status was set - change your status if Music XStatus sets already.\n  Keep 'Music' XStatus - if player stopped or shutdowned, save or not 'Music' XStatus (changes to empty).\n  If text after processing is empty, the status message does not changes.\n  If settings saved in ini-file, its will be deleted from Miranda DB. Else ini-file will be deleted.]
["Variables" module use]
[Acoustic]
[Use ICQ XStatus]
[-default-]
[Switch ON these modules]
[Export text template]
[Use listening info]
[If this option is "ON", "Listening To" protocol property will be filled by music info.]
[Enable Status message]
[Enable XStatus message]
[Enable Tunes message]
[Tunes]
[Check all marked players for active (started and playing) or stop at first founded]
[Check all players]
[Emulate multimedia keys presses to control palyer]
[User music info text]
[(%artist%, %title%, %album% and %year% macros can be used only)]
[Don't forget to enter Login and Password to use Last.fm service]
[Don't forget to enter Login and Password to use MyShows service]
[Disable scrobbling]
[Enable scrobbling]
[no language]
[Content language]
[Get Artist Info]
[Get Track Info]
[Get Album Info]
[Status (common)]
[Status (templates)]
[Set XStatus when...]
[XStatus is empty or 'Music']
['Music' status is set]
[any XStatus is set]
[Players list\n(F1 for note)]
[No any special notes for this player]
[popup test]
[Frame (main)]
[Frame (text)]
[Manual element placement]
[Hide when no player]
[Hide when no music]
[Use popup action buttons]
[Picture transform]
[kb]
[Kb]
[Genres]
[Scrobble at]
[Get Series Info]
[Episode]
[Last.fm error: ]
[Client is banned]
[Bad Auth. Check login and password]
[Bad TimeStamp]
[Similar artists]
[Music Info from ]
[You Get Error]
[Slider Hovered]
[Slider Pushed]
[WATrack status]
;______________________________________________Watrack_MPD.txt______________________________________________
[Music Player Daemon support for Watrack.]
[MPD Host]
[Watrack MPD connection]
[Watrack MPD]
;______________________________________________wbOSD.txt______________________________________________
[Shows new message/status change info using onscreen display.]
[Radio1]
[OSD]
;______________________________________________Weather.txt______________________________________________
[Retrieves weather information and displays it in your contact list.]
[Elevation]
[ft]
[m]
[Disable Popup for this station]
[Weather Protocol INI Setup\nInstall and load your weather ini file here]
[Temperature: %[Temperature]]
[mb]
[mm]
[No information available.\r\nPlease update weather condition first.]
;______________________________________________WhenWasIt.txt______________________________________________
[Notify of birthdays:]
[DTB]
[Birthdays]
[WhenWasIt]
[Could not create worker thread. Error#%d - threadID %d]
[Birthdays files]
[Could not open file to import birthdays]
[Could not open file to export birthdays]
[Please do not edit this file by hand. Use the export function of WhenWasIt plugin.\n]
[Warning! Please do not mix Unicode and Ansi exported birthday files. You should use the same version (Ansi/Unicode) of WhenWasIt that was used to export the info.\n]
[This file was exported with a Unicode version of WhenWasIt. Please only use a Unicode version of the plugin to import the birthdays.\n]
[Could not find UID '%s [%S]' in current database, skipping]
;______________________________________________WhoUsesMyFiles.txt______________________________________________
[Scans for network users of your shared files and notify you with popups.]
[Popup Delay (seconds)]
[Default Popup delay]
[Use default Popup colors]
[Please note that this settings has effect only with Popups Interoperability plugin version 1.0.1.9 or higher]
[Access]
[Plugin WhoUsesMyFiles requires admin privileges in order to work.]
[Error memory allocation]
[Error crerating menu]
[Popup plugin not found!]
[WUMF plugin]
[Common Dialog Error 0x%lx]
[Wumf plugin]
[Not implemented yet...]
[Show connections list]
[Wumf]
;______________________________________________Xfire.txt______________________________________________
[XFire]
[xfire_games.ini]
[icons.dll]
[Prefer dnd when it is available]
[Add new game]
[Dont show in start menu]
[(manual added)]
[Extra Command Line Parameters:]
[Edit ...]
[Unreal Tournament 2004]
[dufte]
[New xfire_games.ini]
[There is a new XFire Gamelist online, do you want to update now?]
[New supported Games:]
[Custom ...]
[Game name:]
[Launcher exe (optional):]
[Game id:]
[Send game id:]
[Statusmessage for Xfire, if this game will be started:]
[Parameter:]
[Please wait, gameini will be currently parsed ...]
[If you add a mod of a Xfire supported game, then you can specify what gameid will be sent to Xfire. So if you add a Half-Life mod, you can set the Half-Life game id and if you start the game, your Xfire buddies will see the Half-Life game icon next to your name and the game time will be tracked.]
[Every game in Xfire needs an id. Use a number above the last used id to avoid problems with used ids. Every number above 10000 should be save. This id will not be sent to Xfire, when you start a game.]
[Please enter a game name.]
[Please enter a game id.]
[Please enter a game id above 1.]
[This game id is already in use.]
[Please select a game exe. Note: If you dont select a launcher exe, the game exe will be used in the game start menu.]
[Supported Games]
[Custom game]
[Well, I would talk to you if Miranda ICQ supported chat]
[The xfire_games.ini was updated.]
[Error during xfire_games Update.]
[There is a new Icons.dll online, do you want to update now?]
[The Icons.dll was updated.]
[Error during Icons.dll Update.]
[%s (Nickname: %s) has invited you to join the %s clan. Message: %s%sPlease go to the XFireclan-Site to accept the Invitation.]
[Friends of Friends Playing]
[The protocol version is too old. Cannot detect a new version number.]
[Do you really want to add %s to your friend list?]
[XFire is not connected.]
[Current Game]
[My Current Game]
[ServerIP]
[My Current ServerIP]
[My Current Voice]
[Voice ServerIP]
[My Voice ServerIP]
[Xfire Link Protocol]
[It seems that is the first time you use this plugin. Do you want to automatically download the latest available xfire_games.ini and icons.dll?\r\nWithout the ini xfire can't detect any games on your computer.]
[&Activity Report]
[Protocols/XFire]
[XFire game icon]
[XFire voice icon]
[Last game: %s playtime: %.2d:%.2d:%.2d]
[%s is playing %s.]
[%s is playing %s on server %d.%d.%d.%d:%d.]
[Block this user from ever contacting you again?]
[Block Confirmation]
[Dont download avatars of clan members]
[Use UTF8 for messaging and nick's (beta)]
[Dont move friends to clan groups]
[Dont automatically create clan groups]
[Enable MBot support]
[The username must be lowercase, so it will be lowercased saved.]
[Are you sure you want to remove this game?]
[Please select a game.]
[Error unknown game id.]
[Configuration saved!]
[Game not found?!]
[Write to database ...]
;______________________________________________XSoundNotify.txt______________________________________________
[Provides extended options for sound notifications.]
[Not set]
[Choose]
[Test play]
[Ignore sound for this contact]
[XSoundNotify]
[Sound files]
[WAV files]
[XSound Notify]
[Custom sound for %s (%s)]
[Custom contact sound]
;______________________________________________Yahoo.txt______________________________________________
[ID:]
[Denial Message]
[Invitation Message]
[%s denied invitation with message: %s]
[Join My Conference...]
[No, thank you...]
[YAHOO Link Protocol]
[Create Conference]
[Invalid Contact]
[The id you tried to add is invalid.]
[Unknown Error??.]
[Yahoo System Message]
;______________________________________________YahooGroups.txt______________________________________________
[This plugin imports and creates the Yahoo groups defined in Yahoo Messenger.]
[Move yahoo contacts to groups now]
[Move Yahoo contacts automatically on startup]
[Yahoo Groups]
;______________________________________________YAMN.txt______________________________________________
[WWW:]
[APOP]
[Enable YAMN Main Menu]
[YAMN]
[%s - connection error]
[An error occured. Error code: %d]
[Translate header error]
[Executables]
[Dialog box error]
;______________________________________________YAPP.txt______________________________________________
[Yet Another Popup Plugin - Provides popup notification window services to other plugins.]
[The quick brown fox jumped over the lazy dog.]
[Thequickbrownfoxjumpedoverthelazydog.]
[No animate]
[Horizontal animate]
[Vertical animate]
;______________________________________________YARelay.txt______________________________________________
[Forwards messages to some contact when you are not available.]
[Forward messages from...]
[Everyone]
[Forward when your status is...]
[Forward messages to...]
[%u - user nick;   %i - uin;    %t - time;   \r%d - date;   %m - message]
[Forwarding options]
[Split message (%m)]
[Send only first]
[Max size of split part (chars)]
[Mark received messages as 'read']
[Save sent messages in recipient's history]
[split parts (0 = all)]
[Note: Max size - it's a size of %m parameter]
[Note: messages from this contact will not be forwarded]
[!EVERYONE!]
[!DON'T FORWARD!]
[yaRelay]
;______________________________________________ZeroNotify.txt______________________________________________
[Maximum size]