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