Skip to content
Snippets Groups Projects
Commit c3320709 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad

parent fcf52629
Branches
Tags
No related merge requests found
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
*/ */
/** /**
\file htdocs/compta/paiement/cheque/fiche.php * \file htdocs/compta/paiement/cheque/fiche.php
\ingroup facture * \ingroup facture
\brief Onglet paiement cheque * \brief Onglet paiement cheque
\version $Id$ * \version $Id$
*/ */
require('./pre.inc.php'); require('./pre.inc.php');
...@@ -183,7 +183,7 @@ else ...@@ -183,7 +183,7 @@ else
*/ */
if ($_GET['action'] == 'delete') if ($_GET['action'] == 'delete')
{ {
$html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("DeleteCheckReceipt"), 'Etes-vous sr de vouloir supprimer ce bordereau ?', 'confirm_delete'); $html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("DeleteCheckReceipt"), $langs->trans("ConfirmDeleteCheckReceipt"), 'confirm_delete');
print '<br>'; print '<br>';
} }
...@@ -193,7 +193,7 @@ else ...@@ -193,7 +193,7 @@ else
if ($_GET['action'] == 'valide') if ($_GET['action'] == 'valide')
{ {
$facid = $_GET['facid']; $facid = $_GET['facid'];
$html->form_confirm('fiche.php?id='.$remisecheque->id, $langs->trans("ValidateCheckReceipt"), 'Etes-vous sr 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 '<br>'; print '<br>';
} }
} }
......
...@@ -224,7 +224,7 @@ if ($_GET["action"] == 'create') ...@@ -224,7 +224,7 @@ if ($_GET["action"] == 'create')
print '</td></tr>'; print '</td></tr>';
print '<tr><td>'.$langs->trans('Numero'); print '<tr><td>'.$langs->trans('Numero');
print ' <em>(Numéro chèque ou virement)</em>'; // \todo a traduire print ' <em>('.$langs->trans("ChequeOrTransferNumber").')</em>';
print "<td><input name=\"num_paiement\" type=\"text\"></td></tr>\n"; print "<td><input name=\"num_paiement\" type=\"text\"></td></tr>\n";
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment