[ 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/ -> tell_a_friend.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: tell_a_friend.php 3159 2006-03-11 01:35:04Z drbyte $

   8   */
   9  
  10  define('NAVBAR_TITLE', 'Tell A Friend');
  11  
  12  define('HEADING_TITLE', 'Tell A Friend About \'%s\'');
  13  
  14  define('FORM_TITLE_CUSTOMER_DETAILS', 'Your Details');
  15  define('FORM_TITLE_FRIEND_DETAILS', 'Your Friend\'s Details');
  16  define('FORM_TITLE_FRIEND_MESSAGE', 'Your Message:');
  17  
  18  define('FORM_FIELD_CUSTOMER_NAME', 'Your Name:');
  19  define('FORM_FIELD_CUSTOMER_EMAIL', 'Your Email:');
  20  define('FORM_FIELD_FRIEND_NAME', 'Friend\'s Name:');
  21  define('FORM_FIELD_FRIEND_EMAIL', 'Friend\'s Email:');
  22  
  23  define('EMAIL_SEPARATOR', '----------------------------------------------------------------------------------------');
  24  
  25  define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about <strong>%s</strong> has been successfully sent to <strong>%s</strong>.');
  26  
  27  define('EMAIL_TEXT_HEADER','Important Notice!');
  28  
  29  define('EMAIL_TEXT_SUBJECT', 'Your friend %s has recommended this great product from %s');
  30  define('EMAIL_TEXT_GREET', 'Hi %s!' . "\n\n");
  31  define('EMAIL_TEXT_INTRO', 'Your friend, %s, thought that you would be interested in %s from %s.');
  32  
  33  define('EMAIL_TELL_A_FRIEND_MESSAGE','%s sent a note saying:');
  34  
  35  define('EMAIL_TEXT_LINK', 'To view the product, click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s');
  36  define('EMAIL_TEXT_SIGNATURE', 'Regards,' . "\n\n" . '%s');
  37  
  38  define('ERROR_TO_NAME', 'Error: Your friend\'s name must not be empty.');
  39  define('ERROR_TO_ADDRESS', 'Error: Your friend\'s email address does not appear to be valid. Please try again.');
  40  define('ERROR_FROM_NAME', 'Error: Your name must not be empty.');
  41  define('ERROR_FROM_ADDRESS', 'Error: Your email address does not appear to be valid. Please try again.');
  42  ?>


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