39 lines
1.1 KiB
PHP
39 lines
1.1 KiB
PHP
<?php
|
|
/*
|
|
$Id: index.php,v 1.4 2003/07/06 20:33:01 dgw_ Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('HEADING_TITLE', 'Seleccione una opción..');
|
|
|
|
define('BOX_TITLE_ORDERS', 'Pedidos');
|
|
define('BOX_TITLE_STATISTICS', 'Estadisticas');
|
|
|
|
define('BOX_ENTRY_SUPPORT_SITE', 'Soporte');
|
|
define('BOX_ENTRY_SUPPORT_FORUMS', 'Foros');
|
|
define('BOX_ENTRY_CONTRIBUTIONS', 'Módulos');
|
|
|
|
define('BOX_ENTRY_CUSTOMERS', 'Clientes:');
|
|
define('BOX_ENTRY_PRODUCTS', 'Productos:');
|
|
define('BOX_ENTRY_REVIEWS', 'Comentarios:');
|
|
|
|
define('BOX_CONNECTION_PROTECTED', 'Esta protegido por una conexión SSL %s.');
|
|
define('BOX_CONNECTION_UNPROTECTED', '<font color="#ff0000">No</font> esta protegido por una conexión segura SSL.');
|
|
define('BOX_CONNECTION_UNKNOWN', 'desconocido');
|
|
|
|
define('CATALOG_CONTENTS', 'Contenido');
|
|
|
|
define('REPORTS_PRODUCTS', 'Productos');
|
|
define('REPORTS_ORDERS', 'Pedidos');
|
|
|
|
define('TOOLS_BACKUP', 'Copias');
|
|
define('TOOLS_BANNERS', 'Banners');
|
|
define('TOOLS_FILES', 'Ficheros');
|
|
?>
|