[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/includes/languages/espanol/ -> create_account.php (source)

   1  <?php
   2  /*

   3  $Id: create_account.php 3 2006-05-27 04:59:07Z user $
   4  

   5    osCMax Power E-Commerce

   6    http://oscdox.com

   7  

   8    Copyright 2006 osCMax2005 osCMax, 2002 osCommerce
   9  

  10    Released under the GNU General Public License

  11  */
  12  
  13  define('NAVBAR_TITLE', 'Crear una Cuenta');
  14  
  15  define('HEADING_TITLE', 'Datos de Mi Cuenta');
  16  
  17  define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><b>NOTA:</b></font></small> Si ya ha pasado por este proceso y tiene una cuenta, por favor <a href="%s"><u>entre</u></a> en ella.');
  18  
  19  define('EMAIL_SUBJECT', 'Bienvenido a ' . STORE_NAME);
  20  define('EMAIL_GREET_MR', 'Estimado ' . stripslashes($HTTP_POST_VARS['lastname']) . ',' . "\n\n");
  21  define('EMAIL_GREET_MS', 'Estimado ' . stripslashes($HTTP_POST_VARS['lastname']) . ',' . "\n\n");
  22  define('EMAIL_GREET_NONE', 'Estimado ' . stripslashes($HTTP_POST_VARS['firstname']) . ',' . "\n\n");
  23  define('EMAIL_WELCOME', 'Le damos la bienvenida a <b>' . STORE_NAME . '</b>.' . "\n\n");
  24  define('EMAIL_TEXT', 'Ahora puede disfrutar de los <b>servicios</b> que le ofrecemos. Algunos de estos servicios son:' . "\n\n" . '<li><b>Carrito Permanente</b> - Cualquier producto aņadido a su carrito permanecera en el hasta que lo elimine, o hasta que realice la compra.' . "\n" . '<li><b>Libro de Direcciones</b> - Podemos enviar sus productos a otras direcciones aparte de la suya! Esto es perfecto para enviar regalos de cumpleaņos directamente a la persona que cumple aņos.' . "\n" . '<li><b>Historia de Pedidos</b> - Vea la relacion de compras que ha realizado con nosotros.' . "\n" . '<li><b>Comentarios</b> - Comparta su opinion sobre los productos con otros clientes.' . "\n\n");
  25  define('EMAIL_CONTACT', 'Para cualquier consulta sobre nuestros servicios, por favor escriba a: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
  26  define('EMAIL_WARNING', '<b>Nota:</b> Esta direccion fue suministrada por uno de nuestros clientes. Si usted no se ha suscrito como socio, por favor comuniquelo a ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
  27  
  28  // BOF - MOD: CREDIT CLASS Gift Voucher Contribution

  29  define('EMAIL_GV_INCENTIVE_HEADER', 'As part of our welcome to new customers, we have sent you an e-Gift Voucher worth %s');
  30  define('EMAIL_GV_REDEEM', 'The redeem code for is %s, you can enter the redeem code when checking out, after making a purchase');
  31  define('EMAIL_GV_LINK', 'or by following this link ');
  32  define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulation, to make your first visit to our online shop a more rewarding experience' . "\n" .
  33                                          '  below are details of a Discount Coupon created just for you' . "\n\n");
  34  define('EMAIL_COUPON_REDEEM', 'To use the coupon enter the redeem code which is %s during checkout, ' . "\n" .
  35                                 'after making a purchase');
  36  // EOF - MOD: CREDIT CLASS Gift Voucher Contribution

  37  ?>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7