X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fen.php;h=a503dcaed98e81d815f799e4324f7f3c91cb86b6;hb=ccc4a69ce9b17aa8d7b1554a3b2b017db091821b;hp=7c3b0231e4af639ef3fa9ebe4d42c60ac4acac85;hpb=2fefff87c451bdf1fb9d7e2279621a26c4b6650c;p=mailer.git diff --git a/inc/language/en.php b/inc/language/en.php index 7c3b0231e4..a503dcaed9 100644 --- a/inc/language/en.php +++ b/inc/language/en.php @@ -38,13 +38,13 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } // Language definitions define('LANG_DOWN_MAINTAINCE', "System is down for maintenance."); -define('LANG_MOD_REG_404', "Module %s does not exists."); +define('LANG_MOD_REG_404', "Module %s does not exists."); define('LANG_UNKNOWN_MODULE', "Unknown module"); define('META_YOUR_NAME_1', "Your name here"); define('META_YOUR_NAME_2', "Your name again"); @@ -53,9 +53,9 @@ define('META_KEYWORDS', "Enter at least (1) 20 search keywords seperated by comm 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 inc/config.php."); -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('WARN_NULL_PASSWORD', "You have a null-password! If you want to switch off this warning please have a look in inc/cache/config-local.php."); +define('FATAL_CONFIG_WRITABLE', "Your file inc/cache/config-local.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/cache/config-local.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"); @@ -97,8 +97,8 @@ define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access 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_REG_UNKNOWN', "Unknown return-code %s detected!"); -define('LANG_MOD_REG_LOCKED', "Selected module %s is locked!"); +define('LANG_MOD_REG_UNKNOWN', "Unknown return-code %s detected!"); +define('LANG_MOD_REG_LOCKED', "Selected module %s is locked!"); 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"); @@ -132,7 +132,7 @@ 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_ACTION_404', "Called admin-module %s is well valid but it is not on this server."); +define('ADMIN_ACTION_404', "Called admin-module %s 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:"); @@ -231,7 +231,7 @@ 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_ACTION_INVALID', "Your combination action/what %s is invalid!"); +define('ADMIN_ACTION_INVALID', "Your combination action/what %s 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"); @@ -277,7 +277,7 @@ 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', "The action module %s does not exist or this script makes a boo-boo!"); +define('GUEST_404_ACTION', "The action module %s 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.");