equal
deleted
inserted
replaced
|
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 ?> |