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/pykosd

    r1785 r1796  
    2424# 
    2525# $Log$ 
     26# Revision 1.9  2004/10/11 12:49:06  jalet 
     27# Renders help translatable 
     28# 
    2629# Revision 1.8  2004/10/06 10:05:47  jalet 
    2730# Minor changes to allow any PyKota administrator to launch enhanced versions 
     
    6467 
    6568from pykota import version 
    66 from pykota.tool import PyKotaTool, PyKotaToolError, crashed 
    67  
    68 __doc__ = """pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
     69from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
     70 
     71__doc__ = N_("""pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    6972An OSD quota monitor for PyKota. 
    7073 
     
    117120Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    118121 
    119 Please e-mail bugs to: %s""" % (version.__version__, version.__author__) 
     122Please e-mail bugs to: %s""") % (version.__version__, version.__author__) 
    120123 
    121124