diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index bb57a2225bc..c3bb99c2744 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -18,10 +18,10 @@ */ /** - \file htdocs/compta/paiement/cheque/fiche.php - \ingroup facture - \brief Onglet paiement cheque - \version $Id$ + * \file htdocs/compta/paiement/cheque/fiche.php + * \ingroup facture + * \brief Onglet paiement cheque + * \version $Id$ */ require('./pre.inc.php'); @@ -183,7 +183,7 @@ else */ if ($_GET['action'] == 'delete') { - $html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("DeleteCheckReceipt"), 'Etes-vous sûr de vouloir supprimer ce bordereau ?', 'confirm_delete'); + $html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("DeleteCheckReceipt"), $langs->trans("ConfirmDeleteCheckReceipt"), 'confirm_delete'); print '
'; } @@ -193,7 +193,7 @@ else if ($_GET['action'] == 'valide') { $facid = $_GET['facid']; - $html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("ValidateCheckReceipt"), 'Etes-vous sûr de vouloir valider ce bordereau, auncune modification n\'est possible une fois le bordereau validé ?', 'confirm_valide'); + $html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("ValidateCheckReceipt"), $langs->trans("ConfirmValidateCheckReceipt"), 'confirm_valide'); print '
'; } } diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index 894c12b5b94..52dae0b469e 100755 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -224,7 +224,7 @@ if ($_GET["action"] == 'create') print ''; print ''.$langs->trans('Numero'); - print ' (Numéro chèque ou virement)'; // \todo a traduire + print ' ('.$langs->trans("ChequeOrTransferNumber").')'; print "\n"; /*