Fix trans export
This commit is contained in:
parent
650cd2b54f
commit
4fd12e22cb
@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php';
|
|||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||||
|
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadlangs(array('exports', 'other', 'users', 'companies', 'projects'));
|
$langs->loadlangs(array('admin', 'exports', 'other', 'users', 'companies', 'projects', 'suppliers', 'products'));
|
||||||
|
|
||||||
// Everybody should be able to go on this page
|
// Everybody should be able to go on this page
|
||||||
//if (! $user->admin)
|
//if (! $user->admin)
|
||||||
|
|||||||
@ -1061,6 +1061,7 @@ CompanyTown=Town
|
|||||||
CompanyCountry=Country
|
CompanyCountry=Country
|
||||||
CompanyCurrency=Main currency
|
CompanyCurrency=Main currency
|
||||||
CompanyObject=Object of the company
|
CompanyObject=Object of the company
|
||||||
|
IDCountry=ID country
|
||||||
Logo=Logo
|
Logo=Logo
|
||||||
DoNotSuggestPaymentMode=Do not suggest
|
DoNotSuggestPaymentMode=Do not suggest
|
||||||
NoActiveBankAccountDefined=No active bank account defined
|
NoActiveBankAccountDefined=No active bank account defined
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user