-
Notifications
You must be signed in to change notification settings - Fork 2
/
ledokol.po
4130 lines (2758 loc) · 75.4 KB
/
ledokol.po
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
msgid ""
msgstr ""
"Project-Id-Version: Ledokol\n"
"Project-Version: 3.0.0\n"
"Report-Msgid-Bugs-To: RoLex <webmaster@feardc.net>\n"
"POT-Creation-Date: 2024-01-20 00:01+0200\n"
"PO-Revision-Date: 2024-01-20 00:01+0200\n"
"Last-Translator: RoLex <webmaster@feardc.net>\n"
"Language-Team: RoLex <webmaster@feardc.net>\n"
"Language: en_GB\n"
"Plural-Forms: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Current topic: %s"
msgstr ""
msgid "Current topic set by %s: %s"
msgstr ""
msgid "This operation might take very long time depending on how much is going to be removed, please be patient."
msgstr ""
msgid "days"
msgstr ""
msgid "%s with class %d deleted %d unbans older than %d days."
msgstr ""
msgid "%s with class %d deleted %d bans older than %d days."
msgstr ""
msgid "%s with class %d deleted %d kicks older than %d days."
msgstr ""
msgid "I'm probably away. State your business and I might answer later if you're lucky."
msgstr ""
msgid "Perform script update"
msgstr ""
msgid "Deleted %d main chat history messages."
msgstr ""
msgid "There are no main chat history messages to remove."
msgstr ""
msgid "Deleted %d operator chat history messages."
msgstr ""
msgid "There are no operator chat history messages to remove."
msgstr ""
msgid "%s with class %d deleted %d main chat history messages."
msgstr ""
msgid "Unable to connect to target server. Please try again later."
msgstr ""
msgid "Last %d main chat messages"
msgstr ""
msgid "Main chat history is empty."
msgstr ""
msgid "%s is now known as: %s"
msgstr ""
msgid "Last %d operator chat messages"
msgstr ""
msgid "Operator chat history is empty."
msgstr ""
msgid "Valid priority is a number from %d to %d."
msgstr ""
msgid "You are using latest version of %s, no update is required."
msgstr ""
msgid "Why would you send offline message to yourself?"
msgstr ""
msgid "User %s is online. Sending message directly."
msgstr ""
msgid "Your offline message stored for user: %s"
msgstr ""
msgid "%s with IP %s and class %d sent offline message."
msgstr ""
msgid "priority"
msgstr ""
msgid "Offline"
msgstr ""
msgid "Online"
msgstr ""
msgid "I sent offline message to you on %s"
msgstr ""
msgid "My current status"
msgstr ""
msgid "%s with IP %s and class %d received offline messages."
msgstr ""
msgid "Stored offline messages"
msgstr ""
msgid "Offline message list is empty."
msgstr ""
msgid "Deleted %d offline messages."
msgstr ""
msgid "Couldn't delete offline messages because not found: %s"
msgstr ""
msgid "%s with class %d deleted all offline messages."
msgstr ""
msgid "There are no offline messages to remove."
msgstr ""
msgid "No topic is set."
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden nick exception: %s"
msgstr ""
msgid "message"
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden description exception: %s"
msgstr ""
msgid "User you're trying to kick or redirect is protected: %s"
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden tag exception: %s"
msgstr ""
msgid "type"
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden connection type exception: %s"
msgstr ""
msgid "%s with class %d changed configuration variable %s: %s => %s"
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden email exception: %s"
msgstr ""
msgid "User received own message: %s"
msgstr ""
msgid "%s with IP %s and class %d allowed due to forbidden share size exception: %s"
msgstr ""
msgid "Deleted %d releases from category: %s"
msgstr ""
msgid "Why would you want to set empty topic?"
msgstr ""
msgid "Modified forbidden nick with ban time %s: %s"
msgstr ""
msgid "Added forbidden nick with ban time %s: %s"
msgstr ""
msgid "Modified forbidden description with ban time %s: %s"
msgstr ""
msgid "Added forbidden description with ban time %s: %s"
msgstr ""
msgid "Modified forbidden tag with ban time %s: %s"
msgstr ""
msgid "Added forbidden tag with ban time %s: %s"
msgstr ""
msgid "Modified forbidden connection type with ban time %s: %s"
msgstr ""
msgid "Added forbidden connection type with ban time %s: %s"
msgstr ""
msgid "Modified forbidden email with ban time %s: %s"
msgstr ""
msgid "Added forbidden email with ban time %s: %s"
msgstr ""
msgid "Modified forbidden share size with ban time %s: %s"
msgstr ""
msgid "Added forbidden share size with ban time %s: %s"
msgstr ""
msgid "Couldn't add MyINFO exception because already exists: %s"
msgstr ""
msgid "Added MyINFO exception: %s"
msgstr ""
msgid "and"
msgstr ""
msgid "Deleted forbidden nick: %s"
msgstr ""
msgid "Couldn't delete forbidden nick because not found: %s"
msgstr ""
msgid "Deleted forbidden description: %s"
msgstr ""
msgid "Couldn't delete forbidden description because not found: %s"
msgstr ""
msgid "Deleted forbidden tag: %s"
msgstr ""
msgid "Couldn't delete forbidden tag because not found: %s"
msgstr ""
msgid "Deleted forbidden connection type: %s"
msgstr ""
msgid "Couldn't delete forbidden connection type because not found: %s"
msgstr ""
msgid "Deleted forbidden email: %s"
msgstr ""
msgid "Couldn't delete forbidden email because not found: %s"
msgstr ""
msgid "Deleted forbidden share size: %s"
msgstr ""
msgid "Couldn't delete forbidden share size because not found: %s"
msgstr ""
msgid "Deleted MyINFO exception: %s"
msgstr ""
msgid "Couldn't delete MyINFO exception because not found: %s"
msgstr ""
msgid "Forbidden nick list"
msgstr ""
msgid "Forbidden nick list is empty."
msgstr ""
msgid "Forbidden description list"
msgstr ""
msgid "Forbidden description list is empty."
msgstr ""
msgid "Forbidden tag list"
msgstr ""
msgid "Forbidden tag list is empty."
msgstr ""
msgid "Forbidden connection type list"
msgstr ""
msgid "Forbidden connection type list is empty."
msgstr ""
msgid "Forbidden email list"
msgstr ""
msgid "Forbidden email list is empty."
msgstr ""
msgid "Forbidden share size list"
msgstr ""
msgid "Forbidden share size list is empty."
msgstr ""
msgid "MyINFO exception list"
msgstr ""
msgid "MyINFO exception list is empty."
msgstr ""
msgid "Deleted %d rows: %s"
msgstr ""
msgid "Known types are: %s"
msgstr ""
msgid "No rows to remove: %s"
msgstr ""
msgid "date"
msgstr ""
msgid "%s with IP %s and class %d used following command: %s"
msgstr ""
msgid "context"
msgstr ""
msgid "Deleted from chat rank list: %s"
msgstr ""
msgid "Not found in chat rank list: %s"
msgstr ""
msgid "Deleted from operator rank list: %s"
msgstr ""
msgid "Not found in operator rank list: %s"
msgstr ""
msgid "Antispam"
msgstr ""
msgid "Your chat rank is: %d"
msgstr ""
msgid "You have to write something in main chat to get started."
msgstr ""
msgid "Custom nick list is empty."
msgstr ""
msgid "Total share rank size: %s"
msgstr ""
msgid "Your operator rank is: %d"
msgstr ""
msgid "You have to do some operator actions to get started."
msgstr ""
msgid "Top %d chat rankers"
msgstr ""
msgid "Chat rank list is empty."
msgstr ""
msgid "Top %d operator rankers"
msgstr ""
msgid "Operator rank list is empty."
msgstr ""
msgid "string"
msgstr ""
msgid "No user results found."
msgstr ""
msgid "Showing %d user log results"
msgstr ""
msgid "Size of user log table: %d [ %s: %d @ %s ]"
msgstr ""
msgid "Add protection entry"
msgstr ""
msgid "Delete protection entry"
msgstr ""
msgid "flags"
msgstr ""
msgid "%s dropped due to bad search request."
msgstr ""
msgid "This command is either disabled or you don't have access to it."
msgstr ""
msgid "Deleted antispam entry: %s"
msgstr ""
msgid "Couldn't delete antispam entry because not found: %s"
msgstr ""
msgid "Antispam list"
msgstr ""
msgid "Antispam list is empty."
msgstr ""
msgid "Couldn't add antispam exception entry because already exists: %s"
msgstr ""
msgid "Added antispam exception entry: %s"
msgstr ""
msgid "Deleted antispam exception entry: %s"
msgstr ""
msgid "Couldn't delete antispam exception entry because not found: %s"
msgstr ""
msgid "Antispam exception list"
msgstr ""
msgid "Antispam exception list is empty."
msgstr ""
msgid "The user you're trying to send offline message to is a bot. Message is discarded."
msgstr ""
msgid "You can't start at user number %d when you only have %d accounts with class %d."
msgstr ""
msgid "Showing %d out of total %d accounts with class %d starting at user number %d"
msgstr ""
msgid "There are no accounts with class: %d"
msgstr ""
msgid "Known classes are: %s"
msgstr ""
msgid "%s with class %d sent say message: <%s> %s"
msgstr ""
msgid "%s with class %d had bad luck sending say message: <%s> %s"
msgstr ""
msgid "You can't talk from nick whose class is higher or equals your own."
msgstr ""
msgid "%s with IP %s and class %d kicked: <%s> %s"
msgstr ""
msgid "offset"
msgstr ""
msgid "order"
msgstr ""
msgid "%s didn't get any search results."
msgstr ""
msgid "Redirected %s with IP %s and class %d to %s: <%s> %s"
msgstr ""
msgid "Unknown protocol command from %s with IP %s and class %d: %s"
msgstr ""
msgid "Custom nick list"
msgstr ""
msgid "%s operator commands"
msgstr ""
msgid "Add antispam entry"
msgstr ""
msgid "Showing last %d lines out of total %d found in %s file"
msgstr ""
msgid "Delete antispam entry"
msgstr ""
msgid "Add antispam exception entry"
msgstr ""
msgid "Delete antispam exception entry"
msgstr ""
msgid "Add MyINFO entry"
msgstr ""
msgid "Delete MyINFO entry"
msgstr ""
msgid "MyINFO list"
msgstr ""
msgid "List of registered users by class"
msgstr ""
msgid "Speak from other nick"
msgstr ""
msgid "Remove user or word from rank list"
msgstr ""
msgid "%s with class %d deleted %d user log entries older than %d days."
msgstr ""
msgid "List stored offline messages"
msgstr ""
msgid "Delete offline messages by date"
msgstr ""
msgid "Delete all offline messages"
msgstr ""
msgid "class"
msgstr ""
msgid "Clean up tables"
msgstr ""
msgid "Operator chat history"
msgstr ""
msgid "Delete all history messages"
msgstr ""
msgid "Your operator rank"
msgstr ""
msgid "Script configuration variables"
msgstr ""
msgid "Change configuration variable"
msgstr ""
msgid "nick"
msgstr ""
msgid "This list of commands"
msgstr ""
msgid "%s user commands"
msgstr ""
msgid "Current topic"
msgstr ""
msgid "Your chat rank"
msgstr ""
msgid "You're not allowed to send private messages."
msgstr ""
msgid "Unknown"
msgstr ""
msgid "identifier"
msgstr ""
msgid "Offline message to user"
msgstr ""
msgid "Main chat history"
msgstr ""
msgid "%s statistics"
msgstr ""
msgid "Script version: %s"
msgstr ""
msgid "Total chat rank points: %d"
msgstr ""
msgid "Total operator rank points: %d"
msgstr ""
msgid "Average message count per user: %.2f"
msgstr ""
msgid "lre"
msgstr ""
msgid "action"
msgstr ""
msgid "Changed configuration variable %s: %s => %s"
msgstr ""
msgid "Configuration variable %s can only be set to: %s"
msgstr ""
msgid "or"
msgstr ""
msgid "Configuration variable %s must be a number."
msgstr ""
msgid "to"
msgstr ""
msgid "Unknown configuration variable: %s"
msgstr ""
msgid "%s version: %s"
msgstr ""
msgid "Not installed"
msgstr ""
msgid "User dropped due to spam: %s"
msgstr ""
msgid "variable"
msgstr ""
msgid "value"
msgstr ""
msgid "minutes"
msgstr ""
msgid "%s library version: %s"
msgstr ""
msgid "Reorder right click menu item"
msgstr ""
msgid "lines"
msgstr ""
msgid "Couldn't add rank exception because already exists: %s"
msgstr ""
msgid "Added rank exception: %s"
msgstr ""
msgid "Deleted rank exception: %s"
msgstr ""
msgid "Couldn't delete rank exception because not found: %s"
msgstr ""
msgid "Rank exception list"
msgstr ""
msgid "Rank exception list is empty."
msgstr ""
msgid "Add rank exception"
msgstr ""
msgid "Delete rank exception"
msgstr ""
msgid "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."
msgstr ""
msgid "Both"
msgstr ""
msgid "Deleted search filter: %s"
msgstr ""
msgid "Couldn't delete search filter because not found: %s"
msgstr ""
msgid "Search filter list"
msgstr ""
msgid "Search filter list is empty."
msgstr ""
msgid "Magnet URI: %s"
msgstr ""
msgid "Add search filter"
msgstr ""
msgid "Delete search filter"
msgstr ""
msgid "Known actions are: %s"
msgstr ""
msgid "Known flags are: %s"
msgstr ""
msgid "Downloading version file: %s"
msgstr ""
msgid "Size of kicks table: %d [ %s: %d @ %s ]"
msgstr ""
msgid "Size of bans table: %d [ %s: %d @ %s ]"
msgstr ""
msgid "Size of unbans table: %d [ %s: %d @ %s ]"
msgstr ""
msgid "Modified authorization entry: %s @ %s"
msgstr ""
msgid "Added authorization entry: %s @ %s"
msgstr ""
msgid "Deleted authorization entry: %s"
msgstr ""
msgid "Couldn't delete authorization entry because not found: %s"
msgstr ""
msgid "IP authorization list"
msgstr ""
msgid "IP authorization list is empty."
msgstr ""
msgid "Add IP authorization entry"
msgstr ""
msgid "Delete authorization entry"
msgstr ""
msgid "ip"
msgstr ""
msgid "%s with IP %s and class %d authorized."
msgstr ""
msgid "%s with IP %s and class %d failed authorization and disconnected."
msgstr ""
msgid "Category: %s"
msgstr ""
msgid "Set custom nick for yourself"
msgstr ""
msgid "This nick is registered or in use and therefore can't be used as custom nick: %s"
msgstr ""
msgid "Set your welcome message"
msgstr ""
msgid "Division by zero is forbidden."
msgstr ""
msgid "Show your welcome messages"
msgstr ""
msgid "Welcome message list"
msgstr ""
msgid "Delete user and his welcome messages"
msgstr ""
msgid "Nick"
msgstr ""
msgid "Login message"
msgstr ""
msgid "Logout message"
msgstr ""
msgid "Welcome message list is empty."
msgstr ""
msgid "Welcome messages were deleted for user: %s"
msgstr ""
msgid "Couldn't delete user from welcome message list because not found: %s"
msgstr ""
msgid "Your login message set: %s"
msgstr ""
msgid "%s with class %d changed his login message: %s"
msgstr ""
msgid "Your logout message set: %s"
msgstr ""
msgid "%s with class %d changed his logout message: %s"
msgstr ""
msgid "You don't have any welcome messages."
msgstr ""
msgid "Your login message: %s"
msgstr ""
msgid "Add chatroom"
msgstr ""
msgid "Chatroom list"
msgstr ""
msgid "Delete chatroom"
msgstr ""
msgid "description"
msgstr ""
msgid "minclass"
msgstr ""
msgid "maxclass"
msgstr ""
msgid "Modified chatroom: %s"
msgstr ""
msgid "Added chatroom: %s"
msgstr ""
msgid "Deleted chatroom: %s"
msgstr ""
msgid "Couldn't delete chatroom because not found: %s"
msgstr ""
msgid "Chatroom"
msgstr ""
msgid "Description"
msgstr ""
msgid "Chatroom list is empty."
msgstr ""
msgid "Not found in country code statistics table: %s"
msgstr ""
msgid "Custom nick %s is now owned by real user and therefore has been reset for user: %s"
msgstr ""
msgid "%s is registered with class %d."
msgstr ""
msgid "Query executed but didn't return any results."
msgstr ""
msgid "Published: %s"
msgstr ""
msgid "Add search filter exception entry"
msgstr ""
msgid "Delete search filter exception entry"
msgstr ""
msgid "Search filter exception list"
msgstr ""
msgid "Couldn't add search filter exception entry because already exists: %s"
msgstr ""
msgid "Added search filter exception entry: %s"
msgstr ""
msgid "Deleted search filter exception entry: %s"
msgstr ""
msgid "Couldn't delete search filter exception entry because not found: %s"
msgstr ""
msgid "Search filter exception list is empty."
msgstr ""
msgid "file"
msgstr ""
msgid "Read hub logs"
msgstr ""
msgid "Known files are: %s"
msgstr ""
msgid "Log file is empty or does not exist."
msgstr ""
msgid "Add command notification exception"
msgstr ""
msgid "Delete command notification exception"
msgstr ""
msgid "Command notification exception list"
msgstr ""
msgid "Added command notification exception entry: %s"
msgstr ""
msgid "Couldn't add command notification exception entry because already exists: %s"
msgstr ""
msgid "Deleted command notification exception entry: %s"
msgstr ""
msgid "Couldn't delete command notification exception entry because not found: %s"
msgstr ""
msgid "Command notification exception list is empty."
msgstr ""
msgid "Couldn't add chatroom because nick is already in use: %s"
msgstr ""
msgid "Query results"
msgstr ""
msgid "Connections from your IP aren't allowed for another %d seconds."
msgstr ""
msgid "Executed shell command didn't return any status code: %s"
msgstr ""
msgid "Returned status code: %s"
msgstr ""
msgid "Added by: %s"
msgstr ""
msgid "publisher"
msgstr ""
msgid "Release list is empty."
msgstr ""
msgid "Last %d releases"
msgstr ""
msgid "No releases by requested publisher were found: %s"
msgstr ""
msgid "Last %d releases published by %s"
msgstr ""
msgid "No releases by requested category were found: %s"
msgstr ""
msgid "Last %d releases by category %s"
msgstr ""
msgid "No releases by requested search string were found: %s"
msgstr ""
msgid "time"
msgstr ""
msgid "Known search types are: %s"
msgstr ""
msgid "Configuration variable %s can't be empty."
msgstr ""
msgid "Deleted from share rank list: %s"
msgstr ""
msgid "Not found in share rank list: %s"
msgstr ""
msgid "Your share rank"
msgstr ""
msgid "Top %d share rankers"
msgstr ""
msgid "You have to share %s and reconnect to get started."
msgstr ""
msgid "Share rank list is empty."
msgstr ""
msgid "Your share rank is: %s"
msgstr ""
msgid "Custom nick can't be longer than %d characters."
msgstr ""
msgid "Delete custom nick"
msgstr ""
msgid "Deleted user from custom nick list: %s"
msgstr ""
msgid "Couldn't delete user from custom nick list because not found: %s"
msgstr ""
msgid "Selected type requires extra parameters. Please refer to manual for more information."
msgstr ""
msgid "Size of registered users table: %d [ %s: %d @ %s ]"
msgstr ""
msgid "Deleted %d accounts with class %d"
msgstr ""
msgid "%s with class %d deleted %d accounts with class %d that has been inactive for %d days."