6e77ccba2faae9a756cc2dda2af47b0e2e540271
[mailer.git] / 0.2.1 / inc / language / en.php
1 <?php\r
2 /************************************************************************\r
3  * MXChange v0.2.1                                    Start: 08/26/2003 *\r
4  * ===============                              Last change: 04/16/2005 *\r
5  *                                                                      *\r
6  * -------------------------------------------------------------------- *\r
7  * File              : en.php                                           *\r
8  * -------------------------------------------------------------------- *\r
9  * Short description : English language support                         *\r
10  * -------------------------------------------------------------------- *\r
11  * Kurzbeschreibung  : Englische Sprachunterst�tzung                    *\r
12  * -------------------------------------------------------------------- *\r
13  *                                                                      *\r
14  * -------------------------------------------------------------------- *\r
15  * Copyright (c) 2003 - 2008 by Roland Haeder                           *\r
16  * For more information visit: http://www.mxchange.org                  *\r
17  *                                                                      *\r
18  * This program is free software; you can redistribute it and/or modify *\r
19  * it under the terms of the GNU General Public License as published by *\r
20  * the Free Software Foundation; either version 2 of the License, or    *\r
21  * (at your option) any later version.                                  *\r
22  *                                                                      *\r
23  * This program is distributed in the hope that it will be useful,      *\r
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *\r
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *\r
26  * GNU General Public License for more details.                         *\r
27  *                                                                      *\r
28  * You should have received a copy of the GNU General Public License    *\r
29  * along with this program; if not, write to the Free Software          *\r
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *\r
31  * MA  02110-1301  USA                                                  *\r
32  ************************************************************************/\r
33 \r
34 // Some security stuff...\r
35 if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))\r
36 {\r
37         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";\r
38         require($INC);\r
39 }\r
40 \r
41 // Language identifier\r
42 define('__LANG_ID', "English (US)");\r
43 \r
44 // Language definitions\r
45 define('LANG_DOWN_MAINTAINCE', "System is down for maintenance.");\r
46 define('LANG_MOD_REG_404_1', "Module <U>");\r
47 define('LANG_MOD_REG_404_2', "</U> does not exists.");\r
48 define('LANG_MOD_NOT_REG', " is not registered.");\r
49 define('LANG_UNKNOWN_MODULE', "Unknown module");\r
50 define('META_YOUR_NAME_1', "Your name here");\r
51 define('META_YOUR_NAME_2', "Your name again");\r
52 define('META_DESCRIPTION', "The description of your website here");\r
53 define('META_KEYWORDS', "Enter at least (1) 20 search keywords seperated by commatas here");\r
54 define('LANG_WARNING', "Warning");\r
55 define('DIE_CONFIG_CHANGED_YOU', "You have edited your config.php file! I'm out here...");\r
56 define('DIE_RUN_INSTALL_MYSQL', "Please run http://your-domain.com/install.php to setup your MySQL data.");\r
57 define('WARN_NULL_PASSWORD', "You have a null-password! If you want to switch off this warning please have a look in <STRONG>inc/config.php</STRONG>.");\r
58 define('FATAL_CONFIG_WRITABLE', "Your file inc/config.php is writeable! This is a possible security risk.");\r
59 define('FATAL_CANNOT_WRITE_CONFIG', "Cannot write config data because I have no write permissions to inc/config.php.");\r
60 define('FATAL_ERROR', "Fatal error");\r
61 define('LANG_NO_RENDER_DIRECT', "You did not setup the output mode weather to 'render' nor to 'direct'.");\r
62 define('INSTALLATION', "Script installation");\r
63 define('INSTALL_PROBLEMS_DETECTED', "I have detected problems while initializing the installation procedure.");\r
64 define('FATAL_NO', "Fatal error no. #");\r
65 define('FATAL_CORRECT_ERRORS', "I cannot continue! Please correct the listet problems first and retry again!");\r
66 define('WRONG_PAGE', "You or this system has selected a wrong page!");\r
67 define('SERVER_PATH', "Absolute server path");\r
68 define('BASE_URL', "Base URL");\r
69 define('HP_TITLE', "Mail-exchange's title");\r
70 define('HP_SLOGAN', "Slogan");\r
71 define('MYSQL_HOST', "Server hostname");\r
72 define('MYSQL_DBASE', "Database");\r
73 define('MYSQL_PREFIX', "Prefix for all tables");\r
74 define('MYSQL_LOGIN', "Your login name");\r
75 define('MYSQL_PASS1', "Your password");\r
76 define('MYSQL_PASS2', "Password confirmation");\r
77 define('CSS_URL', "URL to CSS file (relative)");\r
78 define('FATAL_NO_MHOST', "You have entered no host name!");\r
79 define('FATAL_NO_MDBASE', "Please provide a database name.");\r
80 define('FATAL_NO_MLOGIN', "Please enter your login to the database.");\r
81 define('FATAL_NO_MPASS1', "You have entered no password. This is very unsecure and will be handled as an error.");\r
82 define('FATAL_NO_MPASS2', "Please enter the password confirmation.");\r
83 define('FATAL_MPASS1_MPASS2', "Your both passwords didn't match.");\r
84 define('LANG_OUTPUT_MODE', "Output mode of HTML code");\r
85 define('MODE_RENDER', "HTML code will be rendered and then delivered.");\r
86 define('MODE_DIRECT', "HTML code will be delivered immediately.");\r
87 define('WARN_NO_PASSWORD', "Shall I warn you if you did not provide a password?");\r
88 define('YES', "Yes");\r
89 define('NO', "No");\r
90 define('RETURN_MYSQL_PAGE', "Back to MySQL settings");\r
91 define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation.");\r
92 define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur.");\r
93 define('INSTALL_FINISHED', "Installation is completed! :-)");\r
94 define('INSTALL_FIN_SECU', "<STRONG><U>Security notes:</U></STRONG><BR>Install a .htaccess file in directory inc and templates including all secondary directories.");\r
95 define('CONTINUE_ADMIN', "Continue to administrator's area...");\r
96 define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!");\r
97 define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");\r
98 define('LANG_WRITE_FOOTER', "Display name, version and author of this script?");\r
99 define('LANG_FRAMESET_ACTIVE', "Enable frameset? If not a table-set will be used instead.");\r
100 define('MYSQL_ERRORS', "MySQL errors detected. Please correct first to continue.");\r
101 define('LANG_MOD_UNKNOWN_1', "Unknown return-code <U>");\r
102 define('LANG_MOD_UNKNOWN_2', "</U> detected!");\r
103 define('LANG_MOD_LOCKED_1', "Selected module <U>");\r
104 define('LANG_MOD_LOCKED_2', "</U> is locked!");\r
105 define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <U>");\r
106 define('ADMIN_UNKNOWN_ACTION_2', "</U> detected. Please call this module correctly!");\r
107 define('ADMIN_ACTION_404_1', "Administrator module for action <U>");\r
108 define('ADMIN_ACTION_404_2', "</U> was not found on server.");\r
109 define('ADMIN_NOT_REGISTERED', "There is no administrator account created so far.");\r
110 define('ADMIN_REGISTER_NOW', "Please create an administrator account now:");\r
111 define('ADMIN_LOGIN', "Enter administrator login");\r
112 define('ADMIN_PASS', "Enter password");\r
113 define('LANG_CLEAR_FORM', "Clear form");\r
114 define('ADMIN_REG_SUBMIT', "Create admin-account");\r
115 define('ADMIN_NO_LOGIN', "You have entered no login.");\r
116 define('ADMIN_NO_PASS', "You have entered no password.");\r
117 define('ADMIN_SHORT_PASS', "Your entered password is too short. Please enter at least 4 chars!");\r
118 define('ADMIN_LOGIN_ALREADY_REG', "Your entered admin-login does already exists.");\r
119 define('ADMIN_REGISTER_FAILED', "While creating an admin-account an unexpected error occurs!");\r
120 define('ADMIN_REGISTER_DONE', "Admin account created. You can use the account to login into the admin-area.");\r
121 define('ADMIN_CANNOT_COMPLETE', "Cannot finish registration of admin-account!");\r
122 define('ADMIN_LOGIN_NOW', "You can now login into the admin-area.<BR>Enter your admin-login (not user-login!) and the password to do so.");\r
123 define('ENTER_ADMIN_LOGIN', "Administrator login");\r
124 define('ENTER_ADMIN_PASS', "Password");\r
125 define('ADMIN_LOGIN_SUBMIT', "Login to admin-area");\r
126 define('WRONG_PASS', "Wrong password.");\r
127 define('ADMIN_NOT_FOUND', "Administrator account not found.");\r
128 define('ADMIN_LOGIN_FAILED', "Login into admin-area failed!");\r
129 define('CANNOT_REGISTER_SESS', "Cannot register session cookies. Maybe you have deactivated cookies?");\r
130 define('SELECT_TIMEOUT', "Expiration time for automated login");\r
131 define('TIMEOUT_ONE_DAY', "1 Day");\r
132 define('TIMEOUT_TWO_DAYS', "2 Days");\r
133 define('TIMEOUT_THREE_DAYS', "3 Days");\r
134 define('TIMEOUT_ONE_WEEK', "1 Week");\r
135 define('TIMEOUT_TWO_WEEKS', "2 Weeks");\r
136 define('TIMEOUT_ONE_MONTH', "1 Month");\r
137 define('TIMEOUT_HALF_YEAR', "1/2  Year");\r
138 define('TIMEOUT_FULL_YEAR', "1 Year");\r
139 define('ADMIN_LOGOUT_DONE', "Logout from admin-account completed.");\r
140 define('ADMIN_LOGOUT_FAILED', "Logout from admin-account failed! :-(");\r
141 define('ADMIN_RELOGIN_LINK', "Click here to re-login again.");\r
142 define('ADMIN_404_ACTION', "Admin-module not found!");\r
143 define('ADMIN_404_ACTION_1', "Called admin-module <U>");\r
144 define('ADMIN_404_ACTION_2', "</U> is well valid but it is not on this server.");\r
145 define('ALREADY_INSTALLED', "This script is already installed on this server. Please delete the whole installation system for your server. Don't worry you can do it...");\r
146 define('ADMIN_MAIN_TITLE', "Welcome to the administration area");\r
147 define('YOU_ARE_HERE', "You are here:");\r
148 define('ID_SELECT', "ID:");\r
149 define('DISPLAY_ACTION', "Action");\r
150 define('DISPLAY_WHAT', "Sub action");\r
151 define('DISPLAY_TITLE', "Title");\r
152 define('UNDO_SELECTIONS', "Undo selections");\r
153 define('EDIT_MENUS', "Edit menus");\r
154 define('DEL_MENUS', "Delete menus");\r
155 define('EDIT_ADMIN_MENU', "Edit admin menu entries");\r
156 define('EDIT_MENU_1', "<STRONG>");\r
157 define('EDIT_MENU_2', "</STRONG> menu entr(y/ies) shall be edited:");\r
158 define('ENTRY_MODIFY', "Entry");\r
159 define('SUBMIT_CHANGES', "Submit changes");\r
160 define('ENTRY_404_1', "Entry <I>");\r
161 define('ENTRY_404_2', "</I> was not found!");\r
162 define('EDIT_UNKNOWN_OKAY', "An unknown action was performed.");\r
163 define('SAVING_DATA', "Saving data");\r
164 define('SAVING_DONE', "finished!");\r
165 define('DEL_ADMIN_MENU', "Admin-Men&uuml;eintr&auml;ge l&ouml;schen");\r
166 define('DEL_MENU_1', "<STRONG>");\r
167 define('DEL_MENU_2', "</STRONG> menu entr(y/ies) shall be deleted:");\r
168 define('DEL_ENTRIES', "Remove entries permanently");\r
169 define('EDIT_ACTION', "Change action value");\r
170 define('EDIT_WHAT', "Change sub action");\r
171 define('EDIT_TITLE', "Change link title");\r
172 define('ADMIN_ADD_MENU', "");\r
173 define('ENTER_TITLE', "Enter link title for new menu entry");\r
174 define('SELECT_PARENT_MENU', "Select the parent main menu");\r
175 define('IS_TOP_MENU', "Is main menu");\r
176 define('SELECT_WHAT_NAME', "Select your wished suffix");\r
177 define('ENTER_DESCR', "Enter short but good-to-understand description");\r
178 define('SELECT_BELOW_MENU', "Select menu entry where the new one shall be displayed below");\r
179 define('EDIT_DESCR', "Edit description");\r
180 define('CREATE_WHAT_FIRST', "Please create a what-xxxxx.php file first. After this you can select it here.");\r
181 define('MENU_IS_VISIBLE', "Menu point is visible");\r
182 define('MENU_IS_ACTIVE', "Menu point is active");\r
183 define('CREATE_ACTION_FIRST', "Please create an action-xxxxx.php file first. After this you can select it here.");\r
184 define('IS_FIRST_MENU', "Is the first main menu");\r
185 define('NO_DB_LINK', "No connection to our database found!");\r
186 define('MYSQL_DATA_MISSING', "Something is wrong with the MySQL settings!");\r
187 define('REGISTER_PERSONAL_DATA', "Personal data");\r
188 define('REGISTER_CATEGORIES', "Your interests");\r
189 define('REGISTER_MISC', "Password, maximum mails per day, etc.");\r
190 define('SURNAME', "Surname");\r
191 define('FAMILY_NAME', "Family name");\r
192 define('STREET_NR', "Street and house number");\r
193 define('COUNTRY', "Country");\r
194 define('ZIP', "ZIP code");\r
195 define('CITY', "City");\r
196 define('ADDY', "Email address");\r
197 define('BIRTHDAY', "Birthday (MM.DD.YYYY)");\r
198 define('PASS_1', "Password");\r
199 define('PASS_2', "Password again");\r
200 define('ADD_NEW_CATEGORY', "Add new category");\r
201 define('ENTER_CATNAME', "Description of category");\r
202 define('SELECT_PARENT', "Below which category shall this new be displayed?");\r
203 define('IS_TOP_CATEGORY', "Is top-level category");\r
204 define('CAT_IS_VISIBLE', "Category is visible?");\r
205 define('ADD_NEW_CAT', "Add new category");\r
206 define('CATEGORY_ADDED', "Category added.");\r
207 define('CATEGORY_ALREADY_EXISTS', "Category does already exist!");\r
208 define('EDIT_DEL_CATEGORIES', "Edit / delete listed categories");\r
209 define('CATNAME', "Description of category:");\r
210 define('EDIT_CATS', "Edit categories");\r
211 define('DEL_CATS', "Delete categories");\r
212 define('NO_CATEGORIES_VISIBLE', "Currently no categories can be displayed!");\r
213 define('MAX_RECEIVE', "How many totally mails shall your memebers receive daily? Please add more values so every member can set it more individually.");\r
214 define('ADD_MAX_RECEIVE', "Add max-value");\r
215 define('SAVE_SETTINGS', "Save settings");\r
216 define('ENTER_MAX_VALUE', "New max-value (0 to 9999)");\r
217 define('ENTER_MAX_COMMENT', "Addition hint which will be displayed in brackets.");\r
218 define('MAX_VALUE_SAVED', "Max-value saved");\r
219 define('MAX_VALUE_ALREADY', "Max-values does already exist!");\r
220 define('EDIT_DEL_MAX_VALUES', "Edit/Delete max-values");\r
221 define('MAX_VALUE', "Maxium receiveable mails");\r
222 define('MAX_COMMENT', "Comment to max-value");\r
223 define('EDIT_MAX_V', "Edit max-value");\r
224 define('DEL_MAX_V', "Delete max-value");\r
225 define('NO_MAX_VALUES', "The registration cannot be completed because you cannot select maximum receiveable mails!");\r
226 define('MAX_PER_DAY', "Maximum mails per day");\r
227 define('PER_DAY', "Mails");\r
228 define('REFID_BY', "You are advertised by");\r
229 define('TERMS_OF_USAGE', "Accept T&amp;C and submit form");\r
230 define('YOU_FINALIZE', "You have nearly filled out this form!");\r
231 define('AGREE_TO_THIS', "Do you accep our [<A href=\"".URL."/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</A>] ?");\r
232 define('SUBMIT_REGISTER', "Submit registration form");\r
233 define('HAVE_TO_AGREE', "You have to accept our Terms And Conditions you cannot join this mail exchange!");\r
234 define('ENTER_BOTH_PASSWORDS', "Please enter a password by your choice twice.");\r
235 define('ENTER_PASS1', "Please enter a password.");\r
236 define('ENTER_PASS2', "Please enter confirmation of your password.");\r
237 define('ENTER_EMAIL', "Please enter your valid email address.");\r
238 define('ENTER_SURNAME', "Please enter your surname.");\r
239 define('ENTER_FAMILY', "Please enter your family's name.");\r
240 define('EDIT_SECURITY_SETTINGS', "Change security-related settings");\r
241 define('MIN_PASS_LENGTH', "Minimum password length");\r
242 define('SETTINGS_NOT_SAVED', "Settings are NOT saved/changed!");\r
243 define('SETTINGS_SAVED', "Settings saved.");\r
244 define('FATAL_CANNOT_LOAD_CONFIG', "Cannot load base configuration! A possible reason for this message is that the webmaster is setting up this mail exchange. Please come back later again.");\r
245 define('ADMIN_INVALID_ACTION', "Invalid combination of action/what detected! Please click on Home to continue.");\r
246 define('ADMIN_INVALID_ACTION_1', "Your combination action/what <U>");\r
247 define('ADMIN_INVALID_ACTION_2', "</U> is invalid!");\r
248 define('SHORT_PASS', "Your entered password is to short to match with our security conditions. Mimum length is");\r
249 define('EDIT_POINTS_SETTINGS', "Edit welcome credit and other {!POINTS!}");\r
250 define('POINTS_REGISTER', "Wecome credit");\r
251 define('POINTS_REF', "Single referral credit");\r
252 define('EDIT_REGFORM_SETTINGS', "Settings for registration form");\r
253 define('LEAST_CATS', "Minium to select categories");\r
254 define('CATS_LEAST', "Please select more categories! Minimum is");\r
255 define('EMAIL_ALREADY_DB', "You are already registered with your entered email address or someone else is using your email address. Registering twice is not allowed in our service.");\r
256 define('REJECT_DOUBLE_EMAIL', "Prevent of registering with same email address?");\r
257 define('REJECT_DOUBLE_PASS', "Prevent of registering with same password? (Will not be displayed!)");\r
258 define('ADMIN_EDIT_POINTS', "Edit welcome bonus and other fixed amounts");\r
259 define('ADMIN_EDIT_REFDEPTHS', "Edit / delete / add referral levels");\r
260 define('ADD_NEW_REFDEPTH', "Add new referral level");\r
261 define('ADD_DEPTH', "Add referral level");\r
262 define('ENTER_REF_LVL', "Referral level");\r
263 define('ENTER_REF_PERCENTS', "Percentage payment");\r
264 define('EDIT_DEL_REFDEPTH', "Edit / delete referral levels");\r
265 define('REF_LEVEL', "Referral level");\r
266 define('REF_PERCENT', "Percentage payment");\r
267 define('EDIT_LVL', "Edit referral level");\r
268 define('DEL_LVL', "Delete referral level");\r
269 define('HELLO', "Hello");\r
270 define('GUEST_YOU_REGISTERED_WITH_US', "Thank you for registering with our email exchange! If you didn't do this please contact us!");\r
271 define('GUEST_YOUR_PERSONA_DATA', "Please verify your personal data");\r
272 define('GUEST_SURNAME', "Surname");\r
273 define('GUEST_FAMILY', "Family name");\r
274 define('GUEST_STREET_NR', "Street and house no.");\r
275 define('GUEST_COUNTRY', "Country code");\r
276 define('GUEST_ZIPCODE', "ZIP code");\r
277 define('GUEST_CITY', "City");\r
278 define('GUEST_ADDY', "EMail address");\r
279 define('GUEST_BIRTHDAY', "Birthday");\r
280 define('GUEST_REF', "Advertised by");\r
281 define('GUEST_YOUR_REFLINK', "Here is your personal referral link which you can use to advertise new members:");\r
282 define('GUEST_CONFIRM_LINK', "Your confirmation link (click once!)");\r
283 define('THANX', "Thank you very much.\n\nBest regards,");\r
284 define('YOUR', "your");\r
285 define('TEAM', "team");\r
286 define('HELLO_ADMIN', "Hello administrator");\r
287 define('ADMIN_GUEST_REGISTERED_WITH_US', "A guest has registered with our service.");\r
288 define('ADMIN_GUEST_PERSONA_DATA', "Here you can verify his personal data");\r
289 define('ADMIN_THANX', "Best regards,");\r
290 define('SCRIPT', "Script");\r
291 define('ADMIN_NEW_ACCOUNT', "New registration for your email exchange");\r
292 define('REGISTRATION_DONE', "Registration is done. An email is on its way to you.");\r
293 define('GUEST_404_ACTION_1', "The action module <U>");\r
294 define('GUEST_404_ACTION_2', "</U> does not exist or this script makes a boo-boo!");\r
295 define('GUEST_LOCKED_ACTION', "Action module is locked.");\r
296 define('FATAL_REPORT_ERRORS', "A fatal error ocurs while runtime. If a module is locked we are working on it othervice please contact us!");\r
297 define('TEMPLATE_404', "Template not found.");\r
298 define('EDIT_GUEST_MENU', "Edit guest menu");\r
299 define('EDIT_MEMBER_MENU', "Edit member menu");\r
300 define('DEL_GUEST_MENU', "Delete guest menu");\r
301 define('DEL_MEMBER_MENU', "Delete member menu");\r
302 define('GUEST_PASSWORD', "Your password");\r
303 define('GUEST_THANX_CONFIRMATION', "You have just now confirmed your email address. You are now unlocked for our service {--MAIN_TITLE--}.");\r
304 define('GUEST_MAY_LOGIN_HERE', "You can now login here:");\r
305 define('HAPPY_MAILING', "We wish you lots of fun and success with our mailer system!\n\nBest regards,");\r
306 define('GUEST_THANX_CONFIRM', "EMail address confirmed");\r
307 define('GUEST_CONFIRMED_TWICE', "You have already confirmed your email address or your account is locked.");\r
308 define('TOP', "To top");\r
309 define('YOUR_LOGIN', "Your login ID is");\r
310 define('LOGIN_URL', "URL for login");\r
311 define('GUEST_WELCOME_MEMBER', "Welcome to the login-area for members");\r
312 define('GUEST_ENTER_LOGIN', "Login ID");\r
313 define('GUEST_ENTER_PASSWORD', "Password");\r
314 define('LOGIN_SUBMIT', "Login");\r
315 define('GUEST_GET_NEW_PASS', "Submit new password");\r
316 define('GUEST_ENTER_EMAIL', "Registered email address");\r
317 define('NEW_PASSWD', "Send new password!");\r
318 \r
319 //\r
320 ?>\r