24 lines
771 B
PHP
24 lines
771 B
PHP
<?php
|
|
/*
|
|
$Id: account_newsletters.php,v 1.3 2003/07/08 16:45:36 dgw_ Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('NAVBAR_TITLE_1', 'Mi Cuenta');
|
|
define('NAVBAR_TITLE_2', 'Subscripción a Boletines');
|
|
|
|
define('HEADING_TITLE', 'Subscripción a Boletines');
|
|
|
|
define('MY_NEWSLETTERS_TITLE', 'Mis Subscripciones');
|
|
define('MY_NEWSLETTERS_GENERAL_NEWSLETTER', 'Boletín General');
|
|
define('MY_NEWSLETTERS_GENERAL_NEWSLETTER_DESCRIPTION', 'Incluye noticias, nuevos productos, ofertas especiales y otros anuncios promocionales.');
|
|
|
|
define('SUCCESS_NEWSLETTER_UPDATED', 'Se han actualizado sus subscrictiones correctamente.');
|
|
?>
|