';
}
$result .= &Apache::loncommon::end_data_table_header_row().
@@ -3433,7 +3433,8 @@ sub editgrades {
if (!&canmodify($usec)) {
my $numcols=scalar(@partid)*4+2;
push(@noupdate,
- $line."
Not allowed to modify student
");
+ $line."
".
+ &mt('Not allowed to modify student')."
");
next;
}
my %aggregate = ();
@@ -3553,7 +3554,9 @@ sub editgrades {
# my $numcols=(scalar(@partid)*(scalar(@parts)-1)*2)+3;
my $numcols=scalar(@partid)*4+2;
$result .= &Apache::loncommon::start_data_table_row('LC_empty_row').
- '
No Changes Occurred For the Students Below
'.
+ '
'.
+ &mt('No Changes Occurred For the Students Below').
+ '
'.
&Apache::loncommon::end_data_table_row();
foreach my $line (@noupdate) {
$result.=
@@ -3564,9 +3567,11 @@ sub editgrades {
}
$result .= &Apache::loncommon::end_data_table().
&show_grading_menu_form($symb);
- my $msg = '
Number of records updated = '.$rec_update.
- ' for '.$count.' student'.($count <= 1 ? '' : 's').'. '.
- 'Total number of students = '.$env{'form.total'}.'
';
+ my $msg = '
'.
+ &mt('Number of records updated = [_1] for [quant,_2,student].',
+ $rec_update,$count).' '.
+ ''.&mt('Total number of students = [_1]',$env{'form.total'}).
+ '