<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 24.02.07
* | For version: 1.6
* | Desc: admin gallery lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'001' => 'Manage categories',
'002' => 'Photo list',
'003' => 'Add photo',
'004' => 'Photo has been added!',
'005' => 'Photoname: ',
'006' => 'Link: ',
'007' => 'Author: ',
'008' => 'Category id: ',
'009' => 'Add',
'010' => 'Photo has been edited!',
'011' => 'Photo has been deleted!',
'012' => 'Title',
'013' => 'Author',
'014' => 'Category',
'015' => 'Edit',
'016' => 'Delete',
'017' => 'Add category',
'018' => 'Category name',
'019' => 'Edit category name',
'020' => 'Delete category',
'021' => 'Gallery has been added!',
'022' => 'Gallery has been edited!',
'023' => 'Gallery has been deleted!',
'024' => 'Only JPEG images are accepted!',
'025' => '(Click on the category name in order to add photos into it)',
'026' => 'You should fill all the required fields!',
);
?>