moodle-local_certlog/lang/en/local_certlog.php

9 lines
193 B
PHP
Raw Normal View History

2021-12-03 07:27:33 +00:00
<?php
defined('MOODLE_INTERNAL') || die();
$string['modulename'] = 'Certificate Logging';
$string['modulenameplural'] = $string['modulename'];
$string['pluginname'] = $string['modulename'];