This commit is contained in:
Laurent Destailleur 2010-12-20 16:49:52 +00:00
parent 66c5df26b8
commit 417441a6d6
3 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?php
/* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
*
*
* 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
* the Free Software Foundation; either version 2 of the License, or
@ -33,6 +33,7 @@ $langs->load("admin");
$langs->load("companies");
$langs->load("bills");
$langs->load("other");
$langs->load("banks");
if (!$user->admin)
accessforbidden();
@ -123,7 +124,7 @@ print '<td align="center">'.$langs->trans("Status").'</td>';
print '<td align="center" width="60">&nbsp;</td>';
print "</tr>\n";
$bankorder[0][0]= $langs->trans("BankOrderGlobal");
$bankorder[0][0]=$langs->trans("BankOrderGlobal");
$bankorder[0][1]=$langs->trans("BankOrderGlobalDesc");
$bankorder[0][2]=$langs->trans("BankOrderGlobalEx");
$bankorder[1][0]=$langs->trans("BankOrderES");
@ -141,7 +142,14 @@ while ($i<=1)
print '<td>'.$bankorder[$i][0]."</td><td>\n";
print $bankorder[$i][1];
print '</td>';
print '<td nowrap="nowrap">'.$bankorder[$i][2]."</td>\n";
print '<td nowrap="nowrap">';
$tmparray=explode(' ',$bankorder[$i][2]);
foreach($tmparray as $key => $val)
{
if ($key > 0) print ', ';
print $langs->trans($val);
}
print "</td>\n";
if ($conf->global->BANK_SHOW_ORDER_OPTION == $i)
{
@ -159,7 +167,7 @@ while ($i<=1)
print "</tr>\n";
$i++;
}
print "</table>\n";
$db->close();

View File

@ -1203,7 +1203,7 @@ EndPointIs=SOAP clients must send their requests to the Dolibarr endpoint availa
##### Bank #####
BankSetupModule=Bank module setup
FreeLegalTextOnChequeReceipts=Free text on cheque receipts
BankOrderShow=Display order of bank accounts
BankOrderShow=Display order of bank accounts for countries using "detailed bank number"
BankOrderGlobal=General
BankOrderGlobalDesc=General display order
BankOrderES=Spanish

View File

@ -1213,7 +1213,7 @@ EndPointIs=Les clients SOAP doivent envoyer leur requêtes vers l'endpoint Dolib
##### Bank #####
BankSetupModule=Configuration du module Banque
FreeLegalTextOnChequeReceipts=Mention complémentaire sur les bordereaux de remises de chèques
BankOrderShow=Ordre d'affichage des comptes bancaires
BankOrderShow=Ordre d'affichage des information bancaires pour les pays les détaillant
BankOrderGlobal=Général
BankOrderGlobalDesc=Ordre d'affichage général
BankOrderES=Espagnole