[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/developer_tools/setup/ -> setup.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - TranslationTools                                           *
   4      * http://www.egroupware.org                                              *
   5      * --------------------------------------------                             *
   6      *  This program is free software; you can redistribute it and/or modify it *
   7      *  under the terms of the GNU General Public License as published by the   *
   8      *  Free Software Foundation; either version 2 of the License, or (at your  *
   9      *  option) any later version.                                              *
  10      \**************************************************************************/
  11  
  12      /* $Id: setup.inc.php 20295 2006-02-15 12:31:25Z  $ */
  13  
  14      /* Basic information about this app */
  15      $setup_info['developer_tools']['name']      = 'developer_tools';
  16      $setup_info['developer_tools']['title']     = 'TranslationTools';
  17      $setup_info['developer_tools']['version']   = '1.2';
  18      $setup_info['developer_tools']['app_order'] = 61;
  19      $setup_info['developer_tools']['enable']    = 1;
  20  
  21      $setup_info['developer_tools']['author'] = 'Miles Lott';
  22      $setup_info['developer_tools']['description'] =
  23          'The TranslationTools allow to create and extend translations-files for eGroupWare. 
  24          They can search the sources for new / added phrases and show you the ones missing in your language.';
  25      $setup_info['developer_tools']['note'] =
  26          'Reworked and improved version of the former language-management of Milosch\'s developer_tools.';
  27      $setup_info['developer_tools']['license']  = 'GPL';
  28      $setup_info['developer_tools']['maintainer'] = array(
  29          'name' => 'Ralf Becker',
  30          'email' => 'RalfBecker@outdoor-training.de'
  31      );
  32  
  33      /* The tables this app creates */
  34      $setup_info['developer_tools']['tables']    = array();
  35  
  36      /* The hooks this app includes, needed for hooks registration */
  37      $setup_info['developer_tools']['hooks']     = array();
  38  
  39      /* Dependencies for this app to work */
  40      $setup_info['developer_tools']['depends'][] = array(
  41          'appname' => 'phpgwapi',
  42          'versions' => Array('1.0.0','1.0.1','1.2')
  43      );
  44  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7