[ 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/ -> checkout_payment.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: checkout_payment.php 4087 2006-08-07 04:46:08Z drbyte $

   8   */
   9  
  10  define('NAVBAR_TITLE_1', 'Checkout - Step 1');
  11  define('NAVBAR_TITLE_2', 'Payment Method - Step 2');
  12  
  13  define('HEADING_TITLE', 'Step 2 of 3 - Payment Information');
  14  
  15  define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');
  16  define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.');
  17  define('TITLE_BILLING_ADDRESS', 'Billing Address:');
  18  
  19  define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');
  20  define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');
  21  define('TITLE_PLEASE_SELECT', 'Please Select');
  22  define('TEXT_ENTER_PAYMENT_INFORMATION', '');
  23  define('TABLE_HEADING_COMMENTS', 'Special Instructions or Order Comments');
  24  
  25  define('TITLE_NO_PAYMENT_OPTIONS_AVAILABLE', 'Not Available At This Time');
  26  define('TEXT_NO_PAYMENT_OPTIONS_AVAILABLE','<span class="alert">Sorry, we are not accepting payments from your region at this time.</span><br />Please contact us for alternate arrangements.');
  27  
  28  define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue to Step 3</strong>');
  29  define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to confirm your order.');
  30  
  31  define('TABLE_HEADING_CONDITIONS', '<span class="termsconditions">Terms and Conditions</span>');
  32  define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');
  33  define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');
  34  
  35  define('TEXT_CHECKOUT_AMOUNT_DUE', 'Total Amount Due: ');
  36  define('TEXT_YOUR_TOTAL','Your Total');
  37  ?>


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