]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/en.php
Several bugfixes, getMessage() introduced
[mailer.git] / inc / language / en.php
index 35616be652f9085b51fde36bbd9e6e51ab53df01..52329ef52ce4de54c5a6051ab83c8ae34027854f 100644 (file)
@@ -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);
 }
@@ -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 [<A href=\"".URL."/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</A>] ?");
+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.");
@@ -248,7 +247,7 @@ 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('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");
@@ -290,8 +289,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_1', "The action module <U>");
-define('GUEST_404_ACTION_2', "</U> does not exist or this script makes a boo-boo!");
+define('GUEST_404_ACTION', "The action module <u>%s</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.");