Trans
This commit is contained in:
parent
6914e2bb2a
commit
3e372602d8
@ -61,7 +61,7 @@ class modStockTransfer extends DolibarrModules
|
|||||||
// Module description, used if translation string 'ModuleStockTransferDesc' not found (StockTransfer is name of module).
|
// Module description, used if translation string 'ModuleStockTransferDesc' not found (StockTransfer is name of module).
|
||||||
$this->description = $langs->trans("ModuleStockTransferDesc");
|
$this->description = $langs->trans("ModuleStockTransferDesc");
|
||||||
// Used only if file README.md and README-LL.md not found.
|
// Used only if file README.md and README-LL.md not found.
|
||||||
$this->descriptionlong = "StockTransfer description (Long)";
|
$this->descriptionlong = "Advanced management of stock transfer orders with generation of stock transfer sheets";
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
||||||
$this->version = 'experimental';
|
$this->version = 'experimental';
|
||||||
// Url to the file with your last numberversion of this module
|
// Url to the file with your last numberversion of this module
|
||||||
|
|||||||
@ -573,7 +573,7 @@ Module50Desc=Management of Products
|
|||||||
Module51Name=Mass mailings
|
Module51Name=Mass mailings
|
||||||
Module51Desc=Mass paper mailing management
|
Module51Desc=Mass paper mailing management
|
||||||
Module52Name=Stocks
|
Module52Name=Stocks
|
||||||
Module52Desc=Stock management
|
Module52Desc=Stock management (stock movement tracking and inventory)
|
||||||
Module53Name=Services
|
Module53Name=Services
|
||||||
Module53Desc=Management of Services
|
Module53Desc=Management of Services
|
||||||
Module54Name=Contracts/Subscriptions
|
Module54Name=Contracts/Subscriptions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user