aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/migrator.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-03-03 20:18:05 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-03-03 20:18:05 -0600
commit6cad032fbb2ceba892c861f8a2abab82574b12ae (patch)
treefe6f03fc47240cf27a0b70a5969acdfd488e8144 /phpBB/language/en/migrator.php
parentbee4f8d8185d4ff5278be758db4ea4a814f09b4f (diff)
downloadforums-6cad032fbb2ceba892c861f8a2abab82574b12ae.tar
forums-6cad032fbb2ceba892c861f8a2abab82574b12ae.tar.gz
forums-6cad032fbb2ceba892c861f8a2abab82574b12ae.tar.bz2
forums-6cad032fbb2ceba892c861f8a2abab82574b12ae.tar.xz
forums-6cad032fbb2ceba892c861f8a2abab82574b12ae.zip
[ticket/11393] Give more information on database updater
PHPBB3-11393
Diffstat (limited to 'phpBB/language/en/migrator.php')
-rw-r--r--phpBB/language/en/migrator.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/migrator.php b/phpBB/language/en/migrator.php
index 84074c391c..a62da483cf 100644
--- a/phpBB/language/en/migrator.php
+++ b/phpBB/language/en/migrator.php
@@ -40,8 +40,11 @@ $lang = array_merge($lang, array(
'GROUP_NOT_EXIST' => 'The group "%s" unexpectedly does not exist.',
+ 'MIGRATION_DATA_DONE' => 'Installed 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_SCHEMA_DONE' => 'Installed Schema: %s',
'MODULE_ALREADY_EXIST' => 'The module "%s" unexpectedly already exists.',
'MODULE_ERROR' => 'An error occured while creating a module: %s',