<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 15.02.07
* | For version: 1.5
* | Desc: Forum module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Application error.');
}
$mlang = array (
'000' => 'Forum',
'001' => 'Sections',
'002' => 'Last time changed',
'003' => 'There is no sections in the forum!',
'004' => 'Threads',
'005' => 'Author',
'006' => 'Replies',
'007' => 'Date/Time',
'008' => 'Post a new Thread',
'009' => 'Post a new Reply',
'010' => 'Title: ',
'011' => 'Author: ',
'012' => 'Type your text here:',
'013' => 'Post',
'014' => 'There is no section related with this id!',
'015' => 'There is no thread related with this id!',
'016' => 'There is no threads in this section!',
'017' => 'Please fill all the required fields!',
);
?>