--- rat/lonpage.pm 2012/11/30 20:48:20 1.99 +++ rat/lonpage.pm 2013/01/15 14:14:31 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.99 2012/11/30 20:48:20 raeburn Exp $ +# $Id: lonpage.pm,v 1.100 2013/01/15 14:14:31 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -612,7 +612,9 @@ sub get_buttons { || !$hash->{'encrypted_'.$rid})) { $metainfo .=''. ''. - ''. + ''.&mt('Show Metadata').''. ''; } if (($hash->{'src_'.$rid} !~ m{^/uploaded/}) && @@ -620,7 +622,9 @@ sub get_buttons { $metainfo .= ''. - ''. + ''.&mt('Provide my evaluation of this resource').''. ''; } if (($hash->{'src_'.$rid}=~/$LONCAPA::assess_re/) && @@ -631,12 +635,16 @@ sub get_buttons { ''. '&command=submission">'. - ''. + ''.&mt('View Submissions for a Student or a Group of Students').''. ''. ''. '&command=gradingmenu">'. - ''. + ''.&mt('Content Grades').''. ''; } if (&Apache::lonnet::allowed('opa',$env{'request.course.id'})) { @@ -644,7 +652,9 @@ sub get_buttons { ''. '" >'. - ''. + ''.&mt('Content Settings').''. ''; } }