aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-26 12:35:38 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:43 -0700
commit8a9429efa4b0a459a657a44b41a596969878ad65 (patch)
treee7f1444b05901d6d0799d91cb052f404e7a711e7 /phpBB/language/en/cli.php
parentf9b60863025b02f49261515f952e99dd23f25bb6 (diff)
downloadforums-8a9429efa4b0a459a657a44b41a596969878ad65.tar
forums-8a9429efa4b0a459a657a44b41a596969878ad65.tar.gz
forums-8a9429efa4b0a459a657a44b41a596969878ad65.tar.bz2
forums-8a9429efa4b0a459a657a44b41a596969878ad65.tar.xz
forums-8a9429efa4b0a459a657a44b41a596969878ad65.zip
[ticket/14561] User delete command
PHPBB3-14561
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 6cb516ebfd..bb7baf67f7 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -87,6 +87,9 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_USER_ADD_OPTION_PASSWORD' => 'Password of the new user',
'CLI_DESCRIPTION_USER_ADD_OPTION_EMAIL' => 'E-mail address of the new user',
'CLI_DESCRIPTION_USER_ADD_OPTION_NOTIFY' => 'Send account activation email to the new user (not sent by default)',
+ 'CLI_DESCRIPTION_USER_DELETE' => 'Delete a user account.',
+ 'CLI_DESCRIPTION_USER_DELETE_USERNAME' => 'Username of the user to delete',
+ 'CLI_DESCRIPTION_USER_DELETE_OPTION_POSTS' => 'Delete all posts by the user. Without this option, the user’s posts will be retained.',
'CLI_EXTENSION_DISABLE_FAILURE' => 'Could not disable extension %s',
'CLI_EXTENSION_DISABLE_SUCCESS' => 'Successfully disabled extension %s',
@@ -126,6 +129,7 @@ $lang = array_merge($lang, array(
'CLI_THUMBNAIL_NOTHING_TO_DELETE' => 'No thumbnails to delete.',
'CLI_USER_ADD_SUCCESS' => 'Successfully added user %s.',
+ 'CLI_USER_DELETE_CONFIRM' => 'Are you sure you want to delete ‘%s’? [y/N]',
));
// Additional help for commands.