Removed useless translation key
This commit is contained in:
parent
eb32094864
commit
33fe18490a
@ -186,10 +186,7 @@ if ($holiday_payes == '-1')
|
|||||||
{
|
{
|
||||||
print_fiche_titre($langs->trans('CPTitreMenu'));
|
print_fiche_titre($langs->trans('CPTitreMenu'));
|
||||||
|
|
||||||
print '<div class="tabBar">';
|
dol_print_error($db, $langs->trans('Error').' '.$holiday->error);
|
||||||
print '<span>'.$langs->trans('CPErrorSQL');
|
|
||||||
print ' '.$holiday->error.'</span>';
|
|
||||||
print '</div>';
|
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,6 @@ NotActiveModCP=You must enable the module holidays to view this page.
|
|||||||
NotConfigModCP=You must configure the module holidays to view this page. To do this, <a href="./admin/holiday.php?leftmenu=setup&mainmenu=home" style="font-weight: normal; color: red; text-decoration: underline;"> click here </ a>.
|
NotConfigModCP=You must configure the module holidays to view this page. To do this, <a href="./admin/holiday.php?leftmenu=setup&mainmenu=home" style="font-weight: normal; color: red; text-decoration: underline;"> click here </ a>.
|
||||||
NoCPforUser=You don't have a demand for holidays.
|
NoCPforUser=You don't have a demand for holidays.
|
||||||
AddCP=Apply for holidays
|
AddCP=Apply for holidays
|
||||||
CPErrorSQL=An SQL error occurred:
|
|
||||||
Employe=Employee
|
Employe=Employee
|
||||||
DateDebCP=Start date
|
DateDebCP=Start date
|
||||||
DateFinCP=End date
|
DateFinCP=End date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user