Show
Ignore:
Timestamp:
03/30/06 22:13:26 (18 years ago)
Author:
jerome
Message:

Fixed pknotify's documentation again.
Finished pknotify's documentation french translation.

Files:
1 modified

Legend:

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

    r2824 r2825  
    7575bloque inutilement la file d'impression. 
    7676.IP 
    77 You MUST specify either \fB\-\-ask\fR, \fB\-\-confirm\fR, \fB\-\-notify\fR or \fB\-\-quit\fR. 
     77Vous DEVEZ sp�fier soit \fB\-\-ask\fR, \fB\-\-confirm\fR, \fB\-\-notify\fR ou \fB\-\-quit\fR. 
    7878.IP 
    7979arguments : 
    8080.HP 
    81 \fB\-a\fR | \fB\-\-ask\fR : Several arguments are accepted, or the form 
     81\fB\-a\fR | \fB\-\-ask\fR : Plusieurs arguments sont accept� de la forme 
    8282.IP 
    83 "label:varname:defaultvalue". The result will 
    84 be printed to stdout in the following format : 
    85 VAR1NAME=VAR1VALUE 
    86 VAR2NAME=VAR2VALUE 
     83"label:varname:defaultvalue". Le r�ltat sera 
     84envoy�ur stdout dans le format suivant : 
     85NOMVARIABLE1=VALEURVARIABLE1 
     86NOMVARIABLE2=VALEURVARIABLE2 
    8787\&... 
    88 If the dialog was cancelled, nothing will be 
    89 printed. If one of the varname is 'password' 
    90 then this field is asked as a password (you won't 
    91 see what you type in), and is NOT printed. Although 
    92 it is not printed, it will be used to check if 
    93 authentication is valid if you specify \fB\-\-checkauth\fR. 
     88Si le dialogue �t�nnul�rien ne sera affich�Si l'un des noms de variables est 'password' 
     89alors ce champ sera saisi comme un mot de passe (vous ne 
     90verrez pas ce que vous tapez), et il NE SERA PAS affich�Bien qu'il ne soit pas affich�il sera utilis�our 
     91v�fier si l'authentification est valide si vous avez 
     92utilis�fB\-\-checkauth\fR. 
    9493.TP 
    95 \fB\-c\fR | \fB\-\-confirm\fR : A single argument is expected, representing the 
    96 message to display. If the dialog is confirmed 
    97 then pknotify will print OK, else CANCEL. 
     94\fB\-c\fR | \fB\-\-confirm\fR : Un unique argument est attendu, qui repr�nte le 
     95message �fficher. Si le dialogue est confirm�lors pknotify affichera OK, sinon CANCEL. 
    9896.TP 
    99 \fB\-n\fR | \fB\-\-notify\fR : A single argument is expected, representing the 
    100 message to display. In this case pknotify will 
    101 always print OK. 
     97\fB\-n\fR | \fB\-\-notify\fR : Un unique argument est attendu, qui repr�nte le 
     98message �fficher. Dans ce cas pknotify affichera 
     99toujours OK. 
    102100.PP 
    103 examples : 
     101exemples : 
    104102.IP 
    105 pknotify \fB\-d\fR client:7654 \fB\-\-confirm\fR "This job costs : 
     103pknotify \fB\-d\fR client:7654 \fB\-\-confirm\fR "Ce job co� 
    106104.PP 
    107 10 credits !" 
     10510 crts !" 
    108106.IP 
    109 Would display the cost of a print job and asks for confirmation. 
     107Affichera le co� travail et demandera une confirmation. 
    110108.IP 
    111109pknotify \fB\-\-destination\fR $PYKOTAJOBORIGINATINGHOSTNAME:7654 \e 
    112110.IP 
    113 \fB\-\-checkauth\fR \fB\-\-ask\fR "Your name:username:" "Your password:password:" 
     111\fB\-\-checkauth\fR \fB\-\-ask\fR "Votre nom:username:" "Votre mot de passe:password:" 
    114112.IP 
    115 Asks an username and password, and checks if they are valid. 
    116 NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is 
    117 only set if you launch pknotify from cupspykota through a directive 
    118 in ~pykota/pykota.conf 
     113Demandera un nom d'utilisateur et un mot de passe, et v�fiera s'ils sont 
     114valides. 
     115NB : La variable d'environnement PYKOTAJOBORIGINATINGHOSTNAME est 
     116seulement positionn�lorsque vous lancez pknotify depuis cupspykota 
     117gr� �ne directive de ~pykota/pykota.conf 
    119118.IP 
    120 The TCP port you'll use must be reachable on the client from the 
    121 print server. 
     119Le port TCP que vous utiliserez doit �e ouvert sur le client et joignable 
     120depuis le serveur d'impression. 
    122121.PP 
    123122This program is free software; you can redistribute it and/or modify