Skip to content

Commit

Permalink
Fix for language
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Nov 14, 2013
1 parent 4acb9f8 commit e8c7bb9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/bons.php
Expand Up @@ -79,7 +79,7 @@
print '<table class="liste" width="100%">';

print '<tr class="liste_titre">';
print_liste_field_titre($langs->trans("WithdrawalReceipt"),"bons.php","p.ref",'','','class="liste_titre"');
print_liste_field_titre($langs->trans("WithdrawalReceipts"),"bons.php","p.ref",'','','class="liste_titre"');
print_liste_field_titre($langs->trans("Date"),"bons.php","p.datec","","",'class="liste_titre" align="center"');
print '<td class="liste_titre" align="right">'.$langs->trans("Amount").'</td>';
print '</tr>';
Expand Down
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/factures.php
Expand Up @@ -47,7 +47,7 @@
$sortorder = ((GETPOST('sortorder','alpha')=="")) ? "DESC" : GETPOST('sortorder','alpha');
$sortfield = ((GETPOST('sortfield','alpha')=="")) ? "p.ref" : GETPOST('sortfield','alpha');

llxHeader('',$langs->trans("WithdrawalReceipt"));
llxHeader('',$langs->trans("WithdrawalReceipts"));

if ($prev_id)
{
Expand All @@ -56,7 +56,7 @@
if ($bon->fetch($prev_id) == 0)
{
$head = prelevement_prepare_head($bon);
dol_fiche_head($head, 'invoices', $langs->trans("WithdrawalReceipt"), '', 'payment');
dol_fiche_head($head, 'invoices', $langs->trans("WithdrawalReceipts"), '', 'payment');

print '<table class="border" width="100%">';

Expand Down
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/fiche-rejet.php
Expand Up @@ -46,7 +46,7 @@
/*
* View
*/
llxHeader('',$langs->trans("WithdrawalReceipt"));
llxHeader('',$langs->trans("WithdrawalReceipts"));

if ($prev_id)
{
Expand All @@ -55,7 +55,7 @@
if ($bon->fetch($prev_id) == 0)
{
$head = prelevement_prepare_head($bon);
dol_fiche_head($head, 'rejects', $langs->trans("WithdrawalReceipt"), '', 'payment');
dol_fiche_head($head, 'rejects', $langs->trans("WithdrawalReceipts"), '', 'payment');

print '<table class="border" width="100%">';

Expand Down
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/fiche-stat.php
Expand Up @@ -44,7 +44,7 @@
* View
*/

llxHeader('',$langs->trans("WithdrawalReceipt"));
llxHeader('',$langs->trans("WithdrawalReceipts"));

if ($prev_id)
{
Expand All @@ -53,7 +53,7 @@
if ($bon->fetch($prev_id) == 0)
{
$head = prelevement_prepare_head($bon);
dol_fiche_head($head, 'statistics', $langs->trans("WithdrawalReceipt"), '', 'payment');
dol_fiche_head($head, 'statistics', $langs->trans("WithdrawalReceipts"), '', 'payment');

print '<table class="border" width="100%">';

Expand Down
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/fiche.php
Expand Up @@ -133,15 +133,15 @@
$bon = new BonPrelevement($db,"");
$form = new Form($db);

llxHeader('',$langs->trans("WithdrawalReceipt"));
llxHeader('',$langs->trans("WithdrawalReceipts"));


if ($id > 0)
{
$bon->fetch($id);

$head = prelevement_prepare_head($bon);
dol_fiche_head($head, 'prelevement', $langs->trans("WithdrawalReceipt"), '', 'payment');
dol_fiche_head($head, 'prelevement', $langs->trans("WithdrawalReceipts"), '', 'payment');

if (GETPOST('error','alpha')!='')
{
Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/ligne.php
Expand Up @@ -130,7 +130,7 @@

print '<table class="border" width="100%">';

print '<tr><td width="20%">'.$langs->trans("WithdrawalReceipt").'</td><td>';
print '<tr><td width="20%">'.$langs->trans("WithdrawalReceipts").'</td><td>';
print '<a href="fiche.php?id='.$lipre->bon_rowid.'">'.$lipre->bon_ref.'</a></td></tr>';
print '<tr><td width="20%">'.$langs->trans("Date").'</td><td>'.dol_print_date($bon->datec,'day').'</td></tr>';
print '<tr><td width="20%">'.$langs->trans("Amount").'</td><td>'.price($lipre->amount).'</td></tr>';
Expand Down
4 changes: 2 additions & 2 deletions htdocs/compta/prelevement/lignes.php
Expand Up @@ -54,7 +54,7 @@
* View
*/

llxHeader('',$langs->trans("WithdrawalReceipt"));
llxHeader('',$langs->trans("WithdrawalReceipts"));

if ($prev_id)
{
Expand All @@ -63,7 +63,7 @@
if ($bon->fetch($prev_id) == 0)
{
$head = prelevement_prepare_head($bon);
dol_fiche_head($head, 'lines', $langs->trans("WithdrawalReceipt"), '', 'payment');
dol_fiche_head($head, 'lines', $langs->trans("WithdrawalReceipts"), '', 'payment');

print '<table class="border" width="100%">';

Expand Down
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/liste.php
Expand Up @@ -111,7 +111,7 @@

print '<tr class="liste_titre">';
print '<td class="liste_titre">'.$langs->trans("Line").'</td>';
print_liste_field_titre($langs->trans("WithdrawalReceipt"),$_SERVER["PHP_SELF"],"p.ref");
print_liste_field_titre($langs->trans("WithdrawalReceipts"),$_SERVER["PHP_SELF"],"p.ref");
print_liste_field_titre($langs->trans("Bill"),$_SERVER["PHP_SELF"],"f.facnumber",'',$urladd);
print_liste_field_titre($langs->trans("Company"),$_SERVER["PHP_SELF"],"s.nom");
print_liste_field_titre($langs->trans("CustomerCode"),$_SERVER["PHP_SELF"],"s.code_client",'','','align="center"');
Expand Down

0 comments on commit e8c7bb9

Please sign in to comment.