11 lines
275 B
PHP
11 lines
275 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
$string['modulename'] = 'Replication';
|
|
$string['modulenameplural'] = $string['modulename'];
|
|
$string['pluginname'] = $string['modulename'];
|
|
|
|
$string['settings'] = 'Settings';
|
|
|
|
$string['directory'] = 'Directory to dump exports to';
|