Parent Directory
|
Revision Log
renamed wwmoodle_set to wwmoodleset
1 <?php 2 // $Id: lang.php,v 1.1 2006-06-24 01:34:47 sh002i Exp $ 3 // language strings for wwmoodle_set 4 // TODO: merge with proper language stuff 5 6 $string['modulename'] = "WeBWorK Problem Set"; 7 $string['modulenameplural'] = "WeBWorK Problem Sets"; 8 9 $string['set_id'] = "Problem Set"; 10 $string['helpSet_id'] = "Problem Set?"; 11 $string['gradeMethod'] = "Grading Method"; 12 $string['helpGradeMethod'] = "Grading Method?"; 13 14 $string['gradeSimple'] = "Simple"; 15 $string['gradeDeductRetry'] = "Deduct Retries"; 16 17 $string['openDate'] = "Opened"; 18 $string['dueDate'] = "Due"; 19 20 $string['iframeNoShow-1'] = "If you are unable to view this problem set, please "; 21 $string['iframeNoShow-2'] = "click here"; 22 23 $string['hasNoBridge'] = "There is no WeBWorK/Moodle bridge for this course. You must add one before you can add a problem set."; 24 25 $string['webwork_url'] = "This is the URL where WeBWorK is available. It is used to send students off to their assignments. Generally it is something like /webwork2"; 26 $string['iframe_width'] = " This is the width of the iframe used to show students their homework."; 27 $string['iframe_height'] = "This is the height of the iframe used to show students their homework."; 28 29 ?>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |