X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fen.php;h=f3bc65839f9838f805e1965424f54c8f62dd56c9;hb=ea295a391646261bc643264570404f6862abcbd4;hp=efdee8c960d0231a1bf062191227fadd9206f415;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/language/en.php b/inc/language/en.php index efdee8c960..f3bc65839f 100644 --- a/inc/language/en.php +++ b/inc/language/en.php @@ -32,8 +32,7 @@ ************************************************************************/ // Some security stuff... -if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) -{ +if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } @@ -43,9 +42,7 @@ define('__LANG_ID', "English (US)"); // Language definitions define('LANG_DOWN_MAINTAINCE', "System is down for maintenance."); -define('LANG_MOD_REG_404_1', "Module "); -define('LANG_MOD_REG_404_2', " does not exists."); -define('LANG_MOD_NOT_REG', " is not registered."); +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"); @@ -54,7 +51,7 @@ 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('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('FATAL_ERROR', "Fatal error"); @@ -91,21 +88,15 @@ 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', "Security notes:
Install a .htaccess file in directory inc and templates including all secondary directories."); +define('INSTALL_FIN_SECU', "Security notes:
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 "); -define('LANG_MOD_UNKNOWN_2', " detected!"); -define('LANG_MOD_LOCKED_1', "Selected module "); -define('LANG_MOD_LOCKED_2', " is locked!"); -define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action "); -define('ADMIN_UNKNOWN_ACTION_2', " detected. Please call this module correctly!"); -define('ADMIN_ACTION_404_1', "Administrator module for action "); -define('ADMIN_ACTION_404_2', " was not found on server."); +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"); @@ -119,7 +110,7 @@ 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.
Enter your admin-login (not user-login!) and the password to do so."); +define('ADMIN_LOGIN_NOW', "You can now login into the admin-area.
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"); @@ -139,9 +130,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_404_ACTION', "Admin-module not found!"); -define('ADMIN_404_ACTION_1', "Called admin-module "); -define('ADMIN_404_ACTION_2', " 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:"); @@ -153,18 +142,16 @@ 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', ""); -define('EDIT_MENU_2', " menu entr(y/ies) shall be edited:"); +define('EDIT_MENU_1', ""); +define('EDIT_MENU_2', " menu entr(y/ies) shall be edited:"); define('ENTRY_MODIFY', "Entry"); define('SUBMIT_CHANGES', "Submit changes"); -define('ENTRY_404_1', "Entry "); -define('ENTRY_404_2', " was not found!"); +define('ENTRY_404_1', "Entry "); +define('ENTRY_404_2', " 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üeinträge löschen"); -define('DEL_MENU_1', ""); -define('DEL_MENU_2', " menu entr(y/ies) shall be deleted:"); +define('DEL_MENU_1', ""); +define('DEL_MENU_2', " 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"); @@ -228,7 +215,7 @@ define('PER_DAY', "Mails"); define('REFID_BY', "You are advertised by"); define('TERMS_OF_USAGE', "Accept T&C and submit form"); define('YOU_FINALIZE', "You have nearly filled out this form!"); -define('AGREE_TO_THIS', "Do you accep our [Terms And Conditions] ?"); +define('AGREE_TO_THIS', "Do you accep our [Terms And Conditions] ?"); 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."); @@ -241,14 +228,12 @@ 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 "); -define('ADMIN_INVALID_ACTION_2', " is invalid!"); +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('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('POINTS_REF', "Single referal 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"); @@ -256,16 +241,16 @@ define('EMAIL_ALREADY_DB', "You are already registered with your entered email a 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('ADMIN_EDIT_REFDEPTHS', "Edit / delete / add referal levels"); +define('ADD_NEW_REFDEPTH', "Add new referal level"); +define('ADD_DEPTH', "Add referal level"); +define('ENTER_REF_LVL', "Referal level"); define('ENTER_REF_PERCENTS', "Percentage payment"); -define('EDIT_DEL_REFDEPTH', "Edit / delete referral levels"); -define('REF_LEVEL', "Referral level"); +define('EDIT_DEL_REFDEPTH', "Edit / delete referal levels"); +define('REF_LEVEL', "Referal level"); define('REF_PERCENT', "Percentage payment"); -define('EDIT_LVL', "Edit referral level"); -define('DEL_LVL', "Delete referral level"); +define('EDIT_LVL', "Edit referal level"); +define('DEL_LVL', "Delete referal 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"); @@ -278,22 +263,21 @@ 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_YOUR_REFLINK', "Here is your personal referal 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_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 "); -define('GUEST_404_ACTION_2', " 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('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");