moodle/lang/en/survey.php

46 lines
2.0 KiB
PHP
Raw Normal View History

<?PHP // $Id$
#------------------------------------------------------------
$string[modulename] = "Survey";
$string[modulenameplural] = "Surveys";
#------------------------------------------------------------
2002-08-12 17:54:27 +00:00
$string[actual] = "Actual";
$string[allquestions] = "All questions in order, all students";
$string[allscales] = "All scales, all students";
$string[alreadysubmitted] = "You have already submitted this survey";
$string[analysisof] = "Analysis of \$a";
$string[ipreferthat] = "I prefer that";
$string[ifoundthat] = "I found that";
$string[done] = "Done";
$string[download] = "Download";
$string[downloadexcel] = "Download data as Excel spreadsheet";
$string[downloadinfo] = "You can download the complete raw data for this survey in a form suitable for analysis in Excel, SPSS or other package.";
$string[downloadtext] = "Download data as a plain text file";
$string[editingasurvey] = "Editing a survey";
$string[helpsurveys] = "Help on the different types of surveys";
$string[introtext] = "Introduction text";
$string[name] = "Name";
$string[nobodyyet] = "Nobody has yet completed this survey";
$string[notdone] = "Not done yet";
$string[notes] = "Your private analysis and notes";
$string[peoplecompleted] = "\$a people have completed this survey so far";
$string[preferred] = "Preferred";
$string[questions] = "Questions";
$string[question] = "Question";
$string[report] = "Survey report";
$string[scales] = "Scales";
$string[savednotes] = "Your notes were saved";
$string[seemoredetail] = "Click here to see more detail";
$string[selectedquestions] = "Selected questions from a scale, all students";
$string[summary] = "Summary";
$string[surveycompleted] = "You've completed this survey. The graph below shows a summary of your results compared to the class averages.";
2002-08-12 14:59:56 +00:00
$string[surveyname] = "Survey name";
2002-08-12 17:54:27 +00:00
$string[surveysaved] = "Survey saved";
2002-08-12 14:59:56 +00:00
$string[surveytype] = "Survey type";
2002-08-12 17:54:27 +00:00
$string[thanksforanswers] = "Thanks for answering this survey, \$a";
$string['time'] = "Time";
$string[viewsurveyresponses] = "View \$a survey responses";
2002-08-12 14:59:56 +00:00
?>