[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

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

   1  <?php
   2  /**

   3   * @package languageDefines

   4   * @copyright Copyright 2003-2006 Zen Cart Development Team

   5   * @copyright Portions Copyright 2003 osCommerce

   6   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   7   * @version $Id: password_forgotten.php 3086 2006-03-01 00:40:57Z drbyte $

   8   */
   9  
  10  define('NAVBAR_TITLE_1', 'Login');
  11  define('NAVBAR_TITLE_2', 'Password Forgotten');
  12  
  13  define('HEADING_TITLE', 'Forgotten Password');
  14  
  15  define('TEXT_MAIN', 'Enter your email address below and we\'ll send you an email message containing your new password.');
  16  
  17  define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The Email Address was not found in our records; please try again.');
  18  
  19  define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Password');
  20  define('EMAIL_PASSWORD_REMINDER_BODY', 'A new password was requested from ' . $_SERVER['REMOTE_ADDR']  . '.' . "\n\n" . 'Your new password to \'' . STORE_NAME . '\' is:' . "\n\n" . '   %s' . "\n\nAfter you have logged in using the new password, you may change it by going to the 'My Account' area.");
  21  
  22  define('SUCCESS_PASSWORD_SENT', 'A new password has been sent to your email address.');
  23  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics