[ 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]

/admin/includes/languages/english/ -> customers.php (source)

   1  <?php
   2  //

   3  // +----------------------------------------------------------------------+

   4  // |zen-cart Open Source E-commerce                                       |

   5  // +----------------------------------------------------------------------+

   6  // | Copyright (c) 2003 The zen-cart developers                           |

   7  // |                                                                      |

   8  // | http://www.zen-cart.com/index.php                                    |

   9  // |                                                                      |

  10  // | Portions Copyright (c) 2003 osCommerce                               |

  11  // +----------------------------------------------------------------------+

  12  // | This source file is subject to version 2.0 of the GPL license,       |

  13  // | that is bundled with this package in the file LICENSE, and is        |

  14  // | available through the world-wide-web at the following url:           |

  15  // | http://www.zen-cart.com/license/2_0.txt.                             |

  16  // | If you did not receive a copy of the zen-cart license and are unable |

  17  // | to obtain it through the world-wide-web, please send a note to       |

  18  // | license@zen-cart.com so we can mail you a copy immediately.          |

  19  // +----------------------------------------------------------------------+

  20  //  $Id: customers.php 4133 2006-08-14 00:37:30Z drbyte $

  21  //

  22  
  23  define('HEADING_TITLE', 'Customers');
  24  
  25  define('TABLE_HEADING_ID', 'ID#');
  26  define('TABLE_HEADING_FIRSTNAME', 'First Name');
  27  define('TABLE_HEADING_LASTNAME', 'Last Name');
  28  define('TABLE_HEADING_ACCOUNT_CREATED', 'Account Created');
  29  define('TABLE_HEADING_LOGIN', 'Last Login');
  30  define('TABLE_HEADING_ACTION', 'Action');
  31  define('TABLE_HEADING_PRICING_GROUP', 'Pricing Group');
  32  define('TABLE_HEADING_AUTHORIZATION_APPROVAL', 'Authorized');
  33  
  34  define('TEXT_DATE_ACCOUNT_CREATED', 'Account Created:');
  35  define('TEXT_DATE_ACCOUNT_LAST_MODIFIED', 'Last Modified:');
  36  define('TEXT_INFO_DATE_LAST_LOGON', 'Last Logon:');
  37  define('TEXT_INFO_NUMBER_OF_LOGONS', 'Number of Logons:');
  38  define('TEXT_INFO_COUNTRY', 'Country:');
  39  define('TEXT_INFO_NUMBER_OF_REVIEWS', 'Number of Reviews:');
  40  define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this customer?');
  41  define('TEXT_DELETE_REVIEWS', 'Delete %s review(s)');
  42  define('TEXT_INFO_HEADING_DELETE_CUSTOMER', 'Delete Customer');
  43  define('TYPE_BELOW', 'Type below');
  44  define('PLEASE_SELECT', 'Select One');
  45  define('TEXT_INFO_NUMBER_OF_ORDERS', 'Number of Orders:');
  46  define('TEXT_INFO_LAST_ORDER','Last Order:');
  47  define('TEXT_INFO_ORDERS_TOTAL', 'Total:');
  48  define('CUSTOMERS_REFERRAL', 'Customer Referral<br />1st Discount Coupon');
  49  
  50  define('ENTRY_NONE', 'None');
  51  
  52  define('TABLE_HEADING_COMPANY','Company');
  53  
  54  define('CUSTOMERS_AUTHORIZATION', 'Customers Authorization Status');
  55  define('CUSTOMERS_AUTHORIZATION_0', 'Approved');
  56  define('CUSTOMERS_AUTHORIZATION_1', 'Pending Approval - Must be Authorized to Browse');
  57  define('CUSTOMERS_AUTHORIZATION_2', 'Pending Approval - May Browse No Prices');
  58  define('CUSTOMERS_AUTHORIZATION_3', 'Pending Approval - May browse with prices but may not buy');
  59  define('ERROR_CUSTOMER_APPROVAL_CORRECTION1', 'Warning: Your shop is set up for Approval with No Browse. The customer has been set to Pending Approval - No Browse');
  60  define('ERROR_CUSTOMER_APPROVAL_CORRECTION2', 'Warning: Your shop is set up for Approval with Browse no prices. The customer has been set to Pending Approval - Browse No Prices');
  61  
  62  define('EMAIL_CUSTOMER_STATUS_CHANGE_MESSAGE', 'Your customer status has been updated. Thank you for shopping with us. We look forward to your business.');
  63  define('EMAIL_CUSTOMER_STATUS_CHANGE_SUBJECT', 'Customer Status Updated');
  64  ?>


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