Changeset 793
- Timestamp:
- 02/10/03 13:12:34 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r791 r793 17 17 # 18 18 # $Log$ 19 # Revision 1.11 2003/02/10 12:12:34 jalet 20 # Translations. 21 # 19 22 # Revision 1.10 2003/02/10 12:07:30 jalet 20 23 # Now repykota should output the recorded total page number for each printer too. … … 129 132 total += self.printQuota(name, quota) 130 133 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) 133 136 print 134 137