<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 06.04.07
* | For version: 2.0
* | Desc: Admin permissions lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Enter the username:',
'002' => 'Look up',
'003' => 'Admin Permissions',
'004' => 'Choose',
'005' => 'This user does not exist!',
'006' => 'Edit',
'007' => 'Use wildcards in searching (such *)',
'008' => 'Admin Permissions for ',
'009' => 'Is administrator',
'010' => 'Is not administrator',
'011' => 'Admin permissions have been changed successfully!',
);
?>