mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Trans
This commit is contained in:
parent
1eff913fda
commit
b9fd2302b5
|
|
@ -787,7 +787,7 @@ if (($action == "create") || ($action == "edit")) {
|
|||
print dol_get_fiche_end();
|
||||
|
||||
|
||||
print "\n\n<div class=\"tabsAction\">\n";
|
||||
print "\n\n".'<div class="tabsAction">'."\n";
|
||||
if (!$user->rights->cron->create) {
|
||||
print '<a class="butActionRefused classfortooltip" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("NotEnoughPermissions")).'">'.$langs->trans("Edit").'</a>';
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ CronNote=Comment
|
|||
CronFieldMandatory=Fields %s is mandatory
|
||||
CronErrEndDateStartDt=End date cannot be before start date
|
||||
StatusAtInstall=Status at module installation
|
||||
CronStatusActiveBtn=Schedule
|
||||
CronStatusActiveBtn=Enable scheduling
|
||||
CronStatusInactiveBtn=Disable
|
||||
CronTaskInactive=This job is disabled (not scheduled)
|
||||
CronId=Id
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user