manifest.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
child 9 cfdaee8cd58d
equal deleted inserted replaced
0:31504d578711 1:c80b997e4c27
       
     1 <?PHP 
       
     2 $manifest = array( 
       
     3 	'name' => 'Čeština',
       
     4 	'description' => 'Český překlad',
       
     5 	'type' => 'langpack',
       
     6 	'is_uninstallable' => 'Yes',
       
     7 	'version' => '4.5.0',
       
     8 	'acceptable_sugar_flavors' => array ("OS", "PRO", "ENT"),
       
     9 	'published_date' => '2007-03-25',
       
    10 	'author' => 'michal sviba , zuzka.wokurka',
       
    11 	'acceptable_sugar_versions' => array ("4.5*"),
       
    12 );
       
    13 
       
    14 $installdefs = array(
       
    15 	'id'=> 'cs_cz',
       
    16 	'image_dir'=>'<basepath>/images',
       
    17 	'copy' => array(
       
    18 	array('from'=> '<basepath>/include','to'=> 'include',),
       
    19 	array('from'=> '<basepath>/modules','to'=> 'modules'))
       
    20 );
       
    21 ?>