| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: index.php,v 1.4 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', 'Seleccione una opción..'); 14 15 define('BOX_TITLE_ORDERS', 'Pedidos'); 16 define('BOX_TITLE_STATISTICS', 'Estadisticas'); 17 18 define('BOX_ENTRY_SUPPORT_SITE', 'Soporte'); 19 define('BOX_ENTRY_SUPPORT_FORUMS', 'Foros'); 20 define('BOX_ENTRY_MAILING_LISTS', 'Listas de Correo'); 21 define('BOX_ENTRY_BUG_REPORTS', 'Notificar Fallos'); 22 define('BOX_ENTRY_FAQ', 'PUF (FAQ)'); 23 define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Discusiones'); 24 define('BOX_ENTRY_CVS_REPOSITORY', 'Repositorio CVS'); 25 define('BOX_ENTRY_INFORMATION_PORTAL', 'Portal'); 26 27 define('BOX_ENTRY_CUSTOMERS', 'Clientes:'); 28 define('BOX_ENTRY_PRODUCTS', 'Productos:'); 29 define('BOX_ENTRY_REVIEWS', 'Comentarios:'); 30 31 define('BOX_CONNECTION_PROTECTED', 'Esta protegido por una conexión SSL %s.'); 32 define('BOX_CONNECTION_UNPROTECTED', '<font color="#ff0000">No</font> esta protegido por una conexión segura SSL.'); 33 define('BOX_CONNECTION_UNKNOWN', 'desconocido'); 34 35 define('CATALOG_CONTENTS', 'Contenido'); 36 37 define('REPORTS_PRODUCTS', 'Productos'); 38 define('REPORTS_ORDERS', 'Pedidos'); 39 40 define('TOOLS_BACKUP', 'Copias'); 41 define('TOOLS_BANNERS', 'Banners'); 42 define('TOOLS_FILES', 'Ficheros'); 43 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |