[Aimmath-commit] moodle/lang/en math_assignment.php,1.13,1.14
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-23 17:54:10
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv1777/lang/en Modified Files: math_assignment.php Log Message: Changed server admin around to provide more features and make it clearer. Also implemented the storing of the Zone Admin password. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** math_assignment.php 22 Sep 2003 21:03:54 -0000 1.13 --- math_assignment.php 23 Sep 2003 17:53:09 -0000 1.14 *************** *** 7,10 **** --- 7,11 ---- $string['actions'] = "Actions"; + $string['addnewserver'] = "Add New Server"; $string['address'] = "Address"; $string['adminlinks'] = "Admin Links"; *************** *** 15,19 **** $string['aimserver'] = "AiM Server"; $string['aimserverconfig'] = "AiM Server Configuration"; - $string['aimserverplural'] = "AiM Servers"; $string['aimstyle'] = "AiM Page Style"; $string['aimsubject'] = "AiM Subject"; --- 16,19 ---- *************** *** 27,31 **** --- 27,33 ---- $string['commented'] = "Commented"; $string['coursesettings'] = "Course Settings"; + $string['deleteall'] = "None (set courses to use no AiM subject)"; $string['deletequery'] = "Are you sure you want to delete this server?"; + $string['dependantcourses'] = "Dependant Courses"; $string['displayingrows'] = "Displaying rows \$a->start to \$a->end from \$a->total"; $string['edited'] = "Edited"; *************** *** 68,71 **** --- 70,74 ---- $string['notteacher'] = "You must be a teacher to use this page."; $string['refresh'] = "Refresh"; + $string['replacementserver'] = "Replacement Server"; $string['reset'] = "Reset"; $string['reviewresults'] = "Review Results"; *************** *** 81,84 **** --- 84,88 ---- $string['viewquiz'] = "View AiM Assignment"; $string['viewsolutions'] = "View Solutions"; + $string['zonepassword'] = "Zone Admin Password"; ?> |