diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 93ecf2e38d6f87caffe444651241afbc530905db..c9de68d9e639573bdb164a7b391bec307b7c9d90 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -2,6 +2,7 @@ /* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com> * Copyright (C) 2004-2008 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 @@ -223,7 +224,7 @@ if ($_GET["facid"] > 0) print "<tr $bc[$var]>"; print '<td align="left">'.dol_print_date($db->jdate($obj->date_demande),'day')."</td>\n"; - print '<td align="center">En attente de traitement</td>'; + print '<td align="center">'.$langs->trans("OrderWaiting").'</td>'; print '<td align="center">'.price($obj->amount).'</td>'; print '<td align="center">-</td>'; print '<td align="center"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$obj->user_id.'">'.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.'</a></td>'; diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index 5397f006c904a0920be70090d11fcbff8c6a5ead..2e51b28486fae1dd34bd177f678cb1eb209ca980 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -113,10 +113,10 @@ if ($nb) { print "<div class=\"tabsAction\">\n"; - if ($nb) print '<a class="butAction" href="create.php?action=create">'.$langs->trans("Create")."</a>\n"; - if ($nb1) print '<a class="butAction" href="create.php?action=create&banque=1&guichet=1">'.$langs->trans("CreateGuichet")."</a>\n"; + if ($nb) print '<a class="butAction" href="create.php?action=create">'.$langs->trans("CreateAll")."</a>\n"; if ($nb11) print '<a class="butAction" href="create.php?action=create&banque=1">'.$langs->trans("CreateBanque")."</a>\n"; - + if ($nb1) print '<a class="butAction" href="create.php?action=create&banque=1&guichet=1">'.$langs->trans("CreateGuichet")."</a>\n"; + print "</div>\n"; } else diff --git a/htdocs/langs/ca_ES/withdrawals.lang b/htdocs/langs/ca_ES/withdrawals.lang index 53f9da2df903b003b90692ed8ab695171a54a882..56a3ca68da7a6028301c1eeee5f92bcbd6384c9f 100644 --- a/htdocs/langs/ca_ES/withdrawals.lang +++ b/htdocs/langs/ca_ES/withdrawals.lang @@ -59,5 +59,7 @@ StatusMotif5=Compte inexistent StatusMotif6=Compte sense saldo StatusMotif7=Decisió judicial StatusMotif8=Altre motiu -CreateGuichet=Només Oficina -CreateBanque=Només Banc \ No newline at end of file +CreateAll=Domiciliar totes +CreateGuichet=Només oficina +CreateBanque=Només banc +OrderWaiting=A l'espera de procés \ No newline at end of file diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang index c90f7ed0a2c3c932b14ad73e251a51deaaaeae2c..78afbdcc76be6c2734393cc083c437bfeb065233 100755 --- a/htdocs/langs/en_US/withdrawals.lang +++ b/htdocs/langs/en_US/withdrawals.lang @@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable StatusMotif6=Account without balance StatusMotif7=Judicial Decision StatusMotif8=Other reason -CreateGuichet=Only Office -CreateBanque=only Bank \ No newline at end of file +CreateAll=Withdraw all +CreateGuichet=Only office +CreateBanque=Only bank +OrderWaiting=Waiting for treatment \ No newline at end of file diff --git a/htdocs/langs/es_ES/withdrawals.lang b/htdocs/langs/es_ES/withdrawals.lang index d6780a19801892537bc28969c3a5f187a8bf9347..f3b9eb744204d507aa18a7033ee9addb5ec896c2 100644 --- a/htdocs/langs/es_ES/withdrawals.lang +++ b/htdocs/langs/es_ES/withdrawals.lang @@ -59,5 +59,7 @@ StatusMotif5=Cuenta inexistente StatusMotif6=Cuenta sin saldo StatusMotif7=Decisión judicial StatusMotif8=Otro motivo -CreateGuichet=Sólo Oficina -CreateBanque=Sólo Banco \ No newline at end of file +CreateAll=Domiciliar todas +CreateGuichet=Sólo oficina +CreateBanque=Sólo banco +OrderWaiting=En espera de proceso \ No newline at end of file diff --git a/htdocs/langs/fr_FR/withdrawals.lang b/htdocs/langs/fr_FR/withdrawals.lang index c77de4f945fa6123feb52d099a2b4cc6c92a5959..d8be84ac389799b9a349789f0f5997b0f0faaa95 100755 --- a/htdocs/langs/fr_FR/withdrawals.lang +++ b/htdocs/langs/fr_FR/withdrawals.lang @@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable StatusMotif6=Compte solde StatusMotif7=Decision judiciaire StatusMotif8=Autre motif -CreateGuichet=Seulement Guichet -CreateBanque=Seulement Banque \ No newline at end of file +CreateAll=Prélever tout +CreateGuichet=Seulement guichet +CreateBanque=Seulement banque +OrderWaiting=En attente de traitement \ No newline at end of file