Changeset 3108

Show
Ignore:
Timestamp:
12/02/06 23:45:44 (17 years ago)
Author:
jerome
Message:

Better textual information.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkrefund

    r3095 r3108  
    377377                    print _("Date : %s") % str(job.JobDate)[:19] 
    378378                    print _("JobId : %s") % job.JobId 
    379                     print _("Username : %s") % job.UserName 
    380                     print _("Printername : %s") % job.PrinterName 
     379                    print _("User : %s") % job.UserName 
     380                    print _("Printer : %s") % job.PrinterName 
    381381                    print _("Billing code : %s") % job.JobBillingCode 
    382382                    print _("Pages : %i") % job.JobSize 
  • pykota/trunk/po/pykota.pot

    r3097 r3108  
    15911591 
    15921592#, python-format 
    1593 msgid "Username : %s" 
    1594 msgstr "" 
    1595  
    1596 #, python-format 
    1597 msgid "Printername : %s" 
     1593msgid "User : %s" 
     1594msgstr "" 
     1595 
     1596#, python-format 
     1597msgid "Printer : %s" 
    15981598msgstr "" 
    15991599