Merge pull request #287 from marcosgdf/translations
Little fixes to translations
This commit is contained in:
commit
236dbb8598
@ -27,6 +27,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/company.lib.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/compta/facture/class/facture.class.php");
|
||||
|
||||
$langs->load("companies");
|
||||
$langs->load('other');
|
||||
if ($conf->facture->enabled) $langs->load("bills");
|
||||
|
||||
// Security check
|
||||
|
||||
@ -361,7 +361,7 @@ $moreheadjs=empty($conf->use_javascript_ajax)?"":"
|
||||
});
|
||||
</script>";
|
||||
|
||||
llxHeader($moreheadcss.$moreheadjs,$langs->trans("ECM"),'','','','',$morejs,'',0,0);
|
||||
llxHeader($moreheadcss.$moreheadjs,$langs->trans("ECMArea"),'','','','',$morejs,'',0,0);
|
||||
|
||||
|
||||
// Add sections to manage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user