<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 22.03.07
* | For version: 2.0
* | Desc: Statistics module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Statistics',
'002' => 'Total count of visitings: ',
'003' => 'Your count of visitings: ',
'004' => 'Operating System',
'005' => 'Counts',
'006' => 'Browser',
'007' => 'Your OS: ',
'008' => 'Your browser: ',
);
?>