<?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' => 'Ankiety',
'002' => 'Brak ankiet o takim ID!',
'003' => 'G³osuj',
'004' => 'Dziêkujemy za g³os.',
'005' => 'Nie ma ¿adnych ankiet!',
'006' => 'Strony: ',
'007' => 'Data/Czas',
);
?>