From d0928889d2c067747e795f32dd74883d5ce7db9a Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 6 Jan 2016 00:28:13 +0100 Subject: [PATCH] Updated English translation. --- PHPCI/Languages/lang.en.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PHPCI/Languages/lang.en.php b/PHPCI/Languages/lang.en.php index eec2ee07..e9e853ed 100644 --- a/PHPCI/Languages/lang.en.php +++ b/PHPCI/Languages/lang.en.php @@ -422,7 +422,6 @@ PHPCI', 'could_not_process_report' => 'Could not process the report generated by this tool.', 'shell_not_enabled' => 'The shell plugin is not enabled. Please enable it via config.yml.', - // Error Levels: 'critical' => 'Critical', 'high' => 'High', @@ -435,7 +434,4 @@ PHPCI', 'php_unit' => 'PHP Unit', 'php_cpd' => 'PHP Copy/Paste Detector', 'php_docblock_checker' => 'PHP Docblock Checker', - 'behat' => 'Behat', - 'technical_debt' => 'Technical Debt', - );