Merge pull request #3478 from grandoc/develop

translations missing
This commit is contained in:
Laurent Destailleur 2015-09-07 15:09:31 +02:00
commit 5d285bf56d

View File

@ -3,7 +3,7 @@
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com> * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es> * Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2013 Philippe Grand <philippe.grand@atoo-net.com> * Copyright (C) 2013-2015 Philippe Grand <philippe.grand@atoo-net.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,17 +20,17 @@
*/ */
/** /**
* \defgroup fournisseur Module suppliers * \defgroup fournisseur suppliers Module
* \brief Module pour gerer des societes et contacts de type fournisseurs * \brief Module to manage companies and contacts of supplier type
* \file htdocs/core/modules/modFournisseur.class.php * \file htdocs/core/modules/modFournisseur.class.php
* \ingroup fournisseur * \ingroup fournisseur
* \brief Fichier de description et activation du module Fournisseur * \brief Description and activation file for module Fournisseur
*/ */
include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php'; include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
/** /**
* Classe de description et activation du module Fournisseur * Description and activation class for module Fournisseur
*/ */
class modFournisseur extends DolibarrModules class modFournisseur extends DolibarrModules
{ {
@ -67,7 +67,7 @@ class modFournisseur extends DolibarrModules
"/fournisseur/facture/temp" "/fournisseur/facture/temp"
); );
// Dependances // Dependencies
$this->depends = array("modSociete"); $this->depends = array("modSociete");
$this->requiredby = array(); $this->requiredby = array();
$this->langfiles = array('bills', 'companies', 'suppliers', 'orders'); $this->langfiles = array('bills', 'companies', 'suppliers', 'orders');
@ -75,7 +75,7 @@ class modFournisseur extends DolibarrModules
// Config pages // Config pages
$this->config_page_url = array("supplier_order.php"); $this->config_page_url = array("supplier_order.php");
// Constantes // Constants
$this->const = array(); $this->const = array();
$r=0; $r=0;