mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
7 lines
162 B
PHP
7 lines
162 B
PHP
<?PHP // $Id$
|
|
|
|
$string['modulename'] = 'Plain text file';
|
|
$string['txt:view'] = 'Use text grade export';
|
|
$string['txt:publish'] = 'Publish TXT grade export';
|
|
|
|
?>
|