<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Anas Husseini
* | License: GPL
* | Last updated: 24.02.07
* | For version: 1.6
* | Desc: admin forum lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Program fel.');
}
$mlang = array (
'001' => 'Lista sektioner',
'002' => 'Lägg till Sektion',
'003' => 'Sektion inlagd!',
'004' => 'Namn: ',
'005' => 'Beskrivning: ',
'006' => 'Lägg till sektion',
'007' => 'Sektion ändrad!',
'008' => 'Ãndra sektion',
'009' => 'Sektion raderad!',
'010' => 'Namn',
'011' => 'Radera',
'012' => 'Ãndra',
);
?>