mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
14 lines
838 B
PHP
14 lines
838 B
PHP
<?php // $Id$
|
|
|
|
$string['dbexport'] = 'Database export';
|
|
$string['dbtransfer'] = 'Database transfer';
|
|
$string['differenttableexception'] = 'Table $a structure does not match.';
|
|
$string['exportdata'] = 'Export data';
|
|
$string['exportschemaexception'] = 'Current database structure does not match all install.xml files. <br /> $a';
|
|
$string['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> $a';
|
|
$string['importversionmismatchexception'] = 'Current version $->currentver does match exported version $a->schemaver.';
|
|
$string['malformedxmlexception'] = 'Malformed XML found, can not continue.';
|
|
$string['notargetconectexception'] = 'Can not connect target database, sorry.';
|
|
$string['transferdata'] = 'Transfer data';
|
|
$string['unknowntableexception'] = 'Unknown table $a found in export file.';
|