mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
44 lines
1.9 KiB
PHP
44 lines
1.9 KiB
PHP
<?PHP // $Id$
|
|
// lesson.php - created with Moodle 1.2 Beta (2004022400)
|
|
|
|
|
|
$string['addanewpage'] = '添加一个新页面';
|
|
$string['addpagehere'] = '在此添加新页';
|
|
$string['answer'] = '答案';
|
|
$string['attempt'] = 'Attempt: $a';
|
|
$string['attempts'] = 'Attempts';
|
|
$string['available'] = 'Available from';
|
|
$string['canretake'] = '$a can re-take';
|
|
$string['checknavigation'] = 'Check navigation';
|
|
$string['confirmdeletionofthispage'] = 'Confirm deletion of this page';
|
|
$string['congratulations'] = 'Congratulations - end of lesson reached';
|
|
$string['continue'] = 'Continue';
|
|
$string['deadline'] = 'Deadline';
|
|
$string['deletingpage'] = 'Deleting page: $a';
|
|
$string['displayofgrade'] = 'Display of grade (for student)';
|
|
$string['endoflesson'] = 'End of lesson';
|
|
$string['gradeis'] = 'Grade is $a';
|
|
$string['jumpto'] = 'Jump to';
|
|
$string['maximumnumberofanswers'] = 'Maximum number of answers';
|
|
$string['modulename'] = 'Lesson';
|
|
$string['modulenameplural'] = 'Lessons';
|
|
$string['movepagehere'] = 'Move page to here';
|
|
$string['moving'] = 'Moving page: $a';
|
|
$string['nextpage'] = 'Next page';
|
|
$string['noanswer'] = 'No answer given';
|
|
$string['noattemptrecordsfound'] = 'No Attempt Records Found: No Grade given';
|
|
$string['numberofcorrectanswers'] = 'Number of correct answers: $a';
|
|
$string['numberofpagesviewed'] = 'Number of pages viewed: $a';
|
|
$string['outof'] = 'Out of $a';
|
|
$string['page'] = 'Page: $a';
|
|
$string['pagecontents'] = 'Page contents';
|
|
$string['pagetitle'] = 'Page title';
|
|
$string['pleasecheckoneanswer'] = 'Please check one answer';
|
|
$string['response'] = 'Response';
|
|
$string['sanitycheckfailed'] = 'Sanity Check Failed: This attempt has been deleted';
|
|
$string['savepage'] = 'Save page';
|
|
$string['thispage'] = 'This page';
|
|
$string['youhaveseen'] = 'You have seen more than one page of this lesson already.<br />Do you want to start at the last page you saw?';
|
|
|
|
?>
|