diff options
author | David King <imkingdavid@gmail.com> | 2013-03-04 14:51:00 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-03-04 14:51:00 -0500 |
commit | e652c078e694082a6cec76cc998bea346e66f02b (patch) | |
tree | 88539fff381b03669c8aa536a22798a2cebcded5 /phpBB/language | |
parent | eb5075c80f9ddbec220e613a92ba37aa03a8a4f9 (diff) | |
parent | 6cad032fbb2ceba892c861f8a2abab82574b12ae (diff) | |
download | forums-e652c078e694082a6cec76cc998bea346e66f02b.tar forums-e652c078e694082a6cec76cc998bea346e66f02b.tar.gz forums-e652c078e694082a6cec76cc998bea346e66f02b.tar.bz2 forums-e652c078e694082a6cec76cc998bea346e66f02b.tar.xz forums-e652c078e694082a6cec76cc998bea346e66f02b.zip |
Merge remote-tracking branch 'EXreaction/ticket/11393' into develop
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11393:
[ticket/11393] Give more information on database updater
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/migrator.php | 3 |
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', |