<?php
/* +--------------------------------------------
* |
* | Product: PHPEchoCMS
* | Author: Tigran Abrahamyan
* | License: GPL
* | Last updated: 28.01.07
* | For version: 1.3
* | Desc: Gallery module lang pack
* |
* +--------------------------------------------
*/
if( !@$BASE_LOAD )
{
die('Anwendungsfehler.');
}
$mlang = array (
'001' => 'Es sind keine Kategorien eingerichtet.',
'002' => 'Diese Kategorie enthält keine Bilder.',
'003' => 'Kategorie: ',
);
?>