Merge pull request #11390 from grandoc/develop

translation
This commit is contained in:
Laurent Destailleur 2019-06-24 15:30:30 +02:00 committed by GitHub
commit cade08342c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 19 additions and 19 deletions

View File

@ -23,7 +23,7 @@
/** /**
* \file htdocs/core/modules/bom/mod_bom_advanced.php * \file htdocs/core/modules/bom/mod_bom_advanced.php
* \ingroup bom * \ingroup bom
* \brief Fichier contenant la classe du modele de numerotation de reference de bom advanced * \brief File containing class for numbering model of bom advanced
*/ */
require_once DOL_DOCUMENT_ROOT .'/core/modules/bom/modules_bom.php'; require_once DOL_DOCUMENT_ROOT .'/core/modules/bom/modules_bom.php';
@ -52,7 +52,7 @@ class mod_bom_advanced extends ModeleNumRefboms
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -46,7 +46,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -27,7 +27,7 @@
/** /**
* \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php * \file htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php
* \ingroup commande * \ingroup commande
* \brief Fichier de la classe permettant de generer les commandes au modele Eratosthène * \brief File of the class allowing to generate the orders to the Eratosthene model
*/ */
require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php'; require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';
@ -38,7 +38,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
/** /**
* Classe to generate PDF orders with template Eratosthene * Class to generate PDF orders with template Eratosthene
*/ */
class pdf_eratosthene extends ModelePDFCommandes class pdf_eratosthene extends ModelePDFCommandes
{ {

View File

@ -52,7 +52,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -55,7 +55,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -62,7 +62,7 @@ class mod_facture_mars extends ModeleNumRefFactures
} }
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -46,7 +46,7 @@ class mod_facture_mercure extends ModeleNumRefFactures
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -72,7 +72,7 @@ class mod_facture_terre extends ModeleNumRefFactures
} }
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -57,7 +57,7 @@ class mod_arctic extends ModeleNumRefFicheinter
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -61,7 +61,7 @@ class mod_livraison_jade extends ModeleNumRefDeliveryOrder
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -56,7 +56,7 @@ class mod_livraison_saphir extends ModeleNumRefDeliveryOrder
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -55,7 +55,7 @@ class mod_payment_ant extends ModeleNumRefPayments
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -55,7 +55,7 @@ class mod_project_universal extends ModeleNumRefProjects
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -55,7 +55,7 @@ class mod_task_universal extends ModeleNumRefTask
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -57,7 +57,7 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -55,7 +55,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */

View File

@ -53,7 +53,7 @@ class mod_ticket_universal extends ModeleNumRefTicket
public $name='Universal'; public $name='Universal';
/** /**
* Renvoi la description du modele de numerotation * Returns the description of the numbering model
* *
* @return string Texte descripif * @return string Texte descripif
*/ */