moodle/lang/en/survey.php

12 lines
289 B
PHP
Raw Normal View History

<?PHP // $Id$
#------------------------------------------------------------
$string[modulename] = "Survey";
$string[modulenameplural] = "Surveys";
#------------------------------------------------------------
2002-08-12 14:59:56 +00:00
$string[surveyname] = "Survey name";
$string[surveytype] = "Survey type";
?>