mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
12 lines
255 B
PHP
12 lines
255 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Label";
|
|
$string['modulenameplural'] = "Labels";
|
|
#------------------------------------------------------------
|
|
|
|
|
|
$string['labeltext'] = "Label text";
|
|
|
|
?>
|