manifest.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 24 Jun 2011 13:06:25 +0200
changeset 7 b6be30d28825
parent 1 c80b997e4c27
child 3 974a21c495b2
child 9 cfdaee8cd58d
permissions -rw-r--r--
Main lang file

<?PHP 
$manifest = array( 
	'name' => 'Čeština',
	'description' => 'Český překlad',
	'type' => 'langpack',
	'is_uninstallable' => 'Yes',
	'version' => '4.5.0',
	'acceptable_sugar_flavors' => array ("OS", "PRO", "ENT"),
	'published_date' => '2007-03-25',
	'author' => 'michal sviba , zuzka.wokurka',
	'acceptable_sugar_versions' => array ("4.5*"),
);

$installdefs = array(
	'id'=> 'cs_cz',
	'image_dir'=>'<basepath>/images',
	'copy' => array(
	array('from'=> '<basepath>/include','to'=> 'include',),
	array('from'=> '<basepath>/modules','to'=> 'modules'))
);
?>