Fix: Trad

This commit is contained in:
Laurent Destailleur 2008-06-05 19:18:47 +00:00
parent 6077b8de6c
commit 5d8d2ff274
3 changed files with 8 additions and 7 deletions

View File

@ -14,16 +14,13 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/ */
/** /**
\file htdocs/includes/boxes/box_factures_fourn_imp.php \file htdocs/includes/boxes/box_factures_fourn_imp.php
\ingroup fournisseur \ingroup fournisseur
\brief Fichier de gestion d'une box des factures fournisseurs impayees \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"); 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) 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 { } else {
$this->info_box_contents[$i][0] = array('text'=>' '); $this->info_box_contents[$i][0] = array('text'=>' ');
} }

View File

@ -46,3 +46,5 @@ NoRecordedOrders=No recorded customer's orders
NoRecordedProposals=No recorded proposals NoRecordedProposals=No recorded proposals
NoRecordedInvoices=No recorded customer's invoices NoRecordedInvoices=No recorded customer's invoices
NoUnpayedCustomerBills=No unpayed customer's invoices NoUnpayedCustomerBills=No unpayed customer's invoices
NoRecordedSupplierInvoices=No recorded supplier's invoices
NoUnpayedSupplierBills=No unpayed supplier's invoices

View File

@ -47,3 +47,5 @@ NoRecordedOrders=Pas de commandes clients enregistr
NoRecordedProposals=Pas de propositions commerciales enregistrées NoRecordedProposals=Pas de propositions commerciales enregistrées
NoRecordedInvoices=Pas de factures clients enregistrées NoRecordedInvoices=Pas de factures clients enregistrées
NoUnpayedCustomerBills=Pas de factures clients impayées NoUnpayedCustomerBills=Pas de factures clients impayées
NoRecordedSupplierInvoices=Pas de factures fournisseurs enregistrées
NoUnpayedSupplierBills=Pas de factures fournisseurs impayées