diff -r 31504d578711 -r c80b997e4c27 manifest.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manifest.php Thu May 26 14:02:26 2011 +0200 @@ -0,0 +1,21 @@ + 'Č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'=>'/images', + 'copy' => array( + array('from'=> '/include','to'=> 'include',), + array('from'=> '/modules','to'=> 'modules')) +); +?>