Changeset 2499

Show
Ignore:
Timestamp:
09/25/05 22:56:47 (19 years ago)
Author:
jerome
Message:

Updated pkbcodes' manual page with its french translation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/fr/pkbcodes.1

    r2493 r2499  
    66pkbcodes v1.23beta_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    8 A billing codes Manager for PyKota. 
     8Un gestionnaire de codes de facturation pour PyKota. 
    99.PP 
    10 command line usage : 
     10ligne de commande : 
    1111.IP 
    1212pkbcodes [options] code1 code2 code3 ... codeN 
     
    1515.TP 
    1616\fB\-v\fR | \fB\-\-version\fR 
    17 Prints pkbcodes version number then exits. 
     17Affiche le num� de version de pkbcodes et quitte. 
    1818.TP 
    1919\fB\-h\fR | \fB\-\-help\fR 
    20 Prints this message then exits. 
     20Affiche ce message et quitte. 
    2121.TP 
    2222\fB\-a\fR | \fB\-\-add\fR 
    23 Adds billing codes if they don't exist in PyKota's 
    24 database. If they exist, they are modified 
    25 unless \fB\-s\fR|\-\-skipexisting is also used. 
     23Ajoute les codes de facturations s'ils n'existent pas 
     24d� dans la base de donn� de PyKota. 
     25S'ils existent d�, ils sont modifi�sauf si vous 
     26utilisez aussi \fB\-s\fR|\-\-skipexisting. 
    2627.TP 
    2728\fB\-d\fR | \fB\-\-delete\fR 
    28 Deletes billing codes from PyKota's database. 
    29 NB : the history entries with this billing code 
    30 are not deleted, voluntarily. 
     29Efface les codes de facturation de la base de donn� 
     30de PyKota. 
     31NB : les entr� de l'historique correspondant �es 
     32codes de facturation ne sont volontairement pas 
     33effac�. 
    3134.HP 
    32 \fB\-D\fR | \fB\-\-description\fR d Adds a textual description to billing codes. 
     35\fB\-D\fR | \fB\-\-description\fR d Ajoute un texte descriptif �n code de facturation. 
    3336.TP 
    3437\fB\-l\fR | \fB\-\-list\fR 
    35 List informations about the billing codes. 
     38Liste les informations sur les codes de facturation. 
    3639.TP 
    3740\fB\-s\fR | \fB\-\-reset\fR 
    38 Resets the billing codes' balance and page counters 
    39 to 0. 
     41R�itialise � le solde et le compteur de pages des 
     42codes de facturation. 
    4043.TP 
    4144\fB\-s\fR | \fB\-\-skipexisting\fR 
    42 In combination with the \fB\-\-add\fR option above, tells 
    43 pkbcodes to not modify existing billing codes. 
     45Combin� l'option \fB\-\-add\fR ci\-dessus, indique �kbcodes 
     46de ne pas modifier les codes de facturation existants. 
    4447.IP 
    45 code1 through codeN can contain wildcards if the \fB\-\-add\fR option 
    46 is not set. 
     48Les codes de facturation peuvent contenir des caract�s jokers si l'option 
     49\fB\-\-add\fR n'est pas utilis� 
    4750.PP 
    48 examples : 
     51exemples : 
    4952.IP 
    50 \f(CW$ pkbcodes --add -D "My project" myproj\fR 
     53\f(CW$ pkbcodes --add -D "Mon projet" monproj\fR 
    5154.IP 
    52 Will create the myproj billing code with "My project" 
    53 as the description. 
     55Va cr� le code de facturation monproj avec "Mon projet" 
     56comme descriptif. 
    5457.IP 
    5558\f(CW$ pkbcodes --delete "*"\fR 
    5659.IP 
    57 This will completely delete all the billing codes, but without 
    58 removing any matching job from the history. USE WITH CARE ANYWAY ! 
     60Ceci va compl�ment effacer tous les codes de facturation, mais sans 
     61effacer aucune entr�de l'historique. UTILISEZ QUAND MEME AVEC PARCIMONIE ! 
    5962.IP 
    60 \f(CW$ pkbcodes --list "my*"\fR 
     63\f(CW$ pkbcodes --list "mo*"\fR 
    6164.IP 
    62 This will list all billing codes which name begins with 'my'. 
     65Ceci va lister tous les codes de facturation dont le nom commence par 'mo'. 
    6366.PP 
    6467This program is free software; you can redistribute it and/or modify