<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 24.02.07
* | For version: 1.6
* | Desc: admin voting lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Votings list',
'002' => 'Add Voting',
'003' => 'Voting has been successfully added!',
'004' => 'Selections of the Voting',
'005' => 'Title of the selection ',
'006' => 'Title of the Voting: ',
'007' => 'Number of selections: ',
'008' => 'Next',
'009' => 'Voting has been successfully edited!',
'010' => 'Selection ',
'011' => 'Edit Voting',
'012' => 'Voting has been successfuly deleted!',
'013' => 'Title',
'014' => 'Delete',
'015' => 'Edit',
);
?>