From 61777489e3add56e81c4f976599d8a2e025265cb Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 14 Jul 2018 18:20:12 +0200 Subject: [PATCH] Added en-US translation --- view/lang/en-us/strings.php | 4 ++++ 1 file changed, 4 insertions(+) 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";