/[papo]/gnue/common/src/FormatMasks/NumberMask.py
ViewVC logotype

Diff of /gnue/common/src/FormatMasks/NumberMask.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by charlie, Tue Aug 27 18:15:52 2002 UTC revision 1.4 by styxman, Fri Nov 15 15:32:54 2002 UTC
# Line 56  from gnue.common import GDebug Line 56  from gnue.common import GDebug
56  from gnue.common.GDateTime import GDateTime, InvalidDate  from gnue.common.GDateTime import GDateTime, InvalidDate
57  from FormatExceptions import *  from FormatExceptions import *
58    
 # TODO: This is obviously not Internationalized!  
 # TODO (after some time):  this should go...  
 monthNames = [_('January'),  
               _('February'),  
               _('March'),  
               _('April'),  
               _('May'),  
               _('June'),  
               _('July'),  
               _('August'),  
               _('September'),  
               _('October'),  
               _('November'),  
               _('December')]  
   
 monthAbbrevNames = [_('Jan'),  
                     _('Feb'),  
                     _('Mar'),  
                     _('Apr'),  
                     _('May'),  
                     _('Jun'),  
                     _('Jul'),  
                     _('Aug'),  
                     _('Sep'),  
                     _('Oct'),  
                     _('Nov'),  
                     _('Dec')]  
   
 weekdayNames = [_('Sunday'),  
                 _('Monday'),  
                 _('Tuesday'),  
                 _('Wednesday'),  
                 _('Thursday'),  
                 _('Friday'),  
                 _('Saturday')]  
   
 weekdayAbbrevNames = [_('Sun'),  
                       _('Mon'),  
                       _('Tue'),  
                       _('Wed'),  
                       _('Thu'),  
                       _('Fri'),  
                       _('Sat')]  
   
   
 predefinedDateLiterals = "-./: ,"  
   
   
59  class DateLiteral (Literal):  class DateLiteral (Literal):
60    def addSelfToDate(self, value, date):    def addSelfToDate(self, value, date):
61      pass      pass

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26