<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 30.03.07
* | For version: 2.0
* | Desc: User manager lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Enter the username:',
'002' => 'Look up',
'003' => 'User Management',
'004' => 'Edit',
'005' => 'This user does not exist!',
'006' => 'Username: ',
'007' => 'Password: ',
'008' => 'Email: ',
'009' => 'Theme: ',
'010' => 'Language: ',
'011' => 'User Data has been changed successfully!',
'012' => '(If you don\'t want to change the password, leave this field blank)',
'013' => 'Delete this user (This can\'t be undone!)',
'014' => 'User has been deleted successfully!',
'015' => 'Use wildcards in searching (such *)',
'016' => 'Choose',
);
?>