From feda65259881be78cb0055a3186943bb62ab9622 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 15 Dec 2008 22:13:55 +0000 Subject: [PATCH] Trad --- htdocs/compta/prelevement/fiche.php | 6 +++--- htdocs/langs/en_US/withdrawals.lang | 3 ++- htdocs/langs/fr_FR/withdrawals.lang | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/htdocs/compta/prelevement/fiche.php b/htdocs/compta/prelevement/fiche.php index 17b64506956..2b71a1c865a 100644 --- a/htdocs/compta/prelevement/fiche.php +++ b/htdocs/compta/prelevement/fiche.php @@ -1,6 +1,6 @@ <?PHP -/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> - * Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> +/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> + * Copyright (C) 2005-2008 Laurent Destailleur <eldy@users.sourceforge.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,7 +147,7 @@ if ($_GET["id"]) if ($_GET["action"] == 'credite') { - $html->form_confirm("fiche.php?id=".$bon->id,"Classer comme cr�dit�","Etes-vous s�r de vouloir classer ce bon de pr�l�vement comme cr�dit� sur votre compte bancaire ?","confirm_credite"); + $html->form_confirm("fiche.php?id=".$bon->id,$langs->trans("ClassCredited"),$langs->trans("ClassCreditedConfirm"),"confirm_credite"); print '<br />'; } diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang index 0a84ba83bb2..22a1674ee6f 100755 --- a/htdocs/langs/en_US/withdrawals.lang +++ b/htdocs/langs/en_US/withdrawals.lang @@ -30,4 +30,5 @@ MakeWithdrawRequest=Make a withdraw request ThirdPartyBankCode=Third party bank code ThirdPartyDeskCode=Third party desk code NoInvoiceCouldBeWithdrawed=No invoice withdrawed with success. Check that invoice are on companies with a valid BAN. -ClassCredited=Classer cr�dit� \ No newline at end of file +ClassCredited=Classify credited +ClassCreditedConfirm=Are you sure you want to classify this withdrawal receipt as credited on your bank account ? diff --git a/htdocs/langs/fr_FR/withdrawals.lang b/htdocs/langs/fr_FR/withdrawals.lang index b045c211105..2ab57949e7f 100755 --- a/htdocs/langs/fr_FR/withdrawals.lang +++ b/htdocs/langs/fr_FR/withdrawals.lang @@ -30,4 +30,5 @@ MakeWithdrawRequest=Faire une demande de pr ThirdPartyBankCode=Code banque du tiers ThirdPartyDeskCode=Code guichet du tiers NoInvoiceCouldBeWithdrawed=Aucune facture pr�levable, pr�lev� avec succ�s. V�rifiez que les factures sont sur des soci�t�s dont le BAN(RIB) est correctement renseign�. -ClassCredited=Classer cr�dit� \ No newline at end of file +ClassCredited=Classer cr�dit� +ClassCreditedConfirm=Etes-vous sur de vouloir classer ce bon de pr�l�vement comme cr�dit� sur votre compte bancaire ? \ No newline at end of file -- GitLab