????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/languages/espanol/
Upload File :
Current File : /home2/morganrand/www/ecommerce/os/catalog/admin/includes/languages/espanol/banner_statistics.php

<?php
/*
  $Id: banner_statistics.php,v 1.1 2004/08/25 23:02:21 akhan 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', 'Estadisticas de Banners');

define('TABLE_HEADING_SOURCE', 'Fecha');
define('TABLE_HEADING_VIEWS', 'Vistas');
define('TABLE_HEADING_CLICKS', 'Clicks');

define('TEXT_BANNERS_DATA', 'D<br>a<br>t<br>o<br>s');
define('TEXT_BANNERS_DAILY_STATISTICS', '%s Estadisticas Diarias de %s %s');
define('TEXT_BANNERS_MONTHLY_STATISTICS', '%s Estadisticas Mensuales de %s');
define('TEXT_BANNERS_YEARLY_STATISTICS', '%s Estadisticas Anuales');

define('STATISTICS_TYPE_DAILY', 'Diarias');
define('STATISTICS_TYPE_MONTHLY', 'Mensuales');
define('STATISTICS_TYPE_YEARLY', 'Anuales');

define('TITLE_TYPE', 'Tipo:');
define('TITLE_YEAR', 'A&ntilde;o:');
define('TITLE_MONTH', 'Mes:');

define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: No existe el directorio de gr&aacute;ficos. Por favor cree un directorio llamado \'graphs\' dentro de \'images\'.');
define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: No se puede escribir en el directorio de gr&aacute;ficos.');
?>