aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
diff options
context:
space:
mode:
authorNathan <nathaniel.guse@gmail.com>2013-10-02 14:27:46 -0500
committerNathan <nathaniel.guse@gmail.com>2013-10-02 14:27:46 -0500
commit621e6c93ed5517cedbf7a6a37c35786a1e2f27e8 (patch)
tree58fbec041af7239c6799aa3ba5694515af22525c /phpBB/language/en/migrator.php
parent49ce2c13b26e358b4ccef440094a8fa4b6b9afd7 (diff)
downloadforums-621e6c93ed5517cedbf7a6a37c35786a1e2f27e8.tar
forums-621e6c93ed5517cedbf7a6a37c35786a1e2f27e8.tar.gz
forums-621e6c93ed5517cedbf7a6a37c35786a1e2f27e8.tar.bz2
forums-621e6c93ed5517cedbf7a6a37c35786a1e2f27e8.tar.xz
forums-621e6c93ed5517cedbf7a6a37c35786a1e2f27e8.zip
[ticket/11883] Report completed data step in migration as "Installing Data"
PHPBB3-11883
Diffstat (limited to 'phpBB/language/en/migrator.php')
-rw-r--r--phpBB/language/en/migrator.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/migrator.php b/phpBB/language/en/migrator.php
index 34dcbf4c52..1d8886d12b 100644
--- a/phpBB/language/en/migrator.php
+++ b/phpBB/language/en/migrator.php
@@ -39,11 +39,12 @@ $lang = array_merge($lang, array(
'GROUP_NOT_EXIST' => 'The group "%s" unexpectedly does not exist.',
- 'MIGRATION_DATA_DONE' => 'Installed Data: %s',
+ 'MIGRATION_DATA_DONE' => 'Installed Data: %1$s; Time: %2$.2f seconds',
+ 'MIGRATION_DATA_IN_PROGRESS' => 'Installing Data: %1$s; Time: %2$.2f seconds',
'MIGRATION_EFFECTIVELY_INSTALLED' => 'Migration already effectively installed (skipped): %s',
'MIGRATION_EXCEPTION_ERROR' => 'Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.',
'MIGRATION_NOT_FULFILLABLE' => 'The migration "%1$s" is not fulfillable, missing migration "%2$s".',
- 'MIGRATION_SCHEMA_DONE' => 'Installed Schema: %s',
+ 'MIGRATION_SCHEMA_DONE' => 'Installed Schema: %1$s; Time: %2$.2f seconds',
'MODULE_ERROR' => 'An error occurred while creating a module: %s',
'MODULE_INFO_FILE_NOT_EXIST' => 'A required module info file is missing: %2$s',