forked from Wavyzz/dolibarr
Triggers descriptions are ok fot UTF
This commit is contained in:
@@ -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 <20> 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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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<6E>rer un <20>v<EFBFBD>nement dans le calendrier phenix pour chaque grand <20>v<EFBFBD>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
|
||||
}
|
||||
|
||||
|
||||
@@ -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<6E>rer un <20>v<EFBFBD>nement dans le calendrier webcalendar pour chaque grand <20>v<EFBFBD>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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user