version 1.54, 2006/12/18 23:09:37
|
version 1.55, 2006/12/23 04:39:32
|
Line 970 ENDDISHEADER
|
Line 970 ENDDISHEADER
|
} elsif ($msgstatus eq 'replied') { |
} elsif ($msgstatus eq 'replied') { |
$r->print('<h2>'.&mt('You have not replied to any messages in this folder.').'</h2>'); |
$r->print('<h2>'.&mt('You have not replied to any messages in this folder.').'</h2>'); |
} else { |
} else { |
$r->print('<h2>'.&mt('There are no [_1] messages in this folder',lc($statushash{$msgstatus})).'</h2>'); |
$r->print('<h2>'.&mt('There are no '.lc($statushash{$msgstatus}).' messages in this folder.').'</h2>'); |
} |
} |
return; |
return; |
} |
} |