From 6584f07298f88aa99de248d345ecd61797006f52 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 27 May 2015 19:41:02 +1200 Subject: [PATCH] Add new translation strings --- lang/en.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/en.yml b/lang/en.yml index 69e44142..92586872 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -32,6 +32,11 @@ en: TABLE_STATUS: Status TABLE_TITLE: Title TABLE_TOTAL: Total + CREATE_JOB_TYPE: 'Create job of type' + CREATE_NEW_JOB: 'Create new job' + JOB_TYPE_PARAMS: 'Constructor parameters for job creation' + START_JOB_TIME: 'Start job at' + TIME_LIMIT: 'Queue has passed time limit and will restart before continuing' ScheduledExecution: EXECUTE_EVERY: 'Execute every' EXECUTE_FREE: 'Scheduled (in strtotime format from first execution)'