12 lines
No EOL
392 B
PHP
12 lines
No EOL
392 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 triggers to';
|
|
$string['directoryhelp'] = 'Full path to the directory where Moodle Export Worker is looking for its trigger files'; |