1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/13891] Added a progress bar

PHPBB3-13891
This commit is contained in:
JoshyPHP
2015-06-30 00:28:02 +02:00
parent fadb192c57
commit 6de5e5cc36
2 changed files with 21 additions and 7 deletions

View File

@@ -85,5 +85,5 @@ $lang = array_merge($lang, array(
'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.',
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s with range %2$d..%3$d',
'CLI_REPARSER_REPARSE_REPARSING' => 'Reparsing %1$s from %2$d to %3$d',
));