<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 23.01.07
* | For version: 1.2
* | Desc: Login system lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Incorrect username or/and password.',
'002' => 'Register',
'003' => 'Name',
'004' => 'Password',
'005' => 'E-mail',
'006' => 'Verification code',
'007' => 'You are already logged in.',
'008' => 'Please Fill name\'s field. ',
'009' => 'Please Fill both password\'s fields. ',
'010' => 'Please Fill e-mail\'s field. ',
'011' => 'This name is not available. ',
'012' => 'This e-mail is not available. ',
'013' => 'You are not fill username or/and password.',
'014' => 'You are registered successfully.',
'015' => 'Retype password',
'016' => 'Verification code for your account',
'017' => 'Here is your verification code: \n',
'018' => '\n\nPlease paste it into the form in order to complete your registration.',
'019' => 'Verification code is incorrect!',
'020' => 'Verification code is sent to your email: ',
'021' => 'Passwords do not match!',
'022' => 'Error',
'023' => 'Password should be longer!',
);
?>