-
Notifications
You must be signed in to change notification settings - Fork 21
/
langdoc.php
97 lines (96 loc) · 4.15 KB
/
langdoc.php
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
<?php
$msg["en"]["ingame"] = "Deposit";
$msg["ru"]["ingame"] = "Deposit";
$msg["en"]["mainpage"] = "Play";
$msg["ru"]["mainpage"] = "Play";
$msg["en"]["menu"] = "Menu";
$msg["ru"]["menu"] = "Menu";
$msg["en"]["pmenu"] = "Personal menu";
$msg["ru"]["pmenu"] = "Personal menu";
$msg["en"]["settings"] = "Settings";
$msg["ru"]["settings"] = "Settings";
$msg["en"]["top"] = "TOP players";
$msg["ru"]["top"] = "TOP players";
$msg["en"]["support"] = "Support";
$msg["ru"]["support"] = "Support";
$msg["en"]["gtd"] = "Games today";
$msg["ru"]["gtd"] = "Games today";
$msg["en"]["ptd"] = "Players today";
$msg["ru"]["ptd"] = "Players today";
$msg["en"]["itd"] = "Items today";
$msg["ru"]["itd"] = "Items today";
$msg["en"]["mwin"] = "Max win";
$msg["ru"]["mwin"] = "Max win";
$msg["en"]["chance"] = "Chance";
$msg["ru"]["chance"] = "Chance";
$msg["en"]["rs"] = "Round starts";
$msg["ru"]["rs"] = "Round starts";
$msg["en"]["mjack"] = "Main jackpot";
$msg["ru"]["mjack"] = "Main jackpot";
$msg["en"]["online"] = "Players now";
$msg["ru"]["online"] = "Players now";
$msg["en"]["logout"] = "Logout";
$msg["ru"]["logout"] = "Logout";
$msg["en"]["login"] = "Login through STEAM";
$msg["ru"]["login"] = "Login through STEAM";
$msg["en"]["login2"] = "Login";
$msg["ru"]["login2"] = "Login";
$msg["en"]["history"] = "Games history";
$msg["ru"]["history"] = "Games history";
$msg["en"]["wcha"] = "Winner chance";
$msg["ru"]["wcha"] = "Winner chance";
$msg["en"]["wwin"] = "Jackpot";
$msg["ru"]["wwin"] = "Jackpot";
$msg["en"]["rules"] = "Rules";
$msg["ru"]["rules"] = "Rules";
$msg["en"]["about"] = "About";
$msg["ru"]["about"] = "About";
$msg["en"]["win"] = "Won";
$msg["ru"]["win"] = "Won";
$msg["en"]["mbet"] = "Minimal bet";
$msg["ru"]["mbet"] = "Minimal bet";
$msg["en"]["winsum"] = "Jackpot:";
$msg["ru"]["winsum"] = "Jackpot:";
$msg["en"]["vk"] = "Group VKontakte";
$msg["ru"]["vk"] = "Group VKontakte";
$msg["en"]["fp"] = "First player receive <span style=\"color: red;\">+10%</span> chance to win";
$msg["ru"]["fp"] = "First player receive <span style=\"color: red;\">+10%</span> chance to win";
$msg["en"]["bonus"] = "Add <br> <span style=\"color: #75c640;\">GGSKINS.CF</span> <br> to your nickname and <span style=\"font-size: 12pt;\">get -5% to rake</span>";;
$msg["ru"]["bonus"] = "Add <br> <span style=\"color: #75c640;\">GGSKINS.CF</span> <br> to your nickname and <span style=\"font-size: 12pt;\">get -5% to rake</span>";
$msg["en"]["info"] = "Every cent give you a chance to win. Try your luck NOW! Deposit first and get +5% chance to win!";
$msg["ru"]["info"] = "Every cent give you a chance to win. Try your luck NOW! Deposit first and get +5% chance to win!";
$msg["ru"]["deposit"] = "deposited";
$msg["en"]["deposit"] = "deposited";
$msg["ru"]["game"] = "Game";
$msg["en"]["game"] = "Game";
$msg["ru"]["top10"] = "Топ 10 Players";
$msg["en"]["top10"] = "TOP 10 Players";
$msg["ru"]["winnum"] = "Won games";
$msg["en"]["winnum"] = "Won games";
$msg["ru"]["winamount"] = "Won money";
$msg["en"]["winamount"] = "Won money";
$msg["ru"]["placed"] = "placed";
$msg["en"]["placed"] = "placed";
$msg["ru"]["loggedin"] = "Logged in as";
$msg["en"]["loggedin"] = "Logged in as";
$msg["ru"]["befirst"] = "Be first and receive +5% to chance";
$msg["en"]["befirst"] = "Be first and receive +5% to chance";
$msg["ru"]["souvenir"] = "You cant deposit souvenir items!";
$msg["en"]["souvenir"] = "You cant deposit souvenir items!";
$msg["ru"]["toolate"] = "Game is ended, to play in next game resend your items!";
$msg["en"]["toolate"] = "Game is ended, to play in next game resend your items!";
$msg["ru"]["toomuch"] = "You placed too much items!";
$msg["en"]["toomuch"] = "You placed too much items!";
$msg["ru"]["bank"] = "Bank";
$msg["en"]["bank"] = "Bank";
$msg["ru"]["timeleft"] = "Time left";
$msg["en"]["timeleft"] = "Time left";
$msg["ru"]["sec"] = "sec";
$msg["en"]["sec"] = "sec";
$msg["ru"]["signin"] = "Please, log in your account!";
$msg["en"]["signin"] = "Please, log in your account!";
$msg["ru"]["won"] = "Our congatulations to you! You won a game!";
$msg["en"]["won"] = "Our congatulations to you! You won a game!";
$msg["ru"]["lost"] = "You lost this game. Maybe next time?..";
$msg["en"]["lost"] = "You lost this game. Maybe next time?..";
?>