Missing translations
This commit is contained in:
parent
a06de736c2
commit
cf6bfcc9c4
@ -53,7 +53,8 @@ $endyear=$year;
|
|||||||
|
|
||||||
$form=new Form($db);
|
$form=new Form($db);
|
||||||
|
|
||||||
$langs->load("propal");
|
$langs->load('propal');
|
||||||
|
$langs->load('other');
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
|
|||||||
@ -51,7 +51,8 @@ $year = GETPOST('year')>0?GETPOST('year'):$nowyear;
|
|||||||
$startyear=$year-1;
|
$startyear=$year-1;
|
||||||
$endyear=$year;
|
$endyear=$year;
|
||||||
|
|
||||||
$langs->load("orders");
|
$langs->load('orders');
|
||||||
|
$langs->load('other');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -54,8 +54,9 @@ $endyear=$year;
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$langs->load("bills");
|
$langs->load('bills');
|
||||||
$langs->load("companies");
|
$langs->load('companies');
|
||||||
|
$langs->load('other');
|
||||||
|
|
||||||
$form=new Form($db);
|
$form=new Form($db);
|
||||||
|
|
||||||
@ -233,7 +234,7 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
|
|||||||
print $form->select_company($socid,'socid',$filter,1);
|
print $form->select_company($socid,'socid',$filter,1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
// User
|
// User
|
||||||
print '<tr><td>'.$langs->trans("Author").'</td><td>';
|
print '<tr><td>'.$langs->trans("CreatedBy").'</td><td>';
|
||||||
print $form->select_users($userid,'userid',1);
|
print $form->select_users($userid,'userid',1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
// Year
|
// Year
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user