diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 10:20:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 10:20:49 +0200 |
commit | 868ae09e1b3fc23ac15acf207166e322bfae73c7 (patch) | |
tree | 71d8a7d89cf26ea8f6a179847a5552ed272d43b1 /phpBB/language/en/cli.php | |
parent | c5501d90a48c76b63debdabbd5306d3cb232b5f6 (diff) | |
parent | f3403fb10d7225d9aed121f17d1355b04fb0899e (diff) | |
download | forums-868ae09e1b3fc23ac15acf207166e322bfae73c7.tar forums-868ae09e1b3fc23ac15acf207166e322bfae73c7.tar.gz forums-868ae09e1b3fc23ac15acf207166e322bfae73c7.tar.bz2 forums-868ae09e1b3fc23ac15acf207166e322bfae73c7.tar.xz forums-868ae09e1b3fc23ac15acf207166e322bfae73c7.zip |
Merge pull request #4843 from rxu/ticket/15238
[ticket/15238] Add console command to fix forums/modules left/right IDs
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r-- | phpBB/language/en/cli.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index 1517e0e344..124d9cb6ef 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -57,6 +57,7 @@ $lang = array_merge($lang, array( 'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.', 'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.', 'CLI_DESCRIPTION_FIND_MIGRATIONS' => 'Finds migrations that are not depended upon.', + 'CLI_DESCRIPTION_FIX_LEFT_RIGHT_IDS' => 'Repairs the tree structure of the forums and modules.', 'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s value', 'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s integer value', 'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.', @@ -126,6 +127,7 @@ $lang = array_merge($lang, array( 'CLI_EXTENSIONS_DISABLED' => 'Disabled', 'CLI_EXTENSIONS_ENABLED' => 'Enabled', + 'CLI_FIXUP_FIX_LEFT_RIGHT_IDS_SUCCESS' => 'Successfully repaired the tree structure of the forums and modules.', 'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.', 'CLI_FIXUP_UPDATE_HASH_BCRYPT_SUCCESS' => 'Successfully updated outdated password hashes to bcrypt.', |