bug fixing
This commit is contained in:
parent
16c84a5d82
commit
02f64b827b
3 changed files with 63 additions and 2 deletions
|
|
@ -145,12 +145,24 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'are you sure you want to delete this scheduled task' => {
|
||||
message => q|Are you certain you wish to delete this task?|,
|
||||
context => q|The question asked before deleteing a cron job.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'disabled' => {
|
||||
message => q|Disabled|,
|
||||
context => q|A label to indicate that the cron job is not ready to run.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add a new task' => {
|
||||
message => q|Add a new task.|,
|
||||
context => q|clicking on this text linked will add a new cron job|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Scheduler|,
|
||||
context => q|The title of the cron/scheduler interface.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue