Merge pull request #343 from marcosgdf/minor
Translations + Little refactor
This commit is contained in:
commit
45971ce6f0
@ -221,19 +221,19 @@ if ($result)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$var=false;
|
$var=false;
|
||||||
$h=0;
|
|
||||||
|
|
||||||
|
$tabs = array(
|
||||||
|
array(
|
||||||
|
DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$rowid,
|
||||||
|
$langs->trans('Card')
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
DOL_URL_ROOT.'/compta/bank/info.php?rowid='.$rowid,
|
||||||
|
$langs->trans('Info')
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$head[$h][0] = $_SERVER['PHP_SELF'].'?rowid='.$rowid;
|
dol_fiche_head($tabs, 0, $langs->trans('LineRecord'), 0, 'account');
|
||||||
$head[$h][1] = $langs->trans('Card');
|
|
||||||
$hselected=$h;
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/bank/info.php?rowid='.$rowid;
|
|
||||||
$head[$h][1] = $langs->trans("Info");
|
|
||||||
$h++;
|
|
||||||
|
|
||||||
dol_fiche_head($head, $hselected, $langs->trans('LineRecord'),0,'account');
|
|
||||||
|
|
||||||
dol_htmloutput_mesg($mesg);
|
dol_htmloutput_mesg($mesg);
|
||||||
|
|
||||||
|
|||||||
@ -388,8 +388,8 @@ Paid=Pagado
|
|||||||
Topic=Asunto
|
Topic=Asunto
|
||||||
ByCompanies=Por empresa
|
ByCompanies=Por empresa
|
||||||
ByUsers=Por usuario
|
ByUsers=Por usuario
|
||||||
Links=Links
|
Links=Enlaces
|
||||||
Link=Link
|
Link=Enlace
|
||||||
Receipts=Recibos
|
Receipts=Recibos
|
||||||
Rejects=Devoluciones
|
Rejects=Devoluciones
|
||||||
Preview=Vista previa
|
Preview=Vista previa
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user