diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php index dd325a4170..4f3dcc90bf 100644 --- a/view/lang/en-us/strings.php +++ b/view/lang/en-us/strings.php @@ -778,6 +778,10 @@ $a->strings["Terms of Service"] = "Terms of Service"; $a->strings["Database"] = "Database"; $a->strings["DB updates"] = "DB updates"; $a->strings["Inspect Queue"] = "Inspect queue"; +$a->strings["Inspect Worker Queue"] = "Inspect worker queue"; +$a->strings["Job Parameters"] = "Job Parameters"; +$a->strings["Priority"] = "Priority"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you\'ve set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you\'ve set up during install."; $a->strings["Tools"] = "Tools"; $a->strings["Contact Blocklist"] = "Contact blocklist"; $a->strings["Server Blocklist"] = "Server blocklist";