<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 05.02.07
* | For version: 1.5
* | Desc: User control panel module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Profile setting was successfully edited!',
'002' => 'Username',
'003' => 'Password',
'004' => 'Email',
'005' => 'Theme',
'006' => 'Language',
'007' => 'Edit',
'008' => 'This name is not available. ',
'009' => 'You must be logged in to use this feature.',
'010' => 'Change',
'011' => 'Old password: ',
'012' => 'New password: ',
'013' => 'Confirm new password: ',
'014' => 'Password changed successfully!',
'015' => 'Error! Old password is not correct, or new password and its confirm do not match!',
'016' => 'Password should be longer!',
);
?>