-
Notifications
You must be signed in to change notification settings - Fork 5
/
english.php
163 lines (162 loc) · 10.4 KB
/
english.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
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
<?php
//
// ETS2MP Homepage language file.
// File: english.php
// Language name: English
// Translated name: English
//
$_lang["download"] = "Download";
$_lang["home"] = "Home";
$_lang["status"] = "Status";
$_lang["username"] = "Username";
$_lang["password"] = "Password";
$_lang["login"] = "Login";
$_lang["register"] = "Register";
$_lang["download.latest.version"] = "Download latest version";
$_lang["current.release"] = "Current release:";
$_lang["language"] = "Language";
$_lang["join"] = "JOIN";
$_lang["mainpage.join"] = "Join thousands of truck enthusiasts online!";
$_lang["ts3.advertisement"] = "Voice interaction with other drivers - click to join our TS3 server.";
$_lang["facebook.advertisement"] = "Latest news on our facebook.";
$_lang["registration.blocked"] = "Registration is blocked - we are still working on some features that forced us to block registration. We will unlock it when we everything's ready and we will be able to publish a new version.";
$_lang["invalid.username.password"] = "Invalid mail or password.";
$_lang["already.logged"] = "You are already logged in.";
$_lang["welcome"] = "Welcome";
$_lang["logout"] = "Logout";
$_lang["bans"] = "Bans";
$_lang["version"] = "Version";
$_lang["update.time"] = "Update time";
$_lang["req.game.version"] = "Required game version";
$_lang["requires"] = "Requires";
$_lang["or.newer"] = "or newer";
$_lang["game.client"] = "Game Client";
$_lang["download.no.permissions"] = "To download the mod you have to be logged in.";
$_lang["why.create.account"] = "Why create an account?<br />One account will be used to log-in to all services (forum, game, the economy and others). We plan to use them to introduce economics and personal driver's statistics in the future. You will be able to modify your own profile.";
$_lang["website.title"] = "ETS2MP - Virtual trucking world - multiplayer mod for Euro Truck Simulator 2 game by SCS Software";
$_lang["cookies.warning"] = "This site uses <a href=\"http://en.wikipedia.org/wiki/HTTP_cookie\">cookies</a>. By continuing to browse this site, you are agreeing to our use of cookies.";
$_lang["forum"] = "Forum";
$_lang["cannot.create.account.when.logged"] = "You cannot create new account while you are logged in.";
$_lang["successfully.registered"] = "You've been successfully registered. Please check your email to activate your account. Mail: <b>{0}</b>";
$_lang["error.unknown"] = "Unknown error";
$_lang["credentials.taken"] = "Username, email or steamid is already taken.";
$_lang["error.no.steam.data"] = "To create ETS2MP account you must have ETS2 assigned to your steam account. If you have it in your steam library try to check if your profile is public. If it's private make it public and press";
$_lang["register.steam.info"] = "To register you have to login to your steam account. Press the button below to redirect to the steam authentication website.";
$_lang["rules.info"] = "When you press the register button you automatically accept our community rules. To check them click here.";
$_lang["mail"] = "E-Mail";
$_lang["repeat.mail"] = "Repeat email";
$_lang["new.password"] = "New password";
$_lang["repeat.new.password"] = "Repeat new password";
$_lang["new.password.summary"] = "If you leave those fields blank password won't change.";
$_lang["old.password"] = "Old password";
$_lang["repeat.old.password"] = "Repeat old password";
$_lang["save.account.data"] = "Save account data";
$_lang["edit.account"] = "Edit account";
$_lang["forgot.password"] = "Forgot password? Click <a href=\"index.php?page=resetPassword\">here</a>.";
$_lang["forgot.password.summary"] = "Did you forgot password? Type your mail below and press \"Reminder password\" button.";
$_lang["reminder.button"] = "Reminder password";
$_lang["reset.password"] = "Reset password";
$_lang["password.reminder.mail.title"] = "Password reminder request.";
$_lang["password.reminder.content"] = "Hello.\n\nSomeone from ip {0} requested password reset for your ETS2MP acccount.\n\nTo reset your password click on this link: {1}\nIf it was not you ignore this mail.\n\nGreetings\nETS2MP Team";
$_lang["new.password.mail.title"] = "Your new password.";
$_lang["new.password.mail.content"] = "Hello.\n\nIt is your new password: {0}\n\nRemember to change it immediately after login.\n\nGreetings\nETS2MP Team";
$_lang["account.activated"] = "Your account has been successfully activated.";
$_lang["unable.to.activate"] = "Unable to activate account, invalid key or account is already activated.";
$_lang["not.activated"] = "Your account is not activated yet. If you don't have the activation message click <a href=\"index.php?action=resendActivation\">here</a> to resend it.";
$_lang["force.password.change"] = "Please change your password immediately. Click <a href=\"index.php?page=editAccount\">here</a> to do it.";
$_lang["forgot.password.link.sent"] = "Check your e-mail. We've sent you a reset password link.";
$_lang["forgot.password.sent"] = "Check your e-mail. We've sent you a new password.";
$_lang["forgot.password.invalid.key"] = "Invalid password reset key.";
$_lang["activation.key.resent"] = "A new activation key has been sent to your e-mail.";
$_lang["activation.mail.title"] = "ETS2MP account activation.";
$_lang["activation.mail.content"] = "Hello.\n\nThis is your activation key: {0}\n\nGreetings\nETS2MP Team";
$_lang["no.login"] = "You have to be logged in to access this website.";
$_lang["settings.saved.with.mail"] = "Account has been saved. Check your new e-mail and activate account again.";
$_lang["new.email.in.use"] = "This email is already in use.";
$_lang["email.does.not.match"] = "Provided emails does not match.";
$_lang["invalid.email.format"] = "E-Mail that you put is not valid.";
$_lang["new.password.does.not.match"] = "New password that you put does not match.";
$_lang["too.short.password"] = "New password is too short. Minimum: 5 characters";
$_lang["old.password.does.not.match"] = "Old password does not match.";
$_lang["settings.saved"] = "Account has been saved.";
$_lang["invalid.old.password"] = "Old password is invalid, unable to save account.";
$_lang["no.password.change.forced"] = "To reset password you have to be logged out.";
$_lang["password.reminder.edit.account"] = "Don't remember password? Click <a href=\"index.php?page=resetPassword\">here</a>.";
$_lang["contact"] = "Contact";
$_lang["your.mail"] = "Your e-mail";
$_lang["content"] = "Content";
$_lang["send"] = "Send";
$_lang["contact.message.sent"] = "Thank you for contacting us. Please wait for reply.";
$_lang["topic"] = "Topic";
$_lang["contact.message.too.short"] = "Message is too short. Minimum 10 characters.";
$_lang["contact.topic.too.short"] = "Topic is too short. Minimum 10 characters.";
$_lang["invalid.mail.forgot.password"] = "We are unable to find any account with this mail.";
$_lang["steamid.in.use"] = "We've found a ETS2MP account already connected to this steam account. If you have any problems with registration please <a href=\"http://ets2mp.com/support/\">create a support ticket</a>.";
$_lang["mail.does.not.match"] = "Given e-mail address does not match.";
$_lang["support"] = "Support";
$_lang["profile"] = "Profile";
$_lang["group"] = "Group";
$_lang["banned"] = "Banned";
$_lang["state"] = "State";
$_lang["account.is.activated"] = "Account is activated";
$_lang["account.isnt.activated"] = "Account is not activated";
$_lang["penalty.history"] = "Penalty history";
$_lang["no.punishments"] = "No punishments to display.";
$_lang["date"] = "Date";
$_lang["reason"] = "Reason";
$_lang["type"] = "Type";
$_lang["penalty.limit"] = "Only owner of this profile can see longer history of penalties.";
$_lang["error.cannot.fetch.steam.api"] = "Unable to connect to steam api. Try again later.";
$_lang["remember.me"] = "Remember me";
$_lang["news.is.not.visible.anymore"] = "New is not vissible anymore";
$_lang["could.not.make.the.news.invisible"] = "Could not make the new invisible";
$_lang["we.are.displaying.the.news"] = "We are displaying the news";
$_lang["could.not.display.the.news"] = "Could not display the news";
$_lang["news.added"] = "News Added";
$_lang["could.not.add.the.news"] = "Could not add the news...";
$_lang["writted.by"] = "Writted By";
$_lang["message"] = "Message";
$_lang["posted.at"] = "Posted At";
$_lang["hide.show"] = "Hide/Show";
$_lang["hide"] = "Hide";
$_lang["show"] = "Show";
$_lang["you.do.not.have.access.to.this.page"] = "You do not have access to this page";
$_lang["name"] = "Name";
$_lang["rank"] = "Rank";
$_lang["status"] = "Status";
$_lang["error.try.again"] = "There was an error. Please try again";
$_lang["not.connected"] = "You're not connected.";
$_lang["not.banned"] = "You're not banned";
$_lang["ban.appeal"] = "Ban Appeal";
$_lang["power.revoked"] = "Your power have been revoked";
$_lang["ban.appeal.sent"] = "Ban Appeal Sent";
$_lang["could.not.submit.ban.appeal"] = "Could not submit the ban appeal...";
$_lang["your.in.game.name.when.banned"] = "Your In-game name when banned";
$_lang["why.should.you.be.unbanned"] = "Why should you be unbanned?";
$_lang["screenshot.video.if.applicable"] = "Screenshot / Video (If applicable)";
$_lang["can.not.send.ban.appeal"] = "You can't submit a new ban appeal...";
$_lang["status.change"] = "Status Changed";
$_lang["banned"] = "Banned";
$_lang["unban"] = "Unbanned";
$_lang["could.not.change.status"] = "Could not change the status";
$_lang["comment.added"] = "Comment added";
$_lang["comment.could.not.be.added"] = "Comment could not be added";
$_lang["comment.deleted"] = "Comment deleted";
$_lang["comment.edited"] = "Comment edited";
$_lang["ban.appeal.information"] = "Ban Appeal Information";
$_lang["ban.appeal.accept.decline"] = "Do you want to accept or decline the ban appeal";
$_lang["ban.appeal.must.comment"] = "You must provide a comment to accept or decline the appeal";
$_lang["ban.expiry"] = "Expiry Date";
$_lang["ban.on.system"] = "Ban on system"
$_lang["comment.has.been.disable"] = "Comment has been disabled.";
$_lang["view.ban.appeal.list"] = "View Ban Appeal List";
$_lang["manage"] = "Manage";
$_lang["home"] = "Home";
$_lang["reminder.must.wait.three.days"] = "<strong>REMINDER:</strong> You must wait 3 days to post your next ban appeal. So if you do not see the button, that is probably the reason why.";
$_lang["create.ban.appeal"] = "Create A Ban Appeal";
$_lang["view.my.ban.appeal"] = "View My Ban Appeal";
$_lang["forum.log"] = "Forum Log";
$_lang["not.enough.permissions"] = "Not enough permissions.";
$_lang["speed.hack"] = "Speed Hacking";
$_lang["must.log.in"] = "You must login!";
$_lang["ban.appeal.must.be.english"] = "Ban Appeal Must Be In English";