Trad: Traduction des menus compta

This commit is contained in:
Laurent Destailleur 2005-01-30 01:00:40 +00:00
parent 43b987cf26
commit b49f3b6dd3
5 changed files with 24 additions and 11 deletions

View File

@ -1,5 +1,6 @@
<?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 @@
* $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)
llxHeader(); llxHeader();
print_titre($langs->trans("Prélèvements")); print_titre($langs->trans("StandingOrders"));
print '<br>'; print '<br>';
@ -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)
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)
} }
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
* *

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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=Prélèvements
StandingOrder=Prélèvement
Withdrawals=Retraits
Withdrawal=Retrait