[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/includes/languages/english/ -> password_forgotten.php (source)

   1  <?php
   2  /*
   3    $Id: password_forgotten.php,v 1.8 2003/06/09 22:46:46 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13  define('NAVBAR_TITLE_1', 'Login');
  14  define('NAVBAR_TITLE_2', 'Password Forgotten');
  15  
  16  define('HEADING_TITLE', 'I\'ve Forgotten My Password!');
  17  
  18  define('TEXT_MAIN', 'If you\'ve forgotten your password, enter your e-mail address below and we\'ll send you an e-mail message containing your new password.');
  19  
  20  define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The E-Mail Address was not found in our records, please try again.');
  21  
  22  define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Password');
  23  define('EMAIL_PASSWORD_REMINDER_BODY', 'A new password was requested from ' . $REMOTE_ADDR . '.' . "\n\n" . 'Your new password to \'' . STORE_NAME . '\' is:' . "\n\n" . '   %s' . "\n\n");
  24  
  25  define('SUCCESS_PASSWORD_SENT', 'Success: A new password has been sent to your e-mail address.');
  26  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics