mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-43892 dbtransfer: Fix missing string.
This commit is contained in:
parent
e71a5333a3
commit
e82aee6895
2 changed files with 2 additions and 1 deletions
|
@ -35,4 +35,5 @@ $string['checkingsourcetables'] = 'Checking source table structure';
|
|||
$string['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}';
|
||||
$string['importversionmismatchexception'] = 'Current version {$a->currentver} does not match exported version {$a->schemaver}.';
|
||||
$string['malformedxmlexception'] = 'Malformed XML found, can not continue.';
|
||||
$string['tablex'] = 'Table {$a}:';
|
||||
$string['unknowntableexception'] = 'Unknown table {$a} found in export file.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue