mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/migrations] Add explanatory language string for migration errors
This should be used if an exception is thrown to inform the user of what occurred. PHPBB3-11351
This commit is contained in:
parent
cacaffee6e
commit
f409697137
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ $lang = array_merge($lang, array(
|
|||
|
||||
'GROUP_NOT_EXIST' => 'The group "%s" unexpectedly does not exist.',
|
||||
|
||||
'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".',
|
||||
|
||||
'MODULE_ALREADY_EXIST' => 'The module "%s" unexpectedly already exists.',
|
||||
|
|
Loading…
Add table
Reference in a new issue