X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fen.php;h=ca7aeb2a99c53e47b20b5faba351f0266c82efc0;hb=8fcf84db9fb67ecc531962b23811330d5cd07a91;hp=efdee8c960d0231a1bf062191227fadd9206f415;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/language/en.php b/inc/language/en.php index efdee8c960..ca7aeb2a99 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); } @@ -91,7 +90,7 @@ 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."); @@ -119,7 +118,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"); @@ -228,7 +227,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."); @@ -248,7 +247,7 @@ define('ADMIN_INVALID_ACTION_2', " 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 +255,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,7 +277,7 @@ 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");