mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
44 lines
1.6 KiB
PHP
44 lines
1.6 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'] = '开始于';
|
|
$string['canretake'] = '$a 允许重学';
|
|
$string['checknavigation'] = 'Check navigation';
|
|
$string['confirmdeletionofthispage'] = '确认删除该页';
|
|
$string['congratulations'] = 'Congratulations - end of lesson reached';
|
|
$string['continue'] = '继续';
|
|
$string['deadline'] = '截止期限';
|
|
$string['deletingpage'] = '删除页面: $a';
|
|
$string['displayofgrade'] = '向学生显示等级';
|
|
$string['endoflesson'] = 'End of lesson';
|
|
$string['gradeis'] = 'Grade is $a';
|
|
$string['jumpto'] = '跳转到';
|
|
$string['maximumnumberofanswers'] = '最多答案数';
|
|
$string['modulename'] = '课程';
|
|
$string['modulenameplural'] = '课程';
|
|
$string['movepagehere'] = '移动页面到此';
|
|
$string['moving'] = '移动页面: $a';
|
|
$string['nextpage'] = '下一页';
|
|
$string['noanswer'] = '未给出答案';
|
|
$string['noattemptrecordsfound'] = 'No Attempt Records Found: No Grade given';
|
|
$string['numberofcorrectanswers'] = '正确答案数: $a';
|
|
$string['numberofpagesviewed'] = '页面浏览数: $a';
|
|
$string['outof'] = 'Out of $a';
|
|
$string['page'] = '页面: $a';
|
|
$string['pagecontents'] = '页面内容';
|
|
$string['pagetitle'] = '页面标题';
|
|
$string['pleasecheckoneanswer'] = '请检查一个答案';
|
|
$string['response'] = '回复';
|
|
$string['sanitycheckfailed'] = 'Sanity Check Failed: This attempt has been deleted';
|
|
$string['savepage'] = '保存页面';
|
|
$string['thispage'] = '本页';
|
|
$string['youhaveseen'] = '你已经浏览了该课程的多个页面.<br />想从最后浏览的页面开始吗?';
|
|
|
|
?>
|