| 
      1
     | 
    
      <?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
     | 
    
      );
 
     | 
  
  
    | 
      33
     | 
    
      $TEXT['USERNAME'] = 'Loginname';
 
     | 
  
  
    | 
      34
     | 
    
      $HEADING['SIGNUP2_CONFIMED_REGISTRATION'] = 'Unlock account';
 
     | 
  
  
    | 
      35
     | 
    
      $HEADING['MESSAGE_WELCOME'] = 'Welcome to unlock of your account';
 
     | 
  
  
    | 
      36
     | 
    
      
 
     | 
  
  
    | 
      37
     | 
    
      $HELP['SIGNUP_REMEMBER_PASSWORD'] = '<i>Remember your Loginname and Passwoprd please! You will need it later to complete the activation!</i>';
 
     | 
  
  
    | 
      38
     | 
    
      $HELP['CONFIRM_PASSWORD'] = '<i>Enter your Loginname and Password please to finish the the activation!</i>';
 
     | 
  
  
    | 
      39
     | 
    
      
 
     | 
  
  
    | 
      40
     | 
    
      $MESSAGE['ACTIVATED_NEW_USER'] = '<b>Your account is activated. You can logon now.</b>';
 
     | 
  
  
    | 
      41
     | 
    
      $MESSAGE['FAILED_NEW_USER'] = '<b>Invalid access data or activation code is expired!</b>';
 
     | 
  
  
    | 
      42
     | 
    
      $MESSAGE['SIGNUP2_ADMIN_INFO'] = '
 
     | 
  
  
    | 
      43
     | 
    
      A new user was registered.
 
     | 
  
  
    | 
      44
     | 
    
      
 
     | 
  
  
    | 
      45
     | 
    
      Loginname: {LOGIN_NAME}
     | 
  
  
    | 
      46
     | 
    
      UserId: {LOGIN_ID}
     | 
  
  
    | 
      47
     | 
    
      E-Mail: {LOGIN_EMAIL}
     | 
  
  
    | 
      48
     | 
    
      IP-Address: {LOGIN_IP}
     | 
  
  
    | 
      49
     | 
    
      Signup date: {SIGNUP_DATE}
     | 
  
  
    | 
      50
     | 
    
      ----------------------------------------
 
     | 
  
  
    | 
      51
     | 
    
      Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
 
     | 
  
  
    | 
      52
     | 
    
      
 
     | 
  
  
    | 
      53
     | 
    
      ';
 
     | 
  
  
    | 
      54
     | 
    
      $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
 
     | 
  
  
    | 
      55
     | 
    
      Hello {LOGIN_DISPLAY_NAME},
     | 
  
  
    | 
      56
     | 
    
      
 
     | 
  
  
    | 
      57
     | 
    
      You got this email, because you\'ve requested a new password.
 
     | 
  
  
    | 
      58
     | 
    
      
 
     | 
  
  
    | 
      59
     | 
    
      Your new password for {LOGIN_WEBSITE_TITLE} is:
     | 
  
  
    | 
      60
     | 
    
      
 
     | 
  
  
    | 
      61
     | 
    
      Password: {LOGIN_PASSWORD}
     | 
  
  
    | 
      62
     | 
    
      
 
     | 
  
  
    | 
      63
     | 
    
      For security reasons change the password as soon as possible please.
 
     | 
  
  
    | 
      64
     | 
    
      
 
     | 
  
  
    | 
      65
     | 
    
      with kind regards
 
     | 
  
  
    | 
      66
     | 
    
      ----------------------------------------
 
     | 
  
  
    | 
      67
     | 
    
      Do NOT answer! This e-mail is autogenerated by WebsiteBaker!
 
     | 
  
  
    | 
      68
     | 
    
      ';
 
     | 
  
  
    | 
      69
     | 
    
      $MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
 
     | 
  
  
    | 
      70
     | 
    
      Hello {LOGIN_DISPLAY_NAME},
     | 
  
  
    | 
      71
     | 
    
      
 
     | 
  
  
    | 
      72
     | 
    
      Welcome on \'{LOGIN_WEBSITE_TITLE}\'
     | 
  
  
    | 
      73
     | 
    
      
 
     | 
  
  
    | 
      74
     | 
    
      Your account for  \'{LOGIN_WEBSITE_TITLE}\' is:
     | 
  
  
    | 
      75
     | 
    
      Login name: {LOGIN_NAME}
     | 
  
  
    | 
      76
     | 
    
      Password: {LOGIN_PASSWORD}
     | 
  
  
    | 
      77
     | 
    
      
 
     | 
  
  
    | 
      78
     | 
    
      Thank you for registration.
 
     | 
  
  
    | 
      79
     | 
    
      For security reasons change the password as soon as possible please.
 
     | 
  
  
    | 
      80
     | 
    
      
 
     | 
  
  
    | 
      81
     | 
    
      ';
 
     | 
  
  
    | 
      82
     | 
    
      
 
     | 
  
  
    | 
      83
     | 
    
      $MESSAGE['SUCCESS_EMAIL_TEXT_GENERATED'] = "\n"
 
     | 
  
  
    | 
      84
     | 
    
      ."***************************************************************************\n"
 
     | 
  
  
    | 
      85
     | 
    
      ."This e-mail is autogenerated by WebsiteBaker! Do NOT answer to this e-mail!\n"
 
     | 
  
  
    | 
      86
     | 
    
      ."If you got this email by a mistake, please excuse and delete this e-mail.\n"
 
     | 
  
  
    | 
      87
     | 
    
      ."***************************************************************************\n";
 
     | 
  
  
    | 
      88
     | 
    
      
 
     | 
  
  
    | 
      89
     | 
    
      $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>';
     | 
  
  
    | 
      90
     | 
    
      
 
     | 
  
  
    | 
      91
     | 
    
      $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.';
 
     | 
  
  
    | 
      92
     | 
    
      $MESSAGE['CONFIRMED'] .= 'Password: ';
 
     | 
  
  
    | 
      93
     | 
    
      $MESSAGE['CONFIRMED'] .= 'Thank you!';
 
     | 
  
  
    | 
      94
     | 
    
      $MESSAGE['CHANGE_PASSWORD'] = 'For security reasons change the password as soon as possible please. For that visit following website:';
 
     | 
  
  
    | 
      95
     | 
    
      
 
     | 
  
  
    | 
      96
     | 
    
      $MESSAGE['LOGIN_BOTH_BLANK'] = 'Give your login name and password please';
 
     | 
  
  
    | 
      97
     | 
    
      $MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Give your password please';
 
     | 
  
  
    | 
      98
     | 
    
      $MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'given password is too long';
 
     | 
  
  
    | 
      99
     | 
    
      $MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'given password is too short';
 
     | 
  
  
    | 
      100
     | 
    
      $MESSAGE['LOGIN_USERNAME_BLANK'] = 'Give your login name please';
 
     | 
  
  
    | 
      101
     | 
    
      $MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'given login name is too long';
 
     | 
  
  
    | 
      102
     | 
    
      $MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'given login name is too short';
 
     | 
  
  
    | 
      103
     | 
    
      $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>';
     | 
  
  
    | 
      104
     | 
    
      
 
     | 
  
  
    | 
      105
     | 
    
      $MESSAGE['SEND_CONFIRMED_REGISTRATION'] = "
 
     | 
  
  
    | 
      106
     | 
    
      
 
     | 
  
  
    | 
      107
     | 
    
      Hello {LOGIN_DISPLAY_NAME},
     | 
  
  
    | 
      108
     | 
    
      
 
     | 
  
  
    | 
      109
     | 
    
      welcome on {LOGIN_WEBSITE_TITLE}!
     | 
  
  
    | 
      110
     | 
    
      
 
     | 
  
  
    | 
      111
     | 
    
      Click the link below to activate your account and finalize your signup:
 
     | 
  
  
    | 
      112
     | 
    
      
 
     | 
  
  
    | 
      113
     | 
    
      {LINK}
     | 
  
  
    | 
      114
     | 
    
      
 
     | 
  
  
    | 
      115
     | 
    
      If the link is not clickable, please copy it into your browser!
 
     | 
  
  
    | 
      116
     | 
    
      
 
     | 
  
  
    | 
      117
     | 
    
      This activation link will exceed on {CONFIRMED_REGISTRATION_ENDTIME}
     | 
  
  
    | 
      118
     | 
    
      
 
     | 
  
  
    | 
      119
     | 
    
      with kind regards,
 
     | 
  
  
    | 
      120
     | 
    
      your Support Team
 
     | 
  
  
    | 
      121
     | 
    
      
 
     | 
  
  
    | 
      122
     | 
    
      ";
 
     | 
  
  
    | 
      123
     | 
    
      $MESSAGE['SEND_CONFIRMED_ACTIVATION'] = "
 
     | 
  
  
    | 
      124
     | 
    
      
 
     | 
  
  
    | 
      125
     | 
    
      Hello {LOGIN_DISPLAY_NAME},
     | 
  
  
    | 
      126
     | 
    
      
 
     | 
  
  
    | 
      127
     | 
    
      welcome on {LOGIN_WEBSITE_TITLE}!
     | 
  
  
    | 
      128
     | 
    
      
 
     | 
  
  
    | 
      129
     | 
    
      Your account now is successful activated. You can login now.
 
     | 
  
  
    | 
      130
     | 
    
      
 
     | 
  
  
    | 
      131
     | 
    
      If you need some help or you have any questions, please contact the <a href=\"mailto:{{webmaster_email}}\">Webmaster</a>
     | 
  
  
    | 
      132
     | 
    
      
 
     | 
  
  
    | 
      133
     | 
    
      with kind regards,
 
     | 
  
  
    | 
      134
     | 
    
      your Support Team
 
     | 
  
  
    | 
      135
     | 
    
      
 
     | 
  
  
    | 
      136
     | 
    
      ";
 
     | 
  
  
    | 
      137
     | 
    
      
 
     | 
  
  
    | 
      138
     | 
    
      $MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Thank you for signing up.';
 
     | 
  
  
    | 
      139
     | 
    
      $MESSAGE['SIGNUP2_NEW_USER'] = 'A new user has signed up';
 
     | 
  
  
    | 
      140
     | 
    
      $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your WB account data ...';
 
     | 
  
  
    | 
      141
     | 
    
      $MESSAGE['SIGNUP_NO_EMAIL'] = 'Please key in your valid email address';
 
     | 
  
  
    | 
      142
     | 
    
      
 
     | 
  
  
    | 
      143
     | 
    
      $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.
 
     | 
  
  
    | 
      144
     | 
    
      <br /><b>The activation must be done during 24 hours. Otherwise the account will be deleted.</b>
 
     | 
  
  
    | 
      145
     | 
    
      ";
 
     | 
  
  
    | 
      146
     | 
    
      $MESSAGE['SIGNUP_REGISTRATION'] = 'You get your data by e-mail!!';
 
     | 
  
  
    | 
      147
     | 
    
      $MESSAGE['SIGNUP_NEW_USER'] = '<b>Your account is created.</b>';
 
     | 
  
  
    | 
      148
     | 
    
      $MESSAGE['SIGNUP_ACTIVATION'] = 'Account Activation';
 
     | 
  
  
    | 
      149
     | 
    
      
 
     | 
  
  
    | 
      150
     | 
    
      $TEXT['NEED_CURRENT_PASSWORD'] = 'confirm with your password please';
 
     | 
  
  
    | 
      151
     | 
    
      $TEXT['NEED_TO_LOGIN'] = 'You need to logon';
 
     | 
  
  
    | 
      152
     | 
    
      $TEXT['NEW_PASSWORD'] = 'New password';
 
     | 
  
  
    | 
      153
     | 
    
      $TEXT['PASSWORD'] = 'Password';
 
     | 
  
  
    | 
      154
     | 
    
      $TEXT['ACTIVATION'] = 'Activate';
 
     | 
  
  
    | 
      155
     | 
    
      $TEXT['SEND'] = 'Request';
 
     | 
  
  
    | 
      156
     | 
    
      $TEXT['USERNAME'] = 'Login name';
 
     |