local_asystgrade.php 387 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * You may localized strings in your plugin
 *
 * @package    local_asystgrade
 * @copyright 2024 Artem Baranovskyi
 * @license    http://www.gnu.org/copyleft/gpl.html gnu gpl v3 or later
 */

$string['pluginname']       = 'ASYST API Moodle integration plugin';
$string['apiendpoint']      = 'API Endpoint';
$string['apiendpoint_desc'] = 'The endpoint of the AsystGrade API.';