--- loncom/localize/localize/en.pm 2006/12/23 07:06:20 1.5 +++ loncom/localize/localize/en.pm 2013/08/27 03:30:40 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Hebrew Localization Lexicon # -# $Id: en.pm,v 1.5 2006/12/23 07:06:20 albertel Exp $ +# $Id: en.pm,v 1.6 2013/08/27 03:30:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -39,27 +39,6 @@ use base qw(Apache::localize); 'char_encoding'=> 'UTF-8', 'language_code'=> 'en', - '_empty_mail_folder' - => sub { - my (undef,$status,$description) = @_; - if ($status eq '') { - return 'Empty Folder'; - } elsif ($status eq 'replied') { - return 'You have not replied to any messages in this folder.'; - } else { - return 'There are no '.lc($description).' messages in this folder.'; - } - }, - - '_location_in_mail_folder' - => sub { - my (undef,$status,$description,$first,$finish,$total) = @_; - if ($status eq '') { $description = 'All'; } - - return ''.$description.' messages: showing messages '.$first. - ' through '.$finish.' of '.$total.'.'; - }, - #SYNCMARKER );