-
Notifications
You must be signed in to change notification settings - Fork 2
/
ledo_en.lang
1378 lines (1377 loc) · 52.3 KB
/
ledo_en.lang
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
# Language: en_GB
# Charset: CP1252
# Version: 3.0.0
# Author: RoLex
# Email: [email protected]
Current topic: %s|
Current topic set by %s: %s|
This operation might take very long time depending on how much is going to be removed, please be patient.|
days|
%s with class %d deleted %d unbans older than %d days.|
%s with class %d deleted %d bans older than %d days.|
%s with class %d deleted %d kicks older than %d days.|
I'm probably away. State your business and I might answer later if you're lucky.|
Perform script update|
Deleted %d main chat history messages.|
There are no main chat history messages to remove.|
Deleted %d operator chat history messages.|
There are no operator chat history messages to remove.|
%s with class %d deleted %d main chat history messages.|
Unable to connect to target server. Please try again later.|
Last %d main chat messages|
Main chat history is empty.|
%s is now known as: %s|
Last %d operator chat messages|
Operator chat history is empty.|
Valid priority is a number from %d to %d.|
You are using latest version of %s, no update is required.|
Why would you send offline message to yourself?|
User %s is online. Sending message directly.|
Your offline message stored for user: %s|
%s with IP %s and class %d sent offline message.|
priority|
Offline|
Online|
I sent offline message to you on %s|
My current status|
%s with IP %s and class %d received offline messages.|
Stored offline messages|
Offline message list is empty.|
Deleted %d offline messages.|
Couldn't delete offline messages because not found: %s|
%s with class %d deleted all offline messages.|
There are no offline messages to remove.|
No topic is set.|
%s with IP %s and class %d allowed due to forbidden nick exception: %s|
message|
%s with IP %s and class %d allowed due to forbidden description exception: %s|
User you're trying to kick or redirect is protected: %s|
%s with IP %s and class %d allowed due to forbidden tag exception: %s|
type|
%s with IP %s and class %d allowed due to forbidden connection type exception: %s|
%s with class %d changed configuration variable %s: %s => %s|
%s with IP %s and class %d allowed due to forbidden email exception: %s|
User received own message: %s|
%s with IP %s and class %d allowed due to forbidden share size exception: %s|
Deleted %d releases from category: %s|
Why would you want to set empty topic?|
Modified forbidden nick with ban time %s: %s|
Added forbidden nick with ban time %s: %s|
Modified forbidden description with ban time %s: %s|
Added forbidden description with ban time %s: %s|
Modified forbidden tag with ban time %s: %s|
Added forbidden tag with ban time %s: %s|
Modified forbidden connection type with ban time %s: %s|
Added forbidden connection type with ban time %s: %s|
Modified forbidden email with ban time %s: %s|
Added forbidden email with ban time %s: %s|
Modified forbidden share size with ban time %s: %s|
Added forbidden share size with ban time %s: %s|
Couldn't add MyINFO exception because already exists: %s|
Added MyINFO exception: %s|
and|
Deleted forbidden nick: %s|
Couldn't delete forbidden nick because not found: %s|
Deleted forbidden description: %s|
Couldn't delete forbidden description because not found: %s|
Deleted forbidden tag: %s|
Couldn't delete forbidden tag because not found: %s|
Deleted forbidden connection type: %s|
Couldn't delete forbidden connection type because not found: %s|
Deleted forbidden email: %s|
Couldn't delete forbidden email because not found: %s|
Deleted forbidden share size: %s|
Couldn't delete forbidden share size because not found: %s|
Deleted MyINFO exception: %s|
Couldn't delete MyINFO exception because not found: %s|
Forbidden nick list|
Forbidden nick list is empty.|
Forbidden description list|
Forbidden description list is empty.|
Forbidden tag list|
Forbidden tag list is empty.|
Forbidden connection type list|
Forbidden connection type list is empty.|
Forbidden email list|
Forbidden email list is empty.|
Forbidden share size list|
Forbidden share size list is empty.|
MyINFO exception list|
MyINFO exception list is empty.|
Deleted %d rows: %s|
Known types are: %s|
No rows to remove: %s|
date|
%s with IP %s and class %d used following command: %s|
context|
Deleted from chat rank list: %s|
Not found in chat rank list: %s|
Deleted from operator rank list: %s|
Not found in operator rank list: %s|
Antispam|
Your chat rank is: %d|
You have to write something in main chat to get started.|
Custom nick list is empty.|
Total share rank size: %s|
Your operator rank is: %d|
You have to do some operator actions to get started.|
Top %d chat rankers|
Chat rank list is empty.|
Top %d operator rankers|
Operator rank list is empty.|
string|
No user results found.|
Showing %d user log results|
Size of user log table: %d [ %s: %d @ %s ]|
Add protection entry|
Delete protection entry|
flags|
%s dropped due to bad search request.|
This command is either disabled or you don't have access to it.|
Deleted antispam entry: %s|
Couldn't delete antispam entry because not found: %s|
Antispam list|
Antispam list is empty.|
Couldn't add antispam exception entry because already exists: %s|
Added antispam exception entry: %s|
Deleted antispam exception entry: %s|
Couldn't delete antispam exception entry because not found: %s|
Antispam exception list|
Antispam exception list is empty.|
The user you're trying to send offline message to is a bot. Message is discarded.|
You can't start at user number %d when you only have %d accounts with class %d.|
Showing %d out of total %d accounts with class %d starting at user number %d|
There are no accounts with class: %d|
Known classes are: %s|
%s with class %d sent say message: <%s> %s|
%s with class %d had bad luck sending say message: <%s> %s|
You can't talk from nick whose class is higher or equals your own.|
%s with IP %s and class %d kicked: <%s> %s|
offset|
order|
%s didn't get any search results.|
Redirected %s with IP %s and class %d to %s: <%s> %s|
Unknown protocol command from %s with IP %s and class %d: %s|
Custom nick list|
%s operator commands|
Add antispam entry|
Showing last %d lines out of total %d found in %s file|
Delete antispam entry|
Add antispam exception entry|
Delete antispam exception entry|
Add MyINFO entry|
Delete MyINFO entry|
MyINFO list|
List of registered users by class|
Speak from other nick|
Remove user or word from rank list|
%s with class %d deleted %d user log entries older than %d days.|
List stored offline messages|
Delete offline messages by date|
Delete all offline messages|
class|
Clean up tables|
Operator chat history|
Delete all history messages|
Your operator rank|
Script configuration variables|
Change configuration variable|
nick|
This list of commands|
%s user commands|
Current topic|
Your chat rank|
You're not allowed to send private messages.|
Unknown|
identifier|
Offline message to user|
Main chat history|
%s statistics|
Script version: %s|
Total chat rank points: %d|
Total operator rank points: %d|
Average message count per user: %.2f|
lre|
action|
Changed configuration variable %s: %s => %s|
Configuration variable %s can only be set to: %s|
or|
Configuration variable %s must be a number.|
to|
Unknown configuration variable: %s|
%s version: %s|
Not installed|
User dropped due to spam: %s|
variable|
value|
minutes|
%s library version: %s|
Reorder right click menu item|
lines|
Couldn't add rank exception because already exists: %s|
Added rank exception: %s|
Deleted rank exception: %s|
Couldn't delete rank exception because not found: %s|
Rank exception list|
Rank exception list is empty.|
Add rank exception|
Delete rank exception|
In order to use this feature you must turn off registered users list cache. Do it by setting hub configuration variable %s to %d and restarting the hub. Please note: Turning cache off is not recommended with large list of registered users.|
Both|
Deleted search filter: %s|
Couldn't delete search filter because not found: %s|
Search filter list|
Search filter list is empty.|
Magnet URI: %s|
Add search filter|
Delete search filter|
Known actions are: %s|
Known flags are: %s|
Downloading version file: %s|
Size of kicks table: %d [ %s: %d @ %s ]|
Size of bans table: %d [ %s: %d @ %s ]|
Size of unbans table: %d [ %s: %d @ %s ]|
Modified authorization entry: %s @ %s|
Added authorization entry: %s @ %s|
Deleted authorization entry: %s|
Couldn't delete authorization entry because not found: %s|
IP authorization list|
IP authorization list is empty.|
Add IP authorization entry|
Delete authorization entry|
ip|
%s with IP %s and class %d authorized.|
%s with IP %s and class %d failed authorization and disconnected.|
Category: %s|
Set custom nick for yourself|
This nick is registered or in use and therefore can't be used as custom nick: %s|
Set your welcome message|
Division by zero is forbidden.|
Show your welcome messages|
Welcome message list|
Delete user and his welcome messages|
Nick|
Login message|
Logout message|
Welcome message list is empty.|
Welcome messages were deleted for user: %s|
Couldn't delete user from welcome message list because not found: %s|
Your login message set: %s|
%s with class %d changed his login message: %s|
Your logout message set: %s|
%s with class %d changed his logout message: %s|
You don't have any welcome messages.|
Your login message: %s|
Add chatroom|
Chatroom list|
Delete chatroom|
description|
minclass|
maxclass|
Modified chatroom: %s|
Added chatroom: %s|
Deleted chatroom: %s|
Couldn't delete chatroom because not found: %s|
Chatroom|
Description|
Chatroom list is empty.|
Not found in country code statistics table: %s|
Custom nick %s is now owned by real user and therefore has been reset for user: %s|
%s is registered with class %d.|
Query executed but didn't return any results.|
Published: %s|
Add search filter exception entry|
Delete search filter exception entry|
Search filter exception list|
Couldn't add search filter exception entry because already exists: %s|
Added search filter exception entry: %s|
Deleted search filter exception entry: %s|
Couldn't delete search filter exception entry because not found: %s|
Search filter exception list is empty.|
file|
Read hub logs|
Known files are: %s|
Log file is empty or does not exist.|
Add command notification exception|
Delete command notification exception|
Command notification exception list|
Added command notification exception entry: %s|
Couldn't add command notification exception entry because already exists: %s|
Deleted command notification exception entry: %s|
Couldn't delete command notification exception entry because not found: %s|
Command notification exception list is empty.|
Couldn't add chatroom because nick is already in use: %s|
Query results|
Connections from your IP aren't allowed for another %d seconds.|
Executed shell command didn't return any status code: %s|
Returned status code: %s|
Added by: %s|
publisher|
Release list is empty.|
Last %d releases|
No releases by requested publisher were found: %s|
Last %d releases published by %s|
No releases by requested category were found: %s|
Last %d releases by category %s|
No releases by requested search string were found: %s|
time|
Known search types are: %s|
Configuration variable %s can't be empty.|
Deleted from share rank list: %s|
Not found in share rank list: %s|
Your share rank|
Top %d share rankers|
You have to share %s and reconnect to get started.|
Share rank list is empty.|
Your share rank is: %s|
Custom nick can't be longer than %d characters.|
Delete custom nick|
Deleted user from custom nick list: %s|
Couldn't delete user from custom nick list because not found: %s|
Selected type requires extra parameters. Please refer to manual for more information.|
Size of registered users table: %d [ %s: %d @ %s ]|
Deleted %d accounts with class %d|
%s with class %d deleted %d accounts with class %d that has been inactive for %d days.|
Add command permission|
Delete command permission|
Command permission list|
Modified command permission with class %d: %s|
Added command permission with class %d: %s|
Deleted command permission: %s|
Couldn't delete command permission because not found: %s|
Command permission list is empty.|
Total search rank points: %d|
Please use following commands to finish update process|
Moving file: %s|
Please visit %s to download the script manually.|
Modified forbidden IP address with ban time %s: %s|
Added forbidden IP address with ban time %s: %s|
Deleted forbidden IP address: %s|
Couldn't delete forbidden IP address because not found: %s|
Forbidden IP address list|
Forbidden IP address list is empty.|
%s with IP %s and class %d allowed due to forbidden IP address exception: %s|
Couldn't delete category because not found: %s|
User redirected due to spam: %s|
%s redirected due to bad search request.|
You can download me from: %s|
%s is registered with class %d and has been automatically unregistered and deleted from other tables.|
PiB|
TiB|
GiB|
MiB|
KiB|
B|
EiB|
Get user's real nick|
Requested nick wasn't found in custom nick list.|
Requested nick belongs to a user who is online: %s|
Requested nick belongs to a user who is offline: %s|
Clean up ranks|
limit|
%s with class %d deleted %d chat ranks lower than %d.|
%s with class %d deleted %d share ranks lower than %s.|
%s with class %d deleted %d operator ranks lower than %d.|
Size of chat ranks table: %d [ %s: %d @ %s ]|
Size of share ranks table: %d [ %s: %d @ %s ]|
Size of operator ranks table: %d [ %s: %d @ %s ]|
content|
destination|
interval|
Add reminder|
Delete reminder|
Reminder list|
Reminder list is empty.|
Known destinations are: %s|
Known interval is: %s|
Modified reminder: %s|
Added reminder: %s|
Deleted reminder: %s|
Reminder not found: %s|
Identifier: %s|
Content: %s|
Interval: %d of %d|
Destination: %s|
Raw command|
PM|
MC|
reply|
Add chat responder|
Delete chat responder|
Main chat responder list|
Main chat responder list is empty.|
%s with class %d deleted %d operator chat history messages.|
Search in user log|
Added chat responder: %s|
Deleted chat responder with ID: %d|
Couldn't delete chat responder because ID not found: %d|
Responder|
Reply|
Add chat responder exception|
Delete chat responder exception|
Chat responder exception list|
Chat responder exception list is empty.|
Couldn't add chat responder exception because already exists: %s|
Added chat responder exception: %s|
Deleted chat responder exception: %s|
Couldn't delete chat responder exception because not found: %s|
command|
Customize script command|
Customized script command: %s => %s|
Unknown script command: %s|
Requested nick is real.|
%s with class %d customized script command: %s => %s|
Reset all custom commands|
%d custom commands were reset.|
%s tables are now deleted and script is locked.|
Please unload the script and remove it from scripts directory.|
Good luck.|
Please unload the script to finish.|
%s with IP %s and class %d sent message to %s: %s|
Script uptime: %s|
month|
months|
day|
hour|
hours|
Top %d used words|
Deleted from word rank list: %s|
Not found in word rank list: %s|
%s with class %d deleted %d word ranks lower than %d.|
Size of word ranks table: %d [ %s: %d @ %s ]|
Total word rank points: %d|
Word rank list is empty.|
%s with class %d registered new user with class %d: %s|
%s with class %d deleted registered user with class %d: %s|
%s with class %d changed user class from %d to %d: %s|
%s with IP %s and class %d allowed due to fake share exception: %s|
%s with IP %s and class %d allowed due to clone exception: %s|
%s with IP %s and class %d allowed due to same IP exception: %s|
seconds|
Add news item|
Delete news items|
Read hub news|
Added news item: %s|
Hub news list is empty.|
Deleted %d news items.|
Couldn't delete news items because not found: %s|
Last %d news items|
By %s on %s: %s|
There are no main chat history messages written by you.|
Last %d main chat messages written by you|
Your main chat history|
Script memory usage: %s|
Failed to load translation file %s: %s|
Force custom nick for user|
Either the feature is disabled or user that you're trying to set welcome message for doesn't have access to it.|
name|
category|
Add new release|
Delete releases|
List of available releases|
Find release by name or category|
equation|
Calculate an equation|
Both numbers must be either pi or numbers.|
Known operations are: %s|
Your logout message: %s|
Force welcome message for user|
Login message set for %s: %s|
Change nick of a registered user|
User is not registered: %s|
You are now going to be disconnected from the hub in order for your new nick to apply: %s|
Renamed account %s: %s|
%s with class %d renamed account %s: %s|
Your login message deleted.|
Your logout message deleted.|
%s with class %d deleted his login message.|
%s with class %d deleted his logout message.|
Logout message set for %s: %s|
%s with class %d changed login message for %s: %s|
%s with class %d changed logout message for %s: %s|
Login message deleted for user: %s|
Logout message deleted for user: %s|
%s with class %d deleted login message for user: %s|
%s with class %d deleted logout message for user: %s|
%s with class %d deleted welcome messages for user: %s|
minute|
Last %d releases by search string %s|
Modified release: %s|
Added release: %s|
Deleted release: %s|
Couldn't delete release because not found: %s|
Reminder preview|
Preview of %s reminder: %s|
Specified nick is already in use.|
Live user location statistics by country|
All time user location statistics|
This feature requires %s or later installed on your system.|
Total count since %s: %d|
Unknown country|
No users in the hub.|
User location statistics table is empty.|
Total count: %d|
Deleted all rows: %s|
%s with class %d deleted all user location entries.|
address|
owner|
Add friendly hub|
Delete friendly hub|
Show friendly hubs|
Added friendly hub: %s|
Modified friendly hub: %s|
Deleted friendly hub: %s|
Friendly hub not found: %s|
Friendly hublist|
Friendly hublist is empty.|
Executed shell command didn't return any output.|
Returned output|
%s renamed %s to: %s|
%s plugin version: %s|
second|
You are now known as: %s|
You renamed %s to: %s|
Spam exception from %s with IP %s and class %d in MC: %s|
Spam exception from %s with IP %s and class %d in PM to %s with IP %s and class %d: %s|
Spam exception from %s with IP %s and class %d in offline message: %s|
Spam exception from %s with IP %s and class %d in report: %s|
Spam notification from %s with IP %s and class %d in MC: %s|
Spam notification from %s with IP %s and class %d in PM to %s with IP %s and class %d: %s|
Spam notification from %s with IP %s and class %d in offline message: %s|
Spam notification from %s with IP %s and class %d in report: %s|
Spam from %s with IP %s and class %d in MC: %s|
Spam from %s with IP %s and class %d in PM to %s with IP %s and class %d: %s|
Spam from %s with IP %s and class %d in offline message: %s|
Spam from %s with IP %s and class %d in report: %s|
Modified antispam entry with action %d and priority %d to scan in MC: %s|
Modified antispam entry with action %d and priority %d to scan in PM: %s|
Modified antispam entry with action %d and priority %d to scan in MC and PM: %s|
Added antispam entry with action %d and priority %d to scan in MC: %s|
Added antispam entry with action %d and priority %d to scan in PM: %s|
Added antispam entry with action %d and priority %d to scan in MC and PM: %s|
Search request exception from %s with IP %s and class %d as any file: %s|
Search request exception from %s with IP %s and class %d as audio file: %s|
Search request exception from %s with IP %s and class %d as compressed file: %s|
Search request exception from %s with IP %s and class %d as document: %s|
Search request exception from %s with IP %s and class %d as executable: %s|
Search request exception from %s with IP %s and class %d as picture: %s|
Search request exception from %s with IP %s and class %d as video: %s|
Search request exception from %s with IP %s and class %d as folder: %s|
Search request exception from %s with IP %s and class %d as TTH: %s|
Search request notification from %s with IP %s and class %d as any file: %s|
Search request notification from %s with IP %s and class %d as audio file: %s|
Search request notification from %s with IP %s and class %d as compressed file: %s|
Search request notification from %s with IP %s and class %d as document: %s|
Search request notification from %s with IP %s and class %d as executable: %s|
Search request notification from %s with IP %s and class %d as picture: %s|
Search request notification from %s with IP %s and class %d as video: %s|
Search request notification from %s with IP %s and class %d as folder: %s|
Search request notification from %s with IP %s and class %d as TTH: %s|
Bad search request from %s with IP %s and class %d as any file: %s|
Bad search request from %s with IP %s and class %d as audio file: %s|
Bad search request from %s with IP %s and class %d as compressed file: %s|
Bad search request from %s with IP %s and class %d as document: %s|
Bad search request from %s with IP %s and class %d as executable: %s|
Bad search request from %s with IP %s and class %d as picture: %s|
Bad search request from %s with IP %s and class %d as video: %s|
Bad search request from %s with IP %s and class %d as folder: %s|
Bad search request from %s with IP %s and class %d as TTH: %s|
Modified search filter with action %d and priority %d as any file: %s|
Modified search filter with action %d and priority %d as audio file: %s|
Modified search filter with action %d and priority %d as compressed file: %s|
Modified search filter with action %d and priority %d as document: %s|
Modified search filter with action %d and priority %d as executable: %s|
Modified search filter with action %d and priority %d as picture: %s|
Modified search filter with action %d and priority %d as video: %s|
Modified search filter with action %d and priority %d as folder: %s|
Modified search filter with action %d and priority %d as TTH: %s|
Added search filter with action %d and priority %d as any file: %s|
Added search filter with action %d and priority %d as audio file: %s|
Added search filter with action %d and priority %d as compressed file: %s|
Added search filter with action %d and priority %d as document: %s|
Added search filter with action %d and priority %d as executable: %s|
Added search filter with action %d and priority %d as picture: %s|
Added search filter with action %d and priority %d as video: %s|
Added search filter with action %d and priority %d as folder: %s|
Added search filter with action %d and priority %d as TTH: %s|
%s with class %d deleted %d releases older than %d days.|
Size of release table: %d [ %s: %d @ %s ]|
LRE|
Code accepted.|
Protection list|
Added protection entry: %s|
Deleted protection entry: %s|
Protection entry already exists: %s|
Protection entry not found: %s|
Protection list is empty.|
Missing %s in configuration variable.|
Chatroom: %s|
You've left the chatroom.|
User left the chatroom: %s|
User entered the chatroom: %s|
You've entered %s chatroom.|
You're not member of this chatroom.|
You don't have access to this chatroom.|
Chatroom member list|
Chatroom is empty.|
You're already member of this chatroom.|
Chatroom user commands|
Unknown chatroom command, use %s for help.|
Enter the chatroom|
Leave the chatroom|
Deleted %d rows from country code statistics table: %s|
Force chat mode for user|
Known chat modes are: %s|
mode|
Changing chat mode for %s: %s => %s|
Not found in chat mode list: %s|
Chat mode user list|
Chat mode user list is empty.|
%s user lookup|
Add IP gag|
Added IP gag %s with time %d and reason: %s|
Modified IP gag %s with time %d and reason: %s|
Deleted IP gag: %s|
IP gag not found: %s|
IP gag list|
IP gag list is empty.|
Delete IP gag|
Main chat is currently disabled for you.|
Main chat is currently disabled for you because: %s|
Cleared temporary IP gag list.|
Show custom script commands|
Custom script command list|
Custom script command list is empty.|
Script size: %d lines in %s|
Added %s to IP gag list, %d users in total.|
Flood detected from IP %s last known as %s with class %d in MC: %s|
Flood detected from IP %s last known as %s with class %d in PM to %s with IP %s and class %d: %s|
Private chat is currently disabled for you.|
Private chat is currently disabled for you because: %s|
Main chat flood detected from your IP.|
%d users with IP %s dropped due to flood.|
No error message specified.|
Search filter|
MyINFO check|
Authorization|
Ranks|
Welcome messages|
Chatrooms|
Reminders|
Hub news|
Chat responder|
Releases|
Offline messenger|
Chat history|
Commands|
Custom nicks|
Registered users|
Hublist|
Chat|
IP gag|
User logger|
Other|
Configuration|
Clear main chat|
Chat cleanup performed by %s|
Search in registered users list|
Registered users list statistics|
Registered users list results for %s|
Class %d: %d|
Registered users list is empty.|
This feature requires following binary installed on your system: %s|
Configuration directory: %s|
%s with IP %s and class %d stated incorrect IP in connect request to %s: %s|
Top %d search requests|
Search rank list is empty.|
Deleted from search rank list: %s|
Not found in search rank list: %s|
%s with class %d deleted %d search ranks lower than %d.|
Size of search ranks table: %d [ %s: %d @ %s ]|
Size of user location statistics table: %d [ %s: %s ]|
Open files limit: %d|
User information|
User not in list: %s|
Nick: %s|
Description: %s|
Tag: %s|
Mode: %s|
Slots: %s|
Hubs: %s|
Limiter: %s KiB/s|
Connection: %s|
Status: %s|
Email: %s|
Share: %s|
Exact share: %s|
Class: %d|
IP: %s|
DNS: %s|
Country: %s|
Client: %s|
Version: %s|
Normal|
Away|
Fileserver|
Fireball|
TLS|
NAT|
IPv4|
IPv6|
Unable to get bot information: %s|
Bot information|
Owner script: %s|
%s with IP %s and class %d allowed due to forbidden DNS exception: %s|
In order to use this feature you need to enable DNS lookup. Do it by setting hub configuration variable %s to %d. Please note: Enabling DNS lookup might slow your hub performance down.|
Modified forbidden DNS with ban time %s: %s|
Added forbidden DNS with ban time %s: %s|
Deleted forbidden DNS: %s|
Couldn't delete forbidden DNS because not found: %s|
Forbidden DNS list|
Forbidden DNS list is empty.|
Powered by %s|
Warning: %s|
Open files limit set to %d is smaller than maximum users configuration which is %d. You can correct this by setting %s to %d or higher and restarting the hub.|
Additional help|
Remove all %s tables and files|
You can't kick user whose class is higher or equals your own: %s|
Your topic contains forbidden characters which can't be used for security reason: %s|
Hub uptime: %s|
User count: %s|
Total share: %s|
%s with IP %s and class %d tries to speak with IP gag in MC: %s|
%s with IP %s and class %d tries to speak with IP gag in PM to %s with IP %s and class %d: %s|
Private message replaced for user: %s|
Command logger|
Showing %d entries from command logger|
Command logger is empty.|
%s with class %d deleted %d command log entries older than %d days.|
Size of command log table: %d [ %s: %d @ %s ]|
password|
Modify IP authorization entry|
Couldn't modify authorization entry because not found: %d|
Uptime: %s|
Enable requested feature and try again.|
cc|
Modified forbidden country code with ban time %s: %s|
Added forbidden country code with ban time %s: %s|
Deleted forbidden country code: %s|
Couldn't delete forbidden country code because not found: %s|
Forbidden country code list|
Forbidden country code list is empty.|
%s with IP %s and class %d allowed due to forbidden country code exception: %s|
I'm staying idle due to confusion.|
Added replacer in MC: %s|
Deleted chat replacer with ID %d: %s|
Couldn't delete chat replacer because not found: %s|
Chat replacer list|
Chat replacer list is empty.|
Replace|
Modified chat replacer exception with type %d: %s|
Added chat replacer exception with type %d: %s|
Deleted chat replacer exception with type %d: %s|
Couldn't delete chat replacer exception because not found: %s|
Chat replacer exception list|
Chat replacer exception list is empty.|
replace|
Add chat replacer|
Delete chat replacer|
Add chat replacer exception|
Delete chat replacer exception|
Chat replacer|
You need to send another %d main chat messages in order to use hub registration.|
Please wait another %d seconds before using hub registration.|
In order to use this feature you need to set %s to: %d|
Please reconnect to gain %d seconds of uptime in order to use hub registration.|
Dropping %s with IP %s and class %d due to protocol flood detection: %s|
Protocol flood detected from your client: %s|
Automatic update check detected stable version of %s available, use following command to update: %s|
menu|
Dropping user due to clone detection from IP %s with class %d: %s = %s|
Configuration variable %s must be a valid IP address.|
Average share per user: %s|
Don't be stupid.|
reason|
Add blocked PM entry|
Delete blocked PM entry|
List of blocked PM entries|
Modified blocked PM entry: %s|
Added blocked PM entry: %s|
Deleted blocked PM entry: %s|
Blocked PM list is empty.|
Couldn't delete blocked PM entry because not found: %s|
Reason: %s|
You're not allowed to send PM to this user because: %s|
%s with class %d deleted %d antispam entries with occurrence less than %d.|
%s with class %d deleted %d search filter entries with occurrence less than %d.|
query|
Execute MySQL query|
Execute shell command|
Experts only|
Add hard IP ban entries separated by space|
Delete hard IP ban entry|
List of hard IP ban entries|
Modified hard IP ban entry: %s|
Added hard IP ban entry: %s|
Deleted hard IP ban entry: %s|
Hard IP ban list is empty.|
Hard IP ban refused connection from IP %s: %s|
Please wait another %d seconds before using hub search engine.|
Add right click menu item|
Delete right click menu item|
List of right click menu items|
Blacklisted connection from IP %s dropped: %s|
To add multiple entries with this command you need to separate every entry by space.|
Add IP watch entry|
Delete IP watch entry|
List of IP watch entries|
result|
Modified IP watch entry: %s|
Added IP watch entry: %s|
Known results are: %s|
Deleted IP watch entry: %s|
IP watch list is empty.|
Couldn't delete IP watch entry because not found: %s|
IP watch notification from %s with IP %s: %s|
unknown nick|
Country code gag|
Add country code gag|
Added country code gag: %s|
Added country code gag %s with reason: %s|
Modified country code gag: %s|
Modified country code gag %s with reason: %s|
Deleted country code gag: %s|
Country code gag not found: %s|
Country code gag list|
Country code gag list is empty.|
Delete country code gag|
Cleared country code gag list.|
%s with IP %s and class %d tries to speak with country code gag in MC: %s|
%s with IP %s and class %d tries to speak with country code gag in PM to %s with IP %s and class %d: %s|
No reason specified|
Automatically deleted %d user log entries older than %d days.|
Main chat message replaced for user: %s|
Unknown protocol command from IP %s before login: %s|
Added %s to hard IP ban list, %d users in total.|
NMDC version: %s|
Client supports: %s|
Modified forbidden client supports with ban time %s: %s|
Added forbidden client supports with ban time %s: %s|
Modified forbidden NMDC version with ban time %s: %s|
Added forbidden NMDC version with ban time %s: %s|
Latest version of %s is required in order to use this feature.|
Deleted forbidden client supports: %s|
Couldn't delete forbidden client supports because not found: %s|
Deleted forbidden NMDC version: %s|
Couldn't delete forbidden NMDC version because not found: %s|
Forbidden client supports list|
Forbidden client supports list is empty.|
Forbidden NMDC version list|
Forbidden NMDC version list is empty.|
%s with IP %s and class %d allowed due to forbidden client supports exception: %s|
%s with IP %s and class %d allowed due to forbidden NMDC version exception: %s|
City: %s|
IP range: %s - %s|
Region: %s|
Time zone: %s|
Continent: %s|
Postal code: %s|
Coordinates: %.4f %.4f|
Metro code: %d|
Area code: %d|
Drop users with IP|
No users found with IP: %s|
Dropped %d users with IP: %s|
%s dropped %d users with IP: %s|
Live user location statistics by city|
Live user location statistics by city from %s=%s|
No users in the hub from: %s=%s|
Help notes|
parameter|
Command parameters %s are always required, while %s are optional.|
Quoted parameters %s or %s must be used with quotes.|
IP information|
IP information not available: %s|
Message replaced for user with IP %s and class %d in MC: <%s> %s|
IP %s permanently banned: <%s> %s|
Nick %s permanently banned: <%s> %s|
Range %s permanently banned: <%s> %s|
Host %s permanently banned: <%s> %s|
Share %s permanently banned: <%s> %s|
Prefix %s permanently banned: <%s> %s|
IP %s temporarily banned until %s: <%s> %s|
Nick %s temporarily banned until %s: <%s> %s|
Range %s temporarily banned until %s: <%s> %s|
Host %s temporarily banned until %s: <%s> %s|
Share %s temporarily banned until %s: <%s> %s|
Prefix %s temporarily banned until %s: <%s> %s|
IP %s unbanned: <%s> %s|
Nick %s unbanned: <%s> %s|
Range %s unbanned: <%s> %s|
Host %s unbanned: <%s> %s|
Share %s unbanned: <%s> %s|
Prefix %s unbanned: <%s> %s|
Known contexts are: %s|
Known orders are: %s|
Modified right click menu item: %s|
Added right click menu item: %s|
Deleted right click menu item: %s|
Right click menu item not found: %d|
Right click menu item list is empty.|
Menu item|
Menu command|
Changed right click menu item order: %s|
Separator or eraser|
Nick and IP %s unbanned: <%s> %s|
Other %s unbanned: <%s> %s|
Vote for user to be kicked|
You don't want to vote for kicking an operator.|
User voted kick|
You have already voted for kicking that user.|
There is an error in following antispam entry pattern|
Pattern|
Error|
Solution|
There is an error in following search filter pattern|
There is an error in following search filter exception pattern|
There is an error in following antispam exception entry pattern|
There is an error in following forbidden nick pattern|
There is an error in following MyINFO exception pattern|
There is an error in following forbidden description pattern|
There is an error in following forbidden tag pattern|
There is an error in following forbidden connection type pattern|
There is an error in following forbidden email pattern|
There is an error in following forbidden share size pattern|
There is an error in following forbidden IP address pattern|
There is an error in following forbidden country code pattern|
There is an error in following forbidden DNS pattern|
There is an error in following forbidden client supports pattern|
There is an error in following forbidden NMDC version pattern|
Added replacer in PM: %s|
Added replacer in MC and PM: %s|
Message replaced for user with IP %s and class %d in PM to %s with IP %s and class %d: <%s> %s|
Message ignored due to flood detection from %s with IP %s and class %d in MC: %s|
Users with same IP|
Parameter count mismatch detected in following translation string: %s|
Infected user detected|
Found files|
Infected user detected with nick %s and IP %s and share %s and spent time: %s|
Sadly I don't have access to send infected user information to AVDB, please ask maintainer of this script to add your server IP address to access list. AVDB reporting feature has been automatically disabled.|
In order to send infected user information to AVDB you need to ask maintainer of this script to add your server IP address to AVDB access list.|
Antivirus statistics|
File names used for search|
File extensions used for search|
Possibly infected users|
Spent time: %s|
Infected user logged in with IP %s and share %s: %s|
Loaded %d of %d with totally %d items: %s|
Infected user information sent to %s: %s|
Failed to load information from %s: %s|
Failed to send information to %s: %s|
Loaded none with totally %d items: %s|
Infected user found with IP %s and share %s: %s|
Server didn't reply with expected status code.|
Size of %s: %d @ %s|
Clear kick votes for user|
Vote kick list|
Vote kick list is empty.|
Votes: %d of %d|
Voters: %s|
Triggers|
Add trigger|
Trigger list|
Delete trigger|
Modified trigger: %s|
Added trigger: %s|
Deleted trigger: %s|
Trigger not found: %s|
Trigger list is empty.|
Class range: %d to %d|
Pinger|
Guest|
Registered|
VIP|
Operator|
Cheef|
Administrator|
Master|
News item added by %s: %s|
Your connection request is blocked because user that you're trying connect to was detected as virus spreader: %s|