- Timestamp:
- 10/26/04 18:35:15 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 9 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/man/el_GR/autopykota.1
r1869 r1879 5 5 .SH DESCRIPTION 6 6 autopykota 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 ��� � ������������� ��� ����� 8 8 .PP 9 THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA!9 �� � ���� ����� � ����������������� ����������������! 10 10 .PP 11 command line usage : 11 ���� ��� 12 12 .IP 13 THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART 14 OF AN external policy INpykota.conf13 � ���� �� ����� � ����������� ��� ���� �� 14 � ����� ��� ���xternal policy) ��pykota.conf 15 15 .IP 16 autopykota { \fB\-i\fR | \fB\-\-initbalance\fR value}16 autopykota { \fB\-i\fR | \fB\-\-initbalance\fR � } 17 17 .PP 18 options:18 ���: 19 19 .TP 20 20 \fB\-v\fR | \fB\-\-version\fR 21 Prints autopykota's version number then exits.21 ��� �����autopykota � ���. 22 22 .TP 23 23 \fB\-h\fR | \fB\-\-help\fR 24 Prints this message then exits.24 ��� ����� ���. 25 25 .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 � ������ ��� ����� � � ����, ���� 29 28 .PP 30 29 This program is free software; you can redistribute it and/or modify … … 42 41 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 43 42 .PP 44 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com43 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/man/el_GR/dumpykota.1
r1869 r1879 6 6 dumpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 7 7 .PP 8 Dumps PyKota database's content.8 ��� ����������� PyKota. 9 9 .PP 10 command line usage : 10 ���� ��� 11 11 .IP 12 dumpykota [ options]12 dumpykota [��� 13 13 .PP 14 options:14 ���: 15 15 .TP 16 16 \fB\-v\fR | \fB\-\-version\fR 17 Prints dumpykota's version number then exits.17 ��� �����dumpykota� ���. 18 18 .TP 19 19 \fB\-h\fR | \fB\-\-help\fR 20 Prints this message then exits.20 ��� ����� ���. 21 21 .TP 22 22 \fB\-d\fR | \fB\-\-data\fR type 23 Dumps 'type' datas. Allowed types are : 23 ��� ���'��������� 24 24 .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 ���������� ��: 34 37 .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 37 41 .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 ���������� ��������� � '-' � ����� ����� ������ � �� ���������� �����������! 54 44 .PP 55 Examples : 45 ����� 56 46 .IP 57 47 \f(CW$ dumpykota --data history --format csv >myfile.csv\fR 58 48 .IP 59 This dumps the history in a comma separated values file, for possible 60 use in a spreadsheet. 61 .IP 49 ���������� ���� ��������� ��������� ��.IP 62 50 \f(CW$ dumpykota --data users --format xml -o users.xml\fR 63 51 .IP 64 Dumps all users datas to the users.xml file.52 ���� ��������� users.xml . 65 53 .PP 66 54 This program is free software; you can redistribute it and/or modify … … 78 66 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 79 67 .PP 80 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com68 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/man/el_GR/edpykota.1
r1869 r1879 5 5 .SH DESCRIPTION 6 6 edpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 7 A Print Quota editor for PyKota.7 �������� � �yKota. 8 8 .PP 9 command line usage : 9 ���� ��� 10 10 .IP 11 edpykota [ options] user1 user2 ... userN11 edpykota [��� �� �� ... �� 12 12 .IP 13 edpykota [ options] group1 group2 ... groupN13 edpykota [��� �� �� ... �� 14 14 .PP 15 options:15 ���: 16 16 .TP 17 17 \fB\-v\fR | \fB\-\-version\fR 18 Prints edpykota's version number then exits.18 ��� �����edpykota� ���. 19 19 .TP 20 20 \fB\-h\fR | \fB\-\-help\fR 21 Prints this message then exits.21 ��� ����� ���. 22 22 .TP 23 23 \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 27 26 \fB\-d\fR | \fB\-\-delete\fR 28 Deletes users/groups from the quota storage. 29 Printers are never deleted. 27 ������� � �������� ��. � ��� � ��� 30 28 .TP 31 29 \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 ����� ��� ��� � ����������� �� ���������. � ������, ��������������� ��� 36 31 .TP 37 32 \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 �������. 41 43 .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 ������ ������������������� �������� �� ������������ � �������� ����� � ���� ���������� 64 48 .TP 65 49 \fB\-g\fR | \fB\-\-groups\fR 66 Edit users groups print quotas instead of users. 50 �������� � �� ����� 51 �� �� 67 52 .TP 68 \fB\-p\fR | \fB\-\-prototype\fR u|g Uses user u or group g as a prototype to set69 print quotas 53 \fB\-p\fR | \fB\-\-prototype\fR u|g �������� ����g ��� 54 ������� 70 55 .TP 71 56 \fB\-n\fR | \fB\-\-noquota\fR 72 Doesn't set a quota but only does accounting.57 ���������� ����. 73 58 .TP 74 59 \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 �������� ����� 78 62 .TP 79 63 \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 ���. 83 67 .TP 84 68 \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 � �� ��� �� 92 73 .TP 93 74 \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 � �� � �� ��� ������������������. 102 80 .TP 103 81 \fB\-S\fR | \fB\-\-softlimit\fR sl 104 Sets the quota soft limit to sl pages. 82 ���������l �� 105 83 .TP 106 84 \fB\-H\fR | \fB\-\-hardlimit\fR hl 107 Sets the quota hard limit to hl pages.85 ����� ���� hl ��. 108 86 .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. 111 88 .PP 112 examples : 89 ���� 113 90 .IP 114 91 \f(CW$ edpykota --add -p jerome john paul george ringo/ringo@example.com\fR 115 92 .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' 120 95 .IP 121 96 \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR 122 97 .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 � �������������� ���� 126 99 .IP 127 100 \f(CW$ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\fR 128 101 .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 134 104 \f(CW$ edpykota -g -S 500 -H 550 financial support\fR 135 105 .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 139 108 \f(CW$ edpykota --reset jerome "jo*"\fR 140 109 .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 . 146 111 .IP 147 112 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 148 113 .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 154 118 \f(CW$ edpykota --limitby balance jerome\fR 155 119 .IP 156 This will tell PyKota to limit jerome by his account's balance 157 when printing. 120 �������erome ������ ��� � 158 121 .IP 159 122 \f(CW$ edpykota --balance +10.0 jerome\fR 160 123 .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 ���(������ ������� ��� ����(-) ����� ��� �� � ��� 164 125 .IP 165 126 \f(CW$ edpykota --delete jerome rachel\fR 166 127 .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 � ������������ � ��� ���������� 169 129 .IP 170 130 \f(CW$ edpykota --printer lp --charge 0.1\fR 171 131 .IP 172 This will set the page price for printer lp to 0.1. Job price 173 will not be changed. 132 ���� ��� � �����.1. �� ���������� 174 133 .IP 175 134 \f(CW$ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\fR 176 135 .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. 180 138 .PP 181 139 This program is free software; you can redistribute it and/or modify … … 193 151 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 194 152 .PP 195 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com153 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/man/el_GR/pkhint.1
r1869 r1879 5 5 .SH DESCRIPTION 6 6 pkhint 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 ���� ��� � ����� ������� 8 8 .PP 9 command line usage : 9 ���� ��� 10 10 .IP 11 pkhint [ options] [printer1 printer2 printer3 ... printerN] <file.conf11 pkhint [��� [���1 ���2 ... ���N] <file.conf 12 12 .PP 13 options:13 ���: 14 14 .TP 15 15 \fB\-v\fR | \fB\-\-version\fR 16 Prints pkhint's version number then exits.16 ��� �����pkhint � ���. 17 17 .TP 18 18 \fB\-h\fR | \fB\-\-help\fR 19 Prints this message then exits.19 ��� ����� ���. 20 20 .PP 21 examples : 21 ���� 22 22 .IP 23 23 \f(CW$ pkhint "hp*" printer103 </etc/cups/printers.conf\fR 24 24 .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 ��� ����� ����� � ����. 28 28 .IP 29 If you don't pass any argument on the command line, all 30 printers will be analyzed. 29 � ������������������� ���. 31 30 .PP 32 31 This program is free software; you can redistribute it and/or modify … … 44 43 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 45 44 .PP 46 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com45 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/man/el_GR/repykota.1
r1869 r1879 6 6 repykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 7 7 .PP 8 Generates print quota reports. 8 �����������PP 9 ���� ��� 10 .IP 11 repykota [��� 9 12 .PP 10 command line usage : 11 .IP 12 repykota [options] 13 .PP 14 options : 13 ���: 15 14 .TP 16 15 \fB\-v\fR | \fB\-\-version\fR 17 Prints repykota's version number then exits.16 ��� �����repykota � ���. 18 17 .TP 19 18 \fB\-h\fR | \fB\-\-help\fR 20 Prints this message then exits.19 ��� ����� ���. 21 20 .TP 22 21 \fB\-u\fR | \fB\-\-users\fR 23 Generates a report on users quota, this is 24 the default. 22 ������ ������ ��� �������� 25 23 .TP 26 24 \fB\-g\fR | \fB\-\-groups\fR 27 Generates a report on group quota instead of users. 25 ������ ������ �� 26 ������ 28 27 .TP 29 28 \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 �������. 36 31 .PP 37 examples : 32 ���� 38 33 .IP 39 34 \f(CW$ repykota --printer lp\fR 40 35 .IP 41 This will print the quota status for all users who use the lp printer.36 ��� ���� ���� � �� ������� ���lp. 42 37 .IP 43 38 \f(CW$ repykota\fR 44 39 .IP 45 This will print the quota status for all users on all printers. 46 .IP 40 ��� ���� ���� � �� ���������IP 47 41 \f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR 48 42 .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". 52 45 .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 ������������� 56 48 .PP 57 49 This program is free software; you can redistribute it and/or modify … … 69 61 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 70 62 .PP 71 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com63 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/man/el_GR/warnpykota.1
r1869 r1879 6 6 warnpykota v1.20beta_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 7 7 .PP 8 Sends mail to users over print quota.8 ��� email ������ �� �����. 9 9 .PP 10 command line usage : 10 ���� ��� 11 11 .TP 12 12 warnpykota 13 [options] [names] 14 .PP 15 options : 13 [��� [���.PP 14 ���: 16 15 .TP 17 16 \fB\-v\fR | \fB\-\-version\fR 18 Prints warnpykota's version number then exits.17 ��� �����warnpykota � ���. 19 18 .TP 20 19 \fB\-h\fR | \fB\-\-help\fR 21 Prints this message then exits.20 ��� ����� ���. 22 21 .TP 23 22 \fB\-u\fR | \fB\-\-users\fR 24 Warns users over their print quota, this is the 25 default. 23 ������ ���� ������ �. �������� 26 24 .TP 27 25 \fB\-g\fR | \fB\-\-groups\fR 28 Warns users whose groups quota are over limit.26 ������ ����� �� ����. 29 27 .TP 30 28 \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 ���� 39 31 .IP 40 32 \f(CW$ warnpykota --printer lp\fR 41 33 .IP 42 This will warn all users of the lp printer who have exceeded their 43 print quota. 34 ������� ������lp ��� �� ����� �. 44 35 .IP 45 36 \f(CW$ warnpykota\fR 46 .TP47 This will warn all users48 who have exceeded their print quota on49 37 .IP 50 any printer. 38 ������� ����� �� ����� 39 � ���� ��� 51 40 .IP 52 41 \f(CW$ warnpykota --groups --printer "laserjet*" "dev*"\fR 53 42 .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" 57 46 .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 62 49 This program is free software; you can redistribute it and/or modify 63 50 it under the terms of the GNU General Public License as published by … … 74 61 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 75 62 .PP 76 Please e-mail bugs to:Jerome Alet - alet@librelogiciel.com63 ��� ��� �� e-mail � Jerome Alet - alet@librelogiciel.com -
pykota/trunk/NEWS
r1875 r1879 24 24 - 1.20beta : 25 25 26 - Greek translation was finalized. 27 26 28 - For urgent legal reasons, a "privacy" directive has been added 27 29 to pykota.conf, to hide jobs' title, filename and options -
pykota/trunk/po/el_GR/pykota.po
r1864 r1879 29 29 "Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 30 30 "POT-Creation-Date: 2004-10-11 14:49+0200\n" 31 "PO-Revision-Date: 2004- 07-28 16:35:00+0200\n"31 "PO-Revision-Date: 2004-10-26 18:51:00+0200\n" 32 32 "Last-Translator: Spyros Melissovas <peppe@cs.uoi.gr>\n" 33 33 "Language-Team: Greek <peppe@cs.uoi.gr>\n" … … 75 75 "Please e-mail bugs to: %s" 76 76 msgstr "" 77 "autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 78 "��� � ������������� ��� ������\n" 79 "\n" 80 "�� � ���� ����� � ����������������� �����n" 81 "�����������!\n" 82 "\n" 83 "���� ���\n" 84 "\n" 85 " � ���� �� ����� � ����������� ��� ���� ��\n" 86 " � ����� ��� ���xternal policy) ��pykota.conf\n" 87 " \n" 88 " autopykota { -i | --initbalance � } \n" 89 "\n" 90 "���:\n" 91 "\n" 92 " -v | --version ��� �����autopykota � ���.\n" 93 " -h | --help ��� ����� ���.\n" 94 " \n" 95 " -i | --initbalance b ���� �������� �b.\n" 96 " � ������ ��� ���n" 97 " �� � � ����, ����\n" 98 " \n" 99 "This program is free software; you can redistribute it and/or modify\n" 100 "it under the terms of the GNU General Public License as published by\n" 101 "the Free Software Foundation; either version 2 of the License, or\n" 102 "(at your option) any later version.\n" 103 "\n" 104 "This program is distributed in the hope that it will be useful,\n" 105 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 106 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 107 "GNU General Public License for more details.\n" 108 "\n" 109 "You should have received a copy of the GNU General Public License\n" 110 "along with this program; if not, write to the Free Software\n" 111 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 112 "\n" 113 "��� ��� �� e-mail � %s" 77 114 78 115 #, python-format … … 256 293 "Please e-mail bugs to: %s" 257 294 msgstr "" 258 259 msgid "You're not allowed to use this command." 260 msgstr "" 261 262 #, python-format 263 msgid "Invalid softlimit value %s." 264 msgstr "� ��������%s." 265 266 #, python-format 267 msgid "Invalid hardlimit value %s." 268 msgstr "� ����� �s." 269 270 #, python-format 271 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 272 msgstr "" 273 "� �� �%i ������������%i, ��� " 274 "�� 275 276 #, python-format 277 msgid "Invalid balance value %s" 278 msgstr "� ���� ���%s" 279 280 #, python-format 281 msgid "Invalid charge amount value %s" 282 msgstr "� ���� ��%s" 283 284 #, python-format 285 msgid "Invalid limitby value %s" 286 msgstr "� ���� limitby %s" 287 288 #, python-format 289 msgid "Impossible to add printer %s" 290 msgstr "����������%s" 291 292 #, python-format 293 msgid "Invalid printer name %s" 294 msgstr "� ������� %s" 295 296 #, python-format 297 msgid "There's no printer matching %s" 298 msgstr "������� ������%s" 299 300 msgid "You have to pass user or group names on the command line" 301 msgstr "������� ������ �� � �� ��� 302 #, python-format 303 msgid "Prototype %s not found in Quota Storage for printer %s." 304 msgstr "� ��%s ���������������%s." 305 306 #, python-format 307 msgid "Prototype object %s not found in Quota Storage." 308 msgstr "� ������ %s ���������� 309 #, python-format 310 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 311 msgstr "" 312 "����� ��� ������%s) � ���%s." 313 314 #, python-format 315 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 316 msgstr "" 317 "�������������� �%s) � ���%s." 318 319 #, python-format 320 msgid "Invalid email address %s" 321 msgstr "� ������-mail %s" 322 323 #, python-format 324 msgid "Invalid group name %s" 325 msgstr "� �������%s" 326 327 #, python-format 328 msgid "Invalid user name %s" 329 msgstr "� �������s" 330 331 #, python-format 332 msgid "Quota not found for object %s on printer %s." 333 msgstr "� ����� �����s � ���%s." 334 335 #, python-format 336 msgid "Group %s not found in the PyKota Storage." 337 msgstr "���%s �����������Kota." 338 339 msgid "incompatible options, see help." 340 msgstr "������ ������." 341 342 #, python-format 343 msgid "" 344 "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 345 "An OSD quota monitor for PyKota.\n" 346 "\n" 347 "command line usage :\n" 348 "\n" 349 " pykosd [options]\n" 350 "\n" 351 "options :\n" 352 "\n" 353 " -v | --version Prints pykosd's version number then exits.\n" 354 " -h | --help Prints this message then exits.\n" 355 " \n" 356 " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 357 " triplet, for example #FF0000 is 100%% red.\n" 358 " Defaults to 100%% green (#00FF00).\n" 359 " \n" 360 " -d | --duration d Sets the duration of the display in seconds. \n" 361 " Defaults to 3 seconds.\n" 362 " \n" 363 " -f | --font f Sets the font to use for " 364 "display. \n" 365 " Defaults to the Python OSD library's default.\n" 366 " \n" 367 " -l | --loop n Sets the number of times the info will be displayed.\n" 368 " Defaults to 0, which means loop forever.\n" 369 " \n" 370 " -s | --sleep s Sets the sleeping duration between two displays \n" 371 " in seconds. Defaults to 180 seconds (3 minutes).\n" 372 " \n" 373 " \n" 374 "examples : \n" 375 "\n" 376 " $ pykosd -s 60 --loop 5\n" 377 " \n" 378 " Will launch pykosd. Display will be refreshed every 60 seconds,\n" 379 " and will last for 3 seconds (the default) each time. After five\n" 380 " iterations, the program will exit.\n" 381 " \n" 295 "edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 296 "�������� � �yKota.\n" 297 "\n" 298 "���� ���\n" 299 "\n" 300 " edpykota [��� �� �� ... ��\n" 301 " \n" 302 " edpykota [��� �� �� ... ��\n" 303 "\n" 304 "���:\n" 305 "\n" 306 " -v | --version ��� �����edpykota� ���.\n" 307 " -h | --help ��� ����� ���.\n" 308 " \n" 309 " -a | --add �������/���� �� ��\n" 310 " �����������" 311 " \n" 312 " -d | --delete ������� � �������" 313 " ��������������\n" 314 " \n" 315 " -c | --charge p[,j] ����� ��� ��� � ���" 316 " � ������� �� ������n" 317 " ���. � ������, ������" 318 " �� �������� ���\n" 319 " \n" 320 " -i | --ingroups g1[,g2...] ����� ����� � ���\n" 321 " ���������� � ��\n" 322 " ����� ��������" 323 " \n" 324 " -u | --users ��������� �� �����" 325 " �������n" 326 " \n" 327 " -P | --printer p �������� �������p.\n" 328 " ����p ���������� �n" 329 " ��� �������� �����\n" 330 " ��*, �� �����n" 331 " ������������ ��� \n" 332 " �������.\n" 333 " \n" 334 " -G | --pgroups pg1[,pg2...] ������ ���� � ��\n" 335 " ����g1, pg2, �.��������.\n" 336 " �������������� ��" 337 " ��� ������� ���.\n" 338 " ������ �����������n" 339 " �������� �������� 340 " �� �������n" 341 " ����� � �������� �n" 342 " ���� � ���� �������� 343 " ��.\n" 344 " \n" 345 " -g | --groups �������� � �� �����\n" 346 " �� ��\n" 347 " \n" 348 " -p | --prototype u|g �������� ����g ���\n" 349 " �������\n" 350 " \n" 351 " -n | --noquota ���������� ����.\n" 352 " \n" 353 " -r | --reset ������� �� � ��� �n" 354 " ��� � ������� \n" 355 " �������� �����\n" 356 " \n" 357 " -R | --hardreset �������� � ��� ����\n" 358 " � ��� ��������� \n" 359 " ���. \n" 360 " \n" 361 " -l | --limitby l �������������� ���" 362 " � ��� ������������ �\n" 363 " ������ ��'quota' (����n" 364 " ���� ��� 'quota' (����n" 365 " 'balance' (������), 'quota-then-balance' (��" 366 " �� ���� 'balance-then-quota' (����\n" 367 " ���" 368 " ����: � ��� quota-then-balance � balance-then-quota\n" 369 " � �� ��� ��\n" 370 " \n" 371 " -b | --balance b ������ ��� ����� ���.\n" 372 " � �������������������n" 373 " � � � ����+ �-.\n" 374 " ����: ������� ���, �����,\n" 375 " �� ������� ��������" 376 " ��\n" 377 " � �� � �� ��� ���������� 378 " ��������.\n" 379 " \n" 380 " -S | --softlimit sl ���������l ��\n" 381 " \n" 382 " -H | --hardlimit hl ����� ���� hl ��.\n" 383 " \n" 384 " ������ � �� � �� � �� �� �����" ����� �� ����--add.\n" 385 " \n" 386 "���� \n" 387 "\n" 388 " $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 389 " \n" 390 " ����� ��john, paul, george � ringo ���" 391 " ���, � ������ � � �� ��" 392 " ����erome. ���jerome ������\n" 393 " �������mail �� ���ingo �" 394 " 'ringo@example.com'\n" 395 " \n" 396 " $ edpykota --printer lp -S 50 -H 60 jerome\n" 397 " \n" 398 " �������erome � ���lp ������n" 399 " 50 ��, � �� �0 ��. � �� ��jerome ��" 400 " ���� � �������������� " 401 " ����\n" 402 "\n" 403 " $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 404 " \n" 405 " ��� ��, ���� �� �� ��jerome �� \n" 406 " ��� lp ������������ ������n" 407 " jerome ������� \"coders\" � \"it\" ����n" 408 " ��� ������" 409 " \n" 410 " $ edpykota -g -S 500 -H 550 financial support \n" 411 " \n" 412 " ���������00 �� � ��� ��50\n" 413 " �� � ��� financial � support �������" 414 " \n" 415 " $ edpykota --reset jerome \"jo*\"\n" 416 " \n" 417 " ����� ��������erome � �������" 418 " ������'jo' �������" 419 " ������ � ����� �������" 420 " ������ ��� � ������������" 421 " ���-hardreset | -R .\n" 422 " \n" 423 " $ edpykota --printer hpcolor --noquota jerome\n" 424 " \n" 425 " �������� ���erome � ����hpcolor. \n" 426 " �� ����������� ��� ������� \n" 427 " ���� ��������\n" 428 " � �����rome �������������n" 429 " \n" 430 " $ edpykota --limitby balance jerome\n" 431 " \n" 432 " �������erome ������ ��� �\n" 433 " \n" 434 " $ edpykota --balance +10.0 jerome\n" 435 " \n" 436 " ������ �����jerome ��10.0 ���(���n" 437 " ��� ������� ��� ����(-) ���" 438 " �� ��� �� � ���\n" 439 " \n" 440 " $ edpykota --delete jerome rachel\n" 441 " \n" 442 " ���������jerome � rachel � ������" 443 " ������� � ��� ����������\n" 444 " \n" 445 " $ edpykota --printer lp --charge 0.1\n" 446 " \n" 447 " ���� ��� � �����.1. �� ����n" 448 " ������\n" 449 " \n" 450 " $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 451 " \n" 452 " ���� ��� hplj1 � hplj2 � �� ����aser � HP.\n" 453 " ������� ���hplj1 ��plj2, ����� �n" 454 " ��� � ���� � � ������Laser � HP.\n" 455 "\n" 382 456 "This program is free software; you can redistribute it and/or modify\n" 383 457 "it under the terms of the GNU General Public License as published by\n" … … 394 468 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 395 469 "\n" 470 "��� ��� �� e-mail � %s" 471 472 msgid "You're not allowed to use this command." 473 msgstr "��������� �����" 474 475 #, python-format 476 msgid "Invalid softlimit value %s." 477 msgstr "� ��������%s." 478 479 #, python-format 480 msgid "Invalid hardlimit value %s." 481 msgstr "� ����� �s." 482 483 #, python-format 484 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 485 msgstr "" 486 "� �� �%i ������������%i, ��� " 487 "�� 488 489 #, python-format 490 msgid "Invalid balance value %s" 491 msgstr "� ���� ���%s" 492 493 #, python-format 494 msgid "Invalid charge amount value %s" 495 msgstr "� ���� ��%s" 496 497 #, python-format 498 msgid "Invalid limitby value %s" 499 msgstr "� ���� limitby %s" 500 501 #, python-format 502 msgid "Impossible to add printer %s" 503 msgstr "����������%s" 504 505 #, python-format 506 msgid "Invalid printer name %s" 507 msgstr "� ������� %s" 508 509 #, python-format 510 msgid "There's no printer matching %s" 511 msgstr "������� ������%s" 512 513 msgid "You have to pass user or group names on the command line" 514 msgstr "������� ������ �� � �� ��� 515 #, python-format 516 msgid "Prototype %s not found in Quota Storage for printer %s." 517 msgstr "� ��%s ���������������%s." 518 519 #, python-format 520 msgid "Prototype object %s not found in Quota Storage." 521 msgstr "� ������ %s ���������� 522 #, python-format 523 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 524 msgstr "" 525 "����� ��� ������%s) � ���%s." 526 527 #, python-format 528 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 529 msgstr "" 530 "�������������� �%s) � ���%s." 531 532 #, python-format 533 msgid "Invalid email address %s" 534 msgstr "� ������-mail %s" 535 536 #, python-format 537 msgid "Invalid group name %s" 538 msgstr "� �������%s" 539 540 #, python-format 541 msgid "Invalid user name %s" 542 msgstr "� �������s" 543 544 #, python-format 545 msgid "Quota not found for object %s on printer %s." 546 msgstr "� ����� �����s � ���%s." 547 548 #, python-format 549 msgid "Group %s not found in the PyKota Storage." 550 msgstr "���%s �����������Kota." 551 552 msgid "incompatible options, see help." 553 msgstr "������ ������." 554 555 #, python-format 556 msgid "" 557 "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 558 "An OSD quota monitor for PyKota.\n" 559 "\n" 560 "command line usage :\n" 561 "\n" 562 " pykosd [options]\n" 563 "\n" 564 "options :\n" 565 "\n" 566 " -v | --version Prints pkprinters's version number then exits.\n" 567 " -h | --help Prints this message then exits.\n" 568 " \n" 569 " -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 570 " triplet, for example #FF0000 is 100%% red.\n" 571 " Defaults to 100%% green (#00FF00).\n" 572 " \n" 573 " -d | --duration d Sets the duration of the display in seconds. \n" 574 " Defaults to 3 seconds.\n" 575 " \n" 576 " -f | --font f Sets the font to use for " 577 "display. \n" 578 " Defaults to the Python OSD library's default.\n" 579 " \n" 580 " -l | --loop n Sets the number of times the info will be displayed.\n" 581 " Defaults to 0, which means loop forever.\n" 582 " \n" 583 " -s | --sleep s Sets the sleeping duration between two displays \n" 584 " in seconds. Defaults to 180 seconds (3 minutes).\n" 585 " \n" 586 " \n" 587 "examples : \n" 588 "\n" 589 " $ pykosd -s 60 --loop 5\n" 590 " \n" 591 " Will launch pykosd. Display will be refreshed every 60 seconds,\n" 592 " and will last for 3 seconds (the default) each time. After five\n" 593 " iterations, the program will exit.\n" 594 " \n" 595 "This program is free software; you can redistribute it and/or modify\n" 596 "it under the terms of the GNU General Public License as published by\n" 597 "the Free Software Foundation; either version 2 of the License, or\n" 598 "(at your option) any later version.\n" 599 "\n" 600 "This program is distributed in the hope that it will be useful,\n" 601 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 602 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 603 "GNU General Public License for more details.\n" 604 "\n" 605 "You should have received a copy of the GNU General Public License\n" 606 "along with this program; if not, write to the Free Software\n" 607 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 608 "\n" 396 609 "Please e-mail bugs to: %s" 397 610 msgstr "" 611 "pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 612 "������PyKota ��������OSD).\n" 613 "\n" 614 "���� ���\n" 615 "\n" 616 " pykosd [���\n" 617 "\n" 618 "���:\n" 619 "\n" 620 " -v | --version ��� �����pkprinters � ���.\n" 621 " -h | --help ��� ����� ���.\n" 622 " \n" 623 " -c | --color #rrggbb ����� ���������n" 624 " ���� ���� ��� #FF0000 ��n" 625 " 100%% ���n" 626 " ����������00%% �� (#00FF00).\n" 627 " \n" 628 " -d | --duration d ����������������\n" 629 " ����� ����� ����n" 630 " \n" 631 " -f | --font f ��������� �������" 632 " �������� �����OSD �Python.\n" 633 " \n" 634 " -l | --loop n ������ �������� ����\n" 635 " �������, ���������" 636 " \n" 637 " -s | --sleep s ����� ��� �� � ����\n" 638 " ����������80 ����3 ��\n" 639 " \n" 640 " \n" 641 "���� \n" 642 "\n" 643 " $ pykosd -s 60 --loop 5\n" 644 " \n" 645 " ����ykosd. ������������0 ����n" 646 " � ��� � 3 ������� ���. ���" 647 " �����, ��������\n" 648 " \n" 649 "This program is free software; you can redistribute it and/or modify\n" 650 "it under the terms of the GNU General Public License as published by\n" 651 "the Free Software Foundation; either version 2 of the License, or\n" 652 "(at your option) any later version.\n" 653 "\n" 654 "This program is distributed in the hope that it will be useful,\n" 655 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 656 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 657 "GNU General Public License for more details.\n" 658 "\n" 659 "You should have received a copy of the GNU General Public License\n" 660 "along with this program; if not, write to the Free Software\n" 661 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 662 "\n" 663 "��� ��� �� e-mail � %s" 398 664 399 665 #, python-format … … 490 756 "Please e-mail bugs to: %s" 491 757 msgstr "" 758 "warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 759 "\n" 760 "��� email ������ �� �����.\n" 761 "\n" 762 "���� ���\n" 763 "\n" 764 " warnpykota [��� [���n" 765 "\n" 766 "���:\n" 767 "\n" 768 " -v | --version ��� �����warnpykota � ���.\n" 769 " -h | --help ��� ����� ���.\n" 770 " \n" 771 " -u | --users ������ ���� ���n" 772 " ��� �. ��������\n" 773 " \n" 774 " -g | --groups ������ ����� �� ����.\n" 775 " \n" 776 " -P | --printer p �������������� ����n" 777 " p ����������� ���� ��" 778 " ������ ����� ��*, �n" 779 " ��������" 780 " ������������ ��� ��" 781 " ���������" 782 " \n" 783 "���� \n" 784 "\n" 785 " $ warnpykota --printer lp\n" 786 " \n" 787 " ������� ������lp ��� �� �" 788 " ������.\n" 789 "\n" 790 " $ warnpykota \n" 791 " \n" 792 " ������� ����� �� �����\n" 793 " � ���� ���\n" 794 "\n" 795 " $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 796 " \n" 797 " ������� ����� �������� �\n" 798 " \"dev\" ����� �� ����� � ����\n" 799 " ������������ \"laserjet\"\n" 800 " \n" 801 " � ��� � ���� ������ �PyKota, �n" 802 " �������������� ���� �\n" 803 " ����������� ��������n" 804 "\n" 805 "This program is free software; you can redistribute it and/or modify\n" 806 "it under the terms of the GNU General Public License as published by\n" 807 "the Free Software Foundation; either version 2 of the License, or\n" 808 "(at your option) any later version.\n" 809 "\n" 810 "This program is distributed in the hope that it will be useful,\n" 811 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 812 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 813 "GNU General Public License for more details.\n" 814 "\n" 815 "You should have received a copy of the GNU General Public License\n" 816 "along with this program; if not, write to the Free Software\n" 817 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 818 "\n" 819 "��� ��� �� e-mail � %s" 492 820 493 821 msgid "Job contains no data. Printing is denied." … … 597 925 "Please e-mail bugs to: %s" 598 926 msgstr "" 599 600 #, python-format 601 msgid "Invalid modifier [%s] for --data command line option, see help." 602 msgstr "" 603 604 #, python-format 605 msgid "Invalid modifier [%s] for --format command line option, see help." 606 msgstr "" 607 608 msgid "XML output is disabled because the jaxml module is not available." 609 msgstr "" 610 611 msgid "PyKota data dumper failed : I/O error" 612 msgstr "" 613 614 msgid "The -d | --data command line option is mandatory, see help." 615 msgstr "" 616 617 msgid "Too many arguments, see help." 618 msgstr "" 619 620 msgid "Software accounting already done in first pass. Ignoring." 621 msgstr "���������� ���� �� ���." 622 623 msgid "Hardware accounting already done in first pass. Ignoring." 624 msgstr "��������� ���� �� ���." 625 626 #, python-format 627 msgid "" 628 "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 629 "A tool to give hints on what accounting method is best for each printer.\n" 630 "\n" 631 "command line usage :\n" 632 "\n" 633 " pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 634 "\n" 635 "options :\n" 636 "\n" 637 " -v | --version Prints pkhint's version number then exits.\n" 638 " -h | --help Prints this message then exits.\n" 639 " \n" 640 "examples : \n" 641 "\n" 642 " $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 643 " \n" 644 " Will analyze your printing system to test which accounter\n" 645 " is the best for each of the defined printer which\n" 646 " name matches one of the parameters.\n" 647 " \n" 648 " If you don't pass any argument on the command line, all\n" 649 " printers will be analyzed.\n" 927 "dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 928 "\n" 929 "��� ����������� PyKota.\n" 930 "\n" 931 "���� ���\n" 932 "\n" 933 " dumpykota [��� \n" 934 "\n" 935 "���:\n" 936 "\n" 937 " -v | --version ��� �����dumpykota� ���.\n" 938 " -h | --help ��� ����� ���.\n" 939 " \n" 940 " -d | --data type ��� ���'���������\n" 941 " \n" 942 " - history : ��� ������.\n" 943 " - users : ��� ��\n" 944 " - groups : ��� �� ��\n" 945 " - printers : ��� ���.\n" 946 " - upquotas : ��� ����n" 947 " - gpquotas : ��� ������n" 948 " - payments : ��� ��� ��\n" 949 " - pmembers : ��� ������\n" 950 " - umembers : ��� �������n" 951 " \n" 952 " ��� ����-d | --data ��������n" 953 " \n" 954 " -f | --format fmt ��� ���������� ���\n" 955 " ��� ������sv (������n" 956 " ���� �����������n" 957 " ������������\n" 958 " ���������� ��:\n" 959 " \n" 960 " - csv : ������ ���" 961 " - ssv : ������ ������\n" 962 " - tsv : ������ ���(tabs)\n" 963 " - xml : ��� ��� �L\n" 964 " \n" 965 " -o | --output � ��������� �� ��'�\n" 966 " ���������� ������n" 967 " ��� � '-' � ����� ����n" 968 " � ������ � �� ������n" 969 " ���� �����������!\n" 970 " \n" 971 "�����\n" 972 "\n" 973 " $ dumpykota --data history --format csv >myfile.csv\n" 974 " \n" 975 " ���������� ���� ��������n" 976 " � ��������� ��n" 977 " \n" 978 " $ dumpykota --data users --format xml -o users.xml\n" 979 " \n" 980 " ���� ��������� users.xml .\n" 650 981 " \n" 651 982 "This program is free software; you can redistribute it and/or modify\n" … … 663 994 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 664 995 "\n" 996 "��� ��� �� e-mail � %s" 997 998 #, python-format 999 msgid "Invalid modifier [%s] for --data command line option, see help." 1000 msgstr "� �� �� [%s] � ����-data, �����." 1001 1002 #, python-format 1003 msgid "Invalid modifier [%s] for --format command line option, see help." 1004 msgstr "� �� �� [%s] � ����-format, �����." 1005 1006 msgid "XML output is disabled because the jaxml module is not available." 1007 msgstr "���� XML ��������������axml." 1008 1009 msgid "PyKota data dumper failed : I/O error" 1010 msgstr "������� �PyKota �� : ������� 1011 1012 msgid "The -d | --data command line option is mandatory, see help." 1013 msgstr "����-d | --data �����, �����." 1014 1015 msgid "Too many arguments, see help." 1016 msgstr "������ ��� �����." 1017 1018 msgid "Software accounting already done in first pass. Ignoring." 1019 msgstr "���������� ���� �� ���." 1020 1021 msgid "Hardware accounting already done in first pass. Ignoring." 1022 msgstr "��������� ���� �� ���." 1023 1024 #, python-format 1025 msgid "" 1026 "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 1027 "A tool to give hints on what accounting method is best for each printer.\n" 1028 "\n" 1029 "command line usage :\n" 1030 "\n" 1031 " pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n" 1032 "\n" 1033 "options :\n" 1034 "\n" 1035 " -v | --version Prints pkhint's version number then exits.\n" 1036 " -h | --help Prints this message then exits.\n" 1037 " \n" 1038 "examples : \n" 1039 "\n" 1040 " $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 1041 " \n" 1042 " Will analyze your printing system to test which accounter\n" 1043 " is the best for each of the defined printer which\n" 1044 " name matches one of the parameters.\n" 1045 " \n" 1046 " If you don't pass any argument on the command line, all\n" 1047 " printers will be analyzed.\n" 1048 " \n" 1049 "This program is free software; you can redistribute it and/or modify\n" 1050 "it under the terms of the GNU General Public License as published by\n" 1051 "the Free Software Foundation; either version 2 of the License, or\n" 1052 "(at your option) any later version.\n" 1053 "\n" 1054 "This program is distributed in the hope that it will be useful,\n" 1055 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1056 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 1057 "GNU General Public License for more details.\n" 1058 "\n" 1059 "You should have received a copy of the GNU General Public License\n" 1060 "along with this program; if not, write to the Free Software\n" 1061 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 1062 "\n" 665 1063 "Please e-mail bugs to: %s" 666 1064 msgstr "" 1065 "pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 1066 "���� ��� � ����� �������\n" 1067 "\n" 1068 "���� ���\n" 1069 "\n" 1070 " pkhint [��� [���1 ���2 ... ���N] <file.conf\n" 1071 "\n" 1072 "���:\n" 1073 "\n" 1074 " -v | --version ��� �����pkhint � ���.\n" 1075 " -h | --help ��� ����� ���.\n" 1076 " \n" 1077 "���� \n" 1078 "\n" 1079 " $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n" 1080 " \n" 1081 " ����� ��� �� ����� ��\n" 1082 " ������ ��� � ���� � ���\n" 1083 " ��� ����� ����� � ����.\n" 1084 " \n" 1085 " � ������������������� 1086 " ����.\n" 1087 " \n" 1088 "This program is free software; you can redistribute it and/or modify\n" 1089 "it under the terms of the GNU General Public License as published by\n" 1090 "the Free Software Foundation; either version 2 of the License, or\n" 1091 "(at your option) any later version.\n" 1092 "\n" 1093 "This program is distributed in the hope that it will be useful,\n" 1094 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1095 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 1096 "GNU General Public License for more details.\n" 1097 "\n" 1098 "You should have received a copy of the GNU General Public License\n" 1099 "along with this program; if not, write to the Free Software\n" 1100 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 1101 "\n" 1102 "��� ��� �� e-mail � %s" 667 1103 668 1104 #, python-format … … 715 1151 " -d | --delete Deletes printers from the quota storage.\n" 716 1152 " \n" 717 " -D | --description dAdds a textual description to printers.\n"1153 " -D | --description Adds a textual description to printers.\n" 718 1154 " \n" 719 1155 " -c | --charge p[,j] Sets the price per page and per job to charge.\n" … … 795 1231 "Please e-mail bugs to: %s" 796 1232 msgstr "" 1233 "pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 1234 "���� ������yKota.\n" 1235 "\n" 1236 "���� ���\n" 1237 "\n" 1238 " pkprinters [��� ���1 ���2 ... ���N\n" 1239 "\n" 1240 "���:\n" 1241 "\n" 1242 " -v | --version ��� �����pkprinters � ���.\n" 1243 " -h | --help ��� ����� ���.\n" 1244 " \n" 1245 " -a | --add ������� �� �� ���" 1246 " ���. � ��, �������" ����� � ����-s|--skipexisting.\n" 1247 " \n" 1248 " -d | --delete ������� � ��������n" 1249 " \n" 1250 " -D | --description ����� ����������" 1251 " \n" 1252 " -c | --charge p[,j] ���� ��� ��� � ���n" 1253 " �� ��������.\n" 1254 " � ������, ��������" 1255 " ��\n" 1256 " �������� ����� ��" 1257 " \n" 1258 " -g | --groups pg1[,pg2...] ���������� ����\n" 1259 " � �� ����g1, pg2, �.� ��� 1260 " ������. ���������n" 1261 " ������ ���, ���� �\n" 1262 " ������� ���. ����n" 1263 " �� ���������������" 1264 " ���, ���������� ��\n" 1265 " ����������������n" 1266 " ������������ ��\n" 1267 " ��� ����������\n" 1268 " � � ���� �������n" 1269 " --remove, ��������� ����" 1270 " � ���� �� ����" 1271 " \n" 1272 " -l | --list ������ �� ��� ����\n" 1273 " � ��� ����������\n" 1274 " \n" 1275 " -r | --remove � �������-groups ��,\n" 1276 " ������ � ���� ��\n" 1277 " ����n" 1278 " \n" 1279 " -s | --skipexisting � �������-add ��, �\n" 1280 " ����pkprinters ��������n" 1281 " ���.\n" 1282 " \n" 1283 " � ������1 � ���N ������ ���n" 1284 " �� �� ����--add.\n" 1285 " \n" 1286 "���: \n" 1287 "\n" 1288 " $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 " 1289 "hp8000\n" 1290 " \n" 1291 " ������������p2100, hp2200 � hp8000.\n" 1292 " �� � � ������.05 ��� � �� �\n" 1293 " � ����0.1 ��� ��� ��������n" 1294 " ���� �� ��� � ���� ����\n" 1295 " �� ����� ��������\"HP Printer\".\n" 1296 " � ���� � � ��� ���������n" 1297 " ������ � ����-s|--skipexisting.\n" 1298 " \n" 1299 " $ pkprinters --delete \"*\"\n" 1300 " \n" 1301 " �������� � ��� � ����� �\n" 1302 " ������ ������ �.\n" 1303 " ������� � ����!\n" 1304 " \n" 1305 " $ pkprinters --groups Laser,HP \"hp*\"\n" 1306 " \n" 1307 " ��������� ������� �\"hp*\" \n" 1308 " � �� ����aser � HP, ���� ����.\n" 1309 " \n" 1310 " $ pkprinters --groups LexMark --remove hp2200\n" 1311 " \n" 1312 " ��������hp2200 � �������exMark.\n" 1313 " \n" 1314 "This program is free software; you can redistribute it and/or modify\n" 1315 "it under the terms of the GNU General Public License as published by\n" 1316 "the Free Software Foundation; either version 2 of the License, or\n" 1317 "(at your option) any later version.\n" 1318 "\n" 1319 "This program is distributed in the hope that it will be useful,\n" 1320 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1321 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 1322 "GNU General Public License for more details.\n" 1323 "\n" 1324 "You should have received a copy of the GNU General Public License\n" 1325 "along with this program; if not, write to the Free Software\n" 1326 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 1327 "\n" 1328 "��� ��� �� e-mail � %s" 797 1329 798 1330 #, python-format … … 815 1347 "Gives print quotes to users.\n" 816 1348 "\n" 817 " command line usage :\n"818 "\n" 819 " pykotme [ options] [files]\n"820 "\n" 821 " options:\n"822 "\n" 823 " -v | --version Prints pykotme's version number then exits.\n"1349 "���� ���\n" 1350 "\n" 1351 " pykotme [��� [��]\n" 1352 "\n" 1353 "���:\n" 1354 "\n" 1355 " -v | --version ��� �����pykotme � ���.\n" 824 1356 " -h | --help Prints this message then exits.\n" 825 1357 " \n" … … 868 1400 "Please e-mail bugs to: %s" 869 1401 msgstr "" 1402 "pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 1403 "\n" 1404 "��� ��� � ���� ����\n" 1405 "\n" 1406 "���� ���\n" 1407 "\n" 1408 " pykotme [��� [��]\n" 1409 "\n" 1410 "���:\n" 1411 "\n" 1412 " -v | --version ��� �����pykotme � ���.\n" 1413 " -h | --help ��� ����� ���.\n" 1414 " \n" 1415 " -P | --printer p ��� ��� ��������\n" 1416 " �p ���������� ����\n" 1417 " �������� �����*,\n" 1418 " ���������" 1419 " ������������� ��� \n" 1420 " ������.\n" 1421 " \n" 1422 "���� \n" 1423 "\n" 1424 " $ pykotme --printer apple file1.ps file2.ps\n" 1425 " \n" 1426 " ��� ����� � ����������n" 1427 " ��� �� � ��������������\n" 1428 " ���ile1.ps � file2.ps ����������n" 1429 " apple.\n" 1430 " \n" 1431 " $ pykotme --printer apple,hplaser <file1.ps\n" 1432 " \n" 1433 " ��� ����� � ����������n" 1434 " ��� �� � ��������������\n" 1435 " ���ile1.ps ���������, ��n" 1436 " ���� ���apple �����hplaser.\n" 1437 "\n" 1438 " $ pykotme \n" 1439 " \n" 1440 " ��� ����� � � ���������\n" 1441 " ���� ��. ������������� 1442 " ���� �� ���� �����.\n" 1443 "\n" 1444 "This program is free software; you can redistribute it and/or modify\n" 1445 "it under the terms of the GNU General Public License as published by\n" 1446 "the Free Software Foundation; either version 2 of the License, or\n" 1447 "(at your option) any later version.\n" 1448 "\n" 1449 "This program is distributed in the hope that it will be useful,\n" 1450 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1451 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 1452 "GNU General Public License for more details.\n" 1453 "\n" 1454 "You should have received a copy of the GNU General Public License\n" 1455 "along with this program; if not, write to the Free Software\n" 1456 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 1457 "\n" 1458 "��� ��� �� e-mail � %s" 870 1459 871 1460 #, python-format … … 944 1533 "Please e-mail bugs to: %s" 945 1534 msgstr "" 1535 "repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n" 1536 "\n" 1537 "�����������" 1538 "\n" 1539 "���� ���\n" 1540 "\n" 1541 " repykota [��� \n" 1542 "\n" 1543 "���:\n" 1544 "\n" 1545 " -v | --version ��� �����repykota � ���.\n" 1546 " -h | --help ��� ����� ���.\n" 1547 " \n" 1548 " -u | --users ������ ������ �n" 1549 " �� ��������\n" 1550 " \n" 1551 " -g | --groups ������ ������ ��\n" 1552 " ������\n" 1553 " \n" 1554 " -P | --printer p ����� ����� �n" 1555 " ���p ���������� �n" 1556 " ��� ��������" 1557 " ������*, �� �����" 1558 " ������������ ���\n" 1559 " �������.\n" 1560 " \n" 1561 "���� \n" 1562 "\n" 1563 " $ repykota --printer lp\n" 1564 " \n" 1565 " ��� ���� ���� � �� ���n" 1566 " ���� ���lp.\n" 1567 "\n" 1568 " $ repykota \n" 1569 " \n" 1570 " ��� ���� ���� � �� ���" 1571 " �� ���.\n" 1572 " \n" 1573 " $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 1574 " \n" 1575 " ��� ���� ���� � ���erome �\n" 1576 " �� ������� ���� \"jo\" ��� 1577 " � ��� ����� ���� \"laser\" ����n" 1578 " �"pson\".\n" 1579 " \n" 1580 " � ��� � ���� ������ �PyKota, ���" 1581 " ���� ������������ � ��\n" 1582 " �������������\n" 1583 "\n" 1584 "This program is free software; you can redistribute it and/or modify\n" 1585 "it under the terms of the GNU General Public License as published by\n" 1586 "the Free Software Foundation; either version 2 of the License, or\n" 1587 "(at your option) any later version.\n" 1588 "\n" 1589 "This program is distributed in the hope that it will be useful,\n" 1590 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" 1591 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 1592 "GNU General Public License for more details.\n" 1593 "\n" 1594 "You should have received a copy of the GNU General Public License\n" 1595 "along with this program; if not, write to the Free Software\n" 1596 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n" 1597 "\n" 1598 "��� ��� �� e-mail � %s" 946 1599 947 1600 #, python-format … … 971 1624 #, python-format 972 1625 msgid "Option accounter in section %s only supports values in %s" 973 msgstr "" 974 "�������� � �� %s ��� �����" 1626 msgstr "�������� � �� %s ��� �����" 975 1627 976 1628 #, python-format … … 980 1632 #, python-format 981 1633 msgid "Option onaccountererror in section %s only supports values in %s" 982 msgstr " "1634 msgstr "����onaccounterror ���s ��� �����" 983 1635 984 1636 #, python-format … … 1267 1919 "entries manually ?" 1268 1920 msgstr "" 1921 "� �������ykotaAccountBalance � ���s. " 1922 "���� LDAP ������� ;" 1269 1923 1270 1924 #, python-format … … 1289 1943 #, python-format 1290 1944 msgid "Network error while doing SNMP queries on printer %s : %s" 1291 msgstr " "1945 msgstr "����� ���SNMP �� � ���%s : %s" 1292 1946 1293 1947 #, python-format 1294 1948 msgid "Problem encountered while doing SNMP queries on printer %s : %s" 1295 msgstr " "1949 msgstr "������ ����� SNMP � ���%s : %s" 1296 1950 1297 1951 #, python-format 1298 1952 msgid "Waiting for printer %s to be idle or printing..." 1299 msgstr " "1953 msgstr "���� ��� ������ � ���%s..." 1300 1954 1301 1955 #, python-format 1302 1956 msgid "Waiting for printer %s's idle status to stabilize..." 1303 msgstr " "1957 msgstr "���� ������������s..." 1304 1958 1305 1959 #, python-format 1306 1960 msgid "Problem during connection to %s:%s : %s" 1307 msgstr " "1961 msgstr "�� ���� � %s:%s : %s" 1308 1962 1309 1963 #, python-format 1310 1964 msgid "Problem while sending PJL query to %s:%s : %s" 1311 msgstr " "1965 msgstr "�� ���������L �%s:%s : %s" 1312 1966 1313 1967 #, python-format 1314 1968 msgid "A problem occured while reading printer %s's internal page counter." 1315 msgstr "" 1969 msgstr "�������� ���������� " 1970 "���� ����%s." 1316 1971 1317 1972 #, python-format 1318 1973 msgid "Retrieving printer %s's page counter from database instead." 1319 msgstr " "1974 msgstr "������� ����%s � ������"����" 1320 1975 1321 1976 #, python-format … … 1324 1979 "printing." 1325 1980 msgstr "" 1981 "��������� ���� ����%s ���" 1982 "��� ���" 1326 1983 1327 1984 #, python-format 1328 1985 msgid "Job's size forced to 1 page for printer %s." 1329 msgstr " "1986 msgstr "� ���������� ��� ����%s." 1330 1987 1331 1988 #, python-format 1332 1989 msgid "No previous job in database for printer %s." 1333 msgstr "" 1990 msgstr "���������� ��������" 1991 "���%s." 1334 1992 1335 1993 #, python-format 1336 1994 msgid "Inconsistent values for printer %s's internal page counter." 1337 msgstr " "1995 msgstr "����� � �������� ����%s." 1338 1996 1339 1997 msgid "" … … 1341 1999 "download it from http://pysnmp.sourceforge.net" 1342 2000 msgstr "" 2001 "������� �SNMP, �������ython-SNMP � ��" 2002 "���. �������� http://pysnmp.sourceforge.net" 1343 2003 1344 2004 #, python-format … … 1356 2016 #, python-format 1357 2017 msgid "Line [%s] skipped in accounter's output. Trying again..." 1358 msgstr " "2018 msgstr "��� [%s] ������� �����. ���� ��.." 1359 2019 1360 2020 #, python-format 1361 2021 msgid "Hardware accounter %s exit code is %s" 1362 msgstr " "2022 msgstr "�� �� ����� ��%s ��%s" 1363 2023 1364 2024 #, python-format … … 1371 2031 "counter (%s) on printer %s." 1372 2032 msgstr "" 2033 "��� SNMP ���. �������������" 2034 "���� (%s) ����%s." 1373 2035 1374 2036 #, python-format … … 1377 2039 "counter (%s) on printer %s." 1378 2040 msgstr "" 2041 "��� PJL ���. �������������" 2042 "���� (%s) ����%s." 1379 2043 1380 2044 #, python-format … … 1453 2117 msgstr "���� �� 1454 2118 1455 msgid "Please click on the above button"1456 msgstr ""