<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 10.04.07
* | For version: 2.0
* | Desc: admin banners lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Moderate Banners',
'002' => 'Banner no ',
'003' => 'Submit',
'004' => 'In order to add a new banner, upload the banner image to the \'banners\' folder,',
'005' => 'then paste its name here (for example: banner1.png)',
'006' => 'Banners have been changed successfully!',
);
?>