| 1 | 
        
            1508
         | 
        
            Luisehahne
         | 
        <?php
  | 
      
      
        | 2 | 
        
         | 
        
         | 
        /**
  | 
      
      
        | 3 | 
        
         | 
        
         | 
          Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
  | 
      
      
        | 4 | 
        
         | 
        
         | 
          Copyright (C) 2008, ISTeam, Werner von der Decken
  | 
      
      
        | 5 | 
        
         | 
        
         | 
          Contact me: wkl(at)isteam.de, http://isteam.de
  | 
      
      
        | 6 | 
        
         | 
        
         | 
        
  | 
      
      
        | 7 | 
        
         | 
        
         | 
          This module is free software. You can redistribute it and/or modify it
  | 
      
      
        | 8 | 
        
         | 
        
         | 
          under the terms of the GNU General Public License  - version 2 or later,
  | 
      
      
        | 9 | 
        
         | 
        
         | 
          as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
  | 
      
      
        | 10 | 
        
         | 
        
         | 
        
  | 
      
      
        | 11 | 
        
         | 
        
         | 
          This module is distributed in the hope that it will be useful,
  | 
      
      
        | 12 | 
        
         | 
        
         | 
          but WITHOUT ANY WARRANTY; without even the implied warranty of
  | 
      
      
        | 13 | 
        
         | 
        
         | 
          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  | 
      
      
        | 14 | 
        
         | 
        
         | 
          GNU General Public License for more details.
  | 
      
      
        | 15 | 
        
         | 
        
         | 
        
  | 
      
      
        | 16 | 
        
         | 
        
         | 
         -----------------------------------------------------------------------------------------
  | 
      
      
        | 17 | 
        
         | 
        
         | 
          ENGLISH LANGUAGE FILE FOR THE PREFERENCES MODULE
  | 
      
      
        | 18 | 
        
         | 
        
         | 
         -----------------------------------------------------------------------------------------
  | 
      
      
        | 19 | 
        
         | 
        
         | 
        	UPDATE HISTORY:
  | 
      
      
        | 20 | 
        
         | 
        
         | 
        	Werner von der Decken; 17.05.2008
  | 
      
      
        | 21 | 
        
         | 
        
         | 
        	 + initial release of the English language file
  | 
      
      
        | 22 | 
        
         | 
        
         | 
         -----------------------------------------------------------------------------------------
  | 
      
      
        | 23 | 
        
         | 
        
         | 
        **/
  | 
      
      
        | 24 | 
        
         | 
        
         | 
        // array for all language dependen text outputs in the front- and backend
  | 
      
      
        | 25 | 
        
         | 
        
         | 
        // Note: stick to the naming convention: $MOD_MODULE_DIRECTORY
  | 
      
      
        | 26 | 
        
         | 
        
         | 
        $MOD_PREFERENCE = array(
  | 
      
      
        | 27 | 
        
         | 
        
         | 
        	'PLEASE_SELECT' => 'please select',
  | 
      
      
        | 28 | 
        
         | 
        
         | 
        	'DETAILS_SAVED'	=> 'details successfully saved',
  | 
      
      
        | 29 | 
        
         | 
        
         | 
        	'SAVE_SETTINGS' => 'save details',
  | 
      
      
        | 30 | 
        
         | 
        
         | 
        	'SAVE_EMAIL'    => 'save email',
  | 
      
      
        | 31 | 
        
         | 
        
         | 
        	'SAVE_PASSWORD' => 'save password',
  | 
      
      
        | 32 | 
        
            1845
         | 
        
            Luisehahne
         | 
        	'SAVE_LANGUAGE' => 'Switch language',
  | 
      
      
        | 33 | 
        
         | 
        
         | 
        	'SET_PREFERENCES_LANGUAGE' => 'Settings are possible only in your linguistic setting! You first have to change the language and start the settings anew!',
  | 
      
      
        | 34 | 
        
            1508
         | 
        
            Luisehahne
         | 
        );
  | 
      
      
        | 35 | 
        
            1777
         | 
        
            Luisehahne
         | 
        $TEXT['USERNAME'] = 'Loginname';
  | 
      
      
        | 36 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $HEADING['SIGNUP2_CONFIMED_REGISTRATION'] = 'Unlock account';
  | 
      
      
        | 37 | 
        
         | 
        
         | 
        $HEADING['MESSAGE_WELCOME'] = 'Welcome to unlock of your account';
  | 
      
      
        | 38 | 
        
            1508
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 39 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $HELP['SIGNUP_REMEMBER_PASSWORD'] = '<i>Remember your Loginname and Passwoprd please! You will need it later to complete the activation!</i>';
  | 
      
      
        | 40 | 
        
         | 
        
         | 
        $HELP['CONFIRM_PASSWORD'] = '<i>Enter your Loginname and Password please to finish the the activation!</i>';
  | 
      
      
        | 41 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 42 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['ACTIVATED_NEW_USER'] = '<b>Your account is activated. You can logon now.</b>';
  | 
      
      
        | 43 | 
        
         | 
        
         | 
        $MESSAGE['FAILED_NEW_USER'] = '<b>Invalid access data or activation code is expired!</b>';
  | 
      
      
        | 44 | 
        
            1777
         | 
        
            Luisehahne
         | 
        $MESSAGE['SIGNUP2_ADMIN_INFO'] = '
  | 
      
      
        | 45 | 
        
            1792
         | 
        
            Luisehahne
         | 
        A new user was registered.
  | 
      
      
        | 46 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 47 | 
        
         | 
        
         | 
        Loginname: {LOGIN_NAME}
 | 
      
      
        | 48 | 
        
         | 
        
         | 
        UserId: {LOGIN_ID}
 | 
      
      
        | 49 | 
        
         | 
        
         | 
        E-Mail: {LOGIN_EMAIL}
 | 
      
      
        | 50 | 
        
            1792
         | 
        
            Luisehahne
         | 
        IP-Address: {LOGIN_IP}
 | 
      
      
        | 51 | 
        
         | 
        
         | 
        Signup date: {SIGNUP_DATE}
 | 
      
      
        | 52 | 
        
            1777
         | 
        
            Luisehahne
         | 
        ----------------------------------------
  | 
      
      
        | 53 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
  | 
      
      
        | 54 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 55 | 
        
         | 
        
         | 
        ';
  | 
      
      
        | 56 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
  | 
      
      
        | 57 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Hello {LOGIN_DISPLAY_NAME},
 | 
      
      
        | 58 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 59 | 
        
            1792
         | 
        
            Luisehahne
         | 
        You got this email, because you\'ve requested a new password.
  | 
      
      
        | 60 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 61 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Your new password for {LOGIN_WEBSITE_TITLE} is:
 | 
      
      
        | 62 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 63 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Password: {LOGIN_PASSWORD}
 | 
      
      
        | 64 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 65 | 
        
            1792
         | 
        
            Luisehahne
         | 
        For security reasons change the password as soon as possible please.
  | 
      
      
        | 66 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 67 | 
        
            1792
         | 
        
            Luisehahne
         | 
        with kind regards
  | 
      
      
        | 68 | 
        
            1777
         | 
        
            Luisehahne
         | 
        ----------------------------------------
  | 
      
      
        | 69 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
  | 
      
      
        | 70 | 
        
            1777
         | 
        
            Luisehahne
         | 
        ';
  | 
      
      
        | 71 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
  | 
      
      
        | 72 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Hello {LOGIN_DISPLAY_NAME},
 | 
      
      
        | 73 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 74 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Welcome on \'{LOGIN_WEBSITE_TITLE}\'
 | 
      
      
        | 75 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 76 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Your account for  \'{LOGIN_WEBSITE_TITLE}\' is:
 | 
      
      
        | 77 | 
        
         | 
        
         | 
        Login name: {LOGIN_NAME}
 | 
      
      
        | 78 | 
        
         | 
        
         | 
        Password: {LOGIN_PASSWORD}
 | 
      
      
        | 79 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 80 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Thank you for registration.
  | 
      
      
        | 81 | 
        
         | 
        
         | 
        For security reasons change the password as soon as possible please.
  | 
      
      
        | 82 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 83 | 
        
         | 
        
         | 
        ';
  | 
      
      
        | 84 | 
        
         | 
        
         | 
        
  | 
      
      
        | 85 | 
        
         | 
        
         | 
        $MESSAGE['SUCCESS_EMAIL_TEXT_GENERATED'] = "\n"
  | 
      
      
        | 86 | 
        
            1792
         | 
        
            Luisehahne
         | 
        ."***************************************************************************\n"
  | 
      
      
        | 87 | 
        
         | 
        
         | 
        ."This e-mail is autogenerated by WebsiteBaker! Do NOT answer to this e-mail!\n"
  | 
      
      
        | 88 | 
        
         | 
        
         | 
        ."If you got this email by a mistake, please excuse and delete this e-mail.\n"
  | 
      
      
        | 89 | 
        
         | 
        
         | 
        ."***************************************************************************\n";
  | 
      
      
        | 90 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 91 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['INCORRECT_CAPTCHA'] = 'The given code does not match. If you have problems reading the code, please write an e-mail to the <a href="mailto:{{webmaster_email}}">Webmaster</a>';
 | 
      
      
        | 92 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 93 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['CONFIRMED']  = 'You can find your password below. Use it to maintain your settings and functions. For security reasons change the password as soon as possible please.';
  | 
      
      
        | 94 | 
        
         | 
        
         | 
        $MESSAGE['CONFIRMED'] .= 'Password: ';
  | 
      
      
        | 95 | 
        
         | 
        
         | 
        $MESSAGE['CONFIRMED'] .= 'Thank you!';
  | 
      
      
        | 96 | 
        
         | 
        
         | 
        $MESSAGE['CHANGE_PASSWORD'] = 'For security reasons change the password as soon as possible please. For that visit following website:';
  | 
      
      
        | 97 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 98 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['LOGIN_BOTH_BLANK'] = 'Give your login name and password please';
  | 
      
      
        | 99 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Give your password please';
  | 
      
      
        | 100 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'given password is too long';
  | 
      
      
        | 101 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'given password is too short';
  | 
      
      
        | 102 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_USERNAME_BLANK'] = 'Give your login name please';
  | 
      
      
        | 103 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'given login name is too long';
  | 
      
      
        | 104 | 
        
         | 
        
         | 
        $MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'given login name is too short';
  | 
      
      
        | 105 | 
        
         | 
        
         | 
        $MESSAGE['MAIL_GENERATED'] = 'This email is autogenerated by WebsiteBaker! Do NOT answer to this e-mail! If you need some help or you have any questions, please contact <a href="mailto:{{webmaster_email}}">Webmaster</a>';
 | 
      
      
        | 106 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 107 | 
        
         | 
        
         | 
        $MESSAGE['SEND_CONFIRMED_REGISTRATION'] = "
  | 
      
      
        | 108 | 
        
         | 
        
         | 
        
  | 
      
      
        | 109 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Hello {LOGIN_DISPLAY_NAME},
 | 
      
      
        | 110 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 111 | 
        
            1792
         | 
        
            Luisehahne
         | 
        welcome on {LOGIN_WEBSITE_TITLE}!
 | 
      
      
        | 112 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 113 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Click the link below to activate your account and finalize your signup:
  | 
      
      
        | 114 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 115 | 
        
         | 
        
         | 
        {LINK}
 | 
      
      
        | 116 | 
        
         | 
        
         | 
        
  | 
      
      
        | 117 | 
        
            1792
         | 
        
            Luisehahne
         | 
        If the link is not clickable, please copy it into your browser!
  | 
      
      
        | 118 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 119 | 
        
            1792
         | 
        
            Luisehahne
         | 
        This activation link will exceed on {CONFIRMED_REGISTRATION_ENDTIME}
 | 
      
      
        | 120 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 121 | 
        
            1792
         | 
        
            Luisehahne
         | 
        with kind regards,
  | 
      
      
        | 122 | 
        
         | 
        
         | 
        your Support Team
  | 
      
      
        | 123 | 
        
         | 
        
         | 
        
  | 
      
      
        | 124 | 
        
            1777
         | 
        
            Luisehahne
         | 
        ";
  | 
      
      
        | 125 | 
        
         | 
        
         | 
        $MESSAGE['SEND_CONFIRMED_ACTIVATION'] = "
  | 
      
      
        | 126 | 
        
         | 
        
         | 
        
  | 
      
      
        | 127 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Hello {LOGIN_DISPLAY_NAME},
 | 
      
      
        | 128 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 129 | 
        
            1792
         | 
        
            Luisehahne
         | 
        welcome on {LOGIN_WEBSITE_TITLE}!
 | 
      
      
        | 130 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 131 | 
        
            1792
         | 
        
            Luisehahne
         | 
        Your account now is successful activated. You can login now.
  | 
      
      
        | 132 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 133 | 
        
            1792
         | 
        
            Luisehahne
         | 
        If you need some help or you have any questions, please contact the <a href=\"mailto:{{webmaster_email}}\">Webmaster</a>
 | 
      
      
        | 134 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 135 | 
        
            1792
         | 
        
            Luisehahne
         | 
        with kind regards,
  | 
      
      
        | 136 | 
        
         | 
        
         | 
        your Support Team
  | 
      
      
        | 137 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 138 | 
        
         | 
        
         | 
        ";
  | 
      
      
        | 139 | 
        
         | 
        
         | 
        
  | 
      
      
        | 140 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Thank you for signing up.';
  | 
      
      
        | 141 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP2_NEW_USER'] = 'A new user has signed up';
  | 
      
      
        | 142 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your WB account data ...';
  | 
      
      
        | 143 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP_NO_EMAIL'] = 'Please key in your valid email address';
  | 
      
      
        | 144 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 145 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['SIGNUP_CONFIRMED_REGISTRATION'] = "To be able to use your account, receive during the next minutes e-mail with a link to activate your account.
  | 
      
      
        | 146 | 
        
         | 
        
         | 
        <br /><b>The activation must be done during 24 hours. Otherwise the account will be deleted.</b>
  | 
      
      
        | 147 | 
        
            1777
         | 
        
            Luisehahne
         | 
        ";
  | 
      
      
        | 148 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $MESSAGE['SIGNUP_REGISTRATION'] = 'You get your data by e-mail!!';
  | 
      
      
        | 149 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP_NEW_USER'] = '<b>Your account is created.</b>';
  | 
      
      
        | 150 | 
        
         | 
        
         | 
        $MESSAGE['SIGNUP_ACTIVATION'] = 'Account Activation';
  | 
      
      
        | 151 | 
        
            1777
         | 
        
            Luisehahne
         | 
        
  | 
      
      
        | 152 | 
        
            1792
         | 
        
            Luisehahne
         | 
        $TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with your password please';
  | 
      
      
        | 153 | 
        
         | 
        
         | 
        $TEXT['NEED_TO_LOGIN'] = 'You need to logon';
  | 
      
      
        | 154 | 
        
         | 
        
         | 
        $TEXT['NEW_PASSWORD'] = 'New password';
  | 
      
      
        | 155 | 
        
         | 
        
         | 
        $TEXT['PASSWORD'] = 'Password';
  | 
      
      
        | 156 | 
        
         | 
        
         | 
        $TEXT['ACTIVATION'] = 'Activate';
  | 
      
      
        | 157 | 
        
         | 
        
         | 
        $TEXT['SEND'] = 'Request';
  | 
      
      
        | 158 | 
        
         | 
        
         | 
        $TEXT['USERNAME'] = 'Login name';
  | 
      
      
        | 159 | 
        
            1898
         | 
        
            Luisehahne
         | 
        $TEXT['INFO'] = '';
  |