Show
Ignore:
Timestamp:
07/08/05 18:52:50 (19 years ago)
Author:
jerome
Message:

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/nb_NO/pykosd.1

    r2342 r2344  
    22.TH PYKOSD "1" "juillet 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pykosd \- page de manuel de pykosd 1.23alpha15_unofficial 
     4pykosd \- page de manuel de pykosd 1.23alpha16_unofficial 
    55.SH DESCRIPTION 
    6 pykosd v1.23alpha15_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
     6pykosd v1.23alpha16_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    8 En OSD kvote overv�r for PyKota. 
     8An OSD quota monitor for PyKota. 
    99.PP 
    10 kommandolinje bruk : 
     10command line usage : 
    1111.IP 
    12 pykosd [opsjoner] 
     12pykosd [options] 
    1313.PP 
    14 opsjoner : 
     14options : 
    1515.TP 
    1616\fB\-v\fR | \fB\-\-version\fR 
    17 Viser pykosd versjons nummer. 
     17Prints pykosd's version number then exits. 
    1818.TP 
    1919\fB\-h\fR | \fB\-\-help\fR 
    20 Viser denne meldingen. 
     20Prints this message then exits. 
    2121.TP 
    22 \fB\-c\fR | \fB\-\-color\fR #rrggbb Setter fargen som skal brukes p�kjermen i hexadesimal 
    23 formatet, f.eks er #FF0000 100% r�Standard er 100% gr�#00FF00). 
     22\fB\-c\fR | \fB\-\-color\fR #rrggbb Sets the color to use for display as an hexadecimal 
     23triplet, for example #FF0000 is 100% red. 
     24Defaults to 100% green (#00FF00). 
    2425.TP 
    2526\fB\-d\fR | \fB\-\-duration\fR d 
    26 Setter visningsvarigheten til et antall sekunder. 
    27 Standard er 3 sekunder. 
     27Sets the duration of the display in seconds. 
     28Defaults to 3 seconds. 
    2829.TP 
    2930\fB\-f\fR | \fB\-\-font\fR f 
    30 Setter skrifttypen som skal brukes p�jermen. 
    31 Bruker bibliotekete til Python OSD som standard. 
     31Sets the font to use for display. 
     32Defaults to the Python OSD library's default. 
    3233.TP 
    3334\fB\-l\fR | \fB\-\-loop\fR n 
    34 Setter antall ganger informasjonen vil bli vist. 
    35 Standard er 0, som betyr at den g�i en evig l� 
     35Sets the number of times the info will be displayed. 
     36Defaults to 0, which means loop forever. 
    3637.TP 
    3738\fB\-s\fR | \fB\-\-sleep\fR s 
    38 Setter dvaleperioden i sekunder mellom to visninger 
    39 Standard er 180 sekunder (3 minutter). 
     39Sets the sleeping duration between two displays 
     40in seconds. Defaults to 180 seconds (3 minutes). 
    4041.PP 
    41 eksempler : 
     42examples : 
    4243.IP 
    4344\f(CW$ pykosd -s 60 --loop 5\fR 
    4445.IP 
    45 Vil starte pykosd med oppdatert visning hvert 60 sekund, 
    46 som varer i 3 sekunder (standard) hver gang. Etter 5 visninger 
    47 s�topper det. 
     46Will launch pykosd. Display will be refreshed every 60 seconds, 
     47and will last for 3 seconds (the default) each time. After five 
     48iterations, the program will exit. 
    4849.PP 
    4950This program is free software; you can redistribute it and/or modify 
     
    6162Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA. 
    6263.PP 
    63 Please e\-mail bugs to: Jerome Alet \- alet@librelogiciel.com 
     64Please report bugs to : Jerome Alet \- alet@librelogiciel.com