moodle-local_replication/lang/en/local_replication.php

12 lines
392 B
PHP
Raw Permalink Normal View History

2022-01-13 07:12:46 +00:00
<?php
defined('MOODLE_INTERNAL') || die();
$string['modulename'] = 'Replication';
$string['modulenameplural'] = $string['modulename'];
$string['pluginname'] = $string['modulename'];
$string['settings'] = 'Settings';
2022-01-13 10:36:16 +00:00
$string['directory'] = 'Directory to dump triggers to';
$string['directoryhelp'] = 'Full path to the directory where Moodle Export Worker is looking for its trigger files';