From 2eaa2e28619ba918b6b24a72282fba8c79376285 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 14 Oct 2002 09:04:33 +0000 Subject: [PATCH] New strings --- lang/en/moodle.php | 1 + lang/en/quiz.php | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 9ce5762ca5..08d210a03e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -303,6 +303,7 @@ $string['name'] = "Name"; $string['namesocial'] = "section"; $string['nametopics'] = "topic"; $string['nameweeks'] = "week"; +$string['new'] = "New"; $string['newaccount'] = "New account"; $string['newpassword'] = "New password"; $string['newpasswordtext'] = "Hi \$a->firstname, diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 12f5408a99..23a75730a1 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -5,6 +5,7 @@ $string['modulename'] = "Quiz"; $string['modulenameplural'] = "Quizzes"; #------------------------------------------------------------ +$string['addselectedtoquiz'] = "Add selected to quiz"; $string['alwaysavailable'] = "Always available"; $string['answer'] = "Answer"; $string['attempt'] = "Attempt \$a"; @@ -13,7 +14,12 @@ $string['attemptlast'] = "Last attempt"; $string['attempts'] = "Attempts"; $string['attemptsallowed'] = "Attempts allowed"; $string['attemptsunlimited'] = "Unlimited attempts"; +$string['attemptsunlimited'] = "Unlimited attempts"; +$string['categories'] = "Categories"; +$string['category'] = "Category"; +$string['createnewquestion'] = "Create new question"; $string['daysavailable'] = "Days available"; +$string['editingquiz'] = "Editing quiz"; $string['false'] = "False"; $string['grade'] = "Grade"; $string['gradeaverage'] = "Average grade"; @@ -22,9 +28,24 @@ $string['grademethod'] = "Grading method"; $string['introduction'] = "Introduction"; $string['marks'] = "Marks"; $string['multichoice'] = "Multiple Choice"; +$string['noanswers'] = "No answers were selected!"; +$string['nomoreattempts'] = "No more attempts are allowed"; +$string['noquestions'] = "No questions have been added yet"; +$string['question'] = "Question"; +$string['questionname'] = "Question name"; +$string['rename'] = "Rename"; +$string['report'] = "Reports"; +$string['save'] = "Save"; +$string['savegrades'] = "Save grades"; $string['savemyanswers'] = "Save my answers"; +$string['savequiz'] = "Save this whole quiz"; +$string['select'] = "Select"; +$string['selectcategoryabove'] = "Select a category above"; $string['shortanswer'] = "Short Answer"; +$string['show'] = "Show"; $string['showfeedback'] = "After answering, show feedback?"; $string['showcorrectanswer'] = "After answering, show correct answers?"; $string['true'] = "True"; $string['truefalse'] = "True/False"; +$string['viewallanswers'] = "View \$a completed quizzes"; +$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a"; -- 2.39.5