aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMario Skouat <forum@skouat.org>2014-08-21 19:37:03 +0200
committerMario Skouat <forum@skouat.org>2014-08-21 19:37:03 +0200
commit923a818e377af474023909caf604f36c7f79cd6b (patch)
treee893ef2d68cf207abaea3daf8a16ebc90d1db7e9 /phpBB/language/en/cli.php
parenta7a05ca75cd646a3d262f3a4b0c67dad3ba0b385 (diff)
downloadforums-923a818e377af474023909caf604f36c7f79cd6b.tar
forums-923a818e377af474023909caf604f36c7f79cd6b.tar.gz
forums-923a818e377af474023909caf604f36c7f79cd6b.tar.bz2
forums-923a818e377af474023909caf604f36c7f79cd6b.tar.xz
forums-923a818e377af474023909caf604f36c7f79cd6b.zip
[ticket/13003] Add missing language keys
PHPBB3-13003
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index eb0f5bb357..0e7dc39b95 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -73,6 +73,9 @@ $lang = array_merge($lang, array(
'CLI_EXTENSION_PURGE_FAILURE' => 'Could not purge extension %s',
'CLI_EXTENSION_PURGE_SUCCESS' => 'Successfully purged extension %s',
'CLI_EXTENSION_NOT_FOUND' => 'No extensions were found.',
+ 'CLI_EXTENSIONS_AVAILABLE' => 'Available',
+ 'CLI_EXTENSIONS_DISABLED' => 'Disabled',
+ 'CLI_EXTENSIONS_ENABLED' => 'Enabled',
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
));