Changeset 2267

Show
Ignore:
Timestamp:
05/21/05 10:18:35 (19 years ago)
Author:
jerome
Message:

Moved the copyright strings out of the docstrings

Location:
pykota/trunk
Files:
178 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r2216 r2267  
    3030from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3131 
    32 __doc__ = N_("""autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     32__doc__ = N_("""autopykota v%s (c) %s %s 
     33 
    3334A tool to automate user account creation and initial balance setting. 
    3435 
  • pykota/trunk/bin/dumpykota

    r2266 r2267  
    3232from pykota.dumper import DumPyKota 
    3333 
    34 __doc__ = N_("""dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     34__doc__ = N_("""dumpykota v%s (c) %s %s 
    3535 
    3636Dumps PyKota database's content. 
  • pykota/trunk/bin/edpykota

    r2258 r2267  
    3333from pykota.storage import PyKotaStorageError 
    3434 
    35 __doc__ = N_("""edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     35__doc__ = N_("""edpykota v%s (c) %s %s 
     36 
    3637A Print Quota editor for PyKota. 
    3738 
  • pykota/trunk/bin/pkbanner

    r2216 r2267  
    4949from pykota.tool import Tool, PyKotaToolError, crashed, N_ 
    5050 
    51 __doc__ = N_("""pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     51__doc__ = N_("""pkbanner v%s (c) %s %s 
    5252 
    5353Generates banners. 
  • pykota/trunk/bin/pkhint

    r2216 r2267  
    3636    hasSNMP = 1 
    3737 
    38 __doc__ = N_("""pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     38__doc__ = N_("""pkhint v%s (c) %s %s 
     39 
    3940A tool to give hints on what accounting method is best for each printer. 
    4041 
  • pykota/trunk/bin/pkmail

    r2216 r2267  
    3434from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 
    3535 
    36 __doc__ = N_("""pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     36__doc__ = N_("""pkmail v%s (c) %s %s 
    3737 
    3838Email gateway for PyKota. 
  • pykota/trunk/bin/pkprinters

    r2216 r2267  
    3131from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3232 
    33 __doc__ = N_("""pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     33__doc__ = N_("""pkprinters v%s (c) %s %s 
     34 
    3435A Printers Manager for PyKota. 
    3536 
  • pykota/trunk/bin/pykosd

    r2232 r2267  
    3838from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    3939 
    40 __doc__ = N_("""pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     40__doc__ = N_("""pykosd v%s (c) %s %s 
     41 
    4142An OSD quota monitor for PyKota. 
    4243 
  • pykota/trunk/bin/pykotme

    r2232 r2267  
    3232from pykota.pdlanalyzer import PDLAnalyzer, PDLAnalyzerError 
    3333 
    34 __doc__ = N_("""pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     34__doc__ = N_("""pykotme v%s (c) %s %s 
    3535 
    3636Gives print quotes to users. 
  • pykota/trunk/bin/repykota

    r2216 r2267  
    3737from pykota import reporter 
    3838 
    39 __doc__ = N_("""repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     39__doc__ = N_("""repykota v%s (c) %s %s 
    4040 
    4141Generates print quota reports. 
  • pykota/trunk/bin/warnpykota

    r2216 r2267  
    3333from pykota.storage import PyKotaStorageError 
    3434 
    35 __doc__ = N_("""warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres 
     35__doc__ = N_("""warnpykota v%s (c) %s %s 
    3636 
    3737Sends mail to users over print quota. 
  • pykota/trunk/cgi-bin/dumpykota.cgi

    r2265 r2267  
    8383      <font size="-2"> 
    8484        <a href="http://www.librelogiciel.com/software/">%s</a> 
    85         &copy; 2003, 2004, 2005 %s  
     85        &copy; %s %s  
    8686      </font> 
    8787    </p> 
     
    105105        print "<br />" 
    106106        print self.htmlFilterInput(" ".join(self.arguments)) 
    107         print footer % (_("Dump"), version.__doc__, version.__author__) 
     107        print footer % (_("Dump"), version.__doc__, version.__copyright__, version.__author__) 
    108108         
    109109    def htmlListDataTypes(self, selected="") :     
  • pykota/trunk/cgi-bin/printquota.cgi

    r2266 r2267  
    8282      <font size="-2"> 
    8383        <a href="http://www.librelogiciel.com/software/">%s</a> 
    84         &copy; 2003, 2004, 2005 %s  
     84        &copy; %s %s  
    8585      </font> 
    8686    </p> 
     
    100100                        _("Report")) 
    101101        print self.body 
    102         print footer % (_("Report"), version.__doc__, version.__author__) 
     102        print footer % (_("Report"), version.__doc__, version.__copyright__, version.__author__) 
    103103         
    104104    def error(self, message) : 
  • pykota/trunk/cgi-bin/pykotme.cgi

    r2265 r2267  
    8181      <font size="-2"> 
    8282        <a href="http://www.librelogiciel.com/software/">%s</a> 
    83         &copy; 2003, 2004, 2005 %s  
     83        &copy; %s %s  
    8484      </font> 
    8585    </p> 
     
    9999                        _("Quote")) 
    100100        print self.body 
    101         print footer % (_("Quote"), version.__doc__, version.__author__) 
     101        print footer % (_("Quote"), version.__doc__, version.__copyright__, version.__author__) 
    102102         
    103103    def error(self, message) : 
  • pykota/trunk/man/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 autopykota \- manual page for autopykota 1.22_unofficial 
     4autopykota \- manual page for autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/de/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Ein Programm zum automatischen Anlegen von Benutzer\-Konti 
    89und zum Setzen von Anfangswerten 
  • pykota/trunk/man/de/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/de/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/de/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/de/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Ein Werkzeug, das Hinweise auf die beste Z�methode f�en Drucker gibt. 
    89.PP 
  • pykota/trunk/man/de/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/de/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Ein Druckermanager f�ota. 
    89.PP 
  • pykota/trunk/man/de/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Ein OSD Kontingent\-Anzeiger f�ota. 
    89.PP 
  • pykota/trunk/man/de/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gibt den Benutzern ihre Druckkontingente an. 
  • pykota/trunk/man/de/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Erzeugt Berichte zu den Druckkontingenten. 
  • pykota/trunk/man/de/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sendet Post an die Benutzer bez� Druckkontingente. 
  • pykota/trunk/man/dumpykota.1

    r2266 r2267  
    44dumpykota \- manual page for dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 edpykota \- manual page for edpykota 1.22_unofficial 
     4edpykota \- manual page for edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/el_GR/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78��� � ������������� ��� ����� 
    89.PP 
  • pykota/trunk/man/el_GR/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/el_GR/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/el_GR/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/el_GR/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78���� ��� � ����� ������� 
    89.PP 
  • pykota/trunk/man/el_GR/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/el_GR/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78���� ������yKota. 
    89.PP 
  • pykota/trunk/man/el_GR/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78������PyKota ��������OSD). 
    89.PP 
  • pykota/trunk/man/el_GR/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88��� ��� � ���� ���� 
  • pykota/trunk/man/el_GR/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88�����������PP 
  • pykota/trunk/man/el_GR/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88��� email ������ �� �����. 
  • pykota/trunk/man/es/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Herramienta que automatiza la creaci�e cuentas de usuario y el 
    89establecimiento inicial del saldo. 
  • pykota/trunk/man/es/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/es/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAedpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/es/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/es/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Herramienta que aconseja sobre qu��do de contabilidad es el mejor 
    89para cada impresora. 
  • pykota/trunk/man/es/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Puerta de enlace de correo electr�o para PyKota. 
  • pykota/trunk/man/es/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un administrador de impresoras para PyKota. 
    89.PP 
  • pykota/trunk/man/es/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un monitor de cuotas OSD para PyKota. 
    89.PP 
  • pykota/trunk/man/es/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Muestra las cuotas de impresi� los usuarios. 
  • pykota/trunk/man/es/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Genera informes sobre las cuotas de impresi�.PP 
  • pykota/trunk/man/es/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Env�correos electr�os a los usuarios que han sobrepasado su cuota 
  • pykota/trunk/man/fr/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un outil pour automatiser la cr�ion des comptes et l'initialisation 
    89du solde. 
  • pykota/trunk/man/fr/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Exporte le contenu de la base de donn� de PyKota. 
  • pykota/trunk/man/fr/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un �teur de quotas pour PyKota. 
    89.PP 
  • pykota/trunk/man/fr/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/fr/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un outil pour d�cter la meilleure m�ode de d�mpte pour chaque 
    89imprimante. 
  • pykota/trunk/man/fr/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Passerelle courrier �ctronique pour PyKota. 
  • pykota/trunk/man/fr/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un gestionnaire d'imprimantes pour PyKota. 
    89.PP 
  • pykota/trunk/man/fr/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Un afficheur OSD de quota d'impression pour PyKota. 
    89.PP 
  • pykota/trunk/man/fr/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Fait des devis d'impression aux utilisateurs. 
  • pykota/trunk/man/fr/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88G�re des rapports de quotas d'impression. 
  • pykota/trunk/man/fr/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Pr�ent les utilisateurs ayant atteint leurs limites. 
  • pykota/trunk/man/it/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/it/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/it/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/it/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/it/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/it/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/it/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/it/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/it/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/it/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/it/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/nb_NO/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Et verkt�r �utomatisere oppretting av brukere og oppstarten av kvotesystemet. 
    89.PP 
  • pykota/trunk/man/nb_NO/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/nb_NO/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/nb_NO/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/nb_NO/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Et verkt�r �est avgj�va slags bokf�ssystem som best egner seg for hver skriver. 
    89.PP 
  • pykota/trunk/man/nb_NO/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/nb_NO/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78En skriverbehandler for PyKota. 
    89.PP 
  • pykota/trunk/man/nb_NO/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78En OSD kvote overv�r for PyKota. 
    89.PP 
  • pykota/trunk/man/nb_NO/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Setter utskriftskvoter p�ine brukere. 
  • pykota/trunk/man/nb_NO/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/nb_NO/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sender e\-post til brukere som har oversetget sin utskriftskvote. 
  • pykota/trunk/man/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkbanner \- manual page for pkbanner 1.22_unofficial 
     4pkbanner \- manual page for pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkhint \- manual page for pkhint 1.22_unofficial 
     4pkhint \- manual page for pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkmail \- manual page for pkmail 1.22_unofficial 
     4pkmail \- manual page for pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkprinters \- manual page for pkprinters 1.22_unofficial 
     4pkprinters \- manual page for pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/pt/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/pt_BR/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/pt_BR/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/pt_BR/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/pt_BR/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pt_BR/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/pt_BR/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pt_BR/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/pt_BR/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/pt_BR/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/pt_BR/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/pt_BR/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/pt/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/pt/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/pt/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/pt/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/pt/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/pt/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/pt/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/pt/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/pt/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/pt/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pykosd \- manual page for pykosd 1.22_unofficial 
     4pykosd \- manual page for pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pykotme \- manual page for pykotme 1.22_unofficial 
     4pykotme \- manual page for pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 repykota \- manual page for repykota 1.22_unofficial 
     4repykota \- manual page for repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/sv_SE/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/sv_SE/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/sv_SE/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/sv_SE/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/sv_SE/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/sv_SE/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/sv_SE/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/sv_SE/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/sv_SE/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/sv_SE/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/sv_SE/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/th/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/th/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/th/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/th/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/th/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/th/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/th/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/th/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/th/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/th/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/th/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/tr/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Kullanıcı hesapları oluşumunu otomatikleştirme ve başlangıç hesap ayarları için araç. 
    89.PP 
  • pykota/trunk/man/tr/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/tr/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/tr/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/tr/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78Her yazıcı için hangi hesaplama metodunun uygun olacaıı hakkında ipucu veren bir araç. 
    89.PP 
  • pykota/trunk/man/tr/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/tr/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/tr/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78PyKota için bir OSD kota izleyicisi. 
    89.PP 
  • pykota/trunk/man/tr/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Kullanıcılara kota verir. 
  • pykota/trunk/man/tr/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Yacıcı kotası raporları oluşturur. 
  • pykota/trunk/man/tr/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Yazma kotası üzerinden kullanıcılara mektup gönderir. 
  • pykota/trunk/man/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "May 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 warnpykota \- manual page for warnpykota 1.22_unofficial 
     4warnpykota \- manual page for warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/man/zh_TW/autopykota.1

    r2237 r2267  
    22.TH AUTOPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 autopykota \- page de manuel de autopykota 1.22_unofficial 
     4autopykota \- page de manuel de autopykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 autopykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6autopykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to automate user account creation and initial balance setting. 
    89.PP 
  • pykota/trunk/man/zh_TW/dumpykota.1

    r2266 r2267  
    44dumpykota \- page de manuel de dumpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6dumpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Dumps PyKota database's content. 
  • pykota/trunk/man/zh_TW/edpykota.1

    r2237 r2267  
    22.TH EDPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 edpykota \- page de manuel de edpykota 1.22_unofficial 
     4edpykota \- page de manuel de edpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 edpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6edpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Print Quota editor for PyKota. 
    89.PP 
  • pykota/trunk/man/zh_TW/pkbanner.1

    r2237 r2267  
    22.TH PKBANNER "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkbanner \- page de manuel de pkbanner 1.22_unofficial 
     4pkbanner \- page de manuel de pkbanner 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkbanner v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkbanner v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates banners. 
  • pykota/trunk/man/zh_TW/pkhint.1

    r2237 r2267  
    22.TH PKHINT "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkhint \- page de manuel de pkhint 1.22_unofficial 
     4pkhint \- page de manuel de pkhint 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkhint v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkhint v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A tool to give hints on what accounting method is best for each printer. 
    89.PP 
  • pykota/trunk/man/zh_TW/pkmail.1

    r2237 r2267  
    22.TH PKMAIL "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkmail \- page de manuel de pkmail 1.22_unofficial 
     4pkmail \- page de manuel de pkmail 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkmail v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkmail v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Email gateway for PyKota. 
  • pykota/trunk/man/zh_TW/pkprinters.1

    r2237 r2267  
    22.TH PKPRINTERS "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pkprinters \- page de manuel de pkprinters 1.22_unofficial 
     4pkprinters \- page de manuel de pkprinters 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pkprinters v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pkprinters v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78A Printers Manager for PyKota. 
    89.PP 
  • pykota/trunk/man/zh_TW/pykosd.1

    r2237 r2267  
    22.TH PYKOSD "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.22_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykosd v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     7.PP 
    78An OSD quota monitor for PyKota. 
    89.PP 
  • pykota/trunk/man/zh_TW/pykotme.1

    r2237 r2267  
    22.TH PYKOTME "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykotme \- page de manuel de pykotme 1.22_unofficial 
     4pykotme \- page de manuel de pykotme 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 pykotme v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6pykotme v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Gives print quotes to users. 
  • pykota/trunk/man/zh_TW/repykota.1

    r2237 r2267  
    22.TH REPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 repykota \- page de manuel de repykota 1.22_unofficial 
     4repykota \- page de manuel de repykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 repykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6repykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Generates print quota reports. 
  • pykota/trunk/man/zh_TW/warnpykota.1

    r2237 r2267  
    22.TH WARNPYKOTA "1" "mai 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 warnpykota \- page de manuel de warnpykota 1.22_unofficial 
     4warnpykota \- page de manuel de warnpykota 1.23alpha4_unofficial 
    55.SH DESCRIPTION 
    6 warnpykota v1.22_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres 
     6warnpykota v1.23alpha4_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Sends mail to users over print quota. 
  • pykota/trunk/po/de/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    7676"Please e-mail bugs to: %s" 
    7777msgstr "" 
    78 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    79 "Libres\n" 
     78"autopykota v%s (c) %s %s\n" 
     79"\n" 
    8080"Ein Programm zum automatischen Anlegen von Benutzer-Konti\n" 
    8181"und zum Setzen von Anfangswerten\n" 
     
    185185#, python-format 
    186186msgid "" 
    187 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    188 "Libres\n" 
     187"dumpykota v%s (c) %s %s\n" 
    189188"\n" 
    190189"Dumps PyKota database's content.\n" 
     
    295294#, python-format 
    296295msgid "" 
    297 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    298 "Libres\n" 
     296"edpykota v%s (c) %s %s\n" 
     297"\n" 
    299298"A Print Quota editor for PyKota.\n" 
    300299"\n" 
     
    619618#, python-format 
    620619msgid "" 
    621 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    622 "Libres\n" 
     620"pkbanner v%s (c) %s %s\n" 
    623621"\n" 
    624622"Generates banners.\n" 
     
    744742#, python-format 
    745743msgid "" 
    746 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     744"pkhint v%s (c) %s %s\n" 
     745"\n" 
    747746"A tool to give hints on what accounting method is best for each printer.\n" 
    748747"\n" 
     
    783782"Please e-mail bugs to: %s" 
    784783msgstr "" 
    785 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     784"pkhint v%s (c) %s %s\n" 
     785"\n" 
    786786"Ein Werkzeug, das Hinweise auf die beste Z�methode f�en Drucker " 
    787787"gibt.\n" 
     
    862862#, python-format 
    863863msgid "" 
    864 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     864"pkmail v%s (c) %s %s\n" 
    865865"\n" 
    866866"Email gateway for PyKota.\n" 
     
    921921#, python-format 
    922922msgid "" 
    923 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    924 "Libres\n" 
     923"pkprinters v%s (c) %s %s\n" 
     924"\n" 
    925925"A Printers Manager for PyKota.\n" 
    926926"\n" 
     
    10201020"Please e-mail bugs to: %s" 
    10211021msgstr "" 
    1022 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1023 "Libres\n" 
     1022"pkprinters v%s (c) %s %s\n" 
     1023"\n" 
    10241024"Ein Druckermanager f�ota.\n" 
    10251025"\n" 
     
    11461146#, python-format 
    11471147msgid "" 
    1148 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1148"pykosd v%s (c) %s %s\n" 
     1149"\n" 
    11491150"An OSD quota monitor for PyKota.\n" 
    11501151"\n" 
     
    12001201"Please e-mail bugs to: %s" 
    12011202msgstr "" 
    1202 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1203"pykosd v%s (c) %s %s\n" 
     1204"\n" 
    12031205"Ein OSD Kontingent-Anzeiger f�ota.\n" 
    12041206"\n" 
     
    12861288#, python-format 
    12871289msgid "" 
    1288 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1290"pykotme v%s (c) %s %s\n" 
    12891291"\n" 
    12901292"Gives print quotes to users.\n" 
     
    13431345"Please e-mail bugs to: %s" 
    13441346msgstr "" 
    1345 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1347"pykotme v%s (c) %s %s\n" 
    13461348"\n" 
    13471349"Gibt den Benutzern ihre Druckkontingente an.\n" 
     
    14141416#, python-format 
    14151417msgid "" 
    1416 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1417 "Libres\n" 
     1418"repykota v%s (c) %s %s\n" 
    14181419"\n" 
    14191420"Generates print quota reports.\n" 
     
    14761477"Please e-mail bugs to: %s" 
    14771478msgstr "" 
    1478 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1479 "Libres\n" 
     1479"repykota v%s (c) %s %s\n" 
    14801480"\n" 
    14811481"Erzeugt Berichte zu den Druckkontingenten.\n" 
     
    15461546#, python-format 
    15471547msgid "" 
    1548 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1549 "Libres\n" 
     1548"warnpykota v%s (c) %s %s\n" 
    15501549"\n" 
    15511550"Sends mail to users over print quota.\n" 
     
    16101609"Please e-mail bugs to: %s" 
    16111610msgstr "" 
    1612 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1613 "Libres\n" 
     1611"warnpykota v%s (c) %s %s\n" 
    16141612"\n" 
    16151613"Sendet Post an die Benutzer bez� Druckkontingente.\n" 
  • pykota/trunk/po/el_GR/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    7676"Please e-mail bugs to: %s" 
    7777msgstr "" 
    78 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    79 "Libres\n" 
     78"autopykota v%s (c) %s %s\n" 
     79"\n" 
    8080"��� � ������������� ��� ������\n" 
    8181"\n" 
     
    181181#, python-format 
    182182msgid "" 
    183 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    184 "Libres\n" 
     183"dumpykota v%s (c) %s %s\n" 
    185184"\n" 
    186185"Dumps PyKota database's content.\n" 
     
    291290#, python-format 
    292291msgid "" 
    293 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    294 "Libres\n" 
     292"edpykota v%s (c) %s %s\n" 
     293"\n" 
    295294"A Print Quota editor for PyKota.\n" 
    296295"\n" 
     
    617616#, python-format 
    618617msgid "" 
    619 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    620 "Libres\n" 
     618"pkbanner v%s (c) %s %s\n" 
    621619"\n" 
    622620"Generates banners.\n" 
     
    742740#, python-format 
    743741msgid "" 
    744 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     742"pkhint v%s (c) %s %s\n" 
     743"\n" 
    745744"A tool to give hints on what accounting method is best for each printer.\n" 
    746745"\n" 
     
    781780"Please e-mail bugs to: %s" 
    782781msgstr "" 
    783 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     782"pkhint v%s (c) %s %s\n" 
     783"\n" 
    784784"���� ��� � ����� �������\n" 
    785785"\n" 
     
    851851msgstr "# ��� ������� �������, python-format 
    852852msgid "" 
    853 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     853"pkmail v%s (c) %s %s\n" 
    854854"\n" 
    855855"Email gateway for PyKota.\n" 
     
    910910#, python-format 
    911911msgid "" 
    912 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    913 "Libres\n" 
     912"pkprinters v%s (c) %s %s\n" 
     913"\n" 
    914914"A Printers Manager for PyKota.\n" 
    915915"\n" 
     
    10091009"Please e-mail bugs to: %s" 
    10101010msgstr "" 
    1011 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1012 "Libres\n" 
     1011"pkprinters v%s (c) %s %s\n" 
     1012"\n" 
    10131013"���� ������yKota.\n" 
    10141014"\n" 
     
    11231123#, python-format 
    11241124msgid "" 
    1125 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1125"pykosd v%s (c) %s %s\n" 
     1126"\n" 
    11261127"An OSD quota monitor for PyKota.\n" 
    11271128"\n" 
     
    11771178"Please e-mail bugs to: %s" 
    11781179msgstr "" 
    1179 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1180"pykosd v%s (c) %s %s\n" 
     1181"\n" 
    11801182"������PyKota ��������OSD).\n" 
    11811183"\n" 
     
    12651267#, python-format 
    12661268msgid "" 
    1267 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1269"pykotme v%s (c) %s %s\n" 
    12681270"\n" 
    12691271"Gives print quotes to users.\n" 
     
    13221324"Please e-mail bugs to: %s" 
    13231325msgstr "" 
    1324 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1326"pykotme v%s (c) %s %s\n" 
    13251327"\n" 
    13261328"��� ��� � ���� ����\n" 
     
    13941396#, python-format 
    13951397msgid "" 
    1396 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1397 "Libres\n" 
     1398"repykota v%s (c) %s %s\n" 
    13981399"\n" 
    13991400"Generates print quota reports.\n" 
     
    14561457"Please e-mail bugs to: %s" 
    14571458msgstr "" 
    1458 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1459 "Libres\n" 
     1459"repykota v%s (c) %s %s\n" 
    14601460"\n" 
    14611461"�����������" 
     
    15241524#, python-format 
    15251525msgid "" 
    1526 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1527 "Libres\n" 
     1526"warnpykota v%s (c) %s %s\n" 
    15281527"\n" 
    15291528"Sends mail to users over print quota.\n" 
     
    15881587"Please e-mail bugs to: %s" 
    15891588msgstr "" 
    1590 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1591 "Libres\n" 
     1589"warnpykota v%s (c) %s %s\n" 
    15921590"\n" 
    15931591"��� email ������ �� �����.\n" 
  • pykota/trunk/po/es/pykota.po

    r2266 r2267  
    3939#, python-format 
    4040msgid "" 
    41 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    42 "Libres\n" 
     41"autopykota v%s (c) %s %s\n" 
     42"\n" 
    4343"A tool to automate user account creation and initial balance setting.\n" 
    4444"\n" 
     
    7777"Please e-mail bugs to: %s" 
    7878msgstr "" 
    79 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    80 "Libres\n" 
     79"autopykota v%s (c) %s %s\n" 
     80"\n" 
    8181"Herramienta que automatiza la creaci�e cuentas de usuario y el \n" 
    8282"establecimiento inicial del saldo.\n" 
     
    199199#, python-format 
    200200msgid "" 
    201 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    202 "Libres\n" 
     201"dumpykota v%s (c) %s %s\n" 
    203202"\n" 
    204203"Dumps PyKota database's content.\n" 
     
    309308#, python-format 
    310309msgid "" 
    311 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    312 "Libres\n" 
     310"edpykota v%s (c) %s %s\n" 
     311"\n" 
    313312"A Print Quota editor for PyKota.\n" 
    314313"\n" 
     
    524523"Please e-mail bugs to: %s" 
    525524msgstr "" 
    526 "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAedpykota v%s (c) 2003, 2004, 2005 C@LL - " 
    527 "Conseil Internet & Logiciels Libres\n" 
     525"edpykota v%s (c) %s %s\n" 
     526"\n" 
    528527"A Print Quota editor for PyKota.\n" 
    529528"\n" 
     
    859858#, python-format 
    860859msgid "" 
    861 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    862 "Libres\n" 
     860"pkbanner v%s (c) %s %s\n" 
    863861"\n" 
    864862"Generates banners.\n" 
     
    984982#, python-format 
    985983msgid "" 
    986 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     984"pkhint v%s (c) %s %s\n" 
     985"\n" 
    987986"A tool to give hints on what accounting method is best for each printer.\n" 
    988987"\n" 
     
    10231022"Please e-mail bugs to: %s" 
    10241023msgstr "" 
    1025 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1024"pkhint v%s (c) %s %s\n" 
     1025"\n" 
    10261026"Herramienta que aconseja sobre qu��do de contabilidad es el mejor\n" 
    10271027"para cada impresora.\n" 
     
    11031103#, python-format 
    11041104msgid "" 
    1105 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1105"pkmail v%s (c) %s %s\n" 
    11061106"\n" 
    11071107"Email gateway for PyKota.\n" 
     
    11591159"Please e-mail bugs to: %s" 
    11601160msgstr "" 
    1161 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1161"pkmail v%s (c) %s %s\n" 
    11621162"\n" 
    11631163"Puerta de enlace de correo electr�o para PyKota.\n" 
     
    12211221#, python-format 
    12221222msgid "" 
    1223 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1224 "Libres\n" 
     1223"pkprinters v%s (c) %s %s\n" 
     1224"\n" 
    12251225"A Printers Manager for PyKota.\n" 
    12261226"\n" 
     
    13201320"Please e-mail bugs to: %s" 
    13211321msgstr "" 
    1322 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1323 "Libres\n" 
     1322"pkprinters v%s (c) %s %s\n" 
     1323"\n" 
    13241324"Un administrador de impresoras para PyKota.\n" 
    13251325"\n" 
     
    14511451#, python-format 
    14521452msgid "" 
    1453 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1453"pykosd v%s (c) %s %s\n" 
     1454"\n" 
    14541455"An OSD quota monitor for PyKota.\n" 
    14551456"\n" 
     
    15051506"Please e-mail bugs to: %s" 
    15061507msgstr "" 
    1507 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1508"pykosd v%s (c) %s %s\n" 
     1509"\n" 
    15081510"Un monitor de cuotas OSD para PyKota.\n" 
    15091511"\n" 
     
    15951597#, python-format 
    15961598msgid "" 
    1597 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1599"pykotme v%s (c) %s %s\n" 
    15981600"\n" 
    15991601"Gives print quotes to users.\n" 
     
    16521654"Please e-mail bugs to: %s" 
    16531655msgstr "" 
    1654 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1656"pykotme v%s (c) %s %s\n" 
    16551657"\n" 
    16561658"Muestra las cuotas de impresi� los usuarios.\n" 
     
    17241726#, python-format 
    17251727msgid "" 
    1726 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1727 "Libres\n" 
     1728"repykota v%s (c) %s %s\n" 
    17281729"\n" 
    17291730"Generates print quota reports.\n" 
     
    17861787"Please e-mail bugs to: %s" 
    17871788msgstr "" 
    1788 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1789 "Libres\n" 
     1789"repykota v%s (c) %s %s\n" 
    17901790"\n" 
    17911791"Genera informes sobre las cuotas de impresi�n" 
     
    18561856#, python-format 
    18571857msgid "" 
    1858 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1859 "Libres\n" 
     1858"warnpykota v%s (c) %s %s\n" 
    18601859"\n" 
    18611860"Sends mail to users over print quota.\n" 
     
    19201919"Please e-mail bugs to: %s" 
    19211920msgstr "" 
    1922 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1923 "Libres\n" 
     1921"warnpykota v%s (c) %s %s\n" 
    19241922"\n" 
    19251923"Env�correos electr�os a los usuarios que han sobrepasado su cuota\n" 
  • pykota/trunk/po/fr/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    7676"Please e-mail bugs to: %s" 
    7777msgstr "" 
    78 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    79 "Libres\n" 
     78"autopykota v%s (c) %s %s\n" 
     79"\n" 
    8080"Un outil pour automatiser la cr�ion des comptes et l'initialisation\n" 
    8181"du solde.\n" 
     
    195195#, python-format 
    196196msgid "" 
    197 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    198 "Libres\n" 
     197"dumpykota v%s (c) %s %s\n" 
    199198"\n" 
    200199"Dumps PyKota database's content.\n" 
     
    299298"Please e-mail bugs to: %s" 
    300299msgstr "" 
    301 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    302 "Libres\n" 
     300"dumpykota v%s (c) %s %s\n" 
    303301"\n" 
    304302"Exporte le contenu de la base de donn� de PyKota.\n" 
     
    420418#, python-format 
    421419msgid "" 
    422 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    423 "Libres\n" 
     420"edpykota v%s (c) %s %s\n" 
     421"\n" 
    424422"A Print Quota editor for PyKota.\n" 
    425423"\n" 
     
    635633"Please e-mail bugs to: %s" 
    636634msgstr "" 
    637 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    638 "Libres\n" 
     635"edpykota v%s (c) %s %s\n" 
     636"\n" 
    639637"Un �teur de quotas pour PyKota.\n" 
    640638"\n" 
     
    983981#, python-format 
    984982msgid "" 
    985 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    986 "Libres\n" 
     983"pkbanner v%s (c) %s %s\n" 
    987984"\n" 
    988985"Generates banners.\n" 
     
    11061103#, python-format 
    11071104msgid "" 
    1108 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1105"pkhint v%s (c) %s %s\n" 
     1106"\n" 
    11091107"A tool to give hints on what accounting method is best for each printer.\n" 
    11101108"\n" 
     
    11451143"Please e-mail bugs to: %s" 
    11461144msgstr "" 
    1147 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1145"pkhint v%s (c) %s %s\n" 
     1146"\n" 
    11481147"Un outil pour d�cter la meilleure m�ode de d�mpte pour chaque\n" 
    11491148"imprimante.\n" 
     
    12241223#, python-format 
    12251224msgid "" 
    1226 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1225"pkmail v%s (c) %s %s\n" 
    12271226"\n" 
    12281227"Email gateway for PyKota.\n" 
     
    12801279"Please e-mail bugs to: %s" 
    12811280msgstr "" 
    1282 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1281"pkmail v%s (c) %s %s\n" 
    12831282"\n" 
    12841283"Passerelle courrier �ctronique pour PyKota.\n" 
     
    13421341#, python-format 
    13431342msgid "" 
    1344 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1345 "Libres\n" 
     1343"pkprinters v%s (c) %s %s\n" 
     1344"\n" 
    13461345"A Printers Manager for PyKota.\n" 
    13471346"\n" 
     
    14411440"Please e-mail bugs to: %s" 
    14421441msgstr "" 
    1443 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1444 "Libres\n" 
     1442"pkprinters v%s (c) %s %s\n" 
     1443"\n" 
    14451444"Un gestionnaire d'imprimantes pour PyKota.\n" 
    14461445"\n" 
     
    15611560#, python-format 
    15621561msgid "" 
    1563 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1562"pykosd v%s (c) %s %s\n" 
     1563"\n" 
    15641564"An OSD quota monitor for PyKota.\n" 
    15651565"\n" 
     
    16151615"Please e-mail bugs to: %s" 
    16161616msgstr "" 
    1617 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1617"pykosd v%s (c) %s %s\n" 
     1618"\n" 
    16181619"Un afficheur OSD de quota d'impression pour PyKota.\n" 
    16191620"\n" 
     
    17041705#, python-format 
    17051706msgid "" 
    1706 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1707"pykotme v%s (c) %s %s\n" 
    17071708"\n" 
    17081709"Gives print quotes to users.\n" 
     
    17611762"Please e-mail bugs to: %s" 
    17621763msgstr "" 
    1763 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1764"pykotme v%s (c) %s %s\n" 
    17641765"\n" 
    17651766"Fait des devis d'impression aux utilisateurs.\n" 
     
    18351836#, python-format 
    18361837msgid "" 
    1837 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1838 "Libres\n" 
     1838"repykota v%s (c) %s %s\n" 
    18391839"\n" 
    18401840"Generates print quota reports.\n" 
     
    18971897"Please e-mail bugs to: %s" 
    18981898msgstr "" 
    1899 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1900 "Libres\n" 
     1899"repykota v%s (c) %s %s\n" 
    19011900"\n" 
    19021901"G�re des rapports de quotas d'impression.\n" 
     
    19671966#, python-format 
    19681967msgid "" 
    1969 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1970 "Libres\n" 
     1968"warnpykota v%s (c) %s %s\n" 
    19711969"\n" 
    19721970"Sends mail to users over print quota.\n" 
     
    20312029"Please e-mail bugs to: %s" 
    20322030msgstr "" 
    2033 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    2034 "Libres\n" 
     2031"warnpykota v%s (c) %s %s\n" 
    20352032"\n" 
    20362033"Pr�ent les utilisateurs ayant atteint leurs limites.\n" 
  • pykota/trunk/po/it/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    143143#, python-format 
    144144msgid "" 
    145 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    146 "Libres\n" 
     145"dumpykota v%s (c) %s %s\n" 
    147146"\n" 
    148147"Dumps PyKota database's content.\n" 
     
    253252#, python-format 
    254253msgid "" 
    255 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    256 "Libres\n" 
     254"edpykota v%s (c) %s %s\n" 
     255"\n" 
    257256"A Print Quota editor for PyKota.\n" 
    258257"\n" 
     
    581580#, python-format 
    582581msgid "" 
    583 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    584 "Libres\n" 
     582"pkbanner v%s (c) %s %s\n" 
    585583"\n" 
    586584"Generates banners.\n" 
     
    706704#, python-format 
    707705msgid "" 
    708 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     706"pkhint v%s (c) %s %s\n" 
     707"\n" 
    709708"A tool to give hints on what accounting method is best for each printer.\n" 
    710709"\n" 
     
    784783#, python-format 
    785784msgid "" 
    786 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     785"pkmail v%s (c) %s %s\n" 
    787786"\n" 
    788787"Email gateway for PyKota.\n" 
     
    843842#, python-format 
    844843msgid "" 
    845 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    846 "Libres\n" 
     844"pkprinters v%s (c) %s %s\n" 
     845"\n" 
    847846"A Printers Manager for PyKota.\n" 
    848847"\n" 
     
    963962#, python-format 
    964963msgid "" 
    965 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     964"pykosd v%s (c) %s %s\n" 
     965"\n" 
    966966"An OSD quota monitor for PyKota.\n" 
    967967"\n" 
     
    10481048#, python-format 
    10491049msgid "" 
    1050 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1050"pykotme v%s (c) %s %s\n" 
    10511051"\n" 
    10521052"Gives print quotes to users.\n" 
     
    11201120#, python-format 
    11211121msgid "" 
    1122 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1123 "Libres\n" 
     1122"repykota v%s (c) %s %s\n" 
    11241123"\n" 
    11251124"Generates print quota reports.\n" 
     
    11851184#, python-format 
    11861185msgid "" 
    1187 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1188 "Libres\n" 
     1186"warnpykota v%s (c) %s %s\n" 
    11891187"\n" 
    11901188"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/nb_NO/pykota.po

    r2266 r2267  
    4141#, python-format 
    4242msgid "" 
    43 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    44 "Libres\n" 
     43"autopykota v%s (c) %s %s\n" 
     44"\n" 
    4545"A tool to automate user account creation and initial balance setting.\n" 
    4646"\n" 
     
    7979"Please e-mail bugs to: %s" 
    8080msgstr "" 
    81 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    82 "Libres\n" 
     81"autopykota v%s (c) %s %s\n" 
     82"\n" 
    8383"Et verkt�r �utomatisere oppretting av brukere og oppstarten av " 
    8484"kvotesystemet.\n" 
     
    195195#, python-format 
    196196msgid "" 
    197 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    198 "Libres\n" 
     197"dumpykota v%s (c) %s %s\n" 
    199198"\n" 
    200199"Dumps PyKota database's content.\n" 
     
    305304#, python-format 
    306305msgid "" 
    307 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    308 "Libres\n" 
     306"edpykota v%s (c) %s %s\n" 
     307"\n" 
    309308"A Print Quota editor for PyKota.\n" 
    310309"\n" 
     
    629628#, python-format 
    630629msgid "" 
    631 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    632 "Libres\n" 
     630"pkbanner v%s (c) %s %s\n" 
    633631"\n" 
    634632"Generates banners.\n" 
     
    754752#, python-format 
    755753msgid "" 
    756 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     754"pkhint v%s (c) %s %s\n" 
     755"\n" 
    757756"A tool to give hints on what accounting method is best for each printer.\n" 
    758757"\n" 
     
    793792"Please e-mail bugs to: %s" 
    794793msgstr "" 
    795 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     794"pkhint v%s (c) %s %s\n" 
     795"\n" 
    796796"Et verkt�r �est avgj�va slags bokf�ssystem som best egner seg " 
    797797"for hver skriver.\n" 
     
    872872#, python-format 
    873873msgid "" 
    874 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     874"pkmail v%s (c) %s %s\n" 
    875875"\n" 
    876876"Email gateway for PyKota.\n" 
     
    931931#, python-format 
    932932msgid "" 
    933 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    934 "Libres\n" 
     933"pkprinters v%s (c) %s %s\n" 
     934"\n" 
    935935"A Printers Manager for PyKota.\n" 
    936936"\n" 
     
    10301030"Please e-mail bugs to: %s" 
    10311031msgstr "" 
    1032 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1033 "Libres\n" 
     1032"pkprinters v%s (c) %s %s\n" 
     1033"\n" 
    10341034"En skriverbehandler for PyKota.\n" 
    10351035"\n" 
     
    11561156#, python-format 
    11571157msgid "" 
    1158 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1158"pykosd v%s (c) %s %s\n" 
     1159"\n" 
    11591160"An OSD quota monitor for PyKota.\n" 
    11601161"\n" 
     
    12101211"Please e-mail bugs to: %s" 
    12111212msgstr "" 
    1212 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1213"pykosd v%s (c) %s %s\n" 
     1214"\n" 
    12131215"En OSD kvote overv�r for PyKota.\n" 
    12141216"\n" 
     
    12951297#, python-format 
    12961298msgid "" 
    1297 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1299"pykotme v%s (c) %s %s\n" 
    12981300"\n" 
    12991301"Gives print quotes to users.\n" 
     
    13521354"Please e-mail bugs to: %s" 
    13531355msgstr "" 
    1354 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1356"pykotme v%s (c) %s %s\n" 
    13551357"\n" 
    13561358"Setter utskriftskvoter p�ine brukere.\n" 
     
    14231425#, python-format 
    14241426msgid "" 
    1425 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1426 "Libres\n" 
     1427"repykota v%s (c) %s %s\n" 
    14271428"\n" 
    14281429"Generates print quota reports.\n" 
     
    14881489#, python-format 
    14891490msgid "" 
    1490 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1491 "Libres\n" 
     1491"warnpykota v%s (c) %s %s\n" 
    14921492"\n" 
    14931493"Sends mail to users over print quota.\n" 
     
    15521552"Please e-mail bugs to: %s" 
    15531553msgstr "" 
    1554 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1555 "Libres\n" 
     1554"warnpykota v%s (c) %s %s\n" 
    15561555"\n" 
    15571556"Sender e-post til brukere som har oversetget sin utskriftskvote.\n" 
  • pykota/trunk/po/pt_BR/pykota.po

    r2266 r2267  
    3535#, python-format 
    3636msgid "" 
    37 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    38 "Libres\n" 
     37"autopykota v%s (c) %s %s\n" 
     38"\n" 
    3939"A tool to automate user account creation and initial balance setting.\n" 
    4040"\n" 
     
    141141#, python-format 
    142142msgid "" 
    143 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    144 "Libres\n" 
     143"dumpykota v%s (c) %s %s\n" 
    145144"\n" 
    146145"Dumps PyKota database's content.\n" 
     
    251250#, python-format 
    252251msgid "" 
    253 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    254 "Libres\n" 
     252"edpykota v%s (c) %s %s\n" 
     253"\n" 
    255254"A Print Quota editor for PyKota.\n" 
    256255"\n" 
     
    576575#, python-format 
    577576msgid "" 
    578 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    579 "Libres\n" 
     577"pkbanner v%s (c) %s %s\n" 
    580578"\n" 
    581579"Generates banners.\n" 
     
    701699#, python-format 
    702700msgid "" 
    703 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     701"pkhint v%s (c) %s %s\n" 
     702"\n" 
    704703"A tool to give hints on what accounting method is best for each printer.\n" 
    705704"\n" 
     
    779778#, python-format 
    780779msgid "" 
    781 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     780"pkmail v%s (c) %s %s\n" 
    782781"\n" 
    783782"Email gateway for PyKota.\n" 
     
    838837#, python-format 
    839838msgid "" 
    840 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    841 "Libres\n" 
     839"pkprinters v%s (c) %s %s\n" 
     840"\n" 
    842841"A Printers Manager for PyKota.\n" 
    843842"\n" 
     
    958957#, python-format 
    959958msgid "" 
    960 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     959"pykosd v%s (c) %s %s\n" 
     960"\n" 
    961961"An OSD quota monitor for PyKota.\n" 
    962962"\n" 
     
    10431043#, python-format 
    10441044msgid "" 
    1045 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1045"pykotme v%s (c) %s %s\n" 
    10461046"\n" 
    10471047"Gives print quotes to users.\n" 
     
    11151115#, python-format 
    11161116msgid "" 
    1117 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1118 "Libres\n" 
     1117"repykota v%s (c) %s %s\n" 
    11191118"\n" 
    11201119"Generates print quota reports.\n" 
     
    11801179#, python-format 
    11811180msgid "" 
    1182 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1183 "Libres\n" 
     1181"warnpykota v%s (c) %s %s\n" 
    11841182"\n" 
    11851183"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/pt/pykota.po

    r2266 r2267  
    3535#, python-format 
    3636msgid "" 
    37 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    38 "Libres\n" 
     37"autopykota v%s (c) %s %s\n" 
     38"\n" 
    3939"A tool to automate user account creation and initial balance setting.\n" 
    4040"\n" 
     
    141141#, python-format 
    142142msgid "" 
    143 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    144 "Libres\n" 
     143"dumpykota v%s (c) %s %s\n" 
    145144"\n" 
    146145"Dumps PyKota database's content.\n" 
     
    251250#, python-format 
    252251msgid "" 
    253 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    254 "Libres\n" 
     252"edpykota v%s (c) %s %s\n" 
     253"\n" 
    255254"A Print Quota editor for PyKota.\n" 
    256255"\n" 
     
    582581#, python-format 
    583582msgid "" 
    584 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    585 "Libres\n" 
     583"pkbanner v%s (c) %s %s\n" 
    586584"\n" 
    587585"Generates banners.\n" 
     
    707705#, python-format 
    708706msgid "" 
    709 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     707"pkhint v%s (c) %s %s\n" 
     708"\n" 
    710709"A tool to give hints on what accounting method is best for each printer.\n" 
    711710"\n" 
     
    785784#, python-format 
    786785msgid "" 
    787 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     786"pkmail v%s (c) %s %s\n" 
    788787"\n" 
    789788"Email gateway for PyKota.\n" 
     
    844843#, python-format 
    845844msgid "" 
    846 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    847 "Libres\n" 
     845"pkprinters v%s (c) %s %s\n" 
     846"\n" 
    848847"A Printers Manager for PyKota.\n" 
    849848"\n" 
     
    964963#, python-format 
    965964msgid "" 
    966 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     965"pykosd v%s (c) %s %s\n" 
     966"\n" 
    967967"An OSD quota monitor for PyKota.\n" 
    968968"\n" 
     
    10491049#, python-format 
    10501050msgid "" 
    1051 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1051"pykotme v%s (c) %s %s\n" 
    10521052"\n" 
    10531053"Gives print quotes to users.\n" 
     
    11211121#, python-format 
    11221122msgid "" 
    1123 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1124 "Libres\n" 
     1123"repykota v%s (c) %s %s\n" 
    11251124"\n" 
    11261125"Generates print quota reports.\n" 
     
    11861185#, python-format 
    11871186msgid "" 
    1188 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1189 "Libres\n" 
     1187"warnpykota v%s (c) %s %s\n" 
    11901188"\n" 
    11911189"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/pykota.pot

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    143143#, python-format 
    144144msgid "" 
    145 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    146 "Libres\n" 
     145"dumpykota v%s (c) %s %s\n" 
    147146"\n" 
    148147"Dumps PyKota database's content.\n" 
     
    253252#, python-format 
    254253msgid "" 
    255 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    256 "Libres\n" 
     254"edpykota v%s (c) %s %s\n" 
     255"\n" 
    257256"A Print Quota editor for PyKota.\n" 
    258257"\n" 
     
    577576#, python-format 
    578577msgid "" 
    579 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    580 "Libres\n" 
     578"pkbanner v%s (c) %s %s\n" 
    581579"\n" 
    582580"Generates banners.\n" 
     
    702700#, python-format 
    703701msgid "" 
    704 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     702"pkhint v%s (c) %s %s\n" 
     703"\n" 
    705704"A tool to give hints on what accounting method is best for each printer.\n" 
    706705"\n" 
     
    771770#, python-format 
    772771msgid "" 
    773 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     772"pkmail v%s (c) %s %s\n" 
    774773"\n" 
    775774"Email gateway for PyKota.\n" 
     
    830829#, python-format 
    831830msgid "" 
    832 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    833 "Libres\n" 
     831"pkprinters v%s (c) %s %s\n" 
     832"\n" 
    834833"A Printers Manager for PyKota.\n" 
    835834"\n" 
     
    949948#, python-format 
    950949msgid "" 
    951 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     950"pykosd v%s (c) %s %s\n" 
     951"\n" 
    952952"An OSD quota monitor for PyKota.\n" 
    953953"\n" 
     
    10341034#, python-format 
    10351035msgid "" 
    1036 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1036"pykotme v%s (c) %s %s\n" 
    10371037"\n" 
    10381038"Gives print quotes to users.\n" 
     
    11061106#, python-format 
    11071107msgid "" 
    1108 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1109 "Libres\n" 
     1108"repykota v%s (c) %s %s\n" 
    11101109"\n" 
    11111110"Generates print quota reports.\n" 
     
    11711170#, python-format 
    11721171msgid "" 
    1173 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1174 "Libres\n" 
     1172"warnpykota v%s (c) %s %s\n" 
    11751173"\n" 
    11761174"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/sv_SE/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    144144#, python-format 
    145145msgid "" 
    146 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    147 "Libres\n" 
     146"dumpykota v%s (c) %s %s\n" 
    148147"\n" 
    149148"Dumps PyKota database's content.\n" 
     
    254253#, python-format 
    255254msgid "" 
    256 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    257 "Libres\n" 
     255"edpykota v%s (c) %s %s\n" 
     256"\n" 
    258257"A Print Quota editor for PyKota.\n" 
    259258"\n" 
     
    579578#, python-format 
    580579msgid "" 
    581 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    582 "Libres\n" 
     580"pkbanner v%s (c) %s %s\n" 
    583581"\n" 
    584582"Generates banners.\n" 
     
    704702#, python-format 
    705703msgid "" 
    706 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     704"pkhint v%s (c) %s %s\n" 
     705"\n" 
    707706"A tool to give hints on what accounting method is best for each printer.\n" 
    708707"\n" 
     
    778777#, python-format 
    779778msgid "" 
    780 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     779"pkmail v%s (c) %s %s\n" 
    781780"\n" 
    782781"Email gateway for PyKota.\n" 
     
    837836#, python-format 
    838837msgid "" 
    839 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    840 "Libres\n" 
     838"pkprinters v%s (c) %s %s\n" 
     839"\n" 
    841840"A Printers Manager for PyKota.\n" 
    842841"\n" 
     
    956955#, python-format 
    957956msgid "" 
    958 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     957"pykosd v%s (c) %s %s\n" 
     958"\n" 
    959959"An OSD quota monitor for PyKota.\n" 
    960960"\n" 
     
    10411041#, python-format 
    10421042msgid "" 
    1043 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1043"pykotme v%s (c) %s %s\n" 
    10441044"\n" 
    10451045"Gives print quotes to users.\n" 
     
    11131113#, python-format 
    11141114msgid "" 
    1115 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1116 "Libres\n" 
     1115"repykota v%s (c) %s %s\n" 
    11171116"\n" 
    11181117"Generates print quota reports.\n" 
     
    11781177#, python-format 
    11791178msgid "" 
    1180 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1181 "Libres\n" 
     1179"warnpykota v%s (c) %s %s\n" 
    11821180"\n" 
    11831181"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/th/pykota.po

    r2266 r2267  
    3838#, python-format 
    3939msgid "" 
    40 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    41 "Libres\n" 
     40"autopykota v%s (c) %s %s\n" 
     41"\n" 
    4242"A tool to automate user account creation and initial balance setting.\n" 
    4343"\n" 
     
    142142#, python-format 
    143143msgid "" 
    144 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    145 "Libres\n" 
     144"dumpykota v%s (c) %s %s\n" 
    146145"\n" 
    147146"Dumps PyKota database's content.\n" 
     
    252251#, python-format 
    253252msgid "" 
    254 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    255 "Libres\n" 
     253"edpykota v%s (c) %s %s\n" 
     254"\n" 
    256255"A Print Quota editor for PyKota.\n" 
    257256"\n" 
     
    574573#, python-format 
    575574msgid "" 
    576 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    577 "Libres\n" 
     575"pkbanner v%s (c) %s %s\n" 
    578576"\n" 
    579577"Generates banners.\n" 
     
    699697#, python-format 
    700698msgid "" 
    701 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     699"pkhint v%s (c) %s %s\n" 
     700"\n" 
    702701"A tool to give hints on what accounting method is best for each printer.\n" 
    703702"\n" 
     
    772771#, python-format 
    773772msgid "" 
    774 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     773"pkmail v%s (c) %s %s\n" 
    775774"\n" 
    776775"Email gateway for PyKota.\n" 
     
    831830#, python-format 
    832831msgid "" 
    833 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    834 "Libres\n" 
     832"pkprinters v%s (c) %s %s\n" 
     833"\n" 
    835834"A Printers Manager for PyKota.\n" 
    836835"\n" 
     
    948947#, python-format 
    949948msgid "" 
    950 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     949"pykosd v%s (c) %s %s\n" 
     950"\n" 
    951951"An OSD quota monitor for PyKota.\n" 
    952952"\n" 
     
    10331033#, python-format 
    10341034msgid "" 
    1035 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1035"pykotme v%s (c) %s %s\n" 
    10361036"\n" 
    10371037"Gives print quotes to users.\n" 
     
    11051105#, python-format 
    11061106msgid "" 
    1107 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1108 "Libres\n" 
     1107"repykota v%s (c) %s %s\n" 
    11091108"\n" 
    11101109"Generates print quota reports.\n" 
     
    11701169#, python-format 
    11711170msgid "" 
    1172 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1173 "Libres\n" 
     1171"warnpykota v%s (c) %s %s\n" 
    11741172"\n" 
    11751173"Sends mail to users over print quota.\n" 
  • pykota/trunk/po/tr/pykota.po

    r2266 r2267  
    4242#, python-format 
    4343msgid "" 
    44 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    45 "Libres\n" 
     44"autopykota v%s (c) %s %s\n" 
     45"\n" 
    4646"A tool to automate user account creation and initial balance setting.\n" 
    4747"\n" 
     
    8080"Please e-mail bugs to: %s" 
    8181msgstr "" 
    82 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    83 "Libres\n" 
     82"autopykota v%s (c) %s %s\n" 
     83"\n" 
    8484"Kullanıcı hesapları oluşumunu otomatikleştirme ve başlangıç hesap ayarları " 
    8585"için araç.\n" 
     
    188188#, python-format 
    189189msgid "" 
    190 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    191 "Libres\n" 
     190"dumpykota v%s (c) %s %s\n" 
    192191"\n" 
    193192"Dumps PyKota database's content.\n" 
     
    298297#, python-format 
    299298msgid "" 
    300 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    301 "Libres\n" 
     299"edpykota v%s (c) %s %s\n" 
     300"\n" 
    302301"A Print Quota editor for PyKota.\n" 
    303302"\n" 
     
    624623#, python-format 
    625624msgid "" 
    626 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    627 "Libres\n" 
     625"pkbanner v%s (c) %s %s\n" 
    628626"\n" 
    629627"Generates banners.\n" 
     
    749747#, python-format 
    750748msgid "" 
    751 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     749"pkhint v%s (c) %s %s\n" 
     750"\n" 
    752751"A tool to give hints on what accounting method is best for each printer.\n" 
    753752"\n" 
     
    788787"Please e-mail bugs to: %s" 
    789788msgstr "" 
    790 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     789"pkhint v%s (c) %s %s\n" 
     790"\n" 
    791791"Her yazıcı için hangi hesaplama metodunun uygun olacaıı hakkında ipucu veren " 
    792792"bir araç.\n" 
     
    863863#, python-format 
    864864msgid "" 
    865 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     865"pkmail v%s (c) %s %s\n" 
    866866"\n" 
    867867"Email gateway for PyKota.\n" 
     
    922922#, python-format 
    923923msgid "" 
    924 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    925 "Libres\n" 
     924"pkprinters v%s (c) %s %s\n" 
     925"\n" 
    926926"A Printers Manager for PyKota.\n" 
    927927"\n" 
     
    10411041#, python-format 
    10421042msgid "" 
    1043 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1043"pykosd v%s (c) %s %s\n" 
     1044"\n" 
    10441045"An OSD quota monitor for PyKota.\n" 
    10451046"\n" 
     
    10951096"Please e-mail bugs to: %s" 
    10961097msgstr "" 
    1097 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1098"pykosd v%s (c) %s %s\n" 
     1099"\n" 
    10981100"PyKota için bir OSD kota izleyicisi.\n" 
    10991101"\n" 
     
    11801182#, python-format 
    11811183msgid "" 
    1182 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1184"pykotme v%s (c) %s %s\n" 
    11831185"\n" 
    11841186"Gives print quotes to users.\n" 
     
    12371239"Please e-mail bugs to: %s" 
    12381240msgstr "" 
    1239 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1241"pykotme v%s (c) %s %s\n" 
    12401242"\n" 
    12411243"Kullanıcılara kota verir.\n" 
     
    13081310#, python-format 
    13091311msgid "" 
    1310 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1311 "Libres\n" 
     1312"repykota v%s (c) %s %s\n" 
    13121313"\n" 
    13131314"Generates print quota reports.\n" 
     
    13701371"Please e-mail bugs to: %s" 
    13711372msgstr "" 
    1372 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1373 "Libres\n" 
     1373"repykota v%s (c) %s %s\n" 
    13741374"\n" 
    13751375"Yacıcı kotası raporları oluşturur.\n" 
     
    14381438#, python-format 
    14391439msgid "" 
    1440 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1441 "Libres\n" 
     1440"warnpykota v%s (c) %s %s\n" 
    14421441"\n" 
    14431442"Sends mail to users over print quota.\n" 
     
    15021501"Please e-mail bugs to: %s" 
    15031502msgstr "" 
    1504 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1505 "Libres\n" 
     1503"warnpykota v%s (c) %s %s\n" 
    15061504"\n" 
    15071505"Yazma kotası üzerinden kullanıcılara mektup gönderir.\n" 
  • pykota/trunk/po/zh_TW/pykota.po

    r2266 r2267  
    3939#, python-format 
    4040msgid "" 
    41 "autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    42 "Libres\n" 
     41"autopykota v%s (c) %s %s\n" 
     42"\n" 
    4343"A tool to automate user account creation and initial balance setting.\n" 
    4444"\n" 
     
    144144#, python-format 
    145145msgid "" 
    146 "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    147 "Libres\n" 
     146"dumpykota v%s (c) %s %s\n" 
    148147"\n" 
    149148"Dumps PyKota database's content.\n" 
     
    254253#, python-format 
    255254msgid "" 
    256 "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    257 "Libres\n" 
     255"edpykota v%s (c) %s %s\n" 
     256"\n" 
    258257"A Print Quota editor for PyKota.\n" 
    259258"\n" 
     
    578577#, python-format 
    579578msgid "" 
    580 "pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    581 "Libres\n" 
     579"pkbanner v%s (c) %s %s\n" 
    582580"\n" 
    583581"Generates banners.\n" 
     
    703701#, python-format 
    704702msgid "" 
    705 "pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     703"pkhint v%s (c) %s %s\n" 
     704"\n" 
    706705"A tool to give hints on what accounting method is best for each printer.\n" 
    707706"\n" 
     
    776775#, python-format 
    777776msgid "" 
    778 "pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     777"pkmail v%s (c) %s %s\n" 
    779778"\n" 
    780779"Email gateway for PyKota.\n" 
     
    835834#, python-format 
    836835msgid "" 
    837 "pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    838 "Libres\n" 
     836"pkprinters v%s (c) %s %s\n" 
     837"\n" 
    839838"A Printers Manager for PyKota.\n" 
    840839"\n" 
     
    954953#, python-format 
    955954msgid "" 
    956 "pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     955"pykosd v%s (c) %s %s\n" 
     956"\n" 
    957957"An OSD quota monitor for PyKota.\n" 
    958958"\n" 
     
    10391039#, python-format 
    10401040msgid "" 
    1041 "pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n" 
     1041"pykotme v%s (c) %s %s\n" 
    10421042"\n" 
    10431043"Gives print quotes to users.\n" 
     
    11111111#, python-format 
    11121112msgid "" 
    1113 "repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1114 "Libres\n" 
     1113"repykota v%s (c) %s %s\n" 
    11151114"\n" 
    11161115"Generates print quota reports.\n" 
     
    11761175#, python-format 
    11771176msgid "" 
    1178 "warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels " 
    1179 "Libres\n" 
     1177"warnpykota v%s (c) %s %s\n" 
    11801178"\n" 
    11811179"Sends mail to users over print quota.\n" 
  • pykota/trunk/pykota/tool.py

    r2241 r2267  
    6868class Tool : 
    6969    """Base class for tools with no database access.""" 
    70     def __init__(self, lang="", charset=None, doc="PyKota %s (c) 2003-2004 %s" % (version.__version__, version.__author__)) : 
     70    def __init__(self, lang="", charset=None, doc="PyKota v%s (c) %s %s" % (version.__version__, version.__copyright__, version.__author__)) : 
    7171        """Initializes the command line tool.""" 
    7272        # did we drop priviledges ? 
     
    215215        except AttributeError :     
    216216            pass 
    217         print _(self.documentation) % (version.__version__, version.__author__) 
     217        print _(self.documentation) % (version.__version__, version.__copyright__, version.__author__, version.__author__) 
    218218        sys.exit(0) 
    219219         
  • pykota/trunk/pykota/version.py

    r2266 r2267  
    2424__version__ = "1.23alpha4_unofficial" 
    2525 
    26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng.""" 
     26__doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng." 
    2727 
    28 __author__ = """Jerome Alet - alet@librelogiciel.com""" 
     28__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2929 
     30__copyright__ = "2003, 2004, 2005"