forked from fzerorubigd/pmg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
988 lines (768 loc) · 22.3 KB
/
messages.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-23 07:39+0430\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/mafia/MafiaSlap.php:28 modules/mafia/MafiaMafia.php:28
msgid "You are not in game ;)"
msgstr ""
#: modules/mafia/MafiaSlap.php:34
msgid ""
"You are alive, In dead IS dead mode, you can not use emots if you are alive. "
"use your own hand for slap!!!"
msgstr ""
#: modules/mafia/MafiaSlap.php:41 modules/mafia/MafiaPunish.php:32
#: modules/mafia/MafiaKill.php:32 modules/mafia/MafiaMafia.php:43
#, php-format
msgid "%s is not in game ;) so why hate him/her this much?"
msgstr ""
#: modules/mafia/MafiaSlap.php:46
#, php-format
msgid "%s slaps %s %s"
msgstr ""
#: modules/mafia/MafiaSlap.php:52
msgid "for "
msgstr ""
#: modules/mafia/MafiaGame.php:328
msgid "You are not in game, sorry"
msgstr ""
#: modules/mafia/MafiaGame.php:333
msgid "Its not a good time to ask this."
msgstr ""
#: modules/mafia/MafiaGame.php:338
msgid "You are dead! rest in peace :D (Or I'll kick you!)"
msgstr ""
#: modules/mafia/MafiaGame.php:473
msgid "The game is already on, sorry!"
msgstr ""
#: modules/mafia/MafiaGame.php:478
msgid "You are already in game, for exit use command !leave"
msgstr ""
#: modules/mafia/MafiaGame.php:484
#, php-format
msgid "Welcome to game %s, wait for start :D you can read the manual at %s"
msgstr ""
#: modules/mafia/MafiaGame.php:485
#, php-format
msgid "%s joined to the game :), total players: %d"
msgstr ""
#: modules/mafia/MafiaGame.php:534
msgid " Changed his/her nick to "
msgstr ""
#: modules/mafia/MafiaGame.php:559
msgid "You are dead, so its ok to leave. just say goodbye to other people ;D"
msgstr ""
#: modules/mafia/MafiaGame.php:595 modules/mafia/MafiaGame.php:597
#, php-format
msgid "User %s is leaving! all votes to him/her are set to not vote!"
msgstr ""
#: modules/mafia/MafiaGame.php:601
msgid "See you soon :)"
msgstr ""
#: modules/mafia/MafiaGame.php:603
#, php-format
msgid "%s left the game :(, total players: %d"
msgstr ""
#: modules/mafia/MafiaGame.php:658 modules/mafia/MafiaGame.php:1647
msgid "You are the Godfather!!"
msgstr ""
#: modules/mafia/MafiaGame.php:660 modules/mafia/MafiaGame.php:1649
msgid "You are natasha!!"
msgstr ""
#: modules/mafia/MafiaGame.php:662 modules/mafia/MafiaGame.php:1651
msgid "You are mafia!!"
msgstr ""
#: modules/mafia/MafiaGame.php:665 modules/mafia/MafiaGame.php:667
#: modules/mafia/MafiaGame.php:1652
msgid "Mafia crew: "
msgstr ""
#: modules/mafia/MafiaGame.php:669 modules/mafia/MafiaGame.php:1654
#, php-format
msgid "You are mafia :D Please join %s and %s"
msgstr ""
#: modules/mafia/MafiaGame.php:677 modules/mafia/MafiaGame.php:1657
msgid "Use this command :"
msgstr ""
#: modules/mafia/MafiaGame.php:679 modules/mafia/MafiaGame.php:1659
msgid "You are <NOT> mafia!"
msgstr ""
#: modules/mafia/MafiaGame.php:681 modules/mafia/MafiaGame.php:1661
#, php-format
msgid ""
"The game begin, go to sleep! (Join %s room please and stay away from %s its "
"dangerous!)"
msgstr ""
#: modules/mafia/MafiaGame.php:690 modules/mafia/MafiaGame.php:1668
#, php-format
msgid "You are doctor!, use %s command in PRIVATE to heal one ppl in NIGHT!"
msgstr ""
#: modules/mafia/MafiaGame.php:698 modules/mafia/MafiaGame.php:1673
#, php-format
msgid ""
"You are detective!, use %s command in PRIVATE to identify one ppl each NIGHT!"
msgstr ""
#: modules/mafia/MafiaGame.php:705 modules/mafia/MafiaGame.php:1677
msgid "You are Invulnerable! you die only with punish command!"
msgstr ""
#: modules/mafia/MafiaGame.php:710
msgid "The game is on! gg and have fun!"
msgstr ""
#: modules/mafia/MafiaGame.php:743
msgid "You need to set game name with !name command."
msgstr ""
#: modules/mafia/MafiaGame.php:747
msgid "At least one mafia must exist!"
msgstr ""
#: modules/mafia/MafiaGame.php:765
#, php-format
msgid "You need at least %d player but you are %d"
msgstr ""
#: modules/mafia/MafiaGame.php:769 modules/mafia/MafiaGame.php:770
#: modules/mafia/MafiaGame.php:771 modules/mafia/MafiaGame.php:772
#: modules/mafia/MafiaGame.php:773
msgid "One"
msgstr ""
#: modules/mafia/MafiaGame.php:769 modules/mafia/MafiaGame.php:770
#: modules/mafia/MafiaGame.php:771 modules/mafia/MafiaGame.php:772
#: modules/mafia/MafiaGame.php:773
msgid "No"
msgstr ""
#: modules/mafia/MafiaGame.php:774
#, php-format
msgid ""
"Starting game with %d Mafia(s), %s Dr, %s Detective, %s Invulnerable, %s "
"Godfather, and %s Natasha."
msgstr ""
#: modules/mafia/MafiaGame.php:798
msgid "Selecting roles..."
msgstr ""
#: modules/mafia/MafiaGame.php:809
#, php-format
msgid "DEBUG : Choose %d dr from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:821
#, php-format
msgid "DEBUG : Choose %d detective from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:832
#, php-format
msgid "DEBUG : Choose %d inv from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:843
#, php-format
msgid "DEBUG : Choose %d godfather from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:853
#, php-format
msgid "DEBUG : Choose %d natasha from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:864
#, php-format
msgid "DEBUG : Choose %d mafia from %d player"
msgstr ""
#: modules/mafia/MafiaGame.php:967
msgid "Get user list , player count : "
msgstr ""
#: modules/mafia/MafiaGame.php:973
msgid "ALIVE"
msgstr ""
#: modules/mafia/MafiaGame.php:976
msgid "DEAD"
msgstr ""
#: modules/mafia/MafiaGame.php:978
#, php-format
msgid "%s is %s!"
msgstr ""
#: modules/mafia/MafiaGame.php:987
#, php-format
msgid "%s is in the game."
msgstr ""
#: modules/mafia/MafiaGame.php:1079 modules/mafia/MafiaGame.php:1492
msgid "Mafia"
msgstr ""
#: modules/mafia/MafiaGame.php:1079 modules/mafia/MafiaGame.php:1493
msgid "Citizen"
msgstr ""
#: modules/mafia/MafiaGame.php:1080
msgid " AND Doctor"
msgstr ""
#: modules/mafia/MafiaGame.php:1081
msgid " AND Detective"
msgstr ""
#: modules/mafia/MafiaGame.php:1082
msgid " AND Invulnerable"
msgstr ""
#: modules/mafia/MafiaGame.php:1083
msgid " AND GodFather"
msgstr ""
#: modules/mafia/MafiaGame.php:1084
msgid " AND Natasha"
msgstr ""
#: modules/mafia/MafiaGame.php:1086
msgid "Alive"
msgstr ""
#: modules/mafia/MafiaGame.php:1086
msgid "Dead"
msgstr ""
#: modules/mafia/MafiaGame.php:1090
#, php-format
msgid "%s was %s and is %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1100 modules/mafia/MafiaGame.php:1101
#, php-format
msgid "Please leave %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1152
#, php-format
msgid "Your turn to kill!! use %s command to vote"
msgstr ""
#: modules/mafia/MafiaGame.php:1154
msgid "!kill * : for kill nobody"
msgstr ""
#: modules/mafia/MafiaGame.php:1155
msgid "!kill - : for remove your vote"
msgstr ""
#: modules/mafia/MafiaGame.php:1156 modules/mafia/MafiaHelp.php:37
msgid "!vote : To see other mafias (and their votes)"
msgstr ""
#: modules/mafia/MafiaGame.php:1157 modules/mafia/MafiaGame.php:1179
#: modules/mafia/MafiaHelp.php:41
msgid "!list : To see list of all players"
msgstr ""
#: modules/mafia/MafiaGame.php:1158
msgid "!timeout : To end the night after "
msgstr ""
#: modules/mafia/MafiaGame.php:1160
msgid "Good night ppl ;)"
msgstr ""
#: modules/mafia/MafiaGame.php:1168
msgid "Your turn to hide!!"
msgstr ""
#: modules/mafia/MafiaGame.php:1171
#, php-format
msgid ""
"Hi ppl, there is a dead! lets find the killer and punish him/her. use %s "
"command"
msgstr ""
#: modules/mafia/MafiaGame.php:1174
#, php-format
msgid ""
"Hi ppl, No one dead. peeowh!! either its a doctor's job or mafia trick :D, "
"but who care? use %s command"
msgstr ""
#: modules/mafia/MafiaGame.php:1177
msgid "!punish - : for remove your vote"
msgstr ""
#: modules/mafia/MafiaGame.php:1178 modules/mafia/MafiaHelp.php:19
msgid "!vote : To see other people votes"
msgstr ""
#: modules/mafia/MafiaGame.php:1180 modules/mafia/MafiaHelp.php:44
msgid ""
"!voice : If you must have voice and you have no voice, (mostly reconnect "
"problems)"
msgstr ""
#: modules/mafia/MafiaGame.php:1181
msgid "!timeout : To end the day after "
msgstr ""
#: modules/mafia/MafiaGame.php:1181
#, php-format
msgid " and 60% of player cast their vote."
msgstr ""
#: modules/mafia/MafiaGame.php:1200
#, php-format
msgid "There is %d player, %d dead and %d mafia player"
msgstr ""
#: modules/mafia/MafiaGame.php:1202
#, php-format
msgid "There is %d player, %d dead"
msgstr ""
#: modules/mafia/MafiaGame.php:1206 modules/mafia/MafiaGame.php:1213
msgid "Mafia won!"
msgstr ""
#: modules/mafia/MafiaGame.php:1221
msgid "Ppl won!"
msgstr ""
#: modules/mafia/MafiaGame.php:1240
msgid "Wow! you are mad! its day time!"
msgstr ""
#: modules/mafia/MafiaGame.php:1249
#, php-format
msgid "%s casted his/her vote for killing %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1252
#, php-format
msgid "%s removed his/her vote. be fast :)"
msgstr ""
#: modules/mafia/MafiaGame.php:1254
msgid "Your vote not accepted!"
msgstr ""
#: modules/mafia/MafiaGame.php:1268 modules/mafia/MafiaGame.php:1291
msgid "Waiting for dr/detective/mafias to vote !"
msgstr ""
#: modules/mafia/MafiaGame.php:1286 modules/mafia/MafiaGame.php:1435
msgid "There is a tie! please some one fix his/her vote!"
msgstr ""
#: modules/mafia/MafiaGame.php:1300 modules/mafia/MafiaGame.php:1577
#, php-format
msgid "You kill %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1301 modules/mafia/MafiaGame.php:1578
#, php-format
msgid "ALERT!!! They killed %s, lets find the killer!"
msgstr ""
#: modules/mafia/MafiaGame.php:1302 modules/mafia/MafiaGame.php:1579
msgid "You are dead! please respect others and be quiet. Thanks."
msgstr ""
#: modules/mafia/MafiaGame.php:1306 modules/mafia/MafiaGame.php:1583
msgid "Nobody killed :D"
msgstr ""
#: modules/mafia/MafiaGame.php:1307 modules/mafia/MafiaGame.php:1584
msgid "No body kiled last night! WOOOW! but lets hunt some of them!"
msgstr ""
#: modules/mafia/MafiaGame.php:1318
msgid "You are not the last dead people!"
msgstr ""
#: modules/mafia/MafiaGame.php:1320
msgid "You are not dead! you are a cheat!"
msgstr ""
#: modules/mafia/MafiaGame.php:1326
msgid "You already said : "
msgstr ""
#: modules/mafia/MafiaGame.php:1332
#, php-format
msgid "This is %s's last wish: "
msgstr ""
#: modules/mafia/MafiaGame.php:1346
msgid "You can not heal, just in night."
msgstr ""
#: modules/mafia/MafiaGame.php:1354
#, php-format
msgid "You heal %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1357
msgid "Thinks you are selfish!"
msgstr ""
#: modules/mafia/MafiaGame.php:1361
msgid "You heal no body! heal some one!"
msgstr ""
#: modules/mafia/MafiaGame.php:1363
#, php-format
msgid "You can not heal %s!"
msgstr ""
#: modules/mafia/MafiaGame.php:1379
msgid "Wow! you are mad! its night!"
msgstr ""
#: modules/mafia/MafiaGame.php:1386
#, php-format
msgid "%s casted his/her vote for punishing %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1389
#, php-format
msgid "%s removed his/her vote!"
msgstr ""
#: modules/mafia/MafiaGame.php:1391
msgid "Your vote is not accepted!"
msgstr ""
#: modules/mafia/MafiaGame.php:1413
#, php-format
msgid "%s has %d vote(s)"
msgstr ""
#: modules/mafia/MafiaGame.php:1424
msgid "Punishing canceled!"
msgstr ""
#: modules/mafia/MafiaGame.php:1430 modules/mafia/MafiaGame.php:1443
#: modules/mafia/MafiaGame.php:1448
#, php-format
msgid "You will punish %s in %d seconds if his/her votes don't decrease..."
msgstr ""
#: modules/mafia/MafiaGame.php:1453
msgid "Your turn to kill!"
msgstr ""
#: modules/mafia/MafiaGame.php:1454
msgid "You punish "
msgstr ""
#: modules/mafia/MafiaGame.php:1456
#, php-format
msgid ""
"You are dead! please respect others and be quiet. Thanks. You can use %s "
"command ONLY ONCE to make your last wish."
msgstr ""
#: modules/mafia/MafiaGame.php:1477
msgid "Stay hidden! they kill you if they find you!"
msgstr ""
#: modules/mafia/MafiaGame.php:1482
msgid "Do not over-do :) you already know too much!"
msgstr ""
#: modules/mafia/MafiaGame.php:1494
#, php-format
msgid "%s is %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1497
#, php-format
msgid "You can not know %s!"
msgstr ""
#: modules/mafia/MafiaGame.php:1511
msgid "You are not in game!"
msgstr ""
#: modules/mafia/MafiaGame.php:1537
msgid "Kiding me, right? They kill me if I tell you!"
msgstr ""
#: modules/mafia/MafiaGame.php:1550
msgid "Sorry, time out :D"
msgstr ""
#: modules/mafia/MafiaGame.php:1551
msgid "Day time!"
msgstr ""
#: modules/mafia/MafiaGame.php:1573
#, php-format
msgid "Kill forced to %s"
msgstr ""
#: modules/mafia/MafiaGame.php:1592
#, php-format
msgid "%d secound remain from night!"
msgstr ""
#: modules/mafia/MafiaGame.php:1604
#, php-format
msgid "More than 60% of players cast their votes and day time out is ended. "
msgstr ""
#: modules/mafia/MafiaGame.php:1605
msgid "DOOM!"
msgstr ""
#: modules/mafia/MafiaGame.php:1605
msgid " has come to this world :D"
msgstr ""
#: modules/mafia/MafiaGame.php:1606
msgid "If there is a tie, cast your vote in private."
msgstr ""
#: modules/mafia/MafiaGame.php:1620
#, php-format
msgid "%d secound remain from day, %d player of %d cast their vote!"
msgstr ""
#: modules/mafia/MafiaGame.php:1635
msgid "You are nobody :D"
msgstr ""
#: modules/mafia/MafiaGame.php:1692
msgid "Save game : "
msgstr ""
#: modules/mafia/MafiaGame.php:1694
msgid "Save game failed "
msgstr ""
#: modules/mafia/MafiaGame.php:1706 modules/mafia/MafiaGame.php:1708
msgid "Load game : "
msgstr ""
#: modules/mafia/MafiaGame.php:1711
msgid "Load game failed "
msgstr ""
#: modules/mafia/MafiaWish.php:26 modules/mafia/MafiaHeal.php:24
#: modules/mafia/MafiaPunish.php:25 modules/mafia/MafiaWhois.php:26
#: modules/mafia/MafiaKill.php:25
msgid "You are not in game ;) may be next time"
msgstr ""
#: modules/mafia/MafiaReStartGame.php:18
msgid "Game restarted!"
msgstr ""
#: modules/mafia/MafiaHeal.php:19
msgid "Not healing time!"
msgstr ""
#: modules/mafia/MafiaHeal.php:29
#, php-format
msgid "%s is not in game ;) are you in love with him/her?"
msgstr ""
#: modules/mafia/configs/Mafia.php:57 modules/mafia/configs/Mafia.php:223
msgid "Not a command!"
msgstr ""
#: modules/mafia/configs/Mafia.php:63
msgid "Join to the game"
msgstr ""
#: modules/mafia/configs/Mafia.php:69
msgid "Leave the game"
msgstr ""
#: modules/mafia/configs/Mafia.php:75
msgid "Show current options"
msgstr ""
#: modules/mafia/configs/Mafia.php:79
msgid "Show identity on day punish"
msgstr ""
#: modules/mafia/configs/Mafia.php:80 modules/mafia/configs/Mafia.php:84
#: modules/mafia/configs/Mafia.php:88 modules/mafia/configs/Mafia.php:92
msgid "0|1"
msgstr ""
#: modules/mafia/configs/Mafia.php:83
msgid "Set when mafia will win: 0: mafia count = ppl count, 1: mafia count = 0"
msgstr ""
#: modules/mafia/configs/Mafia.php:87
msgid "Set if dead can talk (1: dead can talk, 0: dead cannot talk)"
msgstr ""
#: modules/mafia/configs/Mafia.php:91
msgid "Set if verbose mode should be enabled"
msgstr ""
#: modules/mafia/configs/Mafia.php:95
msgid "Minimum allowed night time (at least 100)"
msgstr ""
#: modules/mafia/configs/Mafia.php:96 modules/mafia/configs/Mafia.php:100
#: modules/mafia/configs/Mafia.php:104
msgid "<seconds>"
msgstr ""
#: modules/mafia/configs/Mafia.php:99
msgid "Minimum allowed day time (at least 100)"
msgstr ""
#: modules/mafia/configs/Mafia.php:103
msgid "Time for last defense before executing someone in a day"
msgstr ""
#: modules/mafia/configs/Mafia.php:109
msgid "Set the name of the game"
msgstr ""
#: modules/mafia/configs/Mafia.php:110
msgid "<game_name>"
msgstr ""
#: modules/mafia/configs/Mafia.php:115
msgid "Save current game and optionally set the name of the current game"
msgstr ""
#: modules/mafia/configs/Mafia.php:116 modules/mafia/configs/Mafia.php:122
msgid "[<game_name>]"
msgstr ""
#: modules/mafia/configs/Mafia.php:121
msgid "Load saved game and optionally set the name of the current game"
msgstr ""
#: modules/mafia/configs/Mafia.php:127
msgid "Start game"
msgstr ""
#: modules/mafia/configs/Mafia.php:128
msgid ""
"<mafiacount> [<have_dr> [<have_detective> [<have_invulnerable> "
"[<have_godfather> [<have_natasha>]]]]]"
msgstr ""
#: modules/mafia/configs/Mafia.php:133
msgid "ReStart game to register again"
msgstr ""
#: modules/mafia/configs/Mafia.php:139
msgid "Ask who you are in the current game"
msgstr ""
#: modules/mafia/configs/Mafia.php:145
msgid "Prints the number of players"
msgstr ""
#: modules/mafia/configs/Mafia.php:151
msgid "List all registered and in game state"
msgstr ""
#: modules/mafia/configs/Mafia.php:157
msgid "List current votes"
msgstr ""
#: modules/mafia/configs/Mafia.php:163
msgid "Day command to punish sombebody, or remove vote (-)"
msgstr ""
#: modules/mafia/configs/Mafia.php:164
msgid "<nick>|-"
msgstr ""
#: modules/mafia/configs/Mafia.php:169
msgid "Request timeout"
msgstr ""
#: modules/mafia/configs/Mafia.php:175
msgid "Mafia command, kill somebody, or nobody (*), or remote vote (-)"
msgstr ""
#: modules/mafia/configs/Mafia.php:176
msgid "<nick>|-|*"
msgstr ""
#: modules/mafia/configs/Mafia.php:181
msgid "Heal in night time"
msgstr ""
#: modules/mafia/configs/Mafia.php:182 modules/mafia/configs/Mafia.php:188
#: modules/mafia/configs/Mafia.php:218
msgid "<nick>"
msgstr ""
#: modules/mafia/configs/Mafia.php:187
msgid "Detector command in night time to ask if someone is mafia"
msgstr ""
#: modules/mafia/configs/Mafia.php:193
msgid "A wish by the last one punished during a day"
msgstr ""
#: modules/mafia/configs/Mafia.php:194
msgid "<wish>"
msgstr ""
#: modules/mafia/configs/Mafia.php:199
msgid "Say you think someone is mafia"
msgstr ""
#: modules/mafia/configs/Mafia.php:200 modules/mafia/configs/Mafia.php:206
msgid "<nick> [<reason>]"
msgstr ""
#: modules/mafia/configs/Mafia.php:205
msgid "Slap somebody!"
msgstr ""
#: modules/mafia/configs/Mafia.php:211
msgid "Ask for voice, if you should have it but don't"
msgstr ""
#: modules/mafia/configs/Mafia.php:217
msgid "Remove a user which has left channel from the game"
msgstr ""
#: modules/mafia/configs/Mafia.php:229
msgid "Kick a user out of channel"
msgstr ""
#: modules/mafia/configs/Mafia.php:235
msgid "Remove a nick from game"
msgstr ""
#: modules/mafia/configs/Mafia.php:241
msgid "Send raw message "
msgstr ""
#: modules/mafia/configs/Mafia.php:242
msgid "<rawmessage>"
msgstr ""
#: modules/mafia/MafiaCount.php:17
msgid "Player count : "
msgstr ""
#: modules/mafia/MafiaValidate.php:28
#, php-format
msgid "User %s not found among registered users!"
msgstr ""
#: modules/mafia/MafiaValidate.php:58
#, php-format
msgid "User %s validated!"
msgstr ""
#: modules/mafia/MafiaTimeout.php:19
msgid "Checking time out. please wait! request from : "
msgstr ""
#: modules/mafia/MafiaPunish.php:18
msgid "Not punish time!"
msgstr ""
#: modules/mafia/MafiaWhois.php:20
msgid "Not a good time!"
msgstr ""
#: modules/mafia/MafiaWhois.php:33
#, php-format
msgid "%s is not in game ;) why so suspicious about him/her?"
msgstr ""
#: modules/mafia/MafiaOpt.php:17
msgid "Show identity on day punish is ON (show-mafia 1)"
msgstr ""
#: modules/mafia/MafiaOpt.php:19
msgid "Show identity on day punish is OFF (show-mafia 0)"
msgstr ""
#: modules/mafia/MafiaOpt.php:25
msgid "Mafia win state is when mafia cnt = ppl cnt (mafia-state 0)"
msgstr ""
#: modules/mafia/MafiaOpt.php:27
msgid "Mafia win state is when ppl cnt = 0 (mafia-state 1)"
msgstr ""
#: modules/mafia/MafiaOpt.php:33
msgid "Dead people can talk (dead-talk 1)"
msgstr ""
#: modules/mafia/MafiaOpt.php:35
msgid "Dead people can not talk (sorry) (dead-talk 0)"
msgstr ""
#: modules/mafia/MafiaOpt.php:41
msgid "Verbose mode in ON (verbose 1)"
msgstr ""
#: modules/mafia/MafiaOpt.php:43
msgid "Verbose mode in OFF (verbose 0)"
msgstr ""
#: modules/mafia/MafiaOpt.php:48
#, php-format
msgid "Day timeout is %d secound (day-time %d)"
msgstr ""
#: modules/mafia/MafiaOpt.php:53
#, php-format
msgid "Night timeout is %d secound (night-time %d)"
msgstr ""
#: modules/mafia/MafiaOpt.php:58
#, php-format
msgid "Last defense timeout is %d secound(s) (punish-time %d)"
msgstr ""
#: modules/mafia/MafiaHelp.php:16
msgid "Day-only Commands:"
msgstr ""
#: modules/mafia/MafiaHelp.php:17
msgid "!punish <nick> : To vote to punish <nick>"
msgstr ""
#: modules/mafia/MafiaHelp.php:18
msgid "!punish - : To remove your vote"
msgstr ""
#: modules/mafia/MafiaHelp.php:20
#, php-format
msgid ""
"!timeout : To end the day after %d seconds when 60% of players cast their "
"vote."
msgstr ""
#: modules/mafia/MafiaHelp.php:23
msgid "Night-only Commands:"
msgstr ""
#: modules/mafia/MafiaHelp.php:24
#, php-format
msgid "!timeout : To end the night after %d seconds"
msgstr ""
#: modules/mafia/MafiaHelp.php:26
msgid "Doctor Command:"
msgstr ""
#: modules/mafia/MafiaHelp.php:27
msgid "!heal <nick> : To heal <nick>"
msgstr ""
#: modules/mafia/MafiaHelp.php:29
msgid "Detector Command:"
msgstr ""
#: modules/mafia/MafiaHelp.php:30
msgid "!whois <nick> : To investigate <nick>"
msgstr ""
#: modules/mafia/MafiaHelp.php:33
msgid "Mafia Commands:"
msgstr ""
#: modules/mafia/MafiaHelp.php:34
msgid "!kill <nick> : To kill <nick>"
msgstr ""
#: modules/mafia/MafiaHelp.php:35
msgid "!kill * : To kill nobody"
msgstr ""
#: modules/mafia/MafiaHelp.php:36
msgid "!kill - : To remove your vote"
msgstr ""
#: modules/mafia/MafiaHelp.php:40
msgid "Global Commands:"
msgstr ""
#: modules/mafia/MafiaHelp.php:42
msgid "!count : To see the number of players"
msgstr ""
#: modules/mafia/MafiaHelp.php:43
msgid "!whoami: To see who you are!"
msgstr ""
#: modules/mafia/MafiaHelp.php:47
msgid "Dead Commands:"
msgstr ""
#: modules/mafia/MafiaHelp.php:48
msgid "!wish <wish> : To say your last wish after being punished!"
msgstr ""
#: modules/mafia/MafiaHelp.php:49
msgid "!slap <nick> [<reason>] : To slap somebody!"
msgstr ""
#: modules/mafia/MafiaHelp.php:50
msgid "!mafia <nick> [<reason>] : To say you think someone is mafia!"
msgstr ""
#: modules/mafia/MafiaHelp.php:53
msgid "Other Commands:"
msgstr ""
#: modules/mafia/MafiaStartGame.php:18
msgid "Mafia count should be specified!"
msgstr ""
#: modules/mafia/MafiaKill.php:19
msgid "Not killing time!"
msgstr ""
#: modules/mafia/MafiaMafia.php:36
msgid ""
"You are alive, In dead IS dead mode, you can not use emots if you are alive. "
"say it your self!!"
msgstr ""
#: modules/mafia/MafiaMafia.php:48
#, php-format
msgid "%s thinks %s is Mafia %s"
msgstr ""
#: modules/mafia/MafiaMafia.php:54
msgid "because "
msgstr ""