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

Trad: Traduction des menus compta

parent 43b987cf
Branches
Tags
No related merge requests found
<?php <?php
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005 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
...@@ -19,7 +20,7 @@ ...@@ -19,7 +20,7 @@
* $Source$ * $Source$
*/ */
/*! /**
\file htdocs/compta/prelevement/index.php \file htdocs/compta/prelevement/index.php
\brief Prelevement \brief Prelevement
\version $Revision$ \version $Revision$
...@@ -36,7 +37,7 @@ if ($user->societe_id > 0) ...@@ -36,7 +37,7 @@ if ($user->societe_id > 0)
llxHeader(); llxHeader();
print_titre($langs->trans("Prlvements")); print_titre($langs->trans("StandingOrders"));
print '<br>'; print '<br>';
...@@ -59,9 +60,9 @@ if ($result) ...@@ -59,9 +60,9 @@ if ($result)
$var=True; $var=True;
print"\n<!-- debut table -->\n"; print"\n<!-- debut table -->\n";
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td>Bon</td><td>Date</td>'; print '<tr class="liste_titre"><td>Bon</td><td>Date</td>';
print '<td align="right">Montant</td>'; print '<td align="right">'.$langs->trans("Amount").'</td>';
print '</tr>'; print '</tr>';
while ($i < $num) while ($i < $num)
...@@ -75,7 +76,7 @@ if ($result) ...@@ -75,7 +76,7 @@ if ($result)
print '<td>'.strftime("%d/%m/%Y %H:%M",$obj->datec)."</td>\n"; print '<td>'.strftime("%d/%m/%Y %H:%M",$obj->datec)."</td>\n";
print '<td align="right">'.price($obj->amount)." euros</td>\n"; print '<td align="right">'.price($obj->amount)." ".$conf->monnaie</td>\n";
print "</tr>\n"; print "</tr>\n";
$i++; $i++;
...@@ -85,10 +86,11 @@ if ($result) ...@@ -85,10 +86,11 @@ if ($result)
} }
else else
{ {
print $db->error() . ' ' . $sql; dolibarr_print_error($db);
} }
print '</td><td valign="top" width="70%">'; print '</td><td valign="top" width="70%">';
/* /*
* Factures * Factures
* *
......
...@@ -53,8 +53,8 @@ Module54Name=Contracts ...@@ -53,8 +53,8 @@ Module54Name=Contracts
Module54Desc=Contracts' management Module54Desc=Contracts' management
Module56Name=Phoning Module56Name=Phoning
Module56Desc=Phoning integration Module56Desc=Phoning integration
Module57Name=Withdrawals Module57Name=Standing orders
Module57Desc=Withdrawals' management Module57Desc=Standing orders and withdrawals' management
Module58Name=ClickToDial Module58Name=ClickToDial
Module58Desc=ClickToDial integration Module58Desc=ClickToDial integration
Module70Name=Intervention Module70Name=Intervention
......
...@@ -4,3 +4,10 @@ Banks=Banks ...@@ -4,3 +4,10 @@ Banks=Banks
BankAccount=Bank account BankAccount=Bank account
BankAccounts=Bank accounts BankAccounts=Bank accounts
MainAccount=Main account MainAccount=Main account
RIB=RIB
IBAN=IBAN number
BIC=BIC number
StandingOrders=Standing Orders
StandingOrder=Standing Order
Withdrawals=Withdrawals
Withdrawal=Withdrawal
\ No newline at end of file
...@@ -54,7 +54,7 @@ Module54Desc=Gestion des contrats ...@@ -54,7 +54,7 @@ Module54Desc=Gestion des contrats
Module56Name=Téléphonie Module56Name=Téléphonie
Module56Desc=Gestion de la téléphonie Module56Desc=Gestion de la téléphonie
Module57Name=Prélèvements Module57Name=Prélèvements
Module57Desc=Gestion des prélèvements Module57Desc=Gestion des prélèvements et retraits bancaires
Module58Name=ClickToDial Module58Name=ClickToDial
Module58Desc=Intégration de ClickToDial Module58Desc=Intégration de ClickToDial
Module70Name=Interventions Module70Name=Interventions
......
...@@ -5,5 +5,9 @@ BankAccount=Compte bancaire ...@@ -5,5 +5,9 @@ BankAccount=Compte bancaire
BankAccounts=Comptes bancaires BankAccounts=Comptes bancaires
MainAccount=Compte courant MainAccount=Compte courant
RIB=RIB RIB=RIB
IBAN=Idnetifiant IBAN IBAN=Identifiant IBAN
BIC=Identifiant BIC BIC=Identifiant BIC
StandingOrders=Prlvements
StandingOrder=Prlvement
Withdrawals=Retraits
Withdrawal=Retrait
\ 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