<?php $this->cache['id']['core_dbtransfer'] = array (
  'copyingtable' => 'Copying table {$a}',
  'copyingtables' => 'Copying table contents',
  'creatingtargettables' => 'Creating the tables in the target database',
  'dbexport' => 'Database export',
  'dbtransfer' => 'Database transfer',
  'differenttableexception' => 'Table {$a} structure does not match.',
  'done' => 'Done',
  'exportdata' => 'Export data',
  'exportschemaexception' => 'Current database structure does not match all install.xml files. <br /> {$a}',
  'checkingsourcetables' => 'Checking source table structure',
  'importschemaexception' => 'Current database structure does not match all install.xml files. <br /> {$a}',
  'importversionmismatchexception' => 'Current version {$a->currentver} does not match exported version {$a->schemaver}.',
  'malformedxmlexception' => 'Malformed XML found, can not continue.',
  'notargetconectexception' => 'Can not connect target database, sorry.',
  'transferdata' => 'Transfer data',
  'transferdbintro' => 'This script will transfer the entire contents of this database to another database server.',
  'transferdbtoserver' => 'Transfer this Moodle database to another server',
  'transferringdbto' => 'Transferring this database to {$a->dbtype} database {$a->dbname} on {$a->dbhost}',
  'unknowntableexception' => 'Unknown table {$a} found in export file.',
);