From 18844dbf5b7d57a96e4c69594e2f16c7939d2a83 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 12 Aug 2002 17:54:27 +0000 Subject: [PATCH] Language additions --- lang/en/moodle.php | 1 + lang/en/survey.php | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 4c20757eef..6cb144d723 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -280,6 +280,7 @@ $string[sitesettings] = "Site settings"; $string[someallowguest] = "Some courses may allow guest access"; $string[startdate] = "Course start date"; $string[startsignup] = "Start now by creating a new account!"; +$string[status] = "Status"; $string[success] = "Success"; $string[summary] = "Summary"; $string[summaryof] = "Summary of \$a"; diff --git a/lang/en/survey.php b/lang/en/survey.php index 18aa34a2f7..fb3158dda2 100644 --- a/lang/en/survey.php +++ b/lang/en/survey.php @@ -5,7 +5,41 @@ $string[modulename] = "Survey"; $string[modulenameplural] = "Surveys"; #------------------------------------------------------------ +$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."; $string[surveyname] = "Survey name"; +$string[surveysaved] = "Survey saved"; $string[surveytype] = "Survey type"; +$string[thanksforanswers] = "Thanks for answering this survey, \$a"; +$string['time'] = "Time"; +$string[viewsurveyresponses] = "View \$a survey responses"; ?> -- 2.39.5