|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $string ['dbexport'] = 'Database transfer' | |
| $string ['dbtransfer'] = 'Database export' | |
| $string ['exportdata'] = 'Export data' | |
| $string ['notargetconectexception'] = 'Can not connect target database, sorry.' | |
| $string ['pluginname'] = 'Database transfer' | |
| $string ['transferdata'] = 'Transfer data' | |
| $string ['transferdbintro'] = 'This script will transfer the entire contents of this database to another database server.' | |
| $string ['transferdbtoserver'] = 'Transfer this Moodle database to another server' | |
| $string ['transferringdbto'] = 'Transferring this database to {$a->dbtype} database {$a->dbname} on {$a->dbhost}' | |
| $string['dbexport'] = 'Database transfer' |
Definition at line 26 of file tool_dbtransfer.php.
| $string['dbtransfer'] = 'Database export' |
Definition at line 27 of file tool_dbtransfer.php.
| $string['exportdata'] = 'Export data' |
Definition at line 28 of file tool_dbtransfer.php.
| $string['notargetconectexception'] = 'Can not connect target database, sorry.' |
Definition at line 29 of file tool_dbtransfer.php.
| $string['pluginname'] = 'Database transfer' |
Definition at line 30 of file tool_dbtransfer.php.
| $string['transferdata'] = 'Transfer data' |
Definition at line 31 of file tool_dbtransfer.php.
| $string['transferdbintro'] = 'This script will transfer the entire contents of this database to another database server.' |
Definition at line 32 of file tool_dbtransfer.php.
| $string['transferdbtoserver'] = 'Transfer this Moodle database to another server' |
Definition at line 33 of file tool_dbtransfer.php.
| $string['transferringdbto'] = 'Transferring this database to {$a->dbtype} database {$a->dbname} on {$a->dbhost}' |
Definition at line 34 of file tool_dbtransfer.php.