aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-14 17:58:29 +0200
committerTristan Darricau <github@nicofuma.fr>2014-10-14 17:58:29 +0200
commit56d7c2c6ed3e5924aeced53a163bfd1aa8288034 (patch)
tree15848d0cdb881a9b30793941cdeae0fed6f58141 /phpBB/language/en/migrator.php
parent29b54d12ccece3ad0120089c17b0886e3b77f3d1 (diff)
downloadforums-56d7c2c6ed3e5924aeced53a163bfd1aa8288034.tar
forums-56d7c2c6ed3e5924aeced53a163bfd1aa8288034.tar.gz
forums-56d7c2c6ed3e5924aeced53a163bfd1aa8288034.tar.bz2
forums-56d7c2c6ed3e5924aeced53a163bfd1aa8288034.tar.xz
forums-56d7c2c6ed3e5924aeced53a163bfd1aa8288034.zip
[ticket/13126] Improve the feedback when running the migrations
PHPBB3-13126
Diffstat (limited to 'phpBB/language/en/migrator.php')
-rw-r--r--phpBB/language/en/migrator.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/migrator.php b/phpBB/language/en/migrator.php
index 7199d21d96..f5a56816c2 100644
--- a/phpBB/language/en/migrator.php
+++ b/phpBB/language/en/migrator.php
@@ -41,12 +41,16 @@ $lang = array_merge($lang, array(
'GROUP_NOT_EXIST' => 'The group "%s" unexpectedly does not exist.',
+ 'MIGRATION_APPLY_DEPENDENCIES' => 'Apply dependencies of %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_DATA_RUNNING' => 'Installing Data: %s.',
'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_NOT_VALID' => '%s is not a valid migration.',
'MIGRATION_SCHEMA_DONE' => 'Installed Schema: %1$s; Time: %2$.2f seconds',
+ 'MIGRATION_SCHEMA_RUNNING' => 'Installing Schema: %s.',
'MODULE_ERROR' => 'An error occurred while creating a module: %s',
'MODULE_INFO_FILE_NOT_EXIST' => 'A required module info file is missing: %2$s',