Missing translations

This commit is contained in:
Marcos García 2013-04-30 00:26:37 +02:00 committed by simnandez
parent f5b04fdfe5
commit da61a24831
3 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,7 @@ elseif($action == 'add_event')
dol_htmloutput_mesg($message);
}
$langs->load('users');
$var=true;
$i = 0;

View File

@ -106,6 +106,8 @@ if($num == '0') {
} else {
$langs->load('users');
while ($holiday = $db->fetch_array($result))
{
$user = new User($db);

View File

@ -39,6 +39,8 @@ if(!$user->rights->holiday->view_log) accessforbidden();
* View
*/
$langs->load('users');
llxHeader(array(),$langs->trans('CPTitreMenu'));