]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/language/en.php
win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / inc / language / en.php
index 12d3e560c2e050ce7ba7c8798f84de1296f3d572..66d15ee63e85b8db0a17babd41bb09c425f5dc3b 100644 (file)
-<?php\r
-/************************************************************************\r
- * MXChange v0.2.1                                    Start: 08/26/2003 *\r
- * ===============                              Last change: 04/16/2005 *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * File              : en.php                                           *\r
- * -------------------------------------------------------------------- *\r
- * Short description : English language support                         *\r
- * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Englische Sprachunterst�tzung                    *\r
- * -------------------------------------------------------------------- *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *\r
- * For more information visit: http://www.mxchange.org                  *\r
- *                                                                      *\r
- * This program is free software; you can redistribute it and/or modify *\r
- * it under the terms of the GNU General Public License as published by *\r
- * the Free Software Foundation; either version 2 of the License, or    *\r
- * (at your option) any later version.                                  *\r
- *                                                                      *\r
- * This program is distributed in the hope that it will be useful,      *\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of       *\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *\r
- * GNU General Public License for more details.                         *\r
- *                                                                      *\r
- * You should have received a copy of the GNU General Public License    *\r
- * along with this program; if not, write to the Free Software          *\r
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *\r
- * MA  02110-1301  USA                                                  *\r
- ************************************************************************/\r
-\r
-// Some security stuff...\r
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))\r
-{\r
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";\r
-       require($INC);\r
-}\r
-\r
-// Language identifier\r
-define('__LANG_ID', "English (US)");\r
-\r
-// Language definitions\r
-define('LANG_DOWN_MAINTAINCE', "System is down for maintenance.");\r
-define('LANG_MOD_REG_404_1', "Module <U>");\r
-define('LANG_MOD_REG_404_2', "</U> does not exists.");\r
-define('LANG_MOD_NOT_REG', " is not registered.");\r
-define('LANG_UNKNOWN_MODULE', "Unknown module");\r
-define('META_YOUR_NAME_1', "Your name here");\r
-define('META_YOUR_NAME_2', "Your name again");\r
-define('META_DESCRIPTION', "The description of your website here");\r
-define('META_KEYWORDS', "Enter at least (1) 20 search keywords seperated by commatas here");\r
-define('LANG_WARNING', "Warning");\r
-define('DIE_CONFIG_CHANGED_YOU', "You have edited your config.php file! I'm out here...");\r
-define('DIE_RUN_INSTALL_MYSQL', "Please run http://your-domain.com/install.php to setup your MySQL data.");\r
-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
-define('FATAL_CONFIG_WRITABLE', "Your file inc/config.php is writeable! This is a possible security risk.");\r
-define('FATAL_CANNOT_WRITE_CONFIG', "Cannot write config data because I have no write permissions to inc/config.php.");\r
-define('FATAL_ERROR', "Fatal error");\r
-define('LANG_NO_RENDER_DIRECT', "You did not setup the output mode weather to 'render' nor to 'direct'.");\r
-define('INSTALLATION', "Script installation");\r
-define('INSTALL_PROBLEMS_DETECTED', "I have detected problems while initializing the installation procedure.");\r
-define('FATAL_NO', "Fatal error no. #");\r
-define('FATAL_CORRECT_ERRORS', "I cannot continue! Please correct the listet problems first and retry again!");\r
-define('WRONG_PAGE', "You or this system has selected a wrong page!");\r
-define('SERVER_PATH', "Absolute server path");\r
-define('BASE_URL', "Base URL");\r
-define('HP_TITLE', "Mail-exchange's title");\r
-define('HP_SLOGAN', "Slogan");\r
-define('MYSQL_HOST', "Server hostname");\r
-define('MYSQL_DBASE', "Database");\r
-define('MYSQL_PREFIX', "Prefix for all tables");\r
-define('MYSQL_LOGIN', "Your login name");\r
-define('MYSQL_PASS1', "Your password");\r
-define('MYSQL_PASS2', "Password confirmation");\r
-define('CSS_URL', "URL to CSS file (relative)");\r
-define('FATAL_NO_MHOST', "You have entered no host name!");\r
-define('FATAL_NO_MDBASE', "Please provide a database name.");\r
-define('FATAL_NO_MLOGIN', "Please enter your login to the database.");\r
-define('FATAL_NO_MPASS1', "You have entered no password. This is very unsecure and will be handled as an error.");\r
-define('FATAL_NO_MPASS2', "Please enter the password confirmation.");\r
-define('FATAL_MPASS1_MPASS2', "Your both passwords didn't match.");\r
-define('LANG_OUTPUT_MODE', "Output mode of HTML code");\r
-define('MODE_RENDER', "HTML code will be rendered and then delivered.");\r
-define('MODE_DIRECT', "HTML code will be delivered immediately.");\r
-define('WARN_NO_PASSWORD', "Shall I warn you if you did not provide a password?");\r
-define('YES', "Yes");\r
-define('NO', "No");\r
-define('RETURN_MYSQL_PAGE', "Back to MySQL settings");\r
-define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation.");\r
-define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur.");\r
-define('INSTALL_FINISHED', "Installation is completed! :-)");\r
-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
-define('CONTINUE_ADMIN', "Continue to administrator's area...");\r
-define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!");\r
-define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");\r
-define('LANG_WRITE_FOOTER', "Display name, version and author of this script?");\r
-define('LANG_FRAMESET_ACTIVE', "Enable frameset? If not a table-set will be used instead.");\r
-define('MYSQL_ERRORS', "MySQL errors detected. Please correct first to continue.");\r
-define('LANG_MOD_UNKNOWN_1', "Unknown return-code <U>");\r
-define('LANG_MOD_UNKNOWN_2', "</U> detected!");\r
-define('LANG_MOD_LOCKED_1', "Selected module <U>");\r
-define('LANG_MOD_LOCKED_2', "</U> is locked!");\r
-define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <U>");\r
-define('ADMIN_UNKNOWN_ACTION_2', "</U> detected. Please call this module correctly!");\r
-define('ADMIN_ACTION_404_1', "Administrator module for action <U>");\r
-define('ADMIN_ACTION_404_2', "</U> was not found on server.");\r
-define('ADMIN_NOT_REGISTERED', "There is no administrator account created so far.");\r
-define('ADMIN_REGISTER_NOW', "Please create an administrator account now:");\r
-define('ADMIN_LOGIN', "Enter administrator login");\r
-define('ADMIN_PASS', "Enter password");\r
-define('LANG_CLEAR_FORM', "Clear form");\r
-define('ADMIN_REG_SUBMIT', "Create admin-account");\r
-define('ADMIN_NO_LOGIN', "You have entered no login.");\r
-define('ADMIN_NO_PASS', "You have entered no password.");\r
-define('ADMIN_SHORT_PASS', "Your entered password is too short. Please enter at least 4 chars!");\r
-define('ADMIN_LOGIN_ALREADY_REG', "Your entered admin-login does already exists.");\r
-define('ADMIN_REGISTER_FAILED', "While creating an admin-account an unexpected error occurs!");\r
-define('ADMIN_REGISTER_DONE', "Admin account created. You can use the account to login into the admin-area.");\r
-define('ADMIN_CANNOT_COMPLETE', "Cannot finish registration of admin-account!");\r
-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
-define('ENTER_ADMIN_LOGIN', "Administrator login");\r
-define('ENTER_ADMIN_PASS', "Password");\r
-define('ADMIN_LOGIN_SUBMIT', "Login to admin-area");\r
-define('WRONG_PASS', "Wrong password.");\r
-define('ADMIN_NOT_FOUND', "Administrator account not found.");\r
-define('ADMIN_LOGIN_FAILED', "Login into admin-area failed!");\r
-define('CANNOT_REGISTER_SESS', "Cannot register session cookies. Maybe you have deactivated cookies?");\r
-define('SELECT_TIMEOUT', "Expiration time for automated login");\r
-define('TIMEOUT_ONE_DAY', "1 Day");\r
-define('TIMEOUT_TWO_DAYS', "2 Days");\r
-define('TIMEOUT_THREE_DAYS', "3 Days");\r
-define('TIMEOUT_ONE_WEEK', "1 Week");\r
-define('TIMEOUT_TWO_WEEKS', "2 Weeks");\r
-define('TIMEOUT_ONE_MONTH', "1 Month");\r
-define('TIMEOUT_HALF_YEAR', "1/2  Year");\r
-define('TIMEOUT_FULL_YEAR', "1 Year");\r
-define('ADMIN_LOGOUT_DONE', "Logout from admin-account completed.");\r
-define('ADMIN_LOGOUT_FAILED', "Logout from admin-account failed! :-(");\r
-define('ADMIN_RELOGIN_LINK', "Click here to re-login again.");\r
-define('ADMIN_404_ACTION', "Admin-module not found!");\r
-define('ADMIN_404_ACTION_1', "Called admin-module <U>");\r
-define('ADMIN_404_ACTION_2', "</U> is well valid but it is not on this server.");\r
-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
-define('ADMIN_MAIN_TITLE', "Welcome to the administration area");\r
-define('YOU_ARE_HERE', "You are here:");\r
-define('ID_SELECT', "ID:");\r
-define('DISPLAY_ACTION', "Action");\r
-define('DISPLAY_WHAT', "Sub action");\r
-define('DISPLAY_TITLE', "Title");\r
-define('UNDO_SELECTIONS', "Undo selections");\r
-define('EDIT_MENUS', "Edit menus");\r
-define('DEL_MENUS', "Delete menus");\r
-define('EDIT_ADMIN_MENU', "Edit admin menu entries");\r
-define('EDIT_MENU_1', "<STRONG>");\r
-define('EDIT_MENU_2', "</STRONG> menu entr(y/ies) shall be edited:");\r
-define('ENTRY_MODIFY', "Entry");\r
-define('SUBMIT_CHANGES', "Submit changes");\r
-define('ENTRY_404_1', "Entry <I>");\r
-define('ENTRY_404_2', "</I> was not found!");\r
-define('EDIT_UNKNOWN_OKAY', "An unknown action was performed.");\r
-define('SAVING_DATA', "Saving data");\r
-define('SAVING_DONE', "finished!");\r
-define('DEL_ADMIN_MENU', "Admin-Men&uuml;eintr&auml;ge l&ouml;schen");\r
-define('DEL_MENU_1', "<STRONG>");\r
-define('DEL_MENU_2', "</STRONG> menu entr(y/ies) shall be deleted:");\r
-define('DEL_ENTRIES', "Remove entries permanently");\r
-define('EDIT_ACTION', "Change action value");\r
-define('EDIT_WHAT', "Change sub action");\r
-define('EDIT_TITLE', "Change link title");\r
-define('ADMIN_ADD_MENU', "");\r
-define('ENTER_TITLE', "Enter link title for new menu entry");\r
-define('SELECT_PARENT_MENU', "Select the parent main menu");\r
-define('IS_TOP_MENU', "Is main menu");\r
-define('SELECT_WHAT_NAME', "Select your wished suffix");\r
-define('ENTER_DESCR', "Enter short but good-to-understand description");\r
-define('SELECT_BELOW_MENU', "Select menu entry where the new one shall be displayed below");\r
-define('EDIT_DESCR', "Edit description");\r
-define('CREATE_WHAT_FIRST', "Please create a what-xxxxx.php file first. After this you can select it here.");\r
-define('MENU_IS_VISIBLE', "Menu point is visible");\r
-define('MENU_IS_ACTIVE', "Menu point is active");\r
-define('CREATE_ACTION_FIRST', "Please create an action-xxxxx.php file first. After this you can select it here.");\r
-define('IS_FIRST_MENU', "Is the first main menu");\r
-define('NO_DB_LINK', "No connection to our database found!");\r
-define('MYSQL_DATA_MISSING', "Something is wrong with the MySQL settings!");\r
-define('REGISTER_PERSONAL_DATA', "Personal data");\r
-define('REGISTER_CATEGORIES', "Your interests");\r
-define('REGISTER_MISC', "Password, maximum mails per day, etc.");\r
-define('SURNAME', "Surname");\r
-define('FAMILY_NAME', "Family name");\r
-define('STREET_NR', "Street and house number");\r
-define('COUNTRY', "Country");\r
-define('ZIP', "ZIP code");\r
-define('CITY', "City");\r
-define('ADDY', "Email address");\r
-define('BIRTHDAY', "Birthday (MM.DD.YYYY)");\r
-define('PASS_1', "Password");\r
-define('PASS_2', "Password again");\r
-define('ADD_NEW_CATEGORY', "Add new category");\r
-define('ENTER_CATNAME', "Description of category");\r
-define('SELECT_PARENT', "Below which category shall this new be displayed?");\r
-define('IS_TOP_CATEGORY', "Is top-level category");\r
-define('CAT_IS_VISIBLE', "Category is visible?");\r
-define('ADD_NEW_CAT', "Add new category");\r
-define('CATEGORY_ADDED', "Category added.");\r
-define('CATEGORY_ALREADY_EXISTS', "Category does already exist!");\r
-define('EDIT_DEL_CATEGORIES', "Edit / delete listed categories");\r
-define('CATNAME', "Description of category:");\r
-define('EDIT_CATS', "Edit categories");\r
-define('DEL_CATS', "Delete categories");\r
-define('NO_CATEGORIES_VISIBLE', "Currently no categories can be displayed!");\r
-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
-define('ADD_MAX_RECEIVE', "Add max-value");\r
-define('SAVE_SETTINGS', "Save settings");\r
-define('ENTER_MAX_VALUE', "New max-value (0 to 9999)");\r
-define('ENTER_MAX_COMMENT', "Addition hint which will be displayed in brackets.");\r
-define('MAX_VALUE_SAVED', "Max-value saved");\r
-define('MAX_VALUE_ALREADY', "Max-values does already exist!");\r
-define('EDIT_DEL_MAX_VALUES', "Edit/Delete max-values");\r
-define('MAX_VALUE', "Maxium receiveable mails");\r
-define('MAX_COMMENT', "Comment to max-value");\r
-define('EDIT_MAX_V', "Edit max-value");\r
-define('DEL_MAX_V', "Delete max-value");\r
-define('NO_MAX_VALUES', "The registration cannot be completed because you cannot select maximum receiveable mails!");\r
-define('MAX_PER_DAY', "Maximum mails per day");\r
-define('PER_DAY', "Mails");\r
-define('REFID_BY', "You are advertised by");\r
-define('TERMS_OF_USAGE', "Accept T&amp;C and submit form");\r
-define('YOU_FINALIZE', "You have nearly filled out this form!");\r
-define('AGREE_TO_THIS', "Do you accep our [<A href=\"".URL."/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</A>] ?");\r
-define('SUBMIT_REGISTER', "Submit registration form");\r
-define('HAVE_TO_AGREE', "You have to accept our Terms And Conditions you cannot join this mail exchange!");\r
-define('ENTER_BOTH_PASSWORDS', "Please enter a password by your choice twice.");\r
-define('ENTER_PASS1', "Please enter a password.");\r
-define('ENTER_PASS2', "Please enter confirmation of your password.");\r
-define('ENTER_EMAIL', "Please enter your valid email address.");\r
-define('ENTER_SURNAME', "Please enter your surname.");\r
-define('ENTER_FAMILY', "Please enter your family's name.");\r
-define('EDIT_SECURITY_SETTINGS', "Change security-related settings");\r
-define('MIN_PASS_LENGTH', "Minimum password length");\r
-define('SETTINGS_NOT_SAVED', "Settings are NOT saved/changed!");\r
-define('SETTINGS_SAVED', "Settings saved.");\r
-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
-define('ADMIN_INVALID_ACTION', "Invalid combination of action/what detected! Please click on Home to continue.");\r
-define('ADMIN_INVALID_ACTION_1', "Your combination action/what <U>");\r
-define('ADMIN_INVALID_ACTION_2', "</U> is invalid!");\r
-define('SHORT_PASS', "Your entered password is to short to match with our security conditions. Mimum length is");\r
-define('EDIT_POINTS_SETTINGS', "Edit welcome credit and other {!POINTS!}");\r
-define('POINTS_REGISTER', "Wecome credit");\r
-define('POINTS_REF', "Single referral credit");\r
-define('EDIT_REGFORM_SETTINGS', "Settings for registration form");\r
-define('LEAST_CATS', "Minium to select categories");\r
-define('CATS_LEAST', "Please select more categories! Minimum is");\r
-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
-define('REJECT_DOUBLE_EMAIL', "Prevent of registering with same email address?");\r
-define('REJECT_DOUBLE_PASS', "Prevent of registering with same password? (Will not be displayed!)");\r
-define('ADMIN_EDIT_POINTS', "Edit welcome bonus and other fixed amounts");\r
-define('ADMIN_EDIT_REFDEPTHS', "Edit / delete / add referral levels");\r
-define('ADD_NEW_REFDEPTH', "Add new referral level");\r
-define('ADD_DEPTH', "Add referral level");\r
-define('ENTER_REF_LVL', "Referral level");\r
-define('ENTER_REF_PERCENTS', "Percentage payment");\r
-define('EDIT_DEL_REFDEPTH', "Edit / delete referral levels");\r
-define('REF_LEVEL', "Referral level");\r
-define('REF_PERCENT', "Percentage payment");\r
-define('EDIT_LVL', "Edit referral level");\r
-define('DEL_LVL', "Delete referral level");\r
-define('HELLO', "Hello");\r
-define('GUEST_YOU_REGISTERED_WITH_US', "Thank you for registering with our email exchange! If you didn't do this please contact us!");\r
-define('GUEST_YOUR_PERSONA_DATA', "Please verify your personal data");\r
-define('GUEST_SURNAME', "Surname");\r
-define('GUEST_FAMILY', "Family name");\r
-define('GUEST_STREET_NR', "Street and house no.");\r
-define('GUEST_COUNTRY', "Country code");\r
-define('GUEST_ZIPCODE', "ZIP code");\r
-define('GUEST_CITY', "City");\r
-define('GUEST_ADDY', "EMail address");\r
-define('GUEST_BIRTHDAY', "Birthday");\r
-define('GUEST_REF', "Advertised by");\r
-define('GUEST_YOUR_REFLINK', "Here is your personal referral link which you can use to advertise new members:");\r
-define('GUEST_CONFIRM_LINK', "Your confirmation link (click once!)");\r
-define('THANX', "Thank you very much.\n\nBest regards,");\r
-define('YOUR', "your");\r
-define('TEAM', "team");\r
-define('HELLO_ADMIN', "Hello administrator");\r
-define('ADMIN_GUEST_REGISTERED_WITH_US', "A guest has registered with our service.");\r
-define('ADMIN_GUEST_PERSONA_DATA', "Here you can verify his personal data");\r
-define('ADMIN_THANX', "Best regards,");\r
-define('SCRIPT', "Script");\r
-define('ADMIN_NEW_ACCOUNT', "New registration for your email exchange");\r
-define('REGISTRATION_DONE', "Registration is done. An email is on its way to you.");\r
-define('GUEST_404_ACTION_1', "The action module <U>");\r
-define('GUEST_404_ACTION_2', "</U> does not exist or this script makes a boo-boo!");\r
-define('GUEST_LOCKED_ACTION', "Action module is locked.");\r
-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
-define('TEMPLATE_404', "Template not found.");\r
-define('EDIT_GUEST_MENU', "Edit guest menu");\r
-define('EDIT_MEMBER_MENU', "Edit member menu");\r
-define('DEL_GUEST_MENU', "Delete guest menu");\r
-define('DEL_MEMBER_MENU', "Delete member menu");\r
-define('GUEST_PASSWORD', "Your password");\r
-define('GUEST_THANX_CONFIRMATION', "You have just now confirmed your email address. You are now unlocked for our service {--MAIN_TITLE--}.");\r
-define('GUEST_MAY_LOGIN_HERE', "You can now login here:");\r
-define('HAPPY_MAILING', "We wish you lots of fun and success with our mailer system!\n\nBest regards,");\r
-define('GUEST_THANX_CONFIRM', "EMail address confirmed");\r
-define('GUEST_CONFIRMED_TWICE', "You have already confirmed your email address or your account is locked.");\r
-define('TOP', "To top");\r
-define('YOUR_LOGIN', "Your login ID is");\r
-define('LOGIN_URL', "URL for login");\r
-define('GUEST_WELCOME_MEMBER', "Welcome to the login-area for members");\r
-define('GUEST_ENTER_LOGIN', "Login ID");\r
-define('GUEST_ENTER_PASSWORD', "Password");\r
-define('LOGIN_SUBMIT', "Login");\r
-define('GUEST_GET_NEW_PASS', "Submit new password");\r
-define('GUEST_ENTER_EMAIL', "Registered email address");\r
-define('NEW_PASSWD', "Send new password!");\r
-\r
-//\r
-?>\r
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 08/26/2003 *
+ * ===============                              Last change: 04/16/2005 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : en.php                                           *
+ * -------------------------------------------------------------------- *
+ * Short description : English language support                         *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Englische Sprachunterst�tzung                    *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or    *
+ * (at your option) any later version.                                  *
+ *                                                                      *
+ * This program is distributed in the hope that it will be useful,      *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
+ * GNU General Public License for more details.                         *
+ *                                                                      *
+ * You should have received a copy of the GNU General Public License    *
+ * along with this program; if not, write to the Free Software          *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
+{
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       require($INC);
+}
+
+// Language identifier
+define('__LANG_ID', "English (US)");
+
+// Language definitions
+define('LANG_DOWN_MAINTAINCE', "System is down for maintenance.");
+define('LANG_MOD_REG_404_1', "Module <U>");
+define('LANG_MOD_REG_404_2', "</U> does not exists.");
+define('LANG_MOD_NOT_REG', " is not registered.");
+define('LANG_UNKNOWN_MODULE', "Unknown module");
+define('META_YOUR_NAME_1', "Your name here");
+define('META_YOUR_NAME_2', "Your name again");
+define('META_DESCRIPTION', "The description of your website here");
+define('META_KEYWORDS', "Enter at least (1) 20 search keywords seperated by commatas here");
+define('LANG_WARNING', "Warning");
+define('DIE_CONFIG_CHANGED_YOU', "You have edited your config.php file! I'm out here...");
+define('DIE_RUN_INSTALL_MYSQL', "Please run http://your-domain.com/install.php to setup your MySQL data.");
+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>.");
+define('FATAL_CONFIG_WRITABLE', "Your file inc/config.php is writeable! This is a possible security risk.");
+define('FATAL_CANNOT_WRITE_CONFIG', "Cannot write config data because I have no write permissions to inc/config.php.");
+define('FATAL_ERROR', "Fatal error");
+define('LANG_NO_RENDER_DIRECT', "You did not setup the output mode weather to 'render' nor to 'direct'.");
+define('INSTALLATION', "Script installation");
+define('INSTALL_PROBLEMS_DETECTED', "I have detected problems while initializing the installation procedure.");
+define('FATAL_NO', "Fatal error no. #");
+define('FATAL_CORRECT_ERRORS', "I cannot continue! Please correct the listet problems first and retry again!");
+define('WRONG_PAGE', "You or this system has selected a wrong page!");
+define('SERVER_PATH', "Absolute server path");
+define('BASE_URL', "Base URL");
+define('HP_TITLE', "Mail-exchange's title");
+define('HP_SLOGAN', "Slogan");
+define('MYSQL_HOST', "Server hostname");
+define('MYSQL_DBASE', "Database");
+define('MYSQL_PREFIX', "Prefix for all tables");
+define('MYSQL_LOGIN', "Your login name");
+define('MYSQL_PASS1', "Your password");
+define('MYSQL_PASS2', "Password confirmation");
+define('CSS_URL', "URL to CSS file (relative)");
+define('FATAL_NO_MHOST', "You have entered no host name!");
+define('FATAL_NO_MDBASE', "Please provide a database name.");
+define('FATAL_NO_MLOGIN', "Please enter your login to the database.");
+define('FATAL_NO_MPASS1', "You have entered no password. This is very unsecure and will be handled as an error.");
+define('FATAL_NO_MPASS2', "Please enter the password confirmation.");
+define('FATAL_MPASS1_MPASS2', "Your both passwords didn't match.");
+define('LANG_OUTPUT_MODE', "Output mode of HTML code");
+define('MODE_RENDER', "HTML code will be rendered and then delivered.");
+define('MODE_DIRECT', "HTML code will be delivered immediately.");
+define('WARN_NO_PASSWORD', "Shall I warn you if you did not provide a password?");
+define('YES', "Yes");
+define('NO', "No");
+define('RETURN_MYSQL_PAGE', "Back to MySQL settings");
+define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation.");
+define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur.");
+define('INSTALL_FINISHED', "Installation is completed! :-)");
+define('INSTALL_FIN_SECU', "<STRONG><U>Security notes:</U></STRONG><BR>Install a .htaccess file in directory inc and templates including all secondary directories.");
+define('CONTINUE_ADMIN', "Continue to administrator's area...");
+define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!");
+define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");
+define('LANG_WRITE_FOOTER', "Display name, version and author of this script?");
+define('LANG_FRAMESET_ACTIVE', "Enable frameset? If not a table-set will be used instead.");
+define('MYSQL_ERRORS', "MySQL errors detected. Please correct first to continue.");
+define('LANG_MOD_UNKNOWN_1', "Unknown return-code <U>");
+define('LANG_MOD_UNKNOWN_2', "</U> detected!");
+define('LANG_MOD_LOCKED_1', "Selected module <U>");
+define('LANG_MOD_LOCKED_2', "</U> is locked!");
+define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <U>");
+define('ADMIN_UNKNOWN_ACTION_2', "</U> detected. Please call this module correctly!");
+define('ADMIN_ACTION_404_1', "Administrator module for action <U>");
+define('ADMIN_ACTION_404_2', "</U> was not found on server.");
+define('ADMIN_NOT_REGISTERED', "There is no administrator account created so far.");
+define('ADMIN_REGISTER_NOW', "Please create an administrator account now:");
+define('ADMIN_LOGIN', "Enter administrator login");
+define('ADMIN_PASS', "Enter password");
+define('LANG_CLEAR_FORM', "Clear form");
+define('ADMIN_REG_SUBMIT', "Create admin-account");
+define('ADMIN_NO_LOGIN', "You have entered no login.");
+define('ADMIN_NO_PASS', "You have entered no password.");
+define('ADMIN_SHORT_PASS', "Your entered password is too short. Please enter at least 4 chars!");
+define('ADMIN_LOGIN_ALREADY_REG', "Your entered admin-login does already exists.");
+define('ADMIN_REGISTER_FAILED', "While creating an admin-account an unexpected error occurs!");
+define('ADMIN_REGISTER_DONE', "Admin account created. You can use the account to login into the admin-area.");
+define('ADMIN_CANNOT_COMPLETE', "Cannot finish registration of admin-account!");
+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.");
+define('ENTER_ADMIN_LOGIN', "Administrator login");
+define('ENTER_ADMIN_PASS', "Password");
+define('ADMIN_LOGIN_SUBMIT', "Login to admin-area");
+define('WRONG_PASS', "Wrong password.");
+define('ADMIN_NOT_FOUND', "Administrator account not found.");
+define('ADMIN_LOGIN_FAILED', "Login into admin-area failed!");
+define('CANNOT_REGISTER_SESS', "Cannot register session cookies. Maybe you have deactivated cookies?");
+define('SELECT_TIMEOUT', "Expiration time for automated login");
+define('TIMEOUT_ONE_DAY', "1 Day");
+define('TIMEOUT_TWO_DAYS', "2 Days");
+define('TIMEOUT_THREE_DAYS', "3 Days");
+define('TIMEOUT_ONE_WEEK', "1 Week");
+define('TIMEOUT_TWO_WEEKS', "2 Weeks");
+define('TIMEOUT_ONE_MONTH', "1 Month");
+define('TIMEOUT_HALF_YEAR', "1/2  Year");
+define('TIMEOUT_FULL_YEAR', "1 Year");
+define('ADMIN_LOGOUT_DONE', "Logout from admin-account completed.");
+define('ADMIN_LOGOUT_FAILED', "Logout from admin-account failed! :-(");
+define('ADMIN_RELOGIN_LINK', "Click here to re-login again.");
+define('ADMIN_404_ACTION', "Admin-module not found!");
+define('ADMIN_404_ACTION_1', "Called admin-module <U>");
+define('ADMIN_404_ACTION_2', "</U> is well valid but it is not on this server.");
+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...");
+define('ADMIN_MAIN_TITLE', "Welcome to the administration area");
+define('YOU_ARE_HERE', "You are here:");
+define('ID_SELECT', "ID:");
+define('DISPLAY_ACTION', "Action");
+define('DISPLAY_WHAT', "Sub action");
+define('DISPLAY_TITLE', "Title");
+define('UNDO_SELECTIONS', "Undo selections");
+define('EDIT_MENUS', "Edit menus");
+define('DEL_MENUS', "Delete menus");
+define('EDIT_ADMIN_MENU', "Edit admin menu entries");
+define('EDIT_MENU_1', "<STRONG>");
+define('EDIT_MENU_2', "</STRONG> menu entr(y/ies) shall be edited:");
+define('ENTRY_MODIFY', "Entry");
+define('SUBMIT_CHANGES', "Submit changes");
+define('ENTRY_404_1', "Entry <I>");
+define('ENTRY_404_2', "</I> was not found!");
+define('EDIT_UNKNOWN_OKAY', "An unknown action was performed.");
+define('SAVING_DATA', "Saving data");
+define('SAVING_DONE', "finished!");
+define('DEL_ADMIN_MENU', "Admin-Men&uuml;eintr&auml;ge l&ouml;schen");
+define('DEL_MENU_1', "<STRONG>");
+define('DEL_MENU_2', "</STRONG> menu entr(y/ies) shall be deleted:");
+define('DEL_ENTRIES', "Remove entries permanently");
+define('EDIT_ACTION', "Change action value");
+define('EDIT_WHAT', "Change sub action");
+define('EDIT_TITLE', "Change link title");
+define('ADMIN_ADD_MENU', "");
+define('ENTER_TITLE', "Enter link title for new menu entry");
+define('SELECT_PARENT_MENU', "Select the parent main menu");
+define('IS_TOP_MENU', "Is main menu");
+define('SELECT_WHAT_NAME', "Select your wished suffix");
+define('ENTER_DESCR', "Enter short but good-to-understand description");
+define('SELECT_BELOW_MENU', "Select menu entry where the new one shall be displayed below");
+define('EDIT_DESCR', "Edit description");
+define('CREATE_WHAT_FIRST', "Please create a what-xxxxx.php file first. After this you can select it here.");
+define('MENU_IS_VISIBLE', "Menu point is visible");
+define('MENU_IS_ACTIVE', "Menu point is active");
+define('CREATE_ACTION_FIRST', "Please create an action-xxxxx.php file first. After this you can select it here.");
+define('IS_FIRST_MENU', "Is the first main menu");
+define('NO_DB_LINK', "No connection to our database found!");
+define('MYSQL_DATA_MISSING', "Something is wrong with the MySQL settings!");
+define('REGISTER_PERSONAL_DATA', "Personal data");
+define('REGISTER_CATEGORIES', "Your interests");
+define('REGISTER_MISC', "Password, maximum mails per day, etc.");
+define('SURNAME', "Surname");
+define('FAMILY_NAME', "Family name");
+define('STREET_NR', "Street and house number");
+define('COUNTRY', "Country");
+define('ZIP', "ZIP code");
+define('CITY', "City");
+define('ADDY', "Email address");
+define('BIRTHDAY', "Birthday (MM.DD.YYYY)");
+define('PASS_1', "Password");
+define('PASS_2', "Password again");
+define('ADD_NEW_CATEGORY', "Add new category");
+define('ENTER_CATNAME', "Description of category");
+define('SELECT_PARENT', "Below which category shall this new be displayed?");
+define('IS_TOP_CATEGORY', "Is top-level category");
+define('CAT_IS_VISIBLE', "Category is visible?");
+define('ADD_NEW_CAT', "Add new category");
+define('CATEGORY_ADDED', "Category added.");
+define('CATEGORY_ALREADY_EXISTS', "Category does already exist!");
+define('EDIT_DEL_CATEGORIES', "Edit / delete listed categories");
+define('CATNAME', "Description of category:");
+define('EDIT_CATS', "Edit categories");
+define('DEL_CATS', "Delete categories");
+define('NO_CATEGORIES_VISIBLE', "Currently no categories can be displayed!");
+define('MAX_RECEIVE', "How many totally mails shall your memebers receive daily? Please add more values so every member can set it more individually.");
+define('ADD_MAX_RECEIVE', "Add max-value");
+define('SAVE_SETTINGS', "Save settings");
+define('ENTER_MAX_VALUE', "New max-value (0 to 9999)");
+define('ENTER_MAX_COMMENT', "Addition hint which will be displayed in brackets.");
+define('MAX_VALUE_SAVED', "Max-value saved");
+define('MAX_VALUE_ALREADY', "Max-values does already exist!");
+define('EDIT_DEL_MAX_VALUES', "Edit/Delete max-values");
+define('MAX_VALUE', "Maxium receiveable mails");
+define('MAX_COMMENT', "Comment to max-value");
+define('EDIT_MAX_V', "Edit max-value");
+define('DEL_MAX_V', "Delete max-value");
+define('NO_MAX_VALUES', "The registration cannot be completed because you cannot select maximum receiveable mails!");
+define('MAX_PER_DAY', "Maximum mails per day");
+define('PER_DAY', "Mails");
+define('REFID_BY', "You are advertised by");
+define('TERMS_OF_USAGE', "Accept T&amp;C and submit form");
+define('YOU_FINALIZE', "You have nearly filled out this form!");
+define('AGREE_TO_THIS', "Do you accep our [<A href=\"".URL."/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</A>] ?");
+define('SUBMIT_REGISTER', "Submit registration form");
+define('HAVE_TO_AGREE', "You have to accept our Terms And Conditions you cannot join this mail exchange!");
+define('ENTER_BOTH_PASSWORDS', "Please enter a password by your choice twice.");
+define('ENTER_PASS1', "Please enter a password.");
+define('ENTER_PASS2', "Please enter confirmation of your password.");
+define('ENTER_EMAIL', "Please enter your valid email address.");
+define('ENTER_SURNAME', "Please enter your surname.");
+define('ENTER_FAMILY', "Please enter your family's name.");
+define('EDIT_SECURITY_SETTINGS', "Change security-related settings");
+define('MIN_PASS_LENGTH', "Minimum password length");
+define('SETTINGS_NOT_SAVED', "Settings are NOT saved/changed!");
+define('SETTINGS_SAVED', "Settings saved.");
+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.");
+define('ADMIN_INVALID_ACTION', "Invalid combination of action/what detected! Please click on Home to continue.");
+define('ADMIN_INVALID_ACTION_1', "Your combination action/what <U>");
+define('ADMIN_INVALID_ACTION_2', "</U> is invalid!");
+define('SHORT_PASS', "Your entered password is to short to match with our security conditions. Mimum length is");
+define('EDIT_POINTS_SETTINGS', "Edit welcome credit and other {!POINTS!}");
+define('POINTS_REGISTER', "Wecome credit");
+define('POINTS_REF', "Single referral credit");
+define('EDIT_REGFORM_SETTINGS', "Settings for registration form");
+define('LEAST_CATS', "Minium to select categories");
+define('CATS_LEAST', "Please select more categories! Minimum is");
+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.");
+define('REJECT_DOUBLE_EMAIL', "Prevent of registering with same email address?");
+define('REJECT_DOUBLE_PASS', "Prevent of registering with same password? (Will not be displayed!)");
+define('ADMIN_EDIT_POINTS', "Edit welcome bonus and other fixed amounts");
+define('ADMIN_EDIT_REFDEPTHS', "Edit / delete / add referral levels");
+define('ADD_NEW_REFDEPTH', "Add new referral level");
+define('ADD_DEPTH', "Add referral level");
+define('ENTER_REF_LVL', "Referral level");
+define('ENTER_REF_PERCENTS', "Percentage payment");
+define('EDIT_DEL_REFDEPTH', "Edit / delete referral levels");
+define('REF_LEVEL', "Referral level");
+define('REF_PERCENT', "Percentage payment");
+define('EDIT_LVL', "Edit referral level");
+define('DEL_LVL', "Delete referral level");
+define('HELLO', "Hello");
+define('GUEST_YOU_REGISTERED_WITH_US', "Thank you for registering with our email exchange! If you didn't do this please contact us!");
+define('GUEST_YOUR_PERSONA_DATA', "Please verify your personal data");
+define('GUEST_SURNAME', "Surname");
+define('GUEST_FAMILY', "Family name");
+define('GUEST_STREET_NR', "Street and house no.");
+define('GUEST_COUNTRY', "Country code");
+define('GUEST_ZIPCODE', "ZIP code");
+define('GUEST_CITY', "City");
+define('GUEST_ADDY', "EMail address");
+define('GUEST_BIRTHDAY', "Birthday");
+define('GUEST_REF', "Advertised by");
+define('GUEST_YOUR_REFLINK', "Here is your personal referral link which you can use to advertise new members:");
+define('GUEST_CONFIRM_LINK', "Your confirmation link (click once!)");
+define('THANX', "Thank you very much.\n\nBest regards,");
+define('YOUR', "your");
+define('TEAM', "team");
+define('HELLO_ADMIN', "Hello administrator");
+define('ADMIN_GUEST_REGISTERED_WITH_US', "A guest has registered with our service.");
+define('ADMIN_GUEST_PERSONA_DATA', "Here you can verify his personal data");
+define('ADMIN_THANX', "Best regards,");
+define('SCRIPT', "Script");
+define('ADMIN_NEW_ACCOUNT', "New registration for your email exchange");
+define('REGISTRATION_DONE', "Registration is done. An email is on its way to you.");
+define('GUEST_404_ACTION_1', "The action module <U>");
+define('GUEST_404_ACTION_2', "</U> does not exist or this script makes a boo-boo!");
+define('GUEST_LOCKED_ACTION', "Action module is locked.");
+define('FATAL_REPORT_ERRORS', "A fatal error ocurs while runtime. If a module is locked we are working on it othervice please contact us!");
+define('TEMPLATE_404', "Template not found.");
+define('EDIT_GUEST_MENU', "Edit guest menu");
+define('EDIT_MEMBER_MENU', "Edit member menu");
+define('DEL_GUEST_MENU', "Delete guest menu");
+define('DEL_MEMBER_MENU', "Delete member menu");
+define('GUEST_PASSWORD', "Your password");
+define('GUEST_THANX_CONFIRMATION', "You have just now confirmed your email address. You are now unlocked for our service {--MAIN_TITLE--}.");
+define('GUEST_MAY_LOGIN_HERE', "You can now login here:");
+define('HAPPY_MAILING', "We wish you lots of fun and success with our mailer system!\n\nBest regards,");
+define('GUEST_THANX_CONFIRM', "EMail address confirmed");
+define('GUEST_CONFIRMED_TWICE', "You have already confirmed your email address or your account is locked.");
+define('TOP', "To top");
+define('YOUR_LOGIN', "Your login ID is");
+define('LOGIN_URL', "URL for login");
+define('GUEST_WELCOME_MEMBER', "Welcome to the login-area for members");
+define('GUEST_ENTER_LOGIN', "Login ID");
+define('GUEST_ENTER_PASSWORD', "Password");
+define('LOGIN_SUBMIT', "Login");
+define('GUEST_GET_NEW_PASS', "Submit new password");
+define('GUEST_ENTER_EMAIL', "Registered email address");
+define('NEW_PASSWD', "Send new password!");
+
+//
+?>