From 803d336a20e891fc3b55200bf4354df35713e815 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Jan 2008 01:58:23 +0000 Subject: [PATCH] Fix: Traductions incompletes --- htdocs/adherents/card_subscriptions.php | 15 ++++++++------- htdocs/langs/en_US/bills.lang | 2 ++ htdocs/langs/fr_FR/bills.lang | 2 ++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/htdocs/adherents/card_subscriptions.php b/htdocs/adherents/card_subscriptions.php index 29e356bcf36..9345d887dd5 100644 --- a/htdocs/adherents/card_subscriptions.php +++ b/htdocs/adherents/card_subscriptions.php @@ -23,7 +23,7 @@ /** \file htdocs/adherents/card_subscriptions.php \ingroup adherent - \brief Onglet d'ajout, edition, suppression des adhésions d'un adhérent + \brief Onglet d'ajout, edition, suppression des adh�sions d'un adh�rent \version $Revision$ */ @@ -240,7 +240,7 @@ if ($errmsg) */ print '
'; -// Lien nouvelle cotisation si non brouillon et non résilié +// Lien nouvelle cotisation si non brouillon et non r�sili� if ($user->rights->adherent->cotisation->creer) { if ($action != 'addsubscription' && $adh->statut > 0) @@ -351,7 +351,8 @@ if ($adh->datefin) { if ($adh->datefin < time()) { - print dolibarr_print_date($adh->datefin,'day')." ".img_warning($langs->trans("Late")); + print dolibarr_print_date($adh->datefin,'day'); + if ($adh->statut > 0) print " ".img_warning($langs->trans("Late")); // Affiche picto retard uniquement si non brouillon et non resilie } else { @@ -361,7 +362,7 @@ if ($adh->datefin) else { print $langs->trans("SubscriptionNotReceived"); - if ($adh->statut > 0) print " ".img_warning($langs->trans("Late")); // Affiche picto retard uniquement si non brouillon et non résilié + if ($adh->statut > 0) print " ".img_warning($langs->trans("Late")); // Affiche picto retard uniquement si non brouillon et non resilie } print ''; print ''; @@ -437,17 +438,17 @@ if ($action == 'addsubscription' && $user->rights->adherent->cotisation->creer) print "\n"; print ''.$langs->trans('Numero'); - print ' (Numéro chèque ou virement)'; // \todo a traduire + print ' ('.$langs->trans("ChequeOrTransferNumber").')'; // \todo a traduire print ''; print ''; print ''.$langs->trans('CheckTransmitter'); - print ' (Emetteur du chèque)'; // \todo a traduire + print ' ('.$langs->trans("ChequeMaker").')'; // \todo a traduire print ''; print ''; print ''.$langs->trans('Bank'); - print ' (Banque du chèque)'; // \todo a traduire + print ' ('.$langs->trans("ChequeBank").')'; // \todo a traduire print ''; print ''; diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 2895ce88044..6a524ebb72f 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -275,6 +275,8 @@ ExtraInfos=Extra infos RegulatedOn=Regulated on ChequeNumber=Cheque N° ChequeOrTransferNumber=Cheque/Transfer N° +ChequeMaker=Check transmitter +ChequeBank=Bank of cheque WithDiscountTotalHT=Total HT with discount WithDiscountAmountHT=Amount HT with discount NetToBePaid=Net to be paid diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 170d85427c9..3cb4d72458c 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -274,6 +274,8 @@ ExtraInfos=Informations compl RegulatedOn=Réglé le ChequeNumber=Chèque N° ChequeOrTransferNumber=Chèque/Virement N° +ChequeMaker=Emetteur du chèque +ChequeBank=Banque du chèque WithDiscountTotalHT=Total HT après remise WithDiscountAmountHT=Montant HT après remise NetToBePaid=Net à payer