mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
83b8fa157e
every module file.
11 lines
224 B
PHP
11 lines
224 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string[modulename] = "Assignment";
|
|
$string[modulenameplural] = "Assignments";
|
|
#------------------------------------------------------------
|
|
|
|
|
|
?>
|
|
|