Trans
This commit is contained in:
parent
929a44d7ca
commit
186df884fa
@ -250,7 +250,7 @@ if ($action=='inactive')
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formCron = new FormCron($db);
|
$formCron = new FormCron($db);
|
||||||
|
|
||||||
llxHeader('',$langs->trans("CronAdd"));
|
llxHeader('',$langs->trans("CronTask"));
|
||||||
|
|
||||||
if ($action=='edit' || empty($action) || $action=='delete' || $action=='execute')
|
if ($action=='edit' || empty($action) || $action=='delete' || $action=='execute')
|
||||||
{
|
{
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Permission23102 = Create/update Scheduled job
|
|||||||
Permission23103 = Delete Scheduled job
|
Permission23103 = Delete Scheduled job
|
||||||
Permission23104 = Execute Scheduled job
|
Permission23104 = Execute Scheduled job
|
||||||
# Admin
|
# Admin
|
||||||
CronSetup= Scheduled job management setup
|
CronSetup=Scheduled job management setup
|
||||||
URLToLaunchCronJobs=URL to check and launch qualified cron jobs
|
URLToLaunchCronJobs=URL to check and launch qualified cron jobs
|
||||||
OrToLaunchASpecificJob=Or to check and launch a specific job
|
OrToLaunchASpecificJob=Or to check and launch a specific job
|
||||||
KeyForCronAccess=Security key for URL to launch cron jobs
|
KeyForCronAccess=Security key for URL to launch cron jobs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user