<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 23.02.07
* | For version: 1.6
* | Desc: admin module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Username:',
'002' => 'Password:',
'003' => 'Enter Admin Panel',
'004' => 'Check for admin level...',
'005' => 'Global',
'006' => 'Manage modules',
'007' => 'News',
'008' => 'Files',
'009' => 'Photo Gallery',
'010' => 'Forum',
'011' => 'Voting',
'012' => 'Logout',
'013' => 'You have successfully logged into admin panel!',
'014' => 'You don\'t have access to the admin panel.',
'015' => 'Application Error.',
'016' => 'Access denied.',
'017' => 'Manage blocks',
'018' => 'Manage users',
'019' => 'Admin Permissions',
'020' => 'You don\'t have permissions to access this feature!',
'021' => 'Moderate banners',
);
?>