Fix trans
This commit is contained in:
parent
5e4e02337b
commit
ff6bcbdcf8
@ -47,7 +47,7 @@ class modLabel extends DolibarrModules
|
||||
$this->module_position = '75';
|
||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = preg_replace('/^mod/i', '', get_class($this));
|
||||
$this->description = "Gestion des etiquettes";
|
||||
$this->description = "Management of stickers";
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||
$this->version = 'development';
|
||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||
|
||||
@ -545,6 +545,8 @@ Module58Name=ClickToDial
|
||||
Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
|
||||
Module59Name=Bookmark4u
|
||||
Module59Desc=Add function to generate Bookmark4u account from a Dolibarr account
|
||||
Module60Name=Stickers
|
||||
Module60Desc=Management of stickers
|
||||
Module70Name=Interventions
|
||||
Module70Desc=Intervention management
|
||||
Module75Name=Expense and trip notes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user