| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: mail.php,v 1.10 2003/07/06 20:33:01 dgw_ Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Enviar Email a Cliente(s)'); 14 15 define('TEXT_CUSTOMER', 'Cliente:'); 16 define('TEXT_SUBJECT', 'Asunto:'); 17 define('TEXT_FROM', 'Desde:'); 18 define('TEXT_MESSAGE', 'Mensaje:'); 19 define('TEXT_SELECT_CUSTOMER', 'Seleccionar Cliente'); 20 define('TEXT_ALL_CUSTOMERS', 'Todos los Clientes'); 21 define('TEXT_NEWSLETTER_CUSTOMERS', 'Todos los Suscritos'); 22 23 define('NOTICE_EMAIL_SENT_TO', 'Aviso: Email enviado a: %s'); 24 define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No ha seleccionado ningun cliente.'); 25 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |