aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-29 19:33:17 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-06-30 10:31:28 +0200
commit615ab099e228f2d7a35a76557095a65321425963 (patch)
tree8441b696b872de9546899ad87fb0dadc797c245c /phpBB/language/en/cli.php
parent614f04b455371b8145a2bd3702b3307ec18982dd (diff)
downloadforums-615ab099e228f2d7a35a76557095a65321425963.tar
forums-615ab099e228f2d7a35a76557095a65321425963.tar.gz
forums-615ab099e228f2d7a35a76557095a65321425963.tar.bz2
forums-615ab099e228f2d7a35a76557095a65321425963.tar.xz
forums-615ab099e228f2d7a35a76557095a65321425963.zip
[ticket/13891] Added reparser:list and reparser:reparse to CLI
PHPBB3-13891
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 0e7dc39b95..bbcc736143 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -61,6 +61,9 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_OPTION_SAFE_MODE' => 'Run in Safe Mode (without extensions).',
'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.',
'CLI_DESCRIPTION_PURGE_EXTENSION' => 'Purges the specified extension.',
+ 'CLI_DESCRIPTION_REPARSER_LIST' => 'Lists the types of text that can be reparsed.',
+ 'CLI_DESCRIPTION_REPARSER_REPARSE' => 'Reparses stored text with the current text_formatter services.',
+ 'CLI_DESCRIPTION_REPARSER_REPARSE_ARG_1' => 'Type of text to reparse. Leave blank to reparse everything.',
'CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH' => 'Recalculates the user_email_hash column of the users table.',
'CLI_DESCRIPTION_SET_ATOMIC_CONFIG' => 'Sets a configuration option’s value only if the old matches the current value',
'CLI_DESCRIPTION_SET_CONFIG' => 'Sets a configuration option’s value',
@@ -78,4 +81,6 @@ $lang = array_merge($lang, array(
'CLI_EXTENSIONS_ENABLED' => 'Enabled',
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
+
+ 'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s with range %2$d..%3$d',
));