Viewing file: default.php (1009 B) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
/*
Spanish Text for The Exchange Project Administration Tool Preview Release 2.0
Last Update: 02/12/2000
Author(s): David Garcia Watkins (dgw@q-logic.org)
*/
define('TOP_BAR_TITLE', 'Informacion para el Administrador');
define('HEADING_TITLE', '¿Para que sirve este boton?');
define('SUB_BAR_TITLE', 'The Exchange Project: Herramienta de Administracion - Preview Release 2.0');
define('TEXT_MAIN', 'Cualquier cambio efectuado con esta herramienta de administracion surtira efecto inmediatamente en la base de datos. Si no esta seguro de lo que esta herramienta de administracion puede hacer, le sugerimos que lea la <a href="http://theexchangeproject.org/documentation_dbmodel.php" target="_blank"><u>documentacion del modelo de base de datos</u></a>.');
define('TABLE_HEADING_NEW_CUSTOMERS', 'Nuevos Clientes');
define('TABLE_HEADING_LAST_ORDERS', 'Ultimos Pedidos');
define('TABLE_HEADING_NEW_PRODUCTS', 'Nuevos Productos');
define('TABLE_HEADING_NEW_REVIEWS', 'Nuevos Comentarios');
?>
|