<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 24.02.07
* | For version: 1.6
* | Desc: admin news lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'News List',
'002' => 'Add News',
'003' => 'News was successfully added!',
'004' => 'Title: ',
'005' => 'Text: ',
'006' => 'Detailed text: ',
'007' => 'News was successfully edited!',
'008' => 'Edit News',
'009' => 'News was successfuly deleted!',
'010' => 'Title',
'011' => 'Author',
'012' => 'Delete',
'013' => 'Edit',
);
?>