<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 03.03.07
* | For version: 2.0
* | Desc: News module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Author: ',
'002' => 'Title: ',
'003' => 'Views: ',
'004' => 'Read more...',
'005' => 'Error. News with this id, not existing.',
'006' => 'No news.',
'007' => 'Send',
'008' => 'No comments.',
'009' => 'Comment must be longer than 5 char.',
'010' => 'Comments',
'011' => "You must be logged in to post comments. If you don't have an account you can register for one <a href='index.php?module=login&act=register'>here</a>",
);
?>