[ 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/ -> address_book_process.php (source)

   1  <?php
   2  /**

   3   * @package languageDefines

   4   * @copyright Copyright 2003-2005 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: address_book_process.php 2315 2005-11-07 08:41:46Z drbyte $

   8   */
   9  
  10  define('NAVBAR_TITLE_1', 'My Account');
  11  define('NAVBAR_TITLE_2', 'Address Book');
  12  
  13  define('NAVBAR_TITLE_ADD_ENTRY', 'New Entry');
  14  define('NAVBAR_TITLE_MODIFY_ENTRY', 'Update Entry');
  15  define('NAVBAR_TITLE_DELETE_ENTRY', 'Delete Entry');
  16  
  17  define('HEADING_TITLE_ADD_ENTRY', '<h1>New Address Book Entry</h1>');
  18  define('HEADING_TITLE_MODIFY_ENTRY', '<h1>Update Address Book Entry</h1>');
  19  define('HEADING_TITLE_DELETE_ENTRY', '<h1>Delete Address Book Entry</h1>');
  20  define('HEADING_TITLE', 'Address Details');
  21  
  22  define('DELETE_ADDRESS_TITLE', 'Delete Address');
  23  define('DELETE_ADDRESS_DESCRIPTION', 'Are you sure you would like to delete the selected address from your address book?');
  24  
  25  define('NEW_ADDRESS_TITLE', 'New Address Book Entry');
  26  
  27  define('SELECTED_ADDRESS', 'Selected Address');
  28  define('SET_AS_PRIMARY', 'Set as primary address.');
  29  
  30  define('SUCCESS_ADDRESS_BOOK_ENTRY_DELETED', 'The selected address has been successfully removed from your address book.');
  31  define('SUCCESS_ADDRESS_BOOK_ENTRY_UPDATED', 'Your address book has been successfully updated.');
  32  
  33  define('WARNING_PRIMARY_ADDRESS_DELETION', 'The primary address cannot be deleted. Please set another address as the primary address and try again.');
  34  
  35  define('ERROR_NONEXISTING_ADDRESS_BOOK_ENTRY', 'The address book entry does not exist.');
  36  define('ERROR_ADDRESS_BOOK_FULL', 'Your address book is full. Please delete an unneeded address to save a new one.');
  37  ?>


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