<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 11.02.07
* | For version: 1.5
* | Desc: News module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Autore: ',
'002' => 'Titolo: ',
'003' => 'Views: ',
'004' => 'Leggi ancora...',
'005' => 'Errore. News con questo id, non esistente.',
'006' => 'Nessuna news.',
'007' => 'Invia',
'008' => 'Nessun commento.',
'009' => 'I commenti devono essere lunghi almeno 5 caratteri.',
'010' => 'Commenti',
);
?>