Show
Ignore:
Timestamp:
02/10/03 13:12:34 (21 years ago)
Author:
jalet
Message:

Translations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r791 r793  
    1717# 
    1818# $Log$ 
     19# Revision 1.11  2003/02/10 12:12:34  jalet 
     20# Translations. 
     21# 
    1922# Revision 1.10  2003/02/10 12:07:30  jalet 
    2023# Now repykota should output the recorded total page number for each printer too. 
     
    129132                    total += self.printQuota(name, quota) 
    130133            if total :         
    131                 print (" " * 43) + ("Total : %9i" % total) 
    132             print (" " * 44) + ("Real : %9i" % printerpagecounter) 
     134                print (" " * 43) + (_("Total : %9i") % total) 
     135            print (" " * 44) + (_("Real : %9i") % printerpagecounter) 
    133136            print         
    134137