Triggers descriptions are ok fot UTF

This commit is contained in:
Laurent Destailleur 2008-10-27 20:43:00 +00:00
parent 86ab9171a7
commit f99ad70074
6 changed files with 9 additions and 10 deletions

View File

@ -50,10 +50,11 @@ class InterfaceDemo
$this->name = eregi_replace('^Interface','',get_class($this));
$this->family = "demo";
$this->description = "Les triggers de ce composant sont des fonctions vierges. Elles n'ont aucun effet. Ce composant est fourni à des fins de tutorial.";
$this->description = "Triggers of this module are empty functions. They have no effect. They are provided for tutorial purpose only.";
$this->version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' or version
}
/**
* \brief Renvoi nom du lot de triggers
* \return string Nom du lot de triggers

View File

@ -49,7 +49,7 @@ class InterfaceLogevents
$this->name = eregi_replace('^Interface','',get_class($this));
$this->family = "core";
$this->description = "Les triggers de ce composant permettent de logguer les evenements de securite Dolibarr.";
$this->description = "Triggers of this module allows to add security event records inside Dolibarr.";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
}

View File

@ -47,7 +47,7 @@ class InterfaceLdapsynchro
$this->name = eregi_replace('Interface','',get_class($this));
$this->family = "ldap";
$this->description = "Les triggers de ce composant permettent d'effectuer les synchro de Dolibarr vers un annuaire LDAP.";
$this->description = "Triggers of this module allows to synchronize Dolibarr toward a LDAP database.";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
}

View File

@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
/**
\file htdocs/includes/triggers/interface_modNotification_notification.class.php
\ingroup notification
\brief Fichier de gestion des notifications sur evenement Dolibarr
\version $Id$
*/
@ -44,7 +43,7 @@ class InterfaceNotification
$this->name = eregi_replace('Interface','',get_class($this));
$this->family = "notification";
$this->description = "Les triggers de ce composant envoie les notifications par mail selon configuration du module Notification.";
$this->description = "Triggers of this module send email notifications according to Notification module setup.";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
}

View File

@ -15,14 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
/**
\file htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php
\ingroup phenix
\brief Fichier de gestion des triggers phenix
\version $Id$
*/
include_once(DOL_DOCUMENT_ROOT.'/phenix/phenix.class.php');
@ -53,7 +52,7 @@ class InterfacePhenixsynchro
$this->name = eregi_replace('Interface','',get_class($this));
$this->family = "phenix";
$this->description = "Les triggers de ce composant permettent d'insérer un évênement dans le calendrier phenix pour chaque grand évênement Dolibarr.";
$this->description = "Triggers of this module allows to add an event inside Phenix calenar for each Dolibarr business event.";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
}

View File

@ -51,7 +51,7 @@ class InterfaceWebcalsynchro
$this->name = eregi_replace('Interface','',get_class($this));
$this->family = "webcal";
$this->description = "Les triggers de ce composant permettent d'insérer un évênement dans le calendrier webcalendar pour chaque grand évênement Dolibarr.";
$this->description = "Triggers of this module allows to add an event inside Webcalendar for each Dolibarr business event.";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
}