manifest.php
author Tomas Zeman <tomas.zeman@site-conf.cz>
Thu, 26 May 2011 14:34:52 +0200
branchsugarforge-projects-czech
changeset 3 974a21c495b2
parent 1 c80b997e4c27
child 5 d3177f799d06
permissions -rw-r--r--
Imported SugarOS-4.5.1e-lang_cs_cz-20070826 (from http://www.sugarforge.org/projects/czech/)

<?PHP 
$manifest = array( 
	'name' => 'Czech',
	'description' => 'Language pack for Czech',
	'type' => 'langpack',
	'is_uninstallable' => 'Yes',
	'version' => '4.5.1e',
	'acceptable_sugar_flavors' => array (),
	'published_date' => '2007-08-26',
	'author' => 'extrasolution.com',
	'acceptable_sugar_versions' => array (),
);

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