mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
12 lines
289 B
PHP
12 lines
289 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string[modulename] = "Survey";
|
|
$string[modulenameplural] = "Surveys";
|
|
#------------------------------------------------------------
|
|
|
|
$string[surveyname] = "Survey name";
|
|
$string[surveytype] = "Survey type";
|
|
|
|
?>
|