From: rkingdon Date: Mon, 13 Oct 2003 14:52:24 +0000 (+0000) Subject: Additional strings for 6 phases and showing the phase on the index page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63d43fa1b9fff5ccffeeaab7087582ec14d223d2;p=moodle.git Additional strings for 6 phases and showing the phase on the index page. --- diff --git a/lang/en/workshop.php b/lang/en/workshop.php index 5b73f45ff3..728d1c3381 100644 --- a/lang/en/workshop.php +++ b/lang/en/workshop.php @@ -121,10 +121,17 @@ $string['overallteachergrade'] = "Overall Teacher Grade: \$a"; $string['ownwork'] = "Own Work"; $string['phase'] = "Phase"; $string['phase1'] = "Set Up Assignment"; -$string['phase2'] = "Allow \$a Submissions..."; -$string['phase3'] = "...and Assessments"; -$string['phase4'] = "Calculation of Final Grades"; -$string['phase5'] = "Show Final Grades"; +$string['phase1short'] = "Set Up"; +$string['phase2'] = "Allow \$a Submissions only"; +$string['phase2short'] = "Submissions"; +$string['phase3'] = "Allow \$a Submissions and Assessments"; +$string['phase3short'] = "Both"; +$string['phase4'] = "Allow \$a Assessments only"; +$string['phase4short'] = "Assessments"; +$string['phase5'] = "Calculation of Final Grades"; +$string['phase5short'] = "Calculation"; +$string['phase6'] = "Show Final Grades"; +$string['phase6short'] = "Show Grades"; $string['pleaseassesstheseexamplesfromtheteacher'] = "Please assess these Examples from the \$a"; $string['pleaseassessthesestudentsubmissions'] = "Please assess these \$a Submissions"; $string['pleaseassessyoursubmissions'] = "Please assess your Submission(s)"; @@ -158,6 +165,7 @@ $string['studentassessments'] = "\$a Assessments"; $string['studentgrades'] = "\$a Grades"; $string['studentsubmissionsforassessment'] = "\$a Student Submissions for Assessment"; $string['studentsubmissions'] = "\$a Submissions"; +$string['submissionsnolongerallowed'] = "Submissions no longer allowed"; $string['submitassignment'] = "Submit Assignment"; $string['submitassignmentusingform'] = "Submit your Assignment using this Form"; $string['submitexampleassignment'] = "Submit Example Assignment";