From 5d8d2ff27410bb383414cf124630c19c254a9aed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Jun 2008 19:18:47 +0000 Subject: [PATCH] Fix: Trad --- htdocs/includes/boxes/box_factures_fourn_imp.php | 7 ++----- htdocs/langs/en_US/boxes.lang | 4 +++- htdocs/langs/fr_FR/boxes.lang | 4 +++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/includes/boxes/box_factures_fourn_imp.php b/htdocs/includes/boxes/box_factures_fourn_imp.php index eda482d86cb..fe409d7d2d3 100644 --- a/htdocs/includes/boxes/box_factures_fourn_imp.php +++ b/htdocs/includes/boxes/box_factures_fourn_imp.php @@ -14,16 +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$ - * $Source$ */ /** \file htdocs/includes/boxes/box_factures_fourn_imp.php \ingroup fournisseur \brief Fichier de gestion d'une box des factures fournisseurs impayees - \version $Revision$ + \version $Id$ */ include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php"); @@ -126,7 +123,7 @@ class box_factures_fourn_imp extends ModeleBoxes { { if ($num==0 && $i==$num) { - $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoUnpayedCustomerBills")); + $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoUnpayedSupplierBills")); } else { $this->info_box_contents[$i][0] = array('text'=>' '); } diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang index b021e7e6d0e..4d6a08d6596 100644 --- a/htdocs/langs/en_US/boxes.lang +++ b/htdocs/langs/en_US/boxes.lang @@ -45,4 +45,6 @@ NoActionsToDo=No actions to do NoRecordedOrders=No recorded customer's orders NoRecordedProposals=No recorded proposals NoRecordedInvoices=No recorded customer's invoices -NoUnpayedCustomerBills=No unpayed customer's invoices \ No newline at end of file +NoUnpayedCustomerBills=No unpayed customer's invoices +NoRecordedSupplierInvoices=No recorded supplier's invoices +NoUnpayedSupplierBills=No unpayed supplier's invoices \ No newline at end of file diff --git a/htdocs/langs/fr_FR/boxes.lang b/htdocs/langs/fr_FR/boxes.lang index 6af026fdadd..dd8e77e9148 100644 --- a/htdocs/langs/fr_FR/boxes.lang +++ b/htdocs/langs/fr_FR/boxes.lang @@ -46,4 +46,6 @@ NoActionsToDo=Pas d'actions NoRecordedOrders=Pas de commandes clients enregistrées NoRecordedProposals=Pas de propositions commerciales enregistrées NoRecordedInvoices=Pas de factures clients enregistrées -NoUnpayedCustomerBills=Pas de factures clients impayées \ No newline at end of file +NoUnpayedCustomerBills=Pas de factures clients impayées +NoRecordedSupplierInvoices=Pas de factures fournisseurs enregistrées +NoUnpayedSupplierBills=Pas de factures fournisseurs impayées \ No newline at end of file