[Aimmath-commit] moodle/lang/en math_assignment.php,1.11,1.12
Brought to you by:
gustav_delius,
npstrick
|
From: <ma...@us...> - 2003-09-22 01:13:05
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv25016/lang/en Modified Files: math_assignment.php Log Message: Started to implement paging in view.php. Currently MySQL only but database access needs to be changed throughout. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** math_assignment.php 20 Sep 2003 19:13:43 -0000 1.11 --- math_assignment.php 22 Sep 2003 01:13:01 -0000 1.12 *************** *** 28,31 **** --- 28,32 ---- $string['coursesettings'] = "Course Settings"; $string['deletequery'] = "Are you sure you want to delete this server?"; + $string['displayingrows'] = "Displaying rows \$a->start to \$a->end from \$a->total"; $string['edited'] = "Edited"; $string['edit'] = "Edit"; |