Show
Ignore:
Timestamp:
10/11/04 14:49:06 (20 years ago)
Author:
jalet
Message:

Renders help translatable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykotme

    r1785 r1796  
    2424# 
    2525# $Log$ 
     26# Revision 1.15  2004/10/11 12:49:06  jalet 
     27# Renders help translatable 
     28# 
    2629# Revision 1.14  2004/10/06 10:05:47  jalet 
    2730# Minor changes to allow any PyKota administrator to launch enhanced versions 
     
    8285 
    8386from pykota import version 
    84 from pykota.tool import PyKotaTool, PyKotaToolError, crashed 
     87from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    8588from pykota.config import PyKotaConfigError 
    8689from pykota.storage import PyKotaStorageError 
    8790from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 
    8891 
    89 __doc__ = """pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
     92__doc__ = N_("""pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    9093 
    9194Gives print quotes to users. 
     
    128131  would cost on each printer. 
    129132 
    130  
    131133This program is free software; you can redistribute it and/or modify 
    132134it under the terms of the GNU General Public License as published by 
     
    143145Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    144146 
    145 Please e-mail bugs to: %s""" % (version.__version__, version.__author__) 
     147Please e-mail bugs to: %s""") % (version.__version__, version.__author__) 
    146148         
    147149