<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 21.02.07
* | For version: 1.6
* | Desc: Voting module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Votings',
'002' => 'There is no voting assigned to this ID!',
'003' => 'Vote',
'004' => 'Thank you for voting.',
'005' => 'Votings do not exist!',
'006' => 'Pages: ',
'007' => 'Date/Time',
'008' => 'Back',
);
?>