1
|
<?php
|
2
|
/**
|
3
|
Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
|
4
|
Copyright (C) 2008, ISTeam, Werner von der Decken
|
5
|
Contact me: wkl(at)isteam.de, http://isteam.de
|
6
|
|
7
|
This module is free software. You can redistribute it and/or modify it
|
8
|
under the terms of the GNU General Public License - version 2 or later,
|
9
|
as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
|
10
|
|
11
|
This module is distributed in the hope that it will be useful,
|
12
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
GNU General Public License for more details.
|
15
|
|
16
|
-----------------------------------------------------------------------------------------
|
17
|
ENGLISH LANGUAGE FILE FOR THE PREFERENCES MODULE
|
18
|
-----------------------------------------------------------------------------------------
|
19
|
UPDATE HISTORY:
|
20
|
Werner von der Decken; 17.05.2008
|
21
|
+ initial release of the English language file
|
22
|
-----------------------------------------------------------------------------------------
|
23
|
**/
|
24
|
// array for all language dependen text outputs in the front- and backend
|
25
|
// Note: stick to the naming convention: $MOD_MODULE_DIRECTORY
|
26
|
$MOD_PREFERENCE = array(
|
27
|
'PLEASE_SELECT' => 'please select',
|
28
|
'DETAILS_SAVED' => 'details successfully saved',
|
29
|
'SAVE_SETTINGS' => 'save details',
|
30
|
'SAVE_EMAIL' => 'save email',
|
31
|
'SAVE_PASSWORD' => 'save password',
|
32
|
'SAVE_LANGUAGE' => 'Switch language',
|
33
|
'SET_PREFERENCES_LANGUAGE' => 'Settings are possible only in your linguistic setting! You first have to change the language and start the settings anew!',
|
34
|
);
|
35
|
$TEXT['USERNAME'] = 'Loginname';
|
36
|
$HEADING['SIGNUP2_CONFIMED_REGISTRATION'] = 'Unlock account';
|
37
|
$HEADING['MESSAGE_WELCOME'] = 'Welcome to unlock of your account';
|
38
|
|
39
|
$HELP['SIGNUP_REMEMBER_PASSWORD'] = '<i>Remember your Loginname and Passwoprd please! You will need it later to complete the activation!</i>';
|
40
|
$HELP['CONFIRM_PASSWORD'] = '<i>Enter your Loginname and Password please to finish the the activation!</i>';
|
41
|
|
42
|
$MESSAGE['ACTIVATED_NEW_USER'] = '<b>Your account is activated. You can logon now.</b>';
|
43
|
$MESSAGE['FAILED_NEW_USER'] = '<b>Invalid access data or activation code is expired!</b>';
|
44
|
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
45
|
A new user was registered.
|
46
|
|
47
|
Loginname: {LOGIN_NAME}
|
48
|
UserId: {LOGIN_ID}
|
49
|
E-Mail: {LOGIN_EMAIL}
|
50
|
IP-Address: {LOGIN_IP}
|
51
|
Signup date: {SIGNUP_DATE}
|
52
|
----------------------------------------
|
53
|
Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
|
54
|
|
55
|
';
|
56
|
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
57
|
Hello {LOGIN_DISPLAY_NAME},
|
58
|
|
59
|
You got this email, because you\'ve requested a new password.
|
60
|
|
61
|
Your new password for {LOGIN_WEBSITE_TITLE} is:
|
62
|
|
63
|
Password: {LOGIN_PASSWORD}
|
64
|
|
65
|
For security reasons change the password as soon as possible please.
|
66
|
|
67
|
with kind regards
|
68
|
----------------------------------------
|
69
|
Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
|
70
|
';
|
71
|
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
72
|
Hello {LOGIN_DISPLAY_NAME},
|
73
|
|
74
|
Welcome on \'{LOGIN_WEBSITE_TITLE}\'
|
75
|
|
76
|
Your account for \'{LOGIN_WEBSITE_TITLE}\' is:
|
77
|
Login name: {LOGIN_NAME}
|
78
|
Password: {LOGIN_PASSWORD}
|
79
|
|
80
|
Thank you for registration.
|
81
|
For security reasons change the password as soon as possible please.
|
82
|
|
83
|
';
|
84
|
|
85
|
$MESSAGE['SUCCESS_EMAIL_TEXT_GENERATED'] = "\n"
|
86
|
."***************************************************************************\n"
|
87
|
."This e-mail is autogenerated by WebsiteBaker! Do NOT answer to this e-mail!\n"
|
88
|
."If you got this email by a mistake, please excuse and delete this e-mail.\n"
|
89
|
."***************************************************************************\n";
|
90
|
|
91
|
$MESSAGE['INCORRECT_CAPTCHA'] = 'The given code does not match. If you have problems reading the code, please write an e-mail to the <a href="mailto:{{webmaster_email}}">Webmaster</a>';
|
92
|
|
93
|
$MESSAGE['CONFIRMED'] = 'You can find your password below. Use it to maintain your settings and functions. For security reasons change the password as soon as possible please.';
|
94
|
$MESSAGE['CONFIRMED'] .= 'Password: ';
|
95
|
$MESSAGE['CONFIRMED'] .= 'Thank you!';
|
96
|
$MESSAGE['CHANGE_PASSWORD'] = 'For security reasons change the password as soon as possible please. For that visit following website:';
|
97
|
|
98
|
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Give your login name and password please';
|
99
|
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Give your password please';
|
100
|
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'given password is too long';
|
101
|
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'given password is too short';
|
102
|
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Give your login name please';
|
103
|
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'given login name is too long';
|
104
|
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'given login name is too short';
|
105
|
$MESSAGE['MAIL_GENERATED'] = 'This email is autogenerated by WebsiteBaker! Do NOT answer to this e-mail! If you need some help or you have any questions, please contact <a href="mailto:{{webmaster_email}}">Webmaster</a>';
|
106
|
|
107
|
$MESSAGE['SEND_CONFIRMED_REGISTRATION'] = "
|
108
|
|
109
|
Hello {LOGIN_DISPLAY_NAME},
|
110
|
|
111
|
welcome on {LOGIN_WEBSITE_TITLE}!
|
112
|
|
113
|
Click the link below to activate your account and finalize your signup:
|
114
|
|
115
|
{LINK}
|
116
|
|
117
|
If the link is not clickable, please copy it into your browser!
|
118
|
|
119
|
This activation link will exceed on {CONFIRMED_REGISTRATION_ENDTIME}
|
120
|
|
121
|
with kind regards,
|
122
|
your Support Team
|
123
|
|
124
|
";
|
125
|
$MESSAGE['SEND_CONFIRMED_ACTIVATION'] = "
|
126
|
|
127
|
Hello {LOGIN_DISPLAY_NAME},
|
128
|
|
129
|
welcome on {LOGIN_WEBSITE_TITLE}!
|
130
|
|
131
|
Your account now is successful activated. You can login now.
|
132
|
|
133
|
If you need some help or you have any questions, please contact the <a href=\"mailto:{{webmaster_email}}\">Webmaster</a>
|
134
|
|
135
|
with kind regards,
|
136
|
your Support Team
|
137
|
|
138
|
";
|
139
|
|
140
|
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Thank you for signing up.';
|
141
|
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user has signed up';
|
142
|
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your WB account data ...';
|
143
|
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Please key in your valid email address';
|
144
|
|
145
|
$MESSAGE['SIGNUP_CONFIRMED_REGISTRATION'] = "To be able to use your account, receive during the next minutes e-mail with a link to activate your account.
|
146
|
<br /><b>The activation must be done during 24 hours. Otherwise the account will be deleted.</b>
|
147
|
";
|
148
|
$MESSAGE['SIGNUP_REGISTRATION'] = 'You get your data by e-mail!!';
|
149
|
$MESSAGE['SIGNUP_NEW_USER'] = '<b>Your account is created.</b>';
|
150
|
$MESSAGE['SIGNUP_ACTIVATION'] = 'Account Activation';
|
151
|
|
152
|
$TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with your password please';
|
153
|
$TEXT['NEED_TO_LOGIN'] = 'You need to logon';
|
154
|
$TEXT['NEW_PASSWORD'] = 'New password';
|
155
|
$TEXT['PASSWORD'] = 'Password';
|
156
|
$TEXT['ACTIVATION'] = 'Activate';
|
157
|
$TEXT['SEND'] = 'Request';
|
158
|
$TEXT['USERNAME'] = 'Login name';
|