mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
8 lines
125 B
PHP
8 lines
125 B
PHP
<?PHP // $Id$
|
|
|
|
|
|
|
|
$string['labeltext'] = '标签文本';
|
|
$string['modulename'] = '标签';
|
|
$string['modulenameplural'] = '标签';
|
|
?>
|