Project

General

Profile

1 1508 Luisehahne
<?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
);
33 1777 Luisehahne
$TEXT['USERNAME'] = 'Loginname';
34 1792 Luisehahne
$HEADING['SIGNUP2_CONFIMED_REGISTRATION'] = 'Unlock account';
35
$HEADING['MESSAGE_WELCOME'] = 'Welcome to unlock of your account';
36 1508 Luisehahne
37 1792 Luisehahne
$HELP['SIGNUP_REMEMBER_PASSWORD'] = '<i>Remember your Loginname and Passwoprd please! You will need it later to complete the activation!</i>';
38
$HELP['CONFIRM_PASSWORD'] = '<i>Enter your Loginname and Password please to finish the the activation!</i>';
39 1777 Luisehahne
40 1792 Luisehahne
$MESSAGE['ACTIVATED_NEW_USER'] = '<b>Your account is activated. You can logon now.</b>';
41
$MESSAGE['FAILED_NEW_USER'] = '<b>Invalid access data or activation code is expired!</b>';
42 1777 Luisehahne
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
43 1792 Luisehahne
A new user was registered.
44 1777 Luisehahne
45
Loginname: {LOGIN_NAME}
46
UserId: {LOGIN_ID}
47
E-Mail: {LOGIN_EMAIL}
48 1792 Luisehahne
IP-Address: {LOGIN_IP}
49
Signup date: {SIGNUP_DATE}
50 1777 Luisehahne
----------------------------------------
51 1792 Luisehahne
Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
52 1777 Luisehahne
53
';
54
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
55 1792 Luisehahne
Hello {LOGIN_DISPLAY_NAME},
56 1777 Luisehahne
57 1792 Luisehahne
You got this email, because you\'ve requested a new password.
58 1777 Luisehahne
59 1792 Luisehahne
Your new password for {LOGIN_WEBSITE_TITLE} is:
60 1777 Luisehahne
61 1792 Luisehahne
Password: {LOGIN_PASSWORD}
62 1777 Luisehahne
63 1792 Luisehahne
For security reasons change the password as soon as possible please.
64 1777 Luisehahne
65 1792 Luisehahne
with kind regards
66 1777 Luisehahne
----------------------------------------
67 1792 Luisehahne
Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
68 1777 Luisehahne
';
69
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
70 1792 Luisehahne
Hello {LOGIN_DISPLAY_NAME},
71 1777 Luisehahne
72 1792 Luisehahne
Welcome on \'{LOGIN_WEBSITE_TITLE}\'
73 1777 Luisehahne
74 1792 Luisehahne
Your account for  \'{LOGIN_WEBSITE_TITLE}\' is:
75
Login name: {LOGIN_NAME}
76
Password: {LOGIN_PASSWORD}
77 1777 Luisehahne
78 1792 Luisehahne
Thank you for registration.
79
For security reasons change the password as soon as possible please.
80 1777 Luisehahne
81
';
82
83
$MESSAGE['SUCCESS_EMAIL_TEXT_GENERATED'] = "\n"
84 1792 Luisehahne
."***************************************************************************\n"
85
."This e-mail is autogenerated by WebsiteBaker! Do NOT answer to this e-mail!\n"
86
."If you got this email by a mistake, please excuse and delete this e-mail.\n"
87
."***************************************************************************\n";
88 1777 Luisehahne
89 1792 Luisehahne
$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>';
90 1777 Luisehahne
91 1792 Luisehahne
$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.';
92
$MESSAGE['CONFIRMED'] .= 'Password: ';
93
$MESSAGE['CONFIRMED'] .= 'Thank you!';
94
$MESSAGE['CHANGE_PASSWORD'] = 'For security reasons change the password as soon as possible please. For that visit following website:';
95 1777 Luisehahne
96 1792 Luisehahne
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Give your login name and password please';
97
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Give your password please';
98
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'given password is too long';
99
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'given password is too short';
100
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Give your login name please';
101
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'given login name is too long';
102
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'given login name is too short';
103
$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>';
104 1777 Luisehahne
105
$MESSAGE['SEND_CONFIRMED_REGISTRATION'] = "
106
107 1792 Luisehahne
Hello {LOGIN_DISPLAY_NAME},
108 1777 Luisehahne
109 1792 Luisehahne
welcome on {LOGIN_WEBSITE_TITLE}!
110 1777 Luisehahne
111 1792 Luisehahne
Click the link below to activate your account and finalize your signup:
112 1777 Luisehahne
113
{LINK}
114
115 1792 Luisehahne
If the link is not clickable, please copy it into your browser!
116 1777 Luisehahne
117 1792 Luisehahne
This activation link will exceed on {CONFIRMED_REGISTRATION_ENDTIME}
118 1777 Luisehahne
119 1792 Luisehahne
with kind regards,
120
your Support Team
121
122 1777 Luisehahne
";
123
$MESSAGE['SEND_CONFIRMED_ACTIVATION'] = "
124
125 1792 Luisehahne
Hello {LOGIN_DISPLAY_NAME},
126 1777 Luisehahne
127 1792 Luisehahne
welcome on {LOGIN_WEBSITE_TITLE}!
128 1777 Luisehahne
129 1792 Luisehahne
Your account now is successful activated. You can login now.
130 1777 Luisehahne
131 1792 Luisehahne
If you need some help or you have any questions, please contact the <a href=\"mailto:{{webmaster_email}}\">Webmaster</a>
132 1777 Luisehahne
133 1792 Luisehahne
with kind regards,
134
your Support Team
135 1777 Luisehahne
136
";
137
138 1792 Luisehahne
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Thank you for signing up.';
139
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user has signed up';
140
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your WB account data ...';
141
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Please key in your valid email address';
142 1777 Luisehahne
143 1792 Luisehahne
$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.
144
<br /><b>The activation must be done during 24 hours. Otherwise the account will be deleted.</b>
145 1777 Luisehahne
";
146 1792 Luisehahne
$MESSAGE['SIGNUP_REGISTRATION'] = 'You get your data by e-mail!!';
147
$MESSAGE['SIGNUP_NEW_USER'] = '<b>Your account is created.</b>';
148
$MESSAGE['SIGNUP_ACTIVATION'] = 'Account Activation';
149 1777 Luisehahne
150 1792 Luisehahne
$TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with your password please';
151
$TEXT['NEED_TO_LOGIN'] = 'You need to logon';
152
$TEXT['NEW_PASSWORD'] = 'New password';
153
$TEXT['PASSWORD'] = 'Password';
154
$TEXT['ACTIVATION'] = 'Activate';
155
$TEXT['SEND'] = 'Request';
156
$TEXT['USERNAME'] = 'Login name';