--- loncom/localize/localize/en.pm 2006/12/23 05:44:51 1.2 +++ 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.2 2006/12/23 05:44:51 albertel Exp $ +# $Id: en.pm,v 1.6 2013/08/27 03:30:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,27 +28,16 @@ ###################################################################### ###################################################################### - +use strict; package Apache::localize::en; use base qw(Apache::localize); -%Lexicon=('_AUTO' => 1, +%Apache::localize::en::Lexicon= +( + '_AUTO' => 1, -'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.'; - } - }, + 'char_encoding'=> 'UTF-8', + 'language_code'=> 'en', #SYNCMARKER );