~georgeyk/stoqdrivers/print-barcode

« back to all changes in this revision

Viewing changes to stoqdrivers/printers/daruma/FS345.py

  • Committer: george
  • Date: 2009-02-11 14:33:24 UTC
  • Revision ID: vcs-imports@canonical.com-20090211143324-3cjwbszzazo2m8li
#3873: Traduzir os componentes da nota fiscal. (stoqdrivers part)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
abicomp.register_codec()
54
54
 
55
 
_ = lambda msg: stoqdrivers_gettext(msg)
 
55
_ = stoqdrivers_gettext
56
56
 
57
57
log = Logger('stoqdrivers.daruma')
58
58