[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/admin/includes/languages/english/ -> banner_statistics.php (source)

   1  <?php
   2  //

   3  // +----------------------------------------------------------------------+

   4  // |zen-cart Open Source E-commerce                                       |

   5  // +----------------------------------------------------------------------+

   6  // | Copyright (c) 2003 The zen-cart developers                           |

   7  // |                                                                      |

   8  // | http://www.zen-cart.com/index.php                                    |

   9  // |                                                                      |

  10  // | Portions Copyright (c) 2003 osCommerce                               |

  11  // +----------------------------------------------------------------------+

  12  // | This source file is subject to version 2.0 of the GPL license,       |

  13  // | that is bundled with this package in the file LICENSE, and is        |

  14  // | available through the world-wide-web at the following url:           |

  15  // | http://www.zen-cart.com/license/2_0.txt.                             |

  16  // | If you did not receive a copy of the zen-cart license and are unable |

  17  // | to obtain it through the world-wide-web, please send a note to       |

  18  // | license@zen-cart.com so we can mail you a copy immediately.          |

  19  // +----------------------------------------------------------------------+

  20  //  $Id: banner_statistics.php 1105 2005-04-04 22:05:35Z birdbrain $

  21  //

  22  
  23  define('HEADING_TITLE', 'Banner Statistics');
  24  
  25  define('TABLE_HEADING_SOURCE', 'Source');
  26  define('TABLE_HEADING_VIEWS', 'Views');
  27  define('TABLE_HEADING_CLICKS', 'Clicks');
  28  
  29  define('TEXT_BANNERS_DATA', 'D<br>a<br>t<br>a');
  30  define('TEXT_BANNERS_DAILY_STATISTICS', '%s Daily Statistics For %s %s');
  31  define('TEXT_BANNERS_MONTHLY_STATISTICS', '%s Monthly Statistics For %s');
  32  define('TEXT_BANNERS_YEARLY_STATISTICS', '%s Yearly Statistics');
  33  
  34  define('STATISTICS_TYPE_DAILY', 'Daily');
  35  define('STATISTICS_TYPE_MONTHLY', 'Monthly');
  36  define('STATISTICS_TYPE_YEARLY', 'Yearly');
  37  
  38  define('TITLE_TYPE', 'Type:');
  39  define('TITLE_YEAR', 'Year:');
  40  define('TITLE_MONTH', 'Month:');
  41  
  42  define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a graphs directory example: <strong>' . DIR_WS_ADMIN . 'images/graphs</strong>');
  43  define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable. This is located at: <strong>' . DIR_WS_ADMIN . 'images/graphs</strong>');
  44  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics