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

Trad

parent 1ebc1bde
No related branches found
No related tags found
No related merge requests found
<?PHP <?PHP
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -147,7 +147,7 @@ if ($_GET["id"]) ...@@ -147,7 +147,7 @@ if ($_GET["id"])
if ($_GET["action"] == 'credite') if ($_GET["action"] == 'credite')
{ {
$html->form_confirm("fiche.php?id=".$bon->id,"Classer comme crdit","Etes-vous sr de vouloir classer ce bon de prlvement comme crdit sur votre compte bancaire ?","confirm_credite"); $html->form_confirm("fiche.php?id=".$bon->id,$langs->trans("ClassCredited"),$langs->trans("ClassCreditedConfirm"),"confirm_credite");
print '<br />'; print '<br />';
} }
......
...@@ -30,4 +30,5 @@ MakeWithdrawRequest=Make a withdraw request ...@@ -30,4 +30,5 @@ MakeWithdrawRequest=Make a withdraw request
ThirdPartyBankCode=Third party bank code ThirdPartyBankCode=Third party bank code
ThirdPartyDeskCode=Third party desk code ThirdPartyDeskCode=Third party desk code
NoInvoiceCouldBeWithdrawed=No invoice withdrawed with success. Check that invoice are on companies with a valid BAN. NoInvoiceCouldBeWithdrawed=No invoice withdrawed with success. Check that invoice are on companies with a valid BAN.
ClassCredited=Classer crdit ClassCredited=Classify credited
\ No newline at end of file ClassCreditedConfirm=Are you sure you want to classify this withdrawal receipt as credited on your bank account ?
...@@ -31,3 +31,4 @@ ThirdPartyBankCode=Code banque du tiers ...@@ -31,3 +31,4 @@ ThirdPartyBankCode=Code banque du tiers
ThirdPartyDeskCode=Code guichet 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é. 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é 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment