'."\n";
my ($string,$contents,$matches) = ('','',0);
my (undef,undef,$fullname) = &getclasslist('all','0');
@@ -749,11 +752,11 @@ sub verifyreceipt {
my $header =
&Apache::loncommon::start_data_table().
&Apache::loncommon::start_data_table_header_row().
- '
Fullname
'."\n".
- '
Username
'."\n".
- '
Domain
';
+ '
'.&mt('Fullname').'
'."\n".
+ '
'.&mt('Username').'
'."\n".
+ '
'.&mt('Domain').'
';
if ($receiptparts) {
- $header.='
Problem Part
';
+ $header.='
'.&mt('Problem Part').'
';
}
$header.=
&Apache::loncommon::end_data_table_header_row();
@@ -786,11 +789,12 @@ sub verifyreceipt {
}
}
if ($matches == 0) {
- $string = $title.'No match found for the above receipt.';
+ $string = $title.&mt('No match found for the above receipt.');
} else {
$string = &jscriptNform($symb).$title.
- 'The above receipt matches the following student'.
- ($matches <= 1 ? '.' : 's.')."\n".
+ '
'.
+ &mt('The above receipt matches the following [numerate,_1,student].',$matches).
+ '