Index: admin/roles/assign.html =================================================================== RCS file: /cvsroot/moodle/moodle/admin/roles/assign.html,v retrieving revision 1.31 diff -c -r1.31 assign.html *** admin/roles/assign.html 7 Sep 2007 03:16:25 -0000 1.31 --- admin/roles/assign.html 6 Dec 2007 21:10:11 -0000 *************** *** 1,6 ****
! --- 1,6 ----
! Index: lang/en_utf8/role.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/role.php,v retrieving revision 1.47.2.6 diff -c -r1.47.2.6 role.php *** lang/en_utf8/role.php 29 Nov 2007 14:40:47 -0000 1.47.2.6 --- lang/en_utf8/role.php 6 Dec 2007 21:10:11 -0000 *************** *** 126,131 **** --- 126,132 ---- $string['role:unassignself'] = 'Unassign own roles'; $string['role:viewhiddenassigns'] = 'View hidden role assignments'; $string['roleassignments'] = 'Role assignments'; + $string['roleassignmentduration'] = 'Role assignment duration'; $string['roles'] = 'Roles'; $string['roletoassign'] = 'Role to assign'; $string['roletooverride'] = 'Role to override';