Changeset 1879 for pykota/trunk/man

Show
Ignore:
Timestamp:
10/26/04 18:35:15 (20 years ago)
Author:
jalet
Message:

Greek translation finished !

Location:
pykota/trunk/man/el_GR
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/el_GR/autopykota.1

    r1869 r1879  
    55.SH DESCRIPTION 
    66autopykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    7 A tool to automate user account creation and initial balance setting. 
     7��� � ������������� ��� ����� 
    88.PP 
    9 THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA ! 
     9�� � ���� ����� � ����������������� ����������������! 
    1010.PP 
    11 command line usage : 
     11���� ��� 
    1212.IP 
    13 THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART 
    14 OF AN external policy IN pykota.conf 
     13� ���� �� ����� � ����������� ��� ���� �� 
     14� ����� ��� ���xternal policy) ��pykota.conf 
    1515.IP 
    16 autopykota { \fB\-i\fR | \fB\-\-initbalance\fR value } 
     16autopykota { \fB\-i\fR | \fB\-\-initbalance\fR } 
    1717.PP 
    18 options : 
     18���: 
    1919.TP 
    2020\fB\-v\fR | \fB\-\-version\fR 
    21 Prints autopykota's version number then exits. 
     21��� �����autopykota � ���. 
    2222.TP 
    2323\fB\-h\fR | \fB\-\-help\fR 
    24 Prints this message then exits. 
     24��� ����� ���. 
    2525.TP 
    26 \fB\-i\fR | \fB\-\-initbalance\fR b Sets the user's account initial balance value to b. 
    27 If the user already exists, actual balance is left 
    28 unmodified. If unset, the default value is 0. 
     26\fB\-i\fR | \fB\-\-initbalance\fR b ���� �������� �b. 
     27� ������ ��� ����� � � ����, ���� 
    2928.PP 
    3029This program is free software; you can redistribute it and/or modify 
     
    4241Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    4342.PP 
    44 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     43��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
  • pykota/trunk/man/el_GR/dumpykota.1

    r1869 r1879  
    66dumpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    8 Dumps PyKota database's content. 
     8��� ����������� PyKota. 
    99.PP 
    10 command line usage : 
     10���� ��� 
    1111.IP 
    12 dumpykota [options] 
     12dumpykota [��� 
    1313.PP 
    14 options : 
     14���: 
    1515.TP 
    1616\fB\-v\fR | \fB\-\-version\fR 
    17 Prints dumpykota's version number then exits. 
     17��� �����dumpykota� ���. 
    1818.TP 
    1919\fB\-h\fR | \fB\-\-help\fR 
    20 Prints this message then exits. 
     20��� ����� ���. 
    2121.TP 
    2222\fB\-d\fR | \fB\-\-data\fR type 
    23 Dumps 'type' datas. Allowed types are : 
     23��� ���'��������� 
    2424.IP 
    25 - history : dumps the jobs history. 
    26 - users : dumps users. 
    27 - groups : dumps user groups. 
    28 - printers : dump printers. 
    29 - upquotas : dump user quotas. 
    30 - gpquotas : dump user groups quotas. 
    31 - payments : dumps user payments. 
    32 - pmembers : dumps printer groups members. 
    33 - umembers : dumps user groups members. 
     25- history : ��� ������. 
     26- users : ��� �� 
     27- groups : ��� �� �� 
     28- printers : ��� ���. 
     29- upquotas : ��� ����- gpquotas : ��� ������- payments : ��� ��� �� 
     30- pmembers : ��� ������ 
     31- umembers : ��� �������.IP 
     32��� ����\fB\-d\fR | \fB\-\-data\fR ��������.TP 
     33\fB\-f\fR | \fB\-\-format\fR fmt 
     34��� ���������� ��� 
     35��� ������sv (���������� ����������������������� 
     36���������� ��: 
    3437.IP 
    35 NB : the \fB\-d\fR | \fB\-\-data\fR command line option 
    36 is MANDATORY. 
     38- csv : ������ ��� ssv : ������ ������ 
     39- tsv : ������ ���(tabs) 
     40- xml : ��� ��� �L 
    3741.TP 
    38 \fB\-f\fR | \fB\-\-format\fR fmt 
    39 Dumps datas in the 'fmt' format. When not specified, 
    40 the format is to dump datas in the csv format (comma 
    41 separated values). All data dumped is between double 
    42 quotes. Allowed formats are : 
    43 .IP 
    44 - csv : separate datas with commas 
    45 - ssv : separate datas with semicolons 
    46 - tsv : separate datas with tabs 
    47 - xml : dump data as XML 
    48 .TP 
    49 \fB\-o\fR | \fB\-\-output\fR fname 
    50 All datas will be dumped to the file instead of 
    51 to the standard output. The special '-' filename 
    52 is the default value and means stdout. 
    53 WARNING : existing files are truncated ! 
     42\fB\-o\fR | \fB\-\-output\fR ���������� �� ��'� 
     43���������� ��������� � '-' � ����� ����� ������ � �� ���������� �����������! 
    5444.PP 
    55 Examples : 
     45����� 
    5646.IP 
    5747\f(CW$ dumpykota --data history --format csv >myfile.csv\fR 
    5848.IP 
    59 This dumps the history in a comma separated values file, for possible 
    60 use in a spreadsheet. 
    61 .IP 
     49���������� ���� ��������� ��������� ��.IP 
    6250\f(CW$ dumpykota --data users --format xml -o users.xml\fR 
    6351.IP 
    64 Dumps all users datas to the users.xml file. 
     52���� ��������� users.xml . 
    6553.PP 
    6654This program is free software; you can redistribute it and/or modify 
     
    7866Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    7967.PP 
    80 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     68��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
  • pykota/trunk/man/el_GR/edpykota.1

    r1869 r1879  
    55.SH DESCRIPTION 
    66edpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    7 A Print Quota editor for PyKota. 
     7�������� � �yKota. 
    88.PP 
    9 command line usage : 
     9���� ��� 
    1010.IP 
    11 edpykota [options] user1 user2 ... userN 
     11edpykota [��� �� �� ... �� 
    1212.IP 
    13 edpykota [options] group1 group2 ... groupN 
     13edpykota [��� �� �� ... �� 
    1414.PP 
    15 options : 
     15���: 
    1616.TP 
    1717\fB\-v\fR | \fB\-\-version\fR 
    18 Prints edpykota's version number then exits. 
     18��� �����edpykota� ���. 
    1919.TP 
    2020\fB\-h\fR | \fB\-\-help\fR 
    21 Prints this message then exits. 
     21��� ����� ���. 
    2222.TP 
    2323\fB\-a\fR | \fB\-\-add\fR 
    24 Adds users and/or printers if they don't 
    25 exist on the Quota Storage Server. 
    26 .TP 
     24�������/���� �� �� 
     25�����������TP 
    2726\fB\-d\fR | \fB\-\-delete\fR 
    28 Deletes users/groups from the quota storage. 
    29 Printers are never deleted. 
     27������� � �������� ��. � ��� � ��� 
    3028.TP 
    3129\fB\-c\fR | \fB\-\-charge\fR p[,j] 
    32 Sets the price per page and per job to charge 
    33 for a particular printer. Job price is optional. 
    34 If both are to be set, separate them with a comma. 
    35 Floating point values are allowed. 
     30����� ��� ��� � ����������� �� ���������. � ������, ��������������� ��� 
    3631.TP 
    3732\fB\-i\fR | \fB\-\-ingroups\fR g1[,g2...] 
    38 Puts the users into each of the groups 
    39 listed, separated by commas. The groups 
    40 must already exist in the Quota Storage. 
     33����� ����� � ��� 
     34���������� � �� 
     35����� ��������TP 
     36\fB\-u\fR | \fB\-\-users\fR 
     37��������� �� ������������.TP 
     38\fB\-P\fR | \fB\-\-printer\fR p 
     39�������� �������p. 
     40����p ���������� ���� �������� ����� 
     41��*, �� ���������������� ��� 
     42�������. 
    4143.TP 
    42 \fB\-u\fR | \fB\-\-users\fR 
    43 Edit users print quotas, this is the default. 
    44 .TP 
    45 \fB\-P\fR | \fB\-\-printer\fR p 
    46 Edit quotas on printer p only. Actually p can 
    47 use wildcards characters to select only 
    48 some printers. The default value is *, meaning 
    49 all printers. 
    50 You can specify several names or wildcards, 
    51 by separating them with commas. 
    52 .TP 
    53 \fB\-G\fR | \fB\-\-pgroups\fR pg1[,pg2...] Adds the printer(s) to the printer groups 
    54 pg1, pg2, etc... which must already exist. 
    55 A printer group is just like a normal printer, 
    56 only that it is usually unknown from the printing 
    57 system. Create printer groups exactly the same 
    58 way that you create printers, then add other 
    59 printers to them with this option. 
    60 Accounting is done on a printer and on all 
    61 the printer groups it belongs to, quota checking 
    62 is done on a printer and on all the printer groups 
    63 it belongs to. 
     44\fB\-G\fR | \fB\-\-pgroups\fR pg1[,pg2...] ������ ���� � �� 
     45����g1, pg2, �.��������. 
     46�������������� ����� ������� ���. 
     47������ ������������������� �������� �� ������������ � �������� ����� � ���� ���������� 
    6448.TP 
    6549\fB\-g\fR | \fB\-\-groups\fR 
    66 Edit users groups print quotas instead of users. 
     50�������� � �� ����� 
     51�� �� 
    6752.TP 
    68 \fB\-p\fR | \fB\-\-prototype\fR u|g Uses user u or group g as a prototype to set 
    69 print quotas 
     53\fB\-p\fR | \fB\-\-prototype\fR u|g �������� ����g ��� 
     54������� 
    7055.TP 
    7156\fB\-n\fR | \fB\-\-noquota\fR 
    72 Doesn't set a quota but only does accounting. 
     57���������� ����. 
    7358.TP 
    7459\fB\-r\fR | \fB\-\-reset\fR 
    75 Resets the actual page counter for the user 
    76 or group to zero on the specified printers. 
    77 The life time page counter is kept unchanged. 
     60������� �� � ��� ���� � ������� 
     61�������� ����� 
    7862.TP 
    7963\fB\-R\fR | \fB\-\-hardreset\fR 
    80 Resets the actual and life time page counters 
    81 for the user or group to zero on the specified 
    82 printers. 
     64�������� � ��� ���� 
     65� ��� ��������� 
     66���. 
    8367.TP 
    8468\fB\-l\fR | \fB\-\-limitby\fR l 
    85 Choose if the user/group is limited in printing 
    86 by its account balance or by its page quota. 
    87 The default value is 'quota'. Allowed values 
    88 are 'quota' 'balance' 'quota-then-balance' and 
    89 \&'balance-then-quota'. 
    90 WARNING : quota-then-balance and balance-then-quota 
    91 are not yet implemented. 
     69�������������� ���                       � ��� ������������ � 
     70������ ��'quota' (�������� ��� 'quota' (����\&'balance' (������), 'quota-then-balance' (��������� 'balance-then-quota' (���� 
     71���                       ����: � ��� quota-then-balance � balance-then-quota 
     72� �� ��� �� 
    9273.TP 
    9374\fB\-b\fR | \fB\-\-balance\fR b 
    94 Sets the user's account balance to b. 
    95 Account balance may be increase or decreased 
    96 if b is prefixed with + or -. 
    97 WARNING : when decreasing account balance, 
    98 the total paid so far by the user is decreased 
    99 too. 
    100 Groups don't have a real balance, but the 
    101 sum of their users' account balance. 
     75������ ��� ����� ���. 
     76� �������������������� � � ����+ �-. 
     77����: ������� ���, �����, 
     78�� ������� ���������� 
     79� �� � �� ��� ������������������. 
    10280.TP 
    10381\fB\-S\fR | \fB\-\-softlimit\fR sl 
    104 Sets the quota soft limit to sl pages. 
     82���������l �� 
    10583.TP 
    10684\fB\-H\fR | \fB\-\-hardlimit\fR hl 
    107 Sets the quota hard limit to hl pages. 
     85����� ���� hl ��. 
    10886.IP 
    109 user1 through userN and group1 through groupN can use wildcards 
    110 if the \fB\-\-add\fR option is not set. 
     87������ � �� � �� � �� �� ��������� �� ����\fB\-\-add\fR. 
    11188.PP 
    112 examples : 
     89���� 
    11390.IP 
    11491\f(CW$ edpykota --add -p jerome john paul george ringo/ringo@example.com\fR 
    11592.IP 
    116 This will add users john, paul, george and ringo to the quota 
    117 database, and set their print quotas to the same values than user 
    118 jerome. User jerome must already exist. 
    119 User ringo's email address will also be set to 'ringo@example.com' 
     93����� ��john, paul, george � ringo ������������� � � �� �� ���erome. ���jerome ������ 
     94�������mail �� ���ingo �&'ringo@example.com' 
    12095.IP 
    12196\f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 
    12297.IP 
    123 This will set jerome's print quota on the lp printer to a soft limit 
    124 of 50 pages, and a hard limit of 60 pages. If either user jerome or 
    125 printer lp doesn't exist on the Quota Storage Server then nothing is done. 
     98�������erome � ���lp ������50 ��, � �� �0 ��. � �� ��jerome �� ��� lp � ��������������    ���� 
    12699.IP 
    127100\f(CW$ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\fR 
    128101.IP 
    129 Same as above, but if either user jerome or printer lp doesn't exist 
    130 on the Quota Storage Server they are automatically added. Also 
    131 user jerome is put into the groups "coders" and "it" which must 
    132 already exist in the Quota Storage. 
    133 .IP 
     102��� ��, ���� �� �� ��jerome �� 
     103��� lp ������������ ������jerome ������� "coders" � "it" ������� ������IP 
    134104\f(CW$ edpykota -g -S 500 -H 550 financial support\fR 
    135105.IP 
    136 This will set print quota soft limit to 500 pages and hard limit 
    137 to 550 pages for groups financial and support on all printers. 
    138 .IP 
     106���������00 �� � ��� ��50 
     107�� � ��� financial � support �������IP 
    139108\f(CW$ edpykota --reset jerome "jo*"\fR 
    140109.IP 
    141 This will reset jerome's page counter to zero on all printers, as 
    142 well as every user whose name begins with 'jo'. 
    143 Their life time page counter on each printer will be kept unchanged. 
    144 You can also reset the life time page counters by using the 
    145 \fB\-\-hardreset\fR | \fB\-R\fR command line option. 
     110����� ��������erome � �������������'jo' ������� ����� � ����� ������������ ��� � ���������������fB\-\-hardreset\fR | \fB\-R\fR . 
    146111.IP 
    147112\f(CW$ edpykota --printer hpcolor --noquota jerome\fR 
    148113.IP 
    149 This will tell PyKota to not limit jerome when printing on the 
    150 hpcolor printer. All his jobs will be allowed on this printer, but 
    151 accounting of the pages he prints will still be kept. 
    152 Print Quotas for jerome on other printers are unchanged. 
    153 .IP 
     114�������� ���erome � ����hpcolor. 
     115�� ����������� ��� ������� 
     116���� �������� 
     117� �����rome �������������.IP 
    154118\f(CW$ edpykota --limitby balance jerome\fR 
    155119.IP 
    156 This will tell PyKota to limit jerome by his account's balance 
    157 when printing. 
     120�������erome ������ ��� � 
    158121.IP 
    159122\f(CW$ edpykota --balance +10.0 jerome\fR 
    160123.IP 
    161 This will increase jerome's account balance by 10.0 (in your 
    162 own currency). You can decrease the account balance with a 
    163 dash prefix, and set it to a fixed amount with no prefix. 
     124������ �����jerome ��10.0 ���(������ ������� ��� ����(-) ����� ��� �� � ��� 
    164125.IP 
    165126\f(CW$ edpykota --delete jerome rachel\fR 
    166127.IP 
    167 This will completely delete jerome and rachel from the Quota Storage 
    168 database. All their quotas and jobs will be deleted too. 
     128���������jerome � rachel � ������������ � ��� ���������� 
    169129.IP 
    170130\f(CW$ edpykota --printer lp --charge 0.1\fR 
    171131.IP 
    172 This will set the page price for printer lp to 0.1. Job price 
    173 will not be changed. 
     132���� ��� � �����.1. �� ���������� 
    174133.IP 
    175134\f(CW$ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\fR 
    176135.IP 
    177 This will put printers hplj1 and hplj2 in printers groups Laser and HP. 
    178 When printing either on hplj1 or hplj2, print quota will also be 
    179 checked and accounted for on virtual printers Laser and HP. 
     136���� ��� hplj1 � hplj2 � �� ����aser � HP. 
     137������� ���hplj1 ��plj2, ����� ���� � ���� � � ������Laser � HP. 
    180138.PP 
    181139This program is free software; you can redistribute it and/or modify 
     
    193151Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    194152.PP 
    195 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     153��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
  • pykota/trunk/man/el_GR/pkhint.1

    r1869 r1879  
    55.SH DESCRIPTION 
    66pkhint v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    7 A tool to give hints on what accounting method is best for each printer. 
     7���� ��� � ����� ������� 
    88.PP 
    9 command line usage : 
     9���� ��� 
    1010.IP 
    11 pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf 
     11pkhint [��� [���1 ���2 ... ���N] <file.conf 
    1212.PP 
    13 options : 
     13���: 
    1414.TP 
    1515\fB\-v\fR | \fB\-\-version\fR 
    16 Prints pkhint's version number then exits. 
     16��� �����pkhint � ���. 
    1717.TP 
    1818\fB\-h\fR | \fB\-\-help\fR 
    19 Prints this message then exits. 
     19��� ����� ���. 
    2020.PP 
    21 examples : 
     21���� 
    2222.IP 
    2323\f(CW$ pkhint "hp*" printer103 </etc/cups/printers.conf\fR 
    2424.IP 
    25 Will analyze your printing system to test which accounter 
    26 is the best for each of the defined printer which 
    27 name matches one of the parameters. 
     25����� ��� �� ����� �� 
     26������ ��� � ���� � ��� 
     27��� ����� ����� � ����. 
    2828.IP 
    29 If you don't pass any argument on the command line, all 
    30 printers will be analyzed. 
     29� ������������������� ���. 
    3130.PP 
    3231This program is free software; you can redistribute it and/or modify 
     
    4443Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    4544.PP 
    46 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     45��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
  • pykota/trunk/man/el_GR/repykota.1

    r1869 r1879  
    66repykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    8 Generates print quota reports. 
     8�����������PP 
     9���� ��� 
     10.IP 
     11repykota [��� 
    912.PP 
    10 command line usage : 
    11 .IP 
    12 repykota [options] 
    13 .PP 
    14 options : 
     13���: 
    1514.TP 
    1615\fB\-v\fR | \fB\-\-version\fR 
    17 Prints repykota's version number then exits. 
     16��� �����repykota � ���. 
    1817.TP 
    1918\fB\-h\fR | \fB\-\-help\fR 
    20 Prints this message then exits. 
     19��� ����� ���. 
    2120.TP 
    2221\fB\-u\fR | \fB\-\-users\fR 
    23 Generates a report on users quota, this is 
    24 the default. 
     22������ ������ ��� �������� 
    2523.TP 
    2624\fB\-g\fR | \fB\-\-groups\fR 
    27 Generates a report on group quota instead of users. 
     25������ ������ �� 
     26������ 
    2827.TP 
    2928\fB\-P\fR | \fB\-\-printer\fR p 
    30 Report quotas on this printer only. Actually p can 
    31 use wildcards characters to select only 
    32 some printers. The default value is *, meaning 
    33 all printers. 
    34 You can specify several names or wildcards, 
    35 by separating them with commas. 
     29����� ����� ����p ���������� ���� �������� �����*, �� ���������������� ��� 
     30�������. 
    3631.PP 
    37 examples : 
     32���� 
    3833.IP 
    3934\f(CW$ repykota --printer lp\fR 
    4035.IP 
    41 This will print the quota status for all users who use the lp printer. 
     36��� ���� ���� � �� ������� ���lp. 
    4237.IP 
    4338\f(CW$ repykota\fR 
    4439.IP 
    45 This will print the quota status for all users on all printers. 
    46 .IP 
     40��� ���� ���� � �� ���������IP 
    4741\f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 
    4842.IP 
    49 This will print the quota status for user jerome and all users 
    50 whose name begins with "jo" on all printers which name begins 
    51 with "laser" or ends with "pson". 
     43��� ���� ���� � ���erome � 
     44�� ������� ���� "jo" �������� �� ���� "laser" �����pson". 
    5245.IP 
    53 If launched by an user who is not a PyKota administrator, additionnal 
    54 arguments representing users or groups names are ignored, and only the 
    55 current user/group is reported. 
     46� ��� � ���� ������ �PyKota, ������� ������������ � �� 
     47������������� 
    5648.PP 
    5749This program is free software; you can redistribute it and/or modify 
     
    6961Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    7062.PP 
    71 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     63��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com 
  • pykota/trunk/man/el_GR/warnpykota.1

    r1869 r1879  
    66warnpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    77.PP 
    8 Sends mail to users over print quota. 
     8��� email ������ �� �����. 
    99.PP 
    10 command line usage : 
     10���� ��� 
    1111.TP 
    1212warnpykota 
    13 [options]  [names] 
    14 .PP 
    15 options : 
     13[���  [���.PP 
     14���: 
    1615.TP 
    1716\fB\-v\fR | \fB\-\-version\fR 
    18 Prints warnpykota's version number then exits. 
     17��� �����warnpykota � ���. 
    1918.TP 
    2019\fB\-h\fR | \fB\-\-help\fR 
    21 Prints this message then exits. 
     20��� ����� ���. 
    2221.TP 
    2322\fB\-u\fR | \fB\-\-users\fR 
    24 Warns users over their print quota, this is the 
    25 default. 
     23������ ���� ������ �. �������� 
    2624.TP 
    2725\fB\-g\fR | \fB\-\-groups\fR 
    28 Warns users whose groups quota are over limit. 
     26������ ����� �� ����. 
    2927.TP 
    3028\fB\-P\fR | \fB\-\-printer\fR p 
    31 Verify quotas on this printer only. Actually p can 
    32 use wildcards characters to select only 
    33 some printers. The default value is *, meaning 
    34 all printers. 
    35 You can specify several names or wildcards, 
    36 by separating them with commas. 
    37 .PP 
    38 examples : 
     29�������������� ����p ����������� ���� �������� ����� ��*, �������������������� ��� ��� ��������PP 
     30���� 
    3931.IP 
    4032\f(CW$ warnpykota --printer lp\fR 
    4133.IP 
    42 This will warn all users of the lp printer who have exceeded their 
    43 print quota. 
     34������� ������lp ��� �� ����� �. 
    4435.IP 
    4536\f(CW$ warnpykota\fR 
    46 .TP 
    47 This will warn all users 
    48 who have exceeded their print quota on 
    4937.IP 
    50 any printer. 
     38������� ����� �� ����� 
     39� ���� ��� 
    5140.IP 
    5241\f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 
    5342.IP 
    54 This will warn all users of groups which names begins with "dev" and 
    55 who have exceeded their print quota on any printer which name begins 
    56 with "laserjet" 
     43������� ����� �������� � 
     44"dev" ����� �� ����� � ���� 
     45������������ "laserjet" 
    5746.IP 
    58 If launched by an user who is not a PyKota administrator, additionnal 
    59 arguments representing users or groups names are ignored, and only the 
    60 current user/group is reported. 
    61 .PP 
     47� ��� � ���� ������ �PyKota, ��������������� ���� � 
     48����������� ��������.PP 
    6249This program is free software; you can redistribute it and/or modify 
    6350it under the terms of the GNU General Public License as published by 
     
    7461Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    7562.PP 
    76 Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com 
     63��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com