[LON-CAPA-cvs] cvs: loncom /localize/localize en.pm

raeburn raeburn at source.lon-capa.org
Mon Aug 26 23:30:40 EDT 2013


raeburn		Tue Aug 27 03:30:40 2013 EDT

  Modified files:              
    /loncom/localize/localize	en.pm 
  Log:
  - en.pm 1.5 is branch point for trans_test (used by lonmsgdisplay.pm 
    rev. 1.56.2.1, tagged as trans_text).
  - remove changes for trans_test from CVS HEAD.
  
  
Index: loncom/localize/localize/en.pm
diff -u loncom/localize/localize/en.pm:1.5 loncom/localize/localize/en.pm:1.6
--- loncom/localize/localize/en.pm:1.5	Sat Dec 23 07:06:20 2006
+++ loncom/localize/localize/en.pm	Tue Aug 27 03:30:40 2013
@@ -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 @@
  '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 '<b>'.$description.' messages</b>: showing messages '.$first.
-	 ' through '.$finish.' of '.$total.'.';
- },
-
 #SYNCMARKER
 );
 




More information about the LON-CAPA-cvs mailing list