root / pykota / trunk / po / el_GR / pykota.po @ 2478

Revision 2344, 118.8 kB (checked in by jerome, 19 years ago)

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003, 2004, 2005 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003, 2004, 2005.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-11-25 10:16+0100\n"
31"PO-Revision-Date: 2004-10-26 18:51:00+0200\n"
32"Last-Translator: Spyros Melissovas <peppe@cs.uoi.gr>\n"
33"Language-Team: Greek <peppe@cs.uoi.gr>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-7\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
41"\n"
42"A tool to automate user account creation and initial balance setting.\n"
43"\n"
44"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
45"\n"
46"command line usage :\n"
47"\n"
48"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
49"  OF AN external policy IN pykota.conf\n"
50"  \n"
51"  autopykota { -i | --initbalance value } \n"
52"\n"
53"options :\n"
54"\n"
55"  -v | --version       Prints autopykota's version number then exits.\n"
56"  -h | --help          Prints this message then exits.\n"
57"  \n"
58"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
59"                       If the user already exists, actual balance is left\n"
60"                       unmodified. If unset, the default value is 0.\n"
61msgstr ""
62
63#, python-format
64msgid "Banner generator %s exit code is %s"
65msgstr ""
66
67msgid "Job contains no data. Printing is denied."
68msgstr "����������� �������
69
70msgid "Job is a duplicate. Printing is denied."
71msgstr ""
72
73msgid "Banner won't be printed : maximum number of deny banners reached."
74msgstr ""
75
76msgid "Job accounting begins."
77msgstr "�����������
78msgid "Job accounting ends."
79msgstr "����������
80msgid "Job size forced to 0 because printing is denied."
81msgstr "� ���������� �� ������"
82
83#, python-format
84msgid "Beware : computed job size (%s) != precomputed job size (%s)"
85msgstr ""
86
87msgid ""
88"The job size will be trusted anyway according to the 'trustjobsize' directive"
89msgstr ""
90
91#, python-format
92msgid ""
93"The job size will be trusted because it is inferior to the 'trustjobsize' "
94"directive's limit %s"
95msgstr ""
96
97#, python-format
98msgid ""
99"The job size will be modified according to the 'trustjobsize' directive : %s"
100msgstr ""
101
102#, python-format
103msgid "Job size : %i"
104msgstr "������: %i"
105
106#, python-format
107msgid "Updating user %s's quota on printer %s"
108msgstr "��� �����s � ���%s"
109
110msgid "Job added to history."
111msgstr "������� ����"
112
113#, python-format
114msgid "File number %s unregistered twice from polling object, ignored."
115msgstr ""
116"� �� ��� %s ��� � �������
117"��������
118#, python-format
119msgid "SIGTERM was sent to real backend %s (pid: %s)"
120msgstr "SIGTERM ��� ���� �� %s (pid: %s)"
121
122#, python-format
123msgid "CUPS backend %s died abnormally."
124msgstr "��� CUPS %s �������
125
126#, python-format
127msgid ""
128"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
129"\n"
130"Dumps PyKota database's content.\n"
131"\n"
132"command line usage :\n"
133"\n"
134"  dumpykota [options] [filterexpr]\n"
135"\n"
136"options :\n"
137"\n"
138"  -v | --version       Prints dumpykota's version number then exits.\n"
139"  -h | --help          Prints this message then exits.\n"
140"  \n"
141"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
142"                       \n"
143"                         - history : dumps the jobs history.\n"
144"                         - users : dumps users.\n"
145"                         - groups : dumps user groups.\n"
146"                         - printers : dump printers.\n"
147"                         - upquotas : dump user quotas.\n"
148"                         - gpquotas : dump user groups quotas.\n"
149"                         - payments : dumps user payments.\n"
150"                         - pmembers : dumps printer groups members.\n"
151"                         - umembers : dumps user groups members.\n"
152"                         - billingcodes : dumps billing codes.\n"
153"                         \n"
154"                       NB : the -d | --data command line option   \n"
155"                       is MANDATORY.\n"
156"  \n"
157"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
158"                       the format is to dump datas in the csv format (comma\n"
159"                       separated values). All data dumped is between double\n"
160"                       quotes. Allowed formats are :\n"
161"                       \n"
162"                         - csv : separate datas with commas\n"
163"                         - ssv : separate datas with semicolons\n"
164"                         - tsv : separate datas with tabs\n"
165"                         - xml : dump data as XML\n"
166"                         - cups : dump datas in CUPS' page_log format :\n"
167"                                  ONLY AVAILABLE WITH --data history\n"
168"                         \n"
169"  -o | --output fname  All datas will be dumped to the file instead of\n"
170"                       to the standard output. The special '-' filename\n"
171"                       is the default value and means stdout.\n"
172"                       WARNING : existing files are truncated !\n"
173"\n"
174"  -s | --sum           Summarize the selected datas.\n"
175"                           ONLY AVAILABLE WITH --data history or payments\n"
176"\n"
177"  Use the filter expressions to extract only parts of the \n"
178"  datas. Allowed filters are of the form :\n"
179"                \n"
180"         key=value\n"
181"                         \n"
182"  Allowed keys for now are :  \n"
183"                       \n"
184"         username       User's name\n"
185"         groupname      Users group's name\n"
186"         printername    Printer's name\n"
187"         pgroupname     Printers group's name\n"
188"         hostname       Client's hostname\n"
189"         billingcode    Job's billing code\n"
190"         start          Job's date of printing\n"
191"         end            Job's date of printing\n"
192"         \n"
193"  Contrary to other PyKota management tools, wildcard characters are not \n"
194"  expanded, so you can't use them.\n"
195"  \n"
196"  NB : not all keys are allowed for each data type, so the result may be \n"
197"  empty if you use a key not available for a particular data type.\n"
198"  \n"
199"Examples :\n"
200"\n"
201"  $ dumpykota --data history --format csv >myfile.csv\n"
202"  \n"
203"  This dumps the history in a comma separated values file, for possible\n"
204"  use in a spreadsheet.\n"
205"  \n"
206"  $ dumpykota --data users --format xml -o users.xml\n"
207"  \n"
208"  Dumps all users datas to the users.xml file.\n"
209"  \n"
210"  $ dumpykota --data history printername=HP2100 username=jerome\n"
211"  \n"
212"  Dumps the job history for user jerome on printer HP2100 only.\n"
213"  \n"
214"  $ dumpykota --data history start=200503 end=20050730234615\n"
215"  \n"
216"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
217"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
218msgstr ""
219
220msgid "The -d | --data command line option is mandatory, see help."
221msgstr "����-d | --data �����, �����."
222
223#, python-format
224msgid ""
225"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
226"\n"
227"A Print Quota editor for PyKota.\n"
228"\n"
229"command line usage :\n"
230"\n"
231"  edpykota [options] user1 user2 ... userN\n"
232"  \n"
233"  edpykota [options] group1 group2 ... groupN\n"
234"\n"
235"options :\n"
236"\n"
237"  -v | --version       Prints edpykota's version number then exits.\n"
238"  -h | --help          Prints this message then exits.\n"
239"  \n"
240"  -a | --add           Adds users and/or printers if they don't \n"
241"                       exist on the Quota Storage Server.\n"
242"                       \n"
243"  -d | --delete        Deletes users/groups from the quota storage.\n"
244"                       Printers are never deleted.\n"
245"                       \n"
246"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
247"                       for a particular printer. Job price is optional.\n"
248"                       If both are to be set, separate them with a comma.\n"
249"                       Floating point values are allowed.\n"
250"                       \n"
251"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
252"                       when computing the cost of a print job. Positive or \n"
253"                       negative floating point values are allowed,\n"
254"                       this allows you to do some really creative\n"
255"                       things like giving money to an user whenever\n"
256"                       he prints. The number of pages in a print job\n"
257"                       is not modified by this coefficient, only the\n"
258"                       cost of the job for a particular user.\n"
259"                       Only users have a coefficient.\n"
260"  \n"
261"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
262"                              listed, separated by commas. The groups\n"
263"                              must already exist in the Quota Storage.\n"
264"  \n"
265"  -u | --users         Edit users print quotas, this is the default.\n"
266"  \n"
267"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
268"                       use wildcards characters to select only\n"
269"                       some printers. The default value is *, meaning\n"
270"                       all printers. \n"
271"                       You can specify several names or wildcards, \n"
272"                       by separating them with commas.\n"
273"  \n"
274"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
275"                       pg1, pg2, etc... which must already exist.\n"
276"                       A printer group is just like a normal printer,\n"
277"                       only that it is usually unknown from the printing\n"
278"                       system. Create printer groups exactly the same\n"
279"                       way that you create printers, then add other \n"
280"                       printers to them with this option.\n"
281"                       Accounting is done on a printer and on all\n"
282"                       the printer groups it belongs to, quota checking\n"
283"                       is done on a printer and on all the printer groups\n"
284"                       it belongs to.\n"
285"  \n"
286"  -g | --groups        Edit users groups print quotas instead of users.\n"
287"                          \n"
288"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
289"                       print quotas\n"
290"                       \n"
291"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
292"  \n"
293"  -r | --reset         Resets the actual page counter for the user\n"
294"                       or group to zero on the specified printers. \n"
295"                       The life time page counter is kept unchanged.\n"
296"                       \n"
297"  -R | --hardreset     Resets the actual and life time page counters\n"
298"                       for the user or group to zero on the specified \n"
299"                       printers. This is a shortcut for '--used 0'.\n"
300"                       \n"
301"  -l | --limitby l     Choose if the user/group is limited in "
302"printing                     \n"
303"                       by its account balance or by its page quota.\n"
304"                       The default value is 'quota'. Allowed values\n"
305"                       are 'quota' 'balance' 'quota-then-balance' and\n"
306"                       'balance-then-quota'.\n"
307"                       WARNING : quota-then-balance and balance-then-quota\n"
308"                       are not yet implemented.\n"
309"                       \n"
310"  -b | --balance b     Sets the user's account balance to "
311"b.                     \n"
312"                       Account balance may be increase or decreased\n"
313"                       if b is prefixed with + or -.\n"
314"                       WARNING : when decreasing account balance,\n"
315"                       the total paid so far by the user is decreased\n"
316"                       too.\n"
317"                       Groups don't have a real balance, but the\n"
318"                       sum of their users' account balance.\n"
319"                       \n"
320"  -S | --softlimit sl  Sets the quota soft limit to sl "
321"pages.                       \n"
322"  \n"
323"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
324"\n"
325"  -U | --used usage    Sets the pagecounters for the user to usage pages;\n"
326"                       useful for migrating users from a different system\n"
327"                       where they have already used some pages. Actual\n"
328"                       and Life Time page counters may be increased or "
329"decreased\n"
330"                       if usage is prefixed with + or -.\n"
331"                       WARNING : BOTH page counters are modified in all "
332"cases,\n"
333"                       so be careful.\n"
334"                       NB : if 'usage' equals '0', then the action taken is\n"
335"                       the same as if --hardreset was used.\n"
336"\n"
337"  user1 through userN and group1 through groupN can use wildcards\n"
338"  if the --add option is not set.\n"
339"  \n"
340"examples :                              \n"
341"\n"
342"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
343"  \n"
344"  This will add users john, paul, george and ringo to the quota\n"
345"  database, and set their print quotas to the same values than user \n"
346"  jerome. User jerome must already exist.\n"
347"  User ringo's email address will also be set to 'ringo@example.com'\n"
348"  \n"
349"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
350"  \n"
351"  This will set jerome's print quota on the lp printer to a soft limit\n"
352"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
353"  printer lp doesn't exist on the Quota Storage Server then nothing is "
354"done.\n"
355"\n"
356"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
357"  \n"
358"  Same as above, but if either user jerome or printer lp doesn't exist \n"
359"  on the Quota Storage Server they are automatically added. Also\n"
360"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
361"  already exist in the Quota Storage.\n"
362"            \n"
363"  $ edpykota -g -S 500 -H 550 financial support            \n"
364"  \n"
365"  This will set print quota soft limit to 500 pages and hard limit\n"
366"  to 550 pages for groups financial and support on all printers.\n"
367"  \n"
368"  $ edpykota --reset jerome \"jo*\"\n"
369"  \n"
370"  This will reset jerome's page counter to zero on all printers, as\n"
371"  well as every user whose name begins with 'jo'.\n"
372"  Their life time page counter on each printer will be kept unchanged.\n"
373"  You can also reset the life time page counters by using the\n"
374"  --hardreset | -R command line option.\n"
375"  \n"
376"  $ edpykota --printer hpcolor --noquota jerome\n"
377"  \n"
378"  This will tell PyKota to not limit jerome when printing on the \n"
379"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
380"  accounting of the pages he prints will still be kept.\n"
381"  Print Quotas for jerome on other printers are unchanged.\n"
382"  \n"
383"  $ edpykota --limitby balance jerome\n"
384"  \n"
385"  This will tell PyKota to limit jerome by his account's balance\n"
386"  when printing.\n"
387"  \n"
388"  $ edpykota --balance +10.0 jerome\n"
389"  \n"
390"  This will increase jerome's account balance by 10.0 (in your\n"
391"  own currency). You can decrease the account balance with a\n"
392"  dash prefix, and set it to a fixed amount with no prefix.\n"
393"  \n"
394"  $ edpykota --delete jerome rachel\n"
395"  \n"
396"  This will completely delete jerome and rachel from the Quota Storage\n"
397"  database. All their quotas and jobs will be deleted too.\n"
398"  \n"
399"  $ edpykota --printer lp --charge 0.1\n"
400"  \n"
401"  This will set the page price for printer lp to 0.1. Job price\n"
402"  will not be changed.\n"
403"  \n"
404"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
405"  \n"
406"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
407"  When printing either on hplj1 or hplj2, print quota will also be \n"
408"  checked and accounted for on virtual printers Laser and HP.\n"
409"  \n"
410"  $ edpykota --overcharge 2.5 poorstudent\n"
411"  \n"
412"  This will overcharge the poorstudent user by a factor of 2.5.\n"
413"  \n"
414"  $ edpykota --overcharge -1 jerome\n"
415"  \n"
416"  User jerome will actually earn money whenever he prints.\n"
417"  \n"
418"  $ edpykota --overcharge 0 boss\n"
419"  \n"
420"  User boss can print at will, it won't cost him anything because the\n"
421"  cost of each print job will be multiplied by zero before charging\n"
422"  his account.\n"
423msgstr ""
424
425msgid "You're not allowed to use this command."
426msgstr "��������� �����"
427
428#, python-format
429msgid "Invalid used value %s."
430msgstr ""
431
432#, python-format
433msgid "Invalid softlimit value %s."
434msgstr "� ��������%s."
435
436#, python-format
437msgid "Invalid hardlimit value %s."
438msgstr "� ����� �s."
439
440#, python-format
441msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
442msgstr ""
443"� �� �%i ������������%i, ��� "
444"��
445
446#, python-format
447msgid "Invalid overcharge value %s"
448msgstr ""
449
450#, python-format
451msgid "Invalid balance value %s"
452msgstr "� ���� ���%s"
453
454#, python-format
455msgid "Invalid charge amount value %s"
456msgstr "� ���� ��%s"
457
458#, python-format
459msgid "Invalid limitby value %s"
460msgstr "� ���� limitby %s"
461
462#, python-format
463msgid "Impossible to add printer %s"
464msgstr "����������%s"
465
466#, python-format
467msgid "Invalid printer name %s"
468msgstr "� ������� %s"
469
470#, python-format
471msgid "There's no printer matching %s"
472msgstr "������� ������%s"
473
474msgid "You have to pass user or group names on the command line"
475msgstr "������� ������ �� � �� ���
476#, python-format
477msgid "Prototype object %s not found in Quota Storage."
478msgstr "� ������ %s ����������
479#, python-format
480msgid "Prototype %s not found in Quota Storage for printer %s."
481msgstr "� ��%s ���������������%s."
482
483#, python-format
484msgid "Undefined hard limit set to soft limit (%s) on printer %s."
485msgstr ""
486"����� ��� ������%s) � ���%s."
487
488#, python-format
489msgid "Undefined soft limit set to hard limit (%s) on printer %s."
490msgstr ""
491"�������������� �%s) � ���%s."
492
493#, python-format
494msgid "Invalid email address %s"
495msgstr "� ������-mail %s"
496
497#, python-format
498msgid "Unknown group %s"
499msgstr ""
500
501#, python-format
502msgid "Unknown user %s"
503msgstr ""
504
505#, python-format
506msgid "Invalid group name %s"
507msgstr "� �������%s"
508
509#, python-format
510msgid "Invalid user name %s"
511msgstr "� �������s"
512
513#, python-format
514msgid "Quota not found for object %s on printer %s."
515msgstr "� ����� �����s � ���%s."
516
517#, python-format
518msgid "Group %s not found in the PyKota Storage."
519msgstr "���%s �����������Kota."
520
521msgid "incompatible options, see help."
522msgstr "������ ������."
523
524msgid "Software accounting already done in first pass. Ignoring."
525msgstr "���������� ���� �� ���."
526
527msgid "Hardware accounting already done in first pass. Ignoring."
528msgstr "��������� ���� �� ���."
529
530msgid "Job size and price now set in history."
531msgstr ""
532
533#, python-format
534msgid ""
535"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
536"\n"
537"Generates banners.\n"
538"\n"
539"command line usage :\n"
540"\n"
541"  pkbanner  [options]  [more info]\n"
542"\n"
543"options :\n"
544"\n"
545"  -v | --version       Prints pkbanner's version number then exits.\n"
546"  -h | --help          Prints this message then exits.\n"
547"  \n"
548"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
549"                       be drawn at the center top of the page. The default\n"
550"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
551"                       \n"
552"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
553"                       page sizes are recognized, like 'A4' or 'Letter'\n"
554"                       to name a few. The default size is A4.\n"
555"  \n"
556"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
557"                       used to save toner. The default value is 0, which\n"
558"                       means that no toner saving will be done.\n"
559"  \n"
560"  -u | --url u         Uses u as an url to be written at the bottom of \n"
561"                       the banner page. The default url is :\n"
562"                       http://www.librelogiciel.com/software/\n"
563"  \n"
564"examples :                              \n"
565"\n"
566"  Using pkbanner directly from the command line is not recommended,\n"
567"  excepted for testing purposes. You should use pkbanner in the\n"
568"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
569"  \n"
570"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
571"  \n"
572"      With such a setting in pykota.conf, all print jobs will be \n"
573"      prefixed with an A4 banner with no logo, and text luminosity will\n"
574"      be increased by 75%%. The PostScript output will be directly sent\n"
575"      to your printer.\n"
576"      \n"
577"  You'll find more examples in the sample configuration file included    \n"
578"  in PyKota.\n"
579msgstr ""
580
581msgid "Unknown"
582msgstr ""
583
584msgid "Username"
585msgstr ""
586
587msgid "More Info"
588msgstr ""
589
590msgid "Job"
591msgstr ""
592
593msgid "Date"
594msgstr "����"
595
596msgid "Allowed"
597msgstr ""
598
599msgid "Denied"
600msgstr ""
601
602msgid "Allowed with Warning"
603msgstr ""
604
605msgid "Result"
606msgstr ""
607
608msgid "Title"
609msgstr "��"
610
611msgid "Filename"
612msgstr "�����
613
614#, python-format
615msgid "Pages printed so far on %s"
616msgstr ""
617
618msgid "Account balance"
619msgstr ""
620
621msgid "Soft Limit"
622msgstr ""
623
624msgid "Hard Limit"
625msgstr ""
626
627msgid "Date Limit"
628msgstr ""
629
630msgid "Allowed range is (0..99)"
631msgstr ""
632
633#, python-format
634msgid "Invalid 'savetoner' option %s : %s"
635msgstr ""
636
637#, python-format
638msgid "Invalid 'pagesize' option %s, defaulting to A4."
639msgstr ""
640
641#, python-format
642msgid ""
643"pkhint v%(__version__)s (c) %(__years__)s %(__author__)s\n"
644"\n"
645"A tool to give hints on what accounting method is best for each printer.\n"
646"\n"
647"command line usage :\n"
648"\n"
649"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
650"\n"
651"options :\n"
652"\n"
653"  -v | --version       Prints pkhint's version number then exits.\n"
654"  -h | --help          Prints this message then exits.\n"
655"  \n"
656"examples :                              \n"
657"\n"
658"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
659"  \n"
660"  Will analyze your printing system to test which accounter\n"
661"  is the best for each of the defined printer which\n"
662"  name matches one of the parameters.\n"
663"  \n"
664"  If you don't pass any argument on the command line, all\n"
665"  printers will be analyzed.\n"
666msgstr ""
667
668#, python-format
669msgid "Invalid DeviceURI : %s"
670msgstr "� ���RI ���s"
671
672msgid ""
673"\n"
674"Please wait while pkhint analyzes your printing system's configuration..."
675msgstr ""
676"\n"
677"������ � pkhint ������� �����"���..."
678
679#, python-format
680msgid "Unknown device %s for printer %s"
681msgstr "����� %s � ����%s"
682
683msgid ""
684"\n"
685"Put the following lines into your /etc/pykota/pykota.conf file :\n"
686msgstr ""
687"\n"
688"������� ������etc/pykota/pykota.conf :\n"
689
690msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
691msgstr "# ����: �������� ��������
692
693msgid "# that hardware accounting wouldn't work, this only means that PyKota"
694msgstr "# ������ ������ ��� PyKota"
695
696msgid "# wasn't able to autodetect which hardware accounting method to use."
697msgstr "# ��� ������� �������, python-format
698msgid ""
699"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
700"\n"
701"Email gateway for PyKota.\n"
702"\n"
703"command line usage :\n"
704"\n"
705"  pkmail  [options]\n"
706"\n"
707"options :\n"
708"\n"
709"  -v | --version       Prints pkmail's version number then exits.\n"
710"  -h | --help          Prints this message then exits.\n"
711"  \n"
712"    \n"
713"  This command is meant to be used from your mail server's aliases file,\n"
714"  as a pipe. It will then accept commands send to it in email messages,\n"
715"  and will send the answer to the command's originator.\n"
716"  \n"
717"  To use this command, create an email alias in /etc/aliases with\n"
718"  the following format :\n"
719"  \n"
720"    pykotacmd: \"|/usr/bin/pkmail\"\n"
721"    \n"
722"  Then run the 'newaliases' command to regenerate the aliases database.\n"
723"  \n"
724"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
725"  the command in the subject.\n"
726"  \n"
727"  List of supported commands :\n"
728"  \n"
729"        report [username]\n"
730"  \n"
731"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
732"  system user in the 'pykota' system group to ensure this user can\n"
733"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
734"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
735"  that you think at least twice before doing this though.\n"
736"  \n"
737"  Use at your own risk !\n"
738msgstr ""
739
740#, python-format
741msgid ""
742"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
743"\n"
744"A Printers Manager for PyKota.\n"
745"\n"
746"command line usage :\n"
747"\n"
748"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
749"\n"
750"options :\n"
751"\n"
752"  -v | --version       Prints pkprinters's version number then exits.\n"
753"  -h | --help          Prints this message then exits.\n"
754"  \n"
755"  -a | --add           Adds printers if they don't exist on the Quota \n"
756"                       Storage Server. If they exist, they are modified\n"
757"                       unless -s|--skipexisting is also used.\n"
758"                       \n"
759"  -d | --delete        Deletes printers from the quota storage.\n"
760"  \n"
761"  -D | --description d Adds a textual description to printers.\n"
762"                       \n"
763"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
764"                       Job price is optional.\n"
765"                       If both are to be set, separate them with a comma.\n"
766"                       Floating point and negative values are allowed.\n"
767"  \n"
768"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
769"                       groups pg1, pg2, etc... which must already exist.\n"
770"                       A printer group is just like a normal printer,\n"
771"                       only that it is usually unknown from the printing\n"
772"                       system. Create printer groups exactly the same\n"
773"                       way that you create printers, then add other \n"
774"                       printers to them with this option.\n"
775"                       Accounting is done on a printer and on all\n"
776"                       the printer groups it belongs to, quota checking\n"
777"                       is done on a printer and on all the printer groups\n"
778"                       it belongs to.\n"
779"                       If the --remove option below is not used, the \n"
780"                       default action is to add printers to the specified\n"
781"                       printer groups.\n"
782"                       \n"
783"  -l | --list          List informations about the printer(s) and the\n"
784"                       printers groups it is a member of.\n"
785"                       \n"
786"  -r | --remove        In combination with the --groups option "
787"above,                       \n"
788"                       remove printers from the specified printers groups.\n"
789"                       \n"
790"  -s | --skipexisting  In combination with the --add option above, tells\n"
791"                       pkprinters to not modify existing printers.\n"
792"  \n"
793"  printer1 through printerN can contain wildcards if the --add option \n"
794"  is not set.\n"
795"  \n"
796"examples :                              \n"
797"\n"
798"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
799"hp8000\n"
800"  \n"
801"  Will create three printers named hp2100, hp2200 and hp8000.\n"
802"  Their price per page will be set at 0.05 unit, and their price\n"
803"  per job will be set at 0.1 unit. Units are in your own currency,\n"
804"  or whatever you want them to mean.\n"
805"  All of their descriptions will be set to the string \"HP Printer\".\n"
806"  If any of these printers already exists, it will also be modified \n"
807"  unless the -s|--skipexisting command line option is also used.\n"
808"            \n"
809"  $ pkprinters --delete \"*\"\n"
810"  \n"
811"  This will completely delete all printers and associated quota "
812"information,\n"
813"  as well as their job history. USE WITH CARE !\n"
814"  \n"
815"  $ pkprinters --groups Laser,HP \"hp*\"\n"
816"  \n"
817"  This will put all printers which name matches \"hp*\" into printers "
818"groups \n"
819"  Laser and HP, which MUST already exist.\n"
820"  \n"
821"  $ pkprinters --groups LexMark --remove hp2200\n"
822"  \n"
823"  This will remove the hp2200 printer from the LexMark printer group.\n"
824msgstr ""
825
826#, python-format
827msgid "Printer %s already exists, skipping."
828msgstr "���� %s �������
829#, python-format
830msgid "Printer %s already exists, will be modified."
831msgstr "���� %s ���������"
832
833msgid "in"
834msgstr "�
835msgid "You have to pass printer groups names on the command line"
836msgstr "������� ���������� ���
837msgid "You have to pass printer names on the command line"
838msgstr "������� ������������
839#, python-format
840msgid ""
841"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
842"\n"
843"An OSD quota monitor for PyKota.\n"
844"\n"
845"command line usage :\n"
846"\n"
847"  pykosd [options]\n"
848"\n"
849"options :\n"
850"\n"
851"  -v | --version       Prints pykosd's version number then exits.\n"
852"  -h | --help          Prints this message then exits.\n"
853"  \n"
854"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
855"                       triplet, for example #FF0000 is 100%% red.\n"
856"                       Defaults to 100%% green (#00FF00).\n"
857"                       \n"
858"  -d | --duration d    Sets the duration of the display in seconds. \n"
859"                       Defaults to 3 seconds.\n"
860"                       \n"
861"  -f | --font f        Sets the font to use for "
862"display.                      \n"
863"                       Defaults to the Python OSD library's default.\n"
864"  \n"
865"  -l | --loop n        Sets the number of times the info will be displayed.\n"
866"                       Defaults to 0, which means loop forever.\n"
867"                       \n"
868"  -s | --sleep s       Sets the sleeping duration between two displays \n"
869"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
870"                       \n"
871"  \n"
872"examples :                              \n"
873"\n"
874"  $ pykosd -s 60 --loop 5\n"
875"  \n"
876"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
877"  and will last for 3 seconds (the default) each time. After five\n"
878"  iterations, the program will exit.\n"
879msgstr ""
880
881#, python-format
882msgid "Invalid duration option %s"
883msgstr "� ���������%s"
884
885#, python-format
886msgid "Invalid loop option %s"
887msgstr "� ����������"
888
889#, python-format
890msgid "Invalid sleep option %s"
891msgstr "� ��������� %s"
892
893#, python-format
894msgid "Invalid color option %s"
895msgstr "� ���������"
896
897#, python-format
898msgid "User %s doesn't exist in PyKota's database"
899msgstr "���%s � ���������Kota"
900
901#, python-format
902msgid "Pages used on %s : %s"
903msgstr "��� �� � %s : %s"
904
905#, python-format
906msgid "PyKota Units left : %.2f"
907msgstr "���PyKota ���� : %.2f"
908
909#, python-format
910msgid ""
911"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
912"\n"
913"Gives print quotes to users.\n"
914"\n"
915"command line usage :\n"
916"\n"
917"  pykotme  [options]  [files]\n"
918"\n"
919"options :\n"
920"\n"
921"  -v | --version       Prints pykotme's version number then exits.\n"
922"  -h | --help          Prints this message then exits.\n"
923"  \n"
924"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
925"                       use wildcards characters to select only\n"
926"                       some printers. The default value is *, meaning\n"
927"                       all printers.\n"
928"                       You can specify several names or wildcards, \n"
929"                       by separating them with commas.\n"
930"  \n"
931"examples :                              \n"
932"\n"
933"  $ pykotme --printer apple file1.ps file2.ps\n"
934"  \n"
935"  This will give a print quote to the current user. The quote will show\n"
936"  the price and size of a job consisting in file1.ps and file2.ps \n"
937"  which would be sent to the apple printer.\n"
938"  \n"
939"  $ pykotme --printer apple,hplaser <file1.ps\n"
940"  \n"
941"  This will give a print quote to the current user. The quote will show\n"
942"  the price and size of a job consisting in file1.ps as read from\n"
943"  standard input, which would be sent to the apple or hplaser\n"
944"  printer.\n"
945"\n"
946"  $ pykotme \n"
947"  \n"
948"  This will give a quote for a job consisting of what is on standard \n"
949"  input. The quote will list the job size, and the price the job\n"
950"  would cost on each printer.\n"
951msgstr ""
952
953#, python-format
954msgid "Your account balance : %.2f"
955msgstr "� ���������: %.2f"
956
957#, python-format
958msgid "Job size : %i pages"
959msgstr "������: %i ��"
960
961#, python-format
962msgid "Cost on printer %s : %.2f"
963msgstr "��� ���%s : %.2f"
964
965#, python-format
966msgid ""
967"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
968"\n"
969"Generates print quota reports.\n"
970"\n"
971"command line usage :\n"
972"\n"
973"  repykota [options] \n"
974"\n"
975"options :\n"
976"\n"
977"  -v | --version       Prints repykota's version number then exits.\n"
978"  -h | --help          Prints this message then exits.\n"
979"  \n"
980"  -u | --users         Generates a report on users quota, this is \n"
981"                       the default.\n"
982"  \n"
983"  -g | --groups        Generates a report on group quota instead of users.\n"
984"  \n"
985"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
986"                       use wildcards characters to select only\n"
987"                       some printers. The default value is *, meaning\n"
988"                       all printers.\n"
989"                       You can specify several names or wildcards, \n"
990"                       by separating them with commas.\n"
991"  \n"
992"examples :                              \n"
993"\n"
994"  $ repykota --printer lp\n"
995"  \n"
996"  This will print the quota status for all users who use the lp printer.\n"
997"\n"
998"  $ repykota \n"
999"  \n"
1000"  This will print the quota status for all users on all printers.\n"
1001"  \n"
1002"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1003"  \n"
1004"  This will print the quota status for user jerome and all users\n"
1005"  whose name begins with \"jo\" on all printers which name begins\n"
1006"  with \"laser\" or ends with \"pson\".\n"
1007"  \n"
1008"  If launched by an user who is not a PyKota administrator, additionnal\n"
1009"  arguments representing users or groups names are ignored, and only the\n"
1010"  current user/group is reported.\n"
1011msgstr ""
1012
1013#, python-format
1014msgid ""
1015"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1016"\n"
1017"Sends mail to users over print quota.\n"
1018"\n"
1019"command line usage :\n"
1020"\n"
1021"  warnpykota  [options]  [names]\n"
1022"\n"
1023"options :\n"
1024"\n"
1025"  -v | --version       Prints warnpykota's version number then exits.\n"
1026"  -h | --help          Prints this message then exits.\n"
1027"  \n"
1028"  -u | --users         Warns users over their print quota, this is the \n"
1029"                       default.\n"
1030"  \n"
1031"  -g | --groups        Warns users whose groups quota are over limit.\n"
1032"  \n"
1033"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1034"                       use wildcards characters to select only\n"
1035"                       some printers. The default value is *, meaning\n"
1036"                       all printers.\n"
1037"                       You can specify several names or wildcards, \n"
1038"                       by separating them with commas.\n"
1039"  \n"
1040"examples :                              \n"
1041"\n"
1042"  $ warnpykota --printer lp\n"
1043"  \n"
1044"  This will warn all users of the lp printer who have exceeded their\n"
1045"  print quota.\n"
1046"\n"
1047"  $ warnpykota \n"
1048"  \n"
1049"  This will warn all users  who have exceeded their print quota on\n"
1050"  any printer.\n"
1051"\n"
1052"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1053"  \n"
1054"  This will warn all users of groups which names begins with \"dev\" and\n"
1055"  who have exceeded their print quota on any printer which name begins \n"
1056"  with \"laserjet\"\n"
1057"  \n"
1058"  If launched by an user who is not a PyKota administrator, additionnal\n"
1059"  arguments representing users or groups names are ignored, and only the\n"
1060"  current user/group is reported.\n"
1061msgstr ""
1062
1063msgid "PyKota Data Dumper"
1064msgstr ""
1065
1066msgid "Dump"
1067msgstr ""
1068
1069msgid "Please click on the above button"
1070msgstr ""
1071
1072msgid "Data Type"
1073msgstr ""
1074
1075msgid "Output Format"
1076msgstr ""
1077
1078msgid "Filter"
1079msgstr ""
1080
1081msgid "PyKota Reports"
1082msgstr "���PyKota"
1083
1084msgid "Report"
1085msgstr "���
1086msgid "Printer"
1087msgstr "���
1088
1089msgid "User / Group names mask"
1090msgstr "�������� ���
1091
1092msgid "Groups report"
1093msgstr "�����msgid "History"
1094msgstr "���
1095
1096msgid "Empty"
1097msgstr "���
1098msgid "Action"
1099msgstr "����
1100msgid "User"
1101msgstr "���
1102
1103msgid "Hostname"
1104msgstr "����
1105
1106msgid "JobId"
1107msgstr "���"
1108
1109msgid "JobSize"
1110msgstr "���
1111
1112msgid "JobPrice"
1113msgstr "��
1114
1115msgid "Copies"
1116msgstr "���"
1117
1118msgid "JobBytes"
1119msgstr "���
1120
1121msgid "PageCounter"
1122msgstr "�����"
1123
1124msgid "Options"
1125msgstr "���"
1126
1127msgid "MD5Sum"
1128msgstr ""
1129
1130msgid "BillingCode"
1131msgstr ""
1132
1133msgid "Pages"
1134msgstr ""
1135
1136msgid "Previous page"
1137msgstr "���� ��
1138
1139msgid "PyKota Quotes"
1140msgstr ""
1141
1142msgid "Quote"
1143msgstr ""
1144
1145#, python-format
1146msgid "This file is %i pages long."
1147msgstr ""
1148
1149#, python-format
1150msgid "Unsupported accounter backend %s"
1151msgstr "� ���� �� ���� %s"
1152
1153#, python-format
1154msgid "Configuration file %s not found."
1155msgstr "� �������� %s."
1156
1157#, python-format
1158msgid "Option %s not found in section global of %s"
1159msgstr "����%s ������� global �%s"
1160
1161#, python-format
1162msgid "Option %s not found in section %s of %s"
1163msgstr "����%s ������� %s �%s"
1164
1165#, python-format
1166msgid "Option ldaptls is set, but certificate %s is not readable."
1167msgstr ""
1168
1169#, python-format
1170msgid "Option logger only supports values in %s"
1171msgstr "����logger ��� �����"
1172
1173#, python-format
1174msgid "Invalid accounter %s for printer %s"
1175msgstr "� �������� � ����%s"
1176
1177#, python-format
1178msgid "Option accounter in section %s only supports values in %s"
1179msgstr ""
1180"�������� � �� %s ��� �����"
1181
1182#, python-format
1183msgid "Option enforcement in section %s only supports values in %s"
1184msgstr "����enforcement � �� %s ��� �����"
1185
1186#, python-format
1187msgid "Option onaccountererror in section %s only supports values in %s"
1188msgstr "����onaccounterror ���s ��� �����"
1189
1190#, python-format
1191msgid "Invalid policy %s for printer %s"
1192msgstr "� ����� %s � ����%s"
1193
1194#, python-format
1195msgid "Option policy in section %s only supports values in %s"
1196msgstr "����policy � �� %s ��� �����"
1197
1198#, python-format
1199msgid "Invalid option mailto %s for printer %s"
1200msgstr "� ������mailto %s � ����%s"
1201
1202#, python-format
1203msgid "Option mailto in section %s only supports values in %s"
1204msgstr "����mailto � ��  %s ��� �����"
1205
1206#, python-format
1207msgid "Invalid maximal deny banners counter %s"
1208msgstr ""
1209
1210#, python-format
1211msgid "Invalid grace delay %s"
1212msgstr "� ��������"
1213
1214#, python-format
1215msgid "Invalid poor man's threshold %s"
1216msgstr "� �����poor man's %s"
1217
1218msgid ""
1219"Your Print Quota account balance is Low.\n"
1220"Soon you'll not be allowed to print anymore.\n"
1221"Please contact the Print Quota Administrator to solve the problem."
1222msgstr ""
1223"� ��������� �����\n"
1224"������������ ��n"
1225"�����������������."
1226
1227#, python-format
1228msgid ""
1229"You are not allowed to print anymore because\n"
1230"your Print Quota is exceeded on printer %s."
1231msgstr ""
1232"��������������n"
1233"�� �� ����� �� ���%s."
1234
1235#, python-format
1236msgid ""
1237"You will soon be forbidden to print anymore because\n"
1238"your Print Quota is almost reached on printer %s."
1239msgstr ""
1240"������������� ��"
1241"�� ����������� ���%s."
1242
1243#, python-format
1244msgid "Option accountbanner in section %s only supports values in %s"
1245msgstr ""
1246
1247#, python-format
1248msgid "Option trustjobsize for printer %s is incorrect"
1249msgstr ""
1250
1251msgid "Users"
1252msgstr ""
1253
1254msgid "Groups"
1255msgstr ""
1256
1257msgid "Printers"
1258msgstr ""
1259
1260msgid "Users Print Quotas"
1261msgstr ""
1262
1263msgid "Users Groups Print Quotas"
1264msgstr ""
1265
1266msgid "History of Payments"
1267msgstr ""
1268
1269msgid "Printers Groups Membership"
1270msgstr ""
1271
1272msgid "Users Groups Membership"
1273msgstr ""
1274
1275msgid "Comma Separated Values"
1276msgstr ""
1277
1278msgid "Semicolon Separated Values"
1279msgstr ""
1280
1281msgid "Tabulation Separated Values"
1282msgstr ""
1283
1284msgid "eXtensible Markup Language"
1285msgstr ""
1286
1287msgid "CUPS' page_log"
1288msgstr ""
1289
1290#, python-format
1291msgid "Invalid filter value [%s], see help."
1292msgstr ""
1293
1294#, python-format
1295msgid "Invalid modifier [%s] for --data command line option, see help."
1296msgstr "� �� �� [%s] � ����-data, �����."
1297
1298#, python-format
1299msgid "Invalid modifier [%s] for --format command line option, see help."
1300msgstr "� �� �� [%s] � ����-format, �����."
1301
1302msgid "XML output is disabled because the jaxml module is not available."
1303msgstr "���� XML ��������������axml."
1304
1305msgid "PyKota data dumper failed : I/O error"
1306msgstr "������� �PyKota �� : �������
1307
1308#, python-format
1309msgid "Unsupported logging subsystem %s"
1310msgstr "� ���� �� ����"
1311
1312#, python-format
1313msgid "Report for %s quota on printer %s"
1314msgstr "�����s � ���%s"
1315
1316#, python-format
1317msgid "Pages grace time: %i days"
1318msgstr "�������: %i ��
1319
1320#, python-format
1321msgid "Price per job: %.3f"
1322msgstr "��� ���%.3f"
1323
1324#, python-format
1325msgid "Price per page: %.3f"
1326msgstr "��� �� %.3f"
1327
1328msgid ""
1329"Group          overcharge   used    soft    hard    balance grace         "
1330"total       paid warn"
1331msgstr ""
1332
1333msgid ""
1334"User           overcharge   used    soft    hard    balance grace         "
1335"total       paid warn"
1336msgstr ""
1337
1338msgid "unknown"
1339msgstr "���
1340#, python-format
1341msgid "Real : %s"
1342msgstr "����: %s"
1343
1344#, python-format
1345msgid "Total : %9i"
1346msgstr "��� %9i"
1347
1348msgid "N/A"
1349msgstr ""
1350
1351#, python-format
1352msgid "Unsupported reporter backend %s"
1353msgstr "� ���� �� ���s"
1354
1355#, python-format
1356msgid "Unsupported quota storage backend %s"
1357msgstr "� ���� �� ����%s"
1358
1359#, python-format
1360msgid "Strange problem with uid(%s) : %s"
1361msgstr ""
1362
1363#, python-format
1364msgid "Running as user '%s'."
1365msgstr ""
1366
1367msgid "No user named 'pykota'. Not dropping priviledges."
1368msgstr ""
1369
1370#, python-format
1371msgid "Impossible to drop priviledges : %s"
1372msgstr ""
1373
1374msgid "Priviledges dropped. Now running as user 'pykota'."
1375msgstr ""
1376
1377#, python-format
1378msgid "Impossible to regain priviledges : %s"
1379msgstr ""
1380
1381msgid "Regained priviledges. Now running as root."
1382msgstr ""
1383
1384#, python-format
1385msgid "Impossible to connect to SMTP server : %s"
1386msgstr "���� ����� SMTP : %s"
1387
1388#, python-format
1389msgid "Impossible to send mail to %s, error %s : %s"
1390msgstr "����� e-mail � %s, ��%s : %s"
1391
1392#, python-format
1393msgid ""
1394"\n"
1395"\n"
1396"Please contact your system administrator :\n"
1397"\n"
1398"\t%s - <%s>\n"
1399msgstr ""
1400"\n"
1401"\n"
1402"������������������n"
1403"\n"
1404"\t%s - <%s>\n"
1405
1406#, python-format
1407msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1408msgstr ""
1409"������s � ���%s, ����� ���s)"
1410
1411#, python-format
1412msgid ""
1413"Unable to find user %s's account balance, applying default policy (%s) for "
1414"printer %s"
1415msgstr ""
1416"�����������s, ����� ���s)"
1417"� ����%s"
1418
1419#, python-format
1420msgid "User %s will not be charged for printing."
1421msgstr ""
1422
1423#, python-format
1424msgid "Print Quota exceeded for group %s on printer %s"
1425msgstr "����� ��� � ���%s � ���%s"
1426
1427msgid "Print Quota"
1428msgstr "�����"
1429
1430msgid "Print Quota Exceeded"
1431msgstr "����� ���"
1432
1433#, python-format
1434msgid "Print Quota low for group %s on printer %s"
1435msgstr "������������%s � ���%s"
1436
1437#, python-format
1438msgid "Print Quota exceeded for user %s on printer %s"
1439msgstr "����� ��� � ���s � ���%s"
1440
1441#, python-format
1442msgid "Print Quota low for user %s on printer %s"
1443msgstr "������������s � ���%s"
1444
1445msgid "Print Quota Low"
1446msgstr "��������#, python-format
1447msgid "Printing system %s, args=%s"
1448msgstr "������, ���%s"
1449
1450#, python-format
1451msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1452msgstr "�� ����� ���������PDL : %s"
1453
1454#, python-format
1455msgid "SIGTERM received, job %s cancelled."
1456msgstr "SIGTERM �� �� ���%s."
1457
1458msgid "Printer hostname undefined, set to 'localhost'"
1459msgstr "��������� ��localhost'"
1460
1461#, python-format
1462msgid "Printing system unknown, args=%s"
1463msgstr "����� ���, ���%s"
1464
1465#, python-format
1466msgid ""
1467"Printer %s not registered in the PyKota system, applying external policy (%"
1468"s) for printer %s"
1469msgstr ""
1470"���� %s � ������ ��� PyKota, ���"
1471"��� ���s) � ����%s"
1472
1473#, python-format
1474msgid ""
1475"User %s not registered in the PyKota system, applying external policy (%s) "
1476"for printer %s"
1477msgstr ""
1478"���%s � ������ ��� PyKota, ������ "
1479"���s) � ����%s"
1480
1481#, python-format
1482msgid ""
1483"User %s doesn't have quota on printer %s in the PyKota system, applying "
1484"external policy (%s) for printer %s"
1485msgstr ""
1486"���%s � �������%s ��� PyKota, ���"
1487"��� ���s) � ����%s"
1488
1489#, python-format
1490msgid ""
1491"External policy %s for printer %s produced an error. Job rejected. Please "
1492"check PyKota's configuration files."
1493msgstr ""
1494"������ %s � ����%s ������� "
1495"��� ����������� �PyKota."
1496
1497#, python-format
1498msgid ""
1499"Printer %s not registered in the PyKota system, applying default policy (%s)"
1500msgstr ""
1501"���� %s � ������ ��� PyKota, ����� "
1502"���s)"
1503
1504#, python-format
1505msgid ""
1506"User %s not registered in the PyKota system, applying default policy (%s) "
1507"for printer %s"
1508msgstr ""
1509"���%s � ������ ��� PyKota, ����� "
1510"���s) � ����%s"
1511
1512#, python-format
1513msgid ""
1514"User %s doesn't have quota on printer %s in the PyKota system, applying "
1515"default policy (%s)"
1516msgstr ""
1517"���%s � �������%s ��� PyKota, ���"
1518"�� ���s)"
1519
1520#, python-format
1521msgid ""
1522"Printer %s still not registered in the PyKota system, job will be rejected"
1523msgstr ""
1524"���� %s � �������� ��� PyKota, ��� "
1525"����"
1526
1527#, python-format
1528msgid ""
1529"User %s still not registered in the PyKota system, job will be rejected on "
1530"printer %s"
1531msgstr ""
1532"���%s � �������� ��� PyKota, ��� �"
1533"��� � ���%s"
1534
1535#, python-format
1536msgid ""
1537"User %s still doesn't have quota on printer %s in the PyKota system, job "
1538"will be rejected"
1539msgstr ""
1540"���%s � ���������%s ��� PyKota, �
1541"�������
1542
1543#, python-format
1544msgid "A problem occured while reading printer %s's internal page counter."
1545msgstr ""
1546"�������� ���������� ���� �"
1547"���%s."
1548
1549#, python-format
1550msgid "Retrieving printer %s's page counter from database instead."
1551msgstr ""
1552"������� ����%s � ���������."
1553
1554#, python-format
1555msgid ""
1556"Couldn't retrieve printer %s's internal page counter either before or after "
1557"printing."
1558msgstr ""
1559"��������� ���� ����%s ���"
1560"��� ���"
1561
1562#, python-format
1563msgid "Job's size forced to 1 page for printer %s."
1564msgstr "� ���������� ��� ����%s."
1565
1566#, python-format
1567msgid "No previous job in database for printer %s."
1568msgstr ""
1569"���������� �����������%s."
1570
1571#, python-format
1572msgid "Inconsistent values for printer %s's internal page counter."
1573msgstr "����� � �������� ����%s."
1574
1575#, python-format
1576msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1577msgstr "����� ����HARDWARE(%s) � ����%s"
1578
1579#, python-format
1580msgid "Launching HARDWARE(%s)..."
1581msgstr "���ARDWARE(%s)..."
1582
1583#, python-format
1584msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1585msgstr "SIGTERM ��� ����� ��%s (pid: %s)"
1586
1587#, python-format
1588msgid "Line [%s] skipped in accounter's output. Trying again..."
1589msgstr ""
1590"��� [%s] ������� �����. ���� ��.."
1591
1592#, python-format
1593msgid "Hardware accounter %s exit code is %s"
1594msgstr "�� �� ����� ��%s ��%s"
1595
1596#, python-format
1597msgid "Unable to query printer %s via HARDWARE(%s)"
1598msgstr "������ �����s ��DWARE(%s)"
1599
1600#, python-format
1601msgid "Problem during connection to %s:%s : %s"
1602msgstr "�� ���� � %s:%s : %s"
1603
1604#, python-format
1605msgid "Problem while sending PJL query to %s:%s : %s"
1606msgstr "�� ���������L �%s:%s : %s"
1607
1608#, python-format
1609msgid "Waiting for printer %s to be printing..."
1610msgstr ""
1611
1612#, python-format
1613msgid "Waiting for printer %s's idle status to stabilize..."
1614msgstr "���� ������������s..."
1615
1616#, python-format
1617msgid ""
1618"PJL querying stage interrupted. Using latest value seen for internal page "
1619"counter (%s) on printer %s."
1620msgstr ""
1621"��� PJL ���. �������������"
1622"���� (%s) ����%s."
1623
1624#, python-format
1625msgid "Network error while doing SNMP queries on printer %s : %s"
1626msgstr "����� ���SNMP �� � ���%s : %s"
1627
1628#, python-format
1629msgid "SNMP message decoding error for printer %s : %s"
1630msgstr ""
1631
1632#, python-format
1633msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1634msgstr "������ ����� SNMP � ���%s : %s"
1635
1636#, python-format
1637msgid ""
1638"SNMP querying stage interrupted. Using latest value seen for internal page "
1639"counter (%s) on printer %s."
1640msgstr ""
1641"��� SNMP ���. �������������"
1642"���� (%s) ����%s."
1643
1644#, python-format
1645msgid "Launching SOFTWARE(%s)..."
1646msgstr "���OFTWARE(%s)..."
1647
1648#, python-format
1649msgid "Unable to compute job size with accounter %s"
1650msgstr "�� ���� ��������� %s"
1651
1652#, python-format
1653msgid "Problem while waiting for software accounter pid %s to exit : %s"
1654msgstr ""
1655"������������ ����� ����%s : %s"
1656
1657#, python-format
1658msgid "Software accounter %s exit code is %s"
1659msgstr "�� �� ����� ������%s"
1660
1661msgid "Totals may be inaccurate if some users are members of several groups."
1662msgstr ""
1663"� �����������������������
1664"��."
1665
1666#, python-format
1667msgid ""
1668"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1669"double check /etc/pykota/pykota.conf : %s"
1670msgstr ""
1671"������� ������� ��������. "
1672"�����������etc/pykota/pykota.conf : %s"
1673
1674#, python-format
1675msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1676msgstr "���� �%s(%s) � %s(��%s) � ������"
1677
1678#, python-format
1679msgid "Problem adding LDAP entry (%s, %s)"
1680msgstr "������������LDAP (%s, %s)"
1681
1682#, python-format
1683msgid "Problem deleting LDAP entry (%s)"
1684msgstr "������������LDAP (%s)"
1685
1686#, python-format
1687msgid "Problem modifying LDAP entry (%s, %s)"
1688msgstr "�������������LDAP (%s, %s)"
1689
1690#, python-format
1691msgid ""
1692"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1693"entries manually ?"
1694msgstr ""
1695"� �������ykotaAccountBalance � ���s. ���� "
1696"LDAP ������� ;"
1697
1698#, python-format
1699msgid ""
1700"Unable to find an existing objectClass %s entry with %s=%s to attach "
1701"pykotaAccount objectClass"
1702msgstr ""
1703"�������objectClass %s ���� %s=%s � ���
1704"pykotaAccount objectClass"
1705
1706#, python-format
1707msgid "%s. A new entry will be created instead."
1708msgstr ""
1709
1710#, python-format
1711msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1712msgstr ""
1713"����������������ykotaGroup "
1714"objectclass %s"
1715
1716msgid "Hidden because of privacy concerns"
1717msgstr ""
1718
1719msgid "Summarize"
1720msgstr ""
1721
1722msgid "Invalid data type [%s] for --sum command line option, see help."
1723msgstr ""
1724
1725msgid "only for payments or history"
1726msgstr ""
1727
1728msgid "Job is a duplicate. Printing is denied by subprocess."
1729msgstr ""
1730
1731msgid "Job is a duplicate. Printing is allowed by subprocess."
1732msgstr ""
1733
1734msgid "Please report bugs to :"
1735msgstr ""
1736
1737#~ msgid ""
1738#~ "autopykota v%s (c) %s %s\n"
1739#~ "\n"
1740#~ "A tool to automate user account creation and initial balance setting.\n"
1741#~ "\n"
1742#~ "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE "
1743#~ "QUOTA !\n"
1744#~ "\n"
1745#~ "command line usage :\n"
1746#~ "\n"
1747#~ "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
1748#~ "  OF AN external policy IN pykota.conf\n"
1749#~ "  \n"
1750#~ "  autopykota { -i | --initbalance value } \n"
1751#~ "\n"
1752#~ "options :\n"
1753#~ "\n"
1754#~ "  -v | --version       Prints autopykota's version number then exits.\n"
1755#~ "  -h | --help          Prints this message then exits.\n"
1756#~ "  \n"
1757#~ "  -i | --initbalance b Sets the user's account initial balance value to "
1758#~ "b.\n"
1759#~ "                       If the user already exists, actual balance is "
1760#~ "left\n"
1761#~ "                       unmodified. If unset, the default value is 0.\n"
1762#~ "                       \n"
1763#~ "This program is free software; you can redistribute it and/or modify\n"
1764#~ "it under the terms of the GNU General Public License as published by\n"
1765#~ "the Free Software Foundation; either version 2 of the License, or\n"
1766#~ "(at your option) any later version.\n"
1767#~ "\n"
1768#~ "This program is distributed in the hope that it will be useful,\n"
1769#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1770#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1771#~ "GNU General Public License for more details.\n"
1772#~ "\n"
1773#~ "You should have received a copy of the GNU General Public License\n"
1774#~ "along with this program; if not, write to the Free Software\n"
1775#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
1776#~ "USA.\n"
1777#~ "\n"
1778#~ "Please e-mail bugs to: %s"
1779#~ msgstr ""
1780#~ "autopykota v%s (c) %s %s\n"
1781#~ "\n"
1782#~ "��� � ������������� ��� "
1783#~ "���~ "���\n"
1784#~ "\n"
1785#~ "�� � ���� ����� � ����������������� ��"
1786#~ "���n"
1787#~ "�����������!\n"
1788#~ "\n"
1789#~ "���� ���\n"
1790#~ "\n"
1791#~ "  � ���� �� ����� � ����������� ��� ���� "
1792#~ "��\n"
1793#~ "  � ����� ��� ���xternal policy) ��pykota.conf\n"
1794#~ "  \n"
1795#~ "  autopykota { -i | --initbalance � } \n"
1796#~ "\n"
1797#~ "���:\n"
1798#~ "\n"
1799#~ "  -v | --version       ��� �����autopykota � "
1800#~ "���.\n"
1801#~ "  -h | --help          ��� ����� ���.\n"
1802#~ "  \n"
1803#~ "  -i | --initbalance b ���� �������� �b.\n"
1804#~ "                       � ������ ��� ���n"
1805#~ "                       �� � � ����, ����\n"
1806#~ "                       \n"
1807#~ "This program is free software; you can redistribute it and/or modify\n"
1808#~ "it under the terms of the GNU General Public License as published by\n"
1809#~ "the Free Software Foundation; either version 2 of the License, or\n"
1810#~ "(at your option) any later version.\n"
1811#~ "\n"
1812#~ "This program is distributed in the hope that it will be useful,\n"
1813#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1814#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1815#~ "GNU General Public License for more details.\n"
1816#~ "\n"
1817#~ "You should have received a copy of the GNU General Public License\n"
1818#~ "along with this program; if not, write to the Free Software\n"
1819#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
1820#~ "USA.\n"
1821#~ "\n"
1822#~ "��� ��� �� e-mail � %s"
1823
1824#~ msgid ""
1825#~ "pkhint v%s (c) %s %s\n"
1826#~ "\n"
1827#~ "A tool to give hints on what accounting method is best for each printer.\n"
1828#~ "\n"
1829#~ "command line usage :\n"
1830#~ "\n"
1831#~ "  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
1832#~ "\n"
1833#~ "options :\n"
1834#~ "\n"
1835#~ "  -v | --version       Prints pkhint's version number then exits.\n"
1836#~ "  -h | --help          Prints this message then exits.\n"
1837#~ "  \n"
1838#~ "examples :                              \n"
1839#~ "\n"
1840#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
1841#~ "  \n"
1842#~ "  Will analyze your printing system to test which accounter\n"
1843#~ "  is the best for each of the defined printer which\n"
1844#~ "  name matches one of the parameters.\n"
1845#~ "  \n"
1846#~ "  If you don't pass any argument on the command line, all\n"
1847#~ "  printers will be analyzed.\n"
1848#~ "  \n"
1849#~ "This program is free software; you can redistribute it and/or modify\n"
1850#~ "it under the terms of the GNU General Public License as published by\n"
1851#~ "the Free Software Foundation; either version 2 of the License, or\n"
1852#~ "(at your option) any later version.\n"
1853#~ "\n"
1854#~ "This program is distributed in the hope that it will be useful,\n"
1855#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1856#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1857#~ "GNU General Public License for more details.\n"
1858#~ "\n"
1859#~ "You should have received a copy of the GNU General Public License\n"
1860#~ "along with this program; if not, write to the Free Software\n"
1861#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
1862#~ "USA.\n"
1863#~ "\n"
1864#~ "Please e-mail bugs to: %s"
1865#~ msgstr ""
1866#~ "pkhint v%s (c) %s %s\n"
1867#~ "\n"
1868#~ "���� ��� � ����� �������\n"
1869#~ "\n"
1870#~ "���� ���\n"
1871#~ "\n"
1872#~ "  pkhint [��� [���1 ���2 ... ���N] <file.conf\n"
1873#~ "\n"
1874#~ "���:\n"
1875#~ "\n"
1876#~ "  -v | --version       ��� �����pkhint � ���.\n"
1877#~ "  -h | --help          ��� ����� ���.\n"
1878#~ "  \n"
1879#~ "����                              \n"
1880#~ "\n"
1881#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
1882#~ "  \n"
1883#~ "  ����� ��� �� ����� ��\n"
1884#~ "  ������ ��� � ���� � ���\n"
1885#~ "  ��� ����� ����� � ����.\n"
1886#~ "  \n"
1887#~ "  � �������������������
1888#~ "  ����.\n"
1889#~ "  \n"
1890#~ "This program is free software; you can redistribute it and/or modify\n"
1891#~ "it under the terms of the GNU General Public License as published by\n"
1892#~ "the Free Software Foundation; either version 2 of the License, or\n"
1893#~ "(at your option) any later version.\n"
1894#~ "\n"
1895#~ "This program is distributed in the hope that it will be useful,\n"
1896#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1897#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1898#~ "GNU General Public License for more details.\n"
1899#~ "\n"
1900#~ "You should have received a copy of the GNU General Public License\n"
1901#~ "along with this program; if not, write to the Free Software\n"
1902#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
1903#~ "USA.\n"
1904#~ "\n"
1905#~ "��� ��� �� e-mail � %s"
1906
1907#~ msgid ""
1908#~ "pkprinters v%s (c) %s %s\n"
1909#~ "\n"
1910#~ "A Printers Manager for PyKota.\n"
1911#~ "\n"
1912#~ "command line usage :\n"
1913#~ "\n"
1914#~ "  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1915#~ "\n"
1916#~ "options :\n"
1917#~ "\n"
1918#~ "  -v | --version       Prints pkprinters's version number then exits.\n"
1919#~ "  -h | --help          Prints this message then exits.\n"
1920#~ "  \n"
1921#~ "  -a | --add           Adds printers if they don't exist on the Quota \n"
1922#~ "                       Storage Server. If they exist, they are modified\n"
1923#~ "                       unless -s|--skipexisting is also used.\n"
1924#~ "                       \n"
1925#~ "  -d | --delete        Deletes printers from the quota storage.\n"
1926#~ "  \n"
1927#~ "  -D | --description d Adds a textual description to printers.\n"
1928#~ "                       \n"
1929#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1930#~ "                       Job price is optional.\n"
1931#~ "                       If both are to be set, separate them with a "
1932#~ "comma.\n"
1933#~ "                       Floating point and negative values are allowed.\n"
1934#~ "  \n"
1935#~ "  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the "
1936#~ "printer \n"
1937#~ "                       groups pg1, pg2, etc... which must already exist.\n"
1938#~ "                       A printer group is just like a normal printer,\n"
1939#~ "                       only that it is usually unknown from the printing\n"
1940#~ "                       system. Create printer groups exactly the same\n"
1941#~ "                       way that you create printers, then add other \n"
1942#~ "                       printers to them with this option.\n"
1943#~ "                       Accounting is done on a printer and on all\n"
1944#~ "                       the printer groups it belongs to, quota checking\n"
1945#~ "                       is done on a printer and on all the printer "
1946#~ "groups\n"
1947#~ "                       it belongs to.\n"
1948#~ "                       If the --remove option below is not used, the \n"
1949#~ "                       default action is to add printers to the "
1950#~ "specified\n"
1951#~ "                       printer groups.\n"
1952#~ "                       \n"
1953#~ "  -l | --list          List informations about the printer(s) and the\n"
1954#~ "                       printers groups it is a member of.\n"
1955#~ "                       \n"
1956#~ "  -r | --remove        In combination with the --groups option "
1957#~ "above,                       \n"
1958#~ "                       remove printers from the specified printers "
1959#~ "groups.\n"
1960#~ "                       \n"
1961#~ "  -s | --skipexisting  In combination with the --add option above, tells\n"
1962#~ "                       pkprinters to not modify existing printers.\n"
1963#~ "  \n"
1964#~ "  printer1 through printerN can contain wildcards if the --add option \n"
1965#~ "  is not set.\n"
1966#~ "  \n"
1967#~ "examples :                              \n"
1968#~ "\n"
1969#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1970#~ "hp8000\n"
1971#~ "  \n"
1972#~ "  Will create three printers named hp2100, hp2200 and hp8000.\n"
1973#~ "  Their price per page will be set at 0.05 unit, and their price\n"
1974#~ "  per job will be set at 0.1 unit. Units are in your own currency,\n"
1975#~ "  or whatever you want them to mean.\n"
1976#~ "  All of their descriptions will be set to the string \"HP Printer\".\n"
1977#~ "  If any of these printers already exists, it will also be modified \n"
1978#~ "  unless the -s|--skipexisting command line option is also used.\n"
1979#~ "            \n"
1980#~ "  $ pkprinters --delete \"*\"\n"
1981#~ "  \n"
1982#~ "  This will completely delete all printers and associated quota "
1983#~ "information,\n"
1984#~ "  as well as their job history. USE WITH CARE !\n"
1985#~ "  \n"
1986#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
1987#~ "  \n"
1988#~ "  This will put all printers which name matches \"hp*\" into printers "
1989#~ "groups \n"
1990#~ "  Laser and HP, which MUST already exist.\n"
1991#~ "  \n"
1992#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
1993#~ "  \n"
1994#~ "  This will remove the hp2200 printer from the LexMark printer group.\n"
1995#~ "  \n"
1996#~ "This program is free software; you can redistribute it and/or modify\n"
1997#~ "it under the terms of the GNU General Public License as published by\n"
1998#~ "the Free Software Foundation; either version 2 of the License, or\n"
1999#~ "(at your option) any later version.\n"
2000#~ "\n"
2001#~ "This program is distributed in the hope that it will be useful,\n"
2002#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2003#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2004#~ "GNU General Public License for more details.\n"
2005#~ "\n"
2006#~ "You should have received a copy of the GNU General Public License\n"
2007#~ "along with this program; if not, write to the Free Software\n"
2008#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2009#~ "USA.\n"
2010#~ "\n"
2011#~ "Please e-mail bugs to: %s"
2012#~ msgstr ""
2013#~ "pkprinters v%s (c) %s %s\n"
2014#~ "\n"
2015#~ "���� ������yKota.\n"
2016#~ "\n"
2017#~ "���� ���\n"
2018#~ "\n"
2019#~ "  pkprinters [��� ���1 ���2 ... ���N\n"
2020#~ "\n"
2021#~ "���:\n"
2022#~ "\n"
2023#~ "  -v | --version       ��� �����pkprinters � "
2024#~ "���.\n"
2025#~ "  -h | --help          ��� ����� ���.\n"
2026#~ "  \n"
2027#~ "  -a | --add           ������� �� �� ���"
2028#~ "                       ���. � ��, �������#~ "                       ����� � ����-s|--"
2029#~ "skipexisting.\n"
2030#~ "                       \n"
2031#~ "  -d | --delete        ������� � ��������n"
2032#~ "  \n"
2033#~ "  -D | --description   ����� ����������"
2034#~ "                       \n"
2035#~ "  -c | --charge p[,j]  ���� ��� ��� � "
2036#~ "���n"
2037#~ "                       �� ��������.\n"
2038#~ "                       � ������, ��������"
2039#~ "                       ��\n"
2040#~ "                       �������� ����� ��"
2041#~ "  \n"
2042#~ "  -g | --groups pg1[,pg2...] ���������� ����\n"
2043#~ "                       � �� ����g1, pg2, �.� ���
2044#~ "                       ������. ���������n"
2045#~ "                       ������ ���, ���� �\n"
2046#~ "                       ������� ���. ����n"
2047#~ "                       �� �����������"
2048#~ "����"
2049#~ "                       ���, ���������� "
2050#~ "��\n"
2051#~ "                       ����������������n"
2052#~ "                       ������������ ��\n"
2053#~ "                       ��� ����������\n"
2054#~ "                       � � ���� �������n"
2055#~ "                       --remove, ��������� ����"
2056#~ "                       � ���� �� ����"
2057#~ "                       \n"
2058#~ "  -l | --list          ������ �� ��� ���"
2059#~ "�\n"
2060#~ "                       � ��� ����������\n"
2061#~ "                       \n"
2062#~ "  -r | --remove        � �������-groups ��,\n"
2063#~ "                       ������ � ���� ��\n"
2064#~ "                       ����n"
2065#~ "                       \n"
2066#~ "  -s | --skipexisting  � �������-add ��, �\n"
2067#~ "                       ����pkprinters ��������n"
2068#~ "                       ���.\n"
2069#~ "  \n"
2070#~ "  � ������1 � ���N ������ ���n"
2071#~ "  �� �� ����--add.\n"
2072#~ "  \n"
2073#~ "���:                              \n"
2074#~ "\n"
2075#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2076#~ "hp8000\n"
2077#~ "  \n"
2078#~ "  ������������p2100, hp2200 � hp8000.\n"
2079#~ "  �� � � ������.05 ��� � �� �\n"
2080#~ "  � ����0.1 ��� ��� ��������n"
2081#~ "  ���� �� ��� � ���� ����\n"
2082#~ "  �� ����� ��������\"HP Printer\".\n"
2083#~ "  � ���� � � ��� ���������n"
2084#~ "  ������ � ����-s|--skipexisting.\n"
2085#~ "            \n"
2086#~ "  $ pkprinters --delete \"*\"\n"
2087#~ "  \n"
2088#~ "  �������� � ��� � ����� �\n"
2089#~ "  ������ ������ �.\n"
2090#~ "  ������� � ����!\n"
2091#~ "  \n"
2092#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
2093#~ "  \n"
2094#~ "  ��������� ������� �\"hp*\" \n"
2095#~ "  � �� ����aser � HP, ���� ����.\n"
2096#~ "  \n"
2097#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
2098#~ "  \n"
2099#~ "  ��������hp2200 � �������exMark.\n"
2100#~ "  \n"
2101#~ "This program is free software; you can redistribute it and/or modify\n"
2102#~ "it under the terms of the GNU General Public License as published by\n"
2103#~ "the Free Software Foundation; either version 2 of the License, or\n"
2104#~ "(at your option) any later version.\n"
2105#~ "\n"
2106#~ "This program is distributed in the hope that it will be useful,\n"
2107#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2108#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2109#~ "GNU General Public License for more details.\n"
2110#~ "\n"
2111#~ "You should have received a copy of the GNU General Public License\n"
2112#~ "along with this program; if not, write to the Free Software\n"
2113#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2114#~ "USA.\n"
2115#~ "\n"
2116#~ "��� ��� �� e-mail � %s"
2117
2118#~ msgid ""
2119#~ "pykosd v%s (c) %s %s\n"
2120#~ "\n"
2121#~ "An OSD quota monitor for PyKota.\n"
2122#~ "\n"
2123#~ "command line usage :\n"
2124#~ "\n"
2125#~ "  pykosd [options]\n"
2126#~ "\n"
2127#~ "options :\n"
2128#~ "\n"
2129#~ "  -v | --version       Prints pykosd's version number then exits.\n"
2130#~ "  -h | --help          Prints this message then exits.\n"
2131#~ "  \n"
2132#~ "  -c | --color #rrggbb Sets the color to use for display as an "
2133#~ "hexadecimal\n"
2134#~ "                       triplet, for example #FF0000 is 100%% red.\n"
2135#~ "                       Defaults to 100%% green (#00FF00).\n"
2136#~ "                       \n"
2137#~ "  -d | --duration d    Sets the duration of the display in seconds. \n"
2138#~ "                       Defaults to 3 seconds.\n"
2139#~ "                       \n"
2140#~ "  -f | --font f        Sets the font to use for "
2141#~ "display.                      \n"
2142#~ "                       Defaults to the Python OSD library's default.\n"
2143#~ "  \n"
2144#~ "  -l | --loop n        Sets the number of times the info will be "
2145#~ "displayed.\n"
2146#~ "                       Defaults to 0, which means loop forever.\n"
2147#~ "                       \n"
2148#~ "  -s | --sleep s       Sets the sleeping duration between two displays \n"
2149#~ "                       in seconds. Defaults to 180 seconds (3 minutes).\n"
2150#~ "                       \n"
2151#~ "  \n"
2152#~ "examples :                              \n"
2153#~ "\n"
2154#~ "  $ pykosd -s 60 --loop 5\n"
2155#~ "  \n"
2156#~ "  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
2157#~ "  and will last for 3 seconds (the default) each time. After five\n"
2158#~ "  iterations, the program will exit.\n"
2159#~ "  \n"
2160#~ "This program is free software; you can redistribute it and/or modify\n"
2161#~ "it under the terms of the GNU General Public License as published by\n"
2162#~ "the Free Software Foundation; either version 2 of the License, or\n"
2163#~ "(at your option) any later version.\n"
2164#~ "\n"
2165#~ "This program is distributed in the hope that it will be useful,\n"
2166#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2167#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2168#~ "GNU General Public License for more details.\n"
2169#~ "\n"
2170#~ "You should have received a copy of the GNU General Public License\n"
2171#~ "along with this program; if not, write to the Free Software\n"
2172#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2173#~ "USA.\n"
2174#~ "\n"
2175#~ "Please e-mail bugs to: %s"
2176#~ msgstr ""
2177#~ "pykosd v%s (c) %s %s\n"
2178#~ "\n"
2179#~ "������PyKota ��������OSD).\n"
2180#~ "\n"
2181#~ "���� ���\n"
2182#~ "\n"
2183#~ "  pykosd [���\n"
2184#~ "\n"
2185#~ "���:\n"
2186#~ "\n"
2187#~ "  -v | --version       ��� �����pykosd � ���.\n"
2188#~ "  -h | --help          ��� ����� ���.\n"
2189#~ "  \n"
2190#~ "  -c | --color #rrggbb ����� ���������n"
2191#~ "                       ���� ���� ��� #FF0000 "
2192#~ "��n"
2193#~ "                       100%% ���n"
2194#~ "                       ����������00%% �� "
2195#~ "(#00FF00).\n"
2196#~ "                       \n"
2197#~ "  -d | --duration d    ������������
2198#~ "����\n"
2199#~ "                       ����� ����� ����n"
2200#~ "                       \n"
2201#~ "  -f | --font f        ��������� �������"
2202#~ "                       �������� �����OSD �"
2203#~ "Python.\n"
2204#~ "  \n"
2205#~ "  -l | --loop n        ������ �������� �
2206#~ "���\n"
2207#~ "                       �������, �������"
2208#~ "��"
2209#~ "                       \n"
2210#~ "  -s | --sleep s       ����� ��� �� � ����\n"
2211#~ "                       ����������80 ����3 "
2212#~ "��\n"
2213#~ "                       \n"
2214#~ "  \n"
2215#~ "����                              \n"
2216#~ "\n"
2217#~ "  $ pykosd -s 60 --loop 5\n"
2218#~ "  \n"
2219#~ "  ����ykosd. ������������0 ����n"
2220#~ "  � ��� � 3 ������� ���. ���"
2221#~ "  �����, ��������\n"
2222#~ "  \n"
2223#~ "This program is free software; you can redistribute it and/or modify\n"
2224#~ "it under the terms of the GNU General Public License as published by\n"
2225#~ "the Free Software Foundation; either version 2 of the License, or\n"
2226#~ "(at your option) any later version.\n"
2227#~ "\n"
2228#~ "This program is distributed in the hope that it will be useful,\n"
2229#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2230#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2231#~ "GNU General Public License for more details.\n"
2232#~ "\n"
2233#~ "You should have received a copy of the GNU General Public License\n"
2234#~ "along with this program; if not, write to the Free Software\n"
2235#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2236#~ "USA.\n"
2237#~ "\n"
2238#~ "��� ��� �� e-mail � %s"
2239
2240#~ msgid ""
2241#~ "pykotme v%s (c) %s %s\n"
2242#~ "\n"
2243#~ "Gives print quotes to users.\n"
2244#~ "\n"
2245#~ "command line usage :\n"
2246#~ "\n"
2247#~ "  pykotme  [options]  [files]\n"
2248#~ "\n"
2249#~ "options :\n"
2250#~ "\n"
2251#~ "  -v | --version       Prints pykotme's version number then exits.\n"
2252#~ "  -h | --help          Prints this message then exits.\n"
2253#~ "  \n"
2254#~ "  -P | --printer p     Gives a quote for this printer only. Actually p "
2255#~ "can\n"
2256#~ "                       use wildcards characters to select only\n"
2257#~ "                       some printers. The default value is *, meaning\n"
2258#~ "                       all printers.\n"
2259#~ "                       You can specify several names or wildcards, \n"
2260#~ "                       by separating them with commas.\n"
2261#~ "  \n"
2262#~ "examples :                              \n"
2263#~ "\n"
2264#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
2265#~ "  \n"
2266#~ "  This will give a print quote to the current user. The quote will show\n"
2267#~ "  the price and size of a job consisting in file1.ps and file2.ps \n"
2268#~ "  which would be sent to the apple printer.\n"
2269#~ "  \n"
2270#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
2271#~ "  \n"
2272#~ "  This will give a print quote to the current user. The quote will show\n"
2273#~ "  the price and size of a job consisting in file1.ps as read from\n"
2274#~ "  standard input, which would be sent to the apple or hplaser\n"
2275#~ "  printer.\n"
2276#~ "\n"
2277#~ "  $ pykotme \n"
2278#~ "  \n"
2279#~ "  This will give a quote for a job consisting of what is on standard \n"
2280#~ "  input. The quote will list the job size, and the price the job\n"
2281#~ "  would cost on each printer.\n"
2282#~ "\n"
2283#~ "This program is free software; you can redistribute it and/or modify\n"
2284#~ "it under the terms of the GNU General Public License as published by\n"
2285#~ "the Free Software Foundation; either version 2 of the License, or\n"
2286#~ "(at your option) any later version.\n"
2287#~ "\n"
2288#~ "This program is distributed in the hope that it will be useful,\n"
2289#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2290#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2291#~ "GNU General Public License for more details.\n"
2292#~ "\n"
2293#~ "You should have received a copy of the GNU General Public License\n"
2294#~ "along with this program; if not, write to the Free Software\n"
2295#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2296#~ "USA.\n"
2297#~ "\n"
2298#~ "Please e-mail bugs to: %s"
2299#~ msgstr ""
2300#~ "pykotme v%s (c) %s %s\n"
2301#~ "\n"
2302#~ "��� ��� � ���� ����\n"
2303#~ "\n"
2304#~ "���� ���\n"
2305#~ "\n"
2306#~ "  pykotme  [���  [��]\n"
2307#~ "\n"
2308#~ "���:\n"
2309#~ "\n"
2310#~ "  -v | --version       ��� �����pykotme � ���.\n"
2311#~ "  -h | --help          ��� ����� ���.\n"
2312#~ "  \n"
2313#~ "  -P | --printer p     ��� ��� ��������\n"
2314#~ "                       �p ���������� ����\n"
2315#~ "                       �������� �����*,\n"
2316#~ "                       ���������"
2317#~ "                       ������������� ��� \n"
2318#~ "                       ������.\n"
2319#~ "  \n"
2320#~ "����                              \n"
2321#~ "\n"
2322#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
2323#~ "  \n"
2324#~ "  ��� ����� � ����������n"
2325#~ "  ��� �� � ��������������\n"
2326#~ "  ���ile1.ps � file2.ps ����������n"
2327#~ "  apple.\n"
2328#~ "  \n"
2329#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
2330#~ "  \n"
2331#~ "  ��� ����� � ����������n"
2332#~ "  ��� �� � ��������������\n"
2333#~ "  ���ile1.ps ���������, ��n"
2334#~ "  ���� ���apple �����hplaser.\n"
2335#~ "\n"
2336#~ "  $ pykotme \n"
2337#~ "  \n"
2338#~ "  ��� ����� � � ���������\n"
2339#~ "  ���� ��. �������������
2340#~ "  ���� �� ���� �����.\n"
2341#~ "\n"
2342#~ "This program is free software; you can redistribute it and/or modify\n"
2343#~ "it under the terms of the GNU General Public License as published by\n"
2344#~ "the Free Software Foundation; either version 2 of the License, or\n"
2345#~ "(at your option) any later version.\n"
2346#~ "\n"
2347#~ "This program is distributed in the hope that it will be useful,\n"
2348#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2349#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2350#~ "GNU General Public License for more details.\n"
2351#~ "\n"
2352#~ "You should have received a copy of the GNU General Public License\n"
2353#~ "along with this program; if not, write to the Free Software\n"
2354#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2355#~ "USA.\n"
2356#~ "\n"
2357#~ "��� ��� �� e-mail � %s"
2358
2359#~ msgid ""
2360#~ "repykota v%s (c) %s %s\n"
2361#~ "\n"
2362#~ "Generates print quota reports.\n"
2363#~ "\n"
2364#~ "command line usage :\n"
2365#~ "\n"
2366#~ "  repykota [options] \n"
2367#~ "\n"
2368#~ "options :\n"
2369#~ "\n"
2370#~ "  -v | --version       Prints repykota's version number then exits.\n"
2371#~ "  -h | --help          Prints this message then exits.\n"
2372#~ "  \n"
2373#~ "  -u | --users         Generates a report on users quota, this is \n"
2374#~ "                       the default.\n"
2375#~ "  \n"
2376#~ "  -g | --groups        Generates a report on group quota instead of "
2377#~ "users.\n"
2378#~ "  \n"
2379#~ "  -P | --printer p     Report quotas on this printer only. Actually p "
2380#~ "can\n"
2381#~ "                       use wildcards characters to select only\n"
2382#~ "                       some printers. The default value is *, meaning\n"
2383#~ "                       all printers.\n"
2384#~ "                       You can specify several names or wildcards, \n"
2385#~ "                       by separating them with commas.\n"
2386#~ "  \n"
2387#~ "examples :                              \n"
2388#~ "\n"
2389#~ "  $ repykota --printer lp\n"
2390#~ "  \n"
2391#~ "  This will print the quota status for all users who use the lp printer.\n"
2392#~ "\n"
2393#~ "  $ repykota \n"
2394#~ "  \n"
2395#~ "  This will print the quota status for all users on all printers.\n"
2396#~ "  \n"
2397#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
2398#~ "  \n"
2399#~ "  This will print the quota status for user jerome and all users\n"
2400#~ "  whose name begins with \"jo\" on all printers which name begins\n"
2401#~ "  with \"laser\" or ends with \"pson\".\n"
2402#~ "  \n"
2403#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
2404#~ "  arguments representing users or groups names are ignored, and only the\n"
2405#~ "  current user/group is reported.\n"
2406#~ "\n"
2407#~ "This program is free software; you can redistribute it and/or modify\n"
2408#~ "it under the terms of the GNU General Public License as published by\n"
2409#~ "the Free Software Foundation; either version 2 of the License, or\n"
2410#~ "(at your option) any later version.\n"
2411#~ "\n"
2412#~ "This program is distributed in the hope that it will be useful,\n"
2413#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2414#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2415#~ "GNU General Public License for more details.\n"
2416#~ "\n"
2417#~ "You should have received a copy of the GNU General Public License\n"
2418#~ "along with this program; if not, write to the Free Software\n"
2419#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2420#~ "USA.\n"
2421#~ "\n"
2422#~ "Please e-mail bugs to: %s"
2423#~ msgstr ""
2424#~ "repykota v%s (c) %s %s\n"
2425#~ "\n"
2426#~ "�����������"
2427#~ "\n"
2428#~ "���� ���\n"
2429#~ "\n"
2430#~ "  repykota [��� \n"
2431#~ "\n"
2432#~ "���:\n"
2433#~ "\n"
2434#~ "  -v | --version       ��� �����repykota � ���.\n"
2435#~ "  -h | --help          ��� ����� ���.\n"
2436#~ "  \n"
2437#~ "  -u | --users         ������ ������ �n"
2438#~ "                       �� ��������\n"
2439#~ "  \n"
2440#~ "  -g | --groups        ������ ������ ��\n"
2441#~ "                       ������\n"
2442#~ "  \n"
2443#~ "  -P | --printer p     ����� ����� �n"
2444#~ "                       ���p ���������� �n"
2445#~ "                       ��� ��������"
2446#~ "                       ������*, �� �����"
2447#~ "                       ������������ ���\n"
2448#~ "                       �������.\n"
2449#~ "  \n"
2450#~ "����                              \n"
2451#~ "\n"
2452#~ "  $ repykota --printer lp\n"
2453#~ "  \n"
2454#~ "  ��� ���� ���� � �� ���n"
2455#~ "  ���� ���lp.\n"
2456#~ "\n"
2457#~ "  $ repykota \n"
2458#~ "  \n"
2459#~ "  ��� ���� ���� � �� ���"
2460#~ "  �� ���.\n"
2461#~ "  \n"
2462#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
2463#~ "  \n"
2464#~ "  ��� ���� ���� � ���erome �\n"
2465#~ "  �� ������� ���� \"jo\" ���
2466#~ "  � ��� ����� ���� \"laser\" ����n"
2467#~ "  �"pson\".\n"
2468#~ "  \n"
2469#~ "  � ��� � ���� ������ �PyKota, "
2470#~ "���"
2471#~ "  ���� ������������ � ��\n"
2472#~ "  �������������\n"
2473#~ "\n"
2474#~ "This program is free software; you can redistribute it and/or modify\n"
2475#~ "it under the terms of the GNU General Public License as published by\n"
2476#~ "the Free Software Foundation; either version 2 of the License, or\n"
2477#~ "(at your option) any later version.\n"
2478#~ "\n"
2479#~ "This program is distributed in the hope that it will be useful,\n"
2480#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2481#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2482#~ "GNU General Public License for more details.\n"
2483#~ "\n"
2484#~ "You should have received a copy of the GNU General Public License\n"
2485#~ "along with this program; if not, write to the Free Software\n"
2486#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2487#~ "USA.\n"
2488#~ "\n"
2489#~ "��� ��� �� e-mail � %s"
2490
2491#~ msgid ""
2492#~ "warnpykota v%s (c) %s %s\n"
2493#~ "\n"
2494#~ "Sends mail to users over print quota.\n"
2495#~ "\n"
2496#~ "command line usage :\n"
2497#~ "\n"
2498#~ "  warnpykota  [options]  [names]\n"
2499#~ "\n"
2500#~ "options :\n"
2501#~ "\n"
2502#~ "  -v | --version       Prints warnpykota's version number then exits.\n"
2503#~ "  -h | --help          Prints this message then exits.\n"
2504#~ "  \n"
2505#~ "  -u | --users         Warns users over their print quota, this is the \n"
2506#~ "                       default.\n"
2507#~ "  \n"
2508#~ "  -g | --groups        Warns users whose groups quota are over limit.\n"
2509#~ "  \n"
2510#~ "  -P | --printer p     Verify quotas on this printer only. Actually p "
2511#~ "can\n"
2512#~ "                       use wildcards characters to select only\n"
2513#~ "                       some printers. The default value is *, meaning\n"
2514#~ "                       all printers.\n"
2515#~ "                       You can specify several names or wildcards, \n"
2516#~ "                       by separating them with commas.\n"
2517#~ "  \n"
2518#~ "examples :                              \n"
2519#~ "\n"
2520#~ "  $ warnpykota --printer lp\n"
2521#~ "  \n"
2522#~ "  This will warn all users of the lp printer who have exceeded their\n"
2523#~ "  print quota.\n"
2524#~ "\n"
2525#~ "  $ warnpykota \n"
2526#~ "  \n"
2527#~ "  This will warn all users  who have exceeded their print quota on\n"
2528#~ "  any printer.\n"
2529#~ "\n"
2530#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
2531#~ "  \n"
2532#~ "  This will warn all users of groups which names begins with \"dev\" and\n"
2533#~ "  who have exceeded their print quota on any printer which name begins \n"
2534#~ "  with \"laserjet\"\n"
2535#~ "  \n"
2536#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
2537#~ "  arguments representing users or groups names are ignored, and only the\n"
2538#~ "  current user/group is reported.\n"
2539#~ "\n"
2540#~ "This program is free software; you can redistribute it and/or modify\n"
2541#~ "it under the terms of the GNU General Public License as published by\n"
2542#~ "the Free Software Foundation; either version 2 of the License, or\n"
2543#~ "(at your option) any later version.\n"
2544#~ "\n"
2545#~ "This program is distributed in the hope that it will be useful,\n"
2546#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2547#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2548#~ "GNU General Public License for more details.\n"
2549#~ "\n"
2550#~ "You should have received a copy of the GNU General Public License\n"
2551#~ "along with this program; if not, write to the Free Software\n"
2552#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2553#~ "USA.\n"
2554#~ "\n"
2555#~ "Please e-mail bugs to: %s"
2556#~ msgstr ""
2557#~ "warnpykota v%s (c) %s %s\n"
2558#~ "\n"
2559#~ "��� email ������ �� �����.\n"
2560#~ "\n"
2561#~ "���� ���\n"
2562#~ "\n"
2563#~ "  warnpykota  [���  [���n"
2564#~ "\n"
2565#~ "���:\n"
2566#~ "\n"
2567#~ "  -v | --version       ��� �����warnpykota � "
2568#~ "���.\n"
2569#~ "  -h | --help          ��� ����� ���.\n"
2570#~ "  \n"
2571#~ "  -u | --users         ������ ���� ���n"
2572#~ "                       ��� �. ��������\n"
2573#~ "  \n"
2574#~ "  -g | --groups        ������ ����� �� �
2575#~ "���\n"
2576#~ "  \n"
2577#~ "  -P | --printer p     �������������� �"
2578#~ "���n"
2579#~ "                       p ����������� �"
2580#~ "��� ��"
2581#~ "                       ������ ����� ��*, "
2582#~ "�n"
2583#~ "                       ��������"
2584#~ "                       ������������ ��� �"
2585#~ "�"
2586#~ "                       ���������"
2587#~ "  \n"
2588#~ "����                              \n"
2589#~ "\n"
2590#~ "  $ warnpykota --printer lp\n"
2591#~ "  \n"
2592#~ "  ������� ������lp ��� �� �"
2593#~ "  ������.\n"
2594#~ "\n"
2595#~ "  $ warnpykota \n"
2596#~ "  \n"
2597#~ "  ������� ����� �� �����\n"
2598#~ "  � ���� ���\n"
2599#~ "\n"
2600#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
2601#~ "  \n"
2602#~ "  ������� ����� �������� �\n"
2603#~ "  \"dev\" ����� �� ����� � �
2604#~ "����\n"
2605#~ "  ������������  \"laserjet\"\n"
2606#~ "  \n"
2607#~ "  � ��� � ���� ������ �PyKota, �n"
2608#~ "  �������������� ���� �\n"
2609#~ "  ����������� ��������n"
2610#~ "\n"
2611#~ "This program is free software; you can redistribute it and/or modify\n"
2612#~ "it under the terms of the GNU General Public License as published by\n"
2613#~ "the Free Software Foundation; either version 2 of the License, or\n"
2614#~ "(at your option) any later version.\n"
2615#~ "\n"
2616#~ "This program is distributed in the hope that it will be useful,\n"
2617#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2618#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2619#~ "GNU General Public License for more details.\n"
2620#~ "\n"
2621#~ "You should have received a copy of the GNU General Public License\n"
2622#~ "along with this program; if not, write to the Free Software\n"
2623#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2624#~ "USA.\n"
2625#~ "\n"
2626#~ "��� ��� �� e-mail � %s"
2627
2628#~ msgid ""
2629#~ "Internal SNMP accounting asked, but Python-SNMP is not available. Please "
2630#~ "download it from http://pysnmp.sourceforge.net"
2631#~ msgstr ""
2632#~ "������� �SNMP, �������ython-SNMP � ��"
2633#~ "���. �������� http://pysnmp.sourceforge.net"
2634
2635#~ msgid ""
2636#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
2637#~ "Libres\n"
2638#~ "\n"
2639#~ "Dumps PyKota database's content.\n"
2640#~ "\n"
2641#~ "command line usage :\n"
2642#~ "\n"
2643#~ "  dumpykota [options] \n"
2644#~ "\n"
2645#~ "options :\n"
2646#~ "\n"
2647#~ "  -v | --version       Prints dumpykota's version number then exits.\n"
2648#~ "  -h | --help          Prints this message then exits.\n"
2649#~ "  \n"
2650#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
2651#~ "                       \n"
2652#~ "                         - history : dumps the jobs history.\n"
2653#~ "                         - users : dumps users.\n"
2654#~ "                         - groups : dumps user groups.\n"
2655#~ "                         - printers : dump printers.\n"
2656#~ "                         - upquotas : dump user quotas.\n"
2657#~ "                         - gpquotas : dump user groups quotas.\n"
2658#~ "                         - payments : dumps user payments.\n"
2659#~ "                         - pmembers : dumps printer groups members.\n"
2660#~ "                         - umembers : dumps user groups members.\n"
2661#~ "                         \n"
2662#~ "                       NB : the -d | --data command line option   \n"
2663#~ "                       is MANDATORY.\n"
2664#~ "  \n"
2665#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not "
2666#~ "specified,\n"
2667#~ "                       the format is to dump datas in the csv format "
2668#~ "(comma\n"
2669#~ "                       separated values). All data dumped is between "
2670#~ "double\n"
2671#~ "                       quotes. Allowed formats are :\n"
2672#~ "                       \n"
2673#~ "                         - csv : separate datas with commas\n"
2674#~ "                         - ssv : separate datas with semicolons\n"
2675#~ "                         - tsv : separate datas with tabs\n"
2676#~ "                         - xml : dump data as XML\n"
2677#~ "                         \n"
2678#~ "  -o | --output fname  All datas will be dumped to the file instead of\n"
2679#~ "                       to the standard output. The special '-' filename\n"
2680#~ "                       is the default value and means stdout.\n"
2681#~ "                       WARNING : existing files are truncated !\n"
2682#~ "  \n"
2683#~ "Examples :\n"
2684#~ "\n"
2685#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
2686#~ "  \n"
2687#~ "  This dumps the history in a comma separated values file, for possible\n"
2688#~ "  use in a spreadsheet.\n"
2689#~ "  \n"
2690#~ "  $ dumpykota --data users --format xml -o users.xml\n"
2691#~ "  \n"
2692#~ "  Dumps all users datas to the users.xml file.\n"
2693#~ "  \n"
2694#~ "This program is free software; you can redistribute it and/or modify\n"
2695#~ "it under the terms of the GNU General Public License as published by\n"
2696#~ "the Free Software Foundation; either version 2 of the License, or\n"
2697#~ "(at your option) any later version.\n"
2698#~ "\n"
2699#~ "This program is distributed in the hope that it will be useful,\n"
2700#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2701#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2702#~ "GNU General Public License for more details.\n"
2703#~ "\n"
2704#~ "You should have received a copy of the GNU General Public License\n"
2705#~ "along with this program; if not, write to the Free Software\n"
2706#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2707#~ "USA.\n"
2708#~ "\n"
2709#~ "Please e-mail bugs to: %s"
2710#~ msgstr ""
2711#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
2712#~ "Libres\n"
2713#~ "\n"
2714#~ "��� ����������� PyKota.\n"
2715#~ "\n"
2716#~ "���� ���\n"
2717#~ "\n"
2718#~ "  dumpykota [��� \n"
2719#~ "\n"
2720#~ "���:\n"
2721#~ "\n"
2722#~ "  -v | --version       ��� �����dumpykota� ���.\n"
2723#~ "  -h | --help          ��� ����� ���.\n"
2724#~ "  \n"
2725#~ "  -d | --data type     ��� ���'���������\n"
2726#~ "                       \n"
2727#~ "                         - history : ��� ������.\n"
2728#~ "                         - users : ��� ��\n"
2729#~ "                         - groups : ��� �� ��\n"
2730#~ "                         - printers : ��� ���.\n"
2731#~ "                         - upquotas : ��� ����n"
2732#~ "                         - gpquotas : ��� ������n"
2733#~ "                         - payments : ��� ��� ��\n"
2734#~ "                         - pmembers : ��� ������\n"
2735#~ "                         - umembers : ��� �������n"
2736#~ "                         \n"
2737#~ "                       ��� ����-d | --data ��"
2738#~ "������n"
2739#~ "  \n"
2740#~ "  -f | --format fmt    ��� ���������� ��"
2741#~ "�\n"
2742#~ "                       ��� ������sv (��#~ "����n"
2743#~ "                       ���� �����������n"
2744#~ "                       ������������\n"
2745#~ "                       ���������� ��:\n"
2746#~ "                       \n"
2747#~ "                         - csv : ������ ���"
2748#~ "                         - ssv : ������ ���"
2749#~ "���\n"
2750#~ "                         - tsv : ������ ���"
2751#~ "(tabs)\n"
2752#~ "                         - xml : ��� ��� �L\n"
2753#~ "                         \n"
2754#~ "  -o | --output � ��������� �� ��"
2755#~ "'�\n"
2756#~ "                       ���������� ����#~ "���n"
2757#~ "                       ��� � '-' � ����� �
2758#~ "���n"
2759#~ "                       � ������ � �� ����#~ "���n"
2760#~ "                       ���� �����������!\n"
2761#~ "  \n"
2762#~ "�����\n"
2763#~ "\n"
2764#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
2765#~ "  \n"
2766#~ "  ���������� ���� ��������n"
2767#~ "  � ��������� ��n"
2768#~ "  \n"
2769#~ "  $ dumpykota --data users --format xml -o users.xml\n"
2770#~ "  \n"
2771#~ "  ���� ��������� users.xml .\n"
2772#~ "  \n"
2773#~ "This program is free software; you can redistribute it and/or modify\n"
2774#~ "it under the terms of the GNU General Public License as published by\n"
2775#~ "the Free Software Foundation; either version 2 of the License, or\n"
2776#~ "(at your option) any later version.\n"
2777#~ "\n"
2778#~ "This program is distributed in the hope that it will be useful,\n"
2779#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2780#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2781#~ "GNU General Public License for more details.\n"
2782#~ "\n"
2783#~ "You should have received a copy of the GNU General Public License\n"
2784#~ "along with this program; if not, write to the Free Software\n"
2785#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2786#~ "USA.\n"
2787#~ "\n"
2788#~ "��� ��� �� e-mail � %s"
2789
2790#~ msgid "Too many arguments, see help."
2791#~ msgstr "������ ��� �����."
2792
2793#~ msgid ""
2794#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
2795#~ "Libres\n"
2796#~ "A Print Quota editor for PyKota.\n"
2797#~ "\n"
2798#~ "command line usage :\n"
2799#~ "\n"
2800#~ "  edpykota [options] user1 user2 ... userN\n"
2801#~ "  \n"
2802#~ "  edpykota [options] group1 group2 ... groupN\n"
2803#~ "\n"
2804#~ "options :\n"
2805#~ "\n"
2806#~ "  -v | --version       Prints edpykota's version number then exits.\n"
2807#~ "  -h | --help          Prints this message then exits.\n"
2808#~ "  \n"
2809#~ "  -a | --add           Adds users and/or printers if they don't \n"
2810#~ "                       exist on the Quota Storage Server.\n"
2811#~ "                       \n"
2812#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
2813#~ "                       Printers are never deleted.\n"
2814#~ "                       \n"
2815#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
2816#~ "                       for a particular printer. Job price is optional.\n"
2817#~ "                       If both are to be set, separate them with a "
2818#~ "comma.\n"
2819#~ "                       Floating point values are allowed.\n"
2820#~ "  \n"
2821#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
2822#~ "                              listed, separated by commas. The groups\n"
2823#~ "                              must already exist in the Quota Storage.\n"
2824#~ "  \n"
2825#~ "  -u | --users         Edit users print quotas, this is the default.\n"
2826#~ "  \n"
2827#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
2828#~ "                       use wildcards characters to select only\n"
2829#~ "                       some printers. The default value is *, meaning\n"
2830#~ "                       all printers. \n"
2831#~ "                       You can specify several names or wildcards, \n"
2832#~ "                       by separating them with commas.\n"
2833#~ "  \n"
2834#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
2835#~ "                       pg1, pg2, etc... which must already exist.\n"
2836#~ "                       A printer group is just like a normal printer,\n"
2837#~ "                       only that it is usually unknown from the printing\n"
2838#~ "                       system. Create printer groups exactly the same\n"
2839#~ "                       way that you create printers, then add other \n"
2840#~ "                       printers to them with this option.\n"
2841#~ "                       Accounting is done on a printer and on all\n"
2842#~ "                       the printer groups it belongs to, quota checking\n"
2843#~ "                       is done on a printer and on all the printer "
2844#~ "groups\n"
2845#~ "                       it belongs to.\n"
2846#~ "  \n"
2847#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
2848#~ "                          \n"
2849#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
2850#~ "                       print quotas\n"
2851#~ "                       \n"
2852#~ "  -n | --noquota       Doesn't set a quota but only does accounting.\n"
2853#~ "  \n"
2854#~ "  -r | --reset         Resets the actual page counter for the user\n"
2855#~ "                       or group to zero on the specified printers. \n"
2856#~ "                       The life time page counter is kept unchanged.\n"
2857#~ "                       \n"
2858#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
2859#~ "                       for the user or group to zero on the specified \n"
2860#~ "                       printers. \n"
2861#~ "                       \n"
2862#~ "  -l | --limitby l     Choose if the user/group is limited in "
2863#~ "printing                     \n"
2864#~ "                       by its account balance or by its page quota.\n"
2865#~ "                       The default value is 'quota'. Allowed values\n"
2866#~ "                       are 'quota' 'balance' 'quota-then-balance' and\n"
2867#~ "                       'balance-then-quota'.\n"
2868#~ "                       WARNING : quota-then-balance and balance-then-"
2869#~ "quota\n"
2870#~ "                       are not yet implemented.\n"
2871#~ "                       \n"
2872#~ "  -b | --balance b     Sets the user's account balance to "
2873#~ "b.                     \n"
2874#~ "                       Account balance may be increase or decreased\n"
2875#~ "                       if b is prefixed with + or -.\n"
2876#~ "                       WARNING : when decreasing account balance,\n"
2877#~ "                       the total paid so far by the user is decreased\n"
2878#~ "                       too.\n"
2879#~ "                       Groups don't have a real balance, but the\n"
2880#~ "                       sum of their users' account balance.\n"
2881#~ "                       \n"
2882#~ "  -S | --softlimit sl  Sets the quota soft limit to sl "
2883#~ "pages.                       \n"
2884#~ "  \n"
2885#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
2886#~ "  \n"
2887#~ "  user1 through userN and group1 through groupN can use wildcards\n"
2888#~ "  if the --add option is not set.\n"
2889#~ "  \n"
2890#~ "examples :                              \n"
2891#~ "\n"
2892#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
2893#~ "  \n"
2894#~ "  This will add users john, paul, george and ringo to the quota\n"
2895#~ "  database, and set their print quotas to the same values than user \n"
2896#~ "  jerome. User jerome must already exist.\n"
2897#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
2898#~ "  \n"
2899#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
2900#~ "  \n"
2901#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
2902#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
2903#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is "
2904#~ "done.\n"
2905#~ "\n"
2906#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
2907#~ "  \n"
2908#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
2909#~ "  on the Quota Storage Server they are automatically added. Also\n"
2910#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
2911#~ "  already exist in the Quota Storage.\n"
2912#~ "            \n"
2913#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
2914#~ "  \n"
2915#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
2916#~ "  to 550 pages for groups financial and support on all printers.\n"
2917#~ "  \n"
2918#~ "  $ edpykota --reset jerome \"jo*\"\n"
2919#~ "  \n"
2920#~ "  This will reset jerome's page counter to zero on all printers, as\n"
2921#~ "  well as every user whose name begins with 'jo'.\n"
2922#~ "  Their life time page counter on each printer will be kept unchanged.\n"
2923#~ "  You can also reset the life time page counters by using the\n"
2924#~ "  --hardreset | -R command line option.\n"
2925#~ "  \n"
2926#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
2927#~ "  \n"
2928#~ "  This will tell PyKota to not limit jerome when printing on the \n"
2929#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
2930#~ "  accounting of the pages he prints will still be kept.\n"
2931#~ "  Print Quotas for jerome on other printers are unchanged.\n"
2932#~ "  \n"
2933#~ "  $ edpykota --limitby balance jerome\n"
2934#~ "  \n"
2935#~ "  This will tell PyKota to limit jerome by his account's balance\n"
2936#~ "  when printing.\n"
2937#~ "  \n"
2938#~ "  $ edpykota --balance +10.0 jerome\n"
2939#~ "  \n"
2940#~ "  This will increase jerome's account balance by 10.0 (in your\n"
2941#~ "  own currency). You can decrease the account balance with a\n"
2942#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
2943#~ "  \n"
2944#~ "  $ edpykota --delete jerome rachel\n"
2945#~ "  \n"
2946#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
2947#~ "  database. All their quotas and jobs will be deleted too.\n"
2948#~ "  \n"
2949#~ "  $ edpykota --printer lp --charge 0.1\n"
2950#~ "  \n"
2951#~ "  This will set the page price for printer lp to 0.1. Job price\n"
2952#~ "  will not be changed.\n"
2953#~ "  \n"
2954#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
2955#~ "  \n"
2956#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and "
2957#~ "HP.\n"
2958#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
2959#~ "  checked and accounted for on virtual printers Laser and HP.\n"
2960#~ "\n"
2961#~ "This program is free software; you can redistribute it and/or modify\n"
2962#~ "it under the terms of the GNU General Public License as published by\n"
2963#~ "the Free Software Foundation; either version 2 of the License, or\n"
2964#~ "(at your option) any later version.\n"
2965#~ "\n"
2966#~ "This program is distributed in the hope that it will be useful,\n"
2967#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2968#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2969#~ "GNU General Public License for more details.\n"
2970#~ "\n"
2971#~ "You should have received a copy of the GNU General Public License\n"
2972#~ "along with this program; if not, write to the Free Software\n"
2973#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2974#~ "USA.\n"
2975#~ "\n"
2976#~ "Please e-mail bugs to: %s"
2977#~ msgstr ""
2978#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
2979#~ "Libres\n"
2980#~ "�������� � �yKota.\n"
2981#~ "\n"
2982#~ "���� ���\n"
2983#~ "\n"
2984#~ "  edpykota [��� �� �� ... ��\n"
2985#~ "  \n"
2986#~ "  edpykota [��� �� �� ... ��\n"
2987#~ "\n"
2988#~ "���:\n"
2989#~ "\n"
2990#~ "  -v | --version       ��� �����edpykota� ���.\n"
2991#~ "  -h | --help          ��� ����� ���.\n"
2992#~ "  \n"
2993#~ "  -a | --add           �������/���� �� ��\n"
2994#~ "                       �����������"
2995#~ "                       \n"
2996#~ "  -d | --delete        ������� � �������"
2997#~ "                       ��������������\n"
2998#~ "                       \n"
2999#~ "  -c | --charge p[,j]  ����� ��� ��� � "
3000#~ "���"
3001#~ "                       � ������� �� ����"
3002#~ "��n"
3003#~ "                       ���. � ������, ���"
3004#~ "���"
3005#~ "                       �� �������� ���\n"
3006#~ "  \n"
3007#~ "  -i | --ingroups g1[,g2...]  ����� ����� � �"
3008#~ "��\n"
3009#~ "                              ���������� � "
3010#~ "��\n"
3011#~ "                              ����� ��������"
3012#~ "  \n"
3013#~ "  -u | --users         ��������� �� ����"
3014#~ "�"
3015#~ "                       �������n"
3016#~ "  \n"
3017#~ "  -P | --printer p     �������� �������"
3018#~ "p.\n"
3019#~ "                       ����p ���������� "
3020#~ "�n"
3021#~ "                       ��� �������� ����"
3022#~ "�\n"
3023#~ "                       ��*, �� �����n"
3024#~ "                       ������������ ��� \n"
3025#~ "                       �������.\n"
3026#~ "  \n"
3027#~ "  -G | --pgroups pg1[,pg2...] ������ ���� � ��\n"
3028#~ "                       ����g1, pg2, �.�����"
3029#~ "���.\n"
3030#~ "                       �������������� "
3031#~ "��"
3032#~ "                       ��� ������� ���.\n"
3033#~ "                       ������ ����������
3034#~ "�n"
3035#~ "                       �������� �����
3036#~ "���\n"
3037#~ "                       �� �������n"
3038#~ "                       ����� � �������� "
3039#~ "�n"
3040#~ "                       ���� � ���� �����"
3041#~ "���
3042#~ "                       ��.\n"
3043#~ "  \n"
3044#~ "  -g | --groups        �������� � �� ����"
3045#~ "�\n"
3046#~ "                       �� ��\n"
3047#~ "                          \n"
3048#~ "  -p | --prototype u|g �������� ����g ��"
3049#~ "�\n"
3050#~ "                       �������\n"
3051#~ "                       \n"
3052#~ "  -n | --noquota       ���������� "
3053#~ "����.\n"
3054#~ "  \n"
3055#~ "  -r | --reset         ������� �� � ��� �n"
3056#~ "                       ��� � ������� \n"
3057#~ "                       �������� �����\n"
3058#~ "                       \n"
3059#~ "  -R | --hardreset     �������� � ��� "
3060#~ "����\n"
3061#~ "                       � ��� ��������� \n"
3062#~ "                       ���. \n"
3063#~ "                       \n"
3064#~ "  -l | --limitby l     �������������� "
3065#~ "���                       � ��� ��������
3066#~ "������\n"
3067#~ "                       ������ ��'quota' (�
3068#~ "���).\n"
3069#~ "                       ���� ��� 'quota' (����n"
3070#~ "                       'balance' (������), 'quota-then-"
3071#~ "balance' (��"
3072#~ "                       �� ���� 'balance-then-"
3073#~ "quota' (����\n"
3074#~ "                       ���                       ����: � "
3075#~ "��� quota-then-balance � balance-then-quota\n"
3076#~ "                       � �� ��� ��\n"
3077#~ "                       \n"
3078#~ "  -b | --balance b     ������ ��� ����� "
3079#~ "���.\n"
3080#~ "                       � ��������������"
3081#~ "�����n"
3082#~ "                       � � � ����+ �-.\n"
3083#~ "                       ����: ������� ���, "
3084#~ "�����,\n"
3085#~ "                       �� ������� �����
3086#~ "����"
3087#~ "                       ��\n"
3088#~ "                       � �� � �� ��� ������
3089#~ "����n"
3090#~ "                       ��������.\n"
3091#~ "                       \n"
3092#~ "  -S | --softlimit sl  ���������l ��\n"
3093#~ "  \n"
3094#~ "  -H | --hardlimit hl  ����� ���� hl ��.\n"
3095#~ "  \n"
3096#~ "  ������ � �� � �� � �� �� �"
3097#~ "����#~ "  ����� �� ����--add.\n"
3098#~ "  \n"
3099#~ "����                              \n"
3100#~ "\n"
3101#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3102#~ "  \n"
3103#~ "  ����� ��john, paul, george � ringo ���"
3104#~ "  ���, � ������ � � �� ��"
3105#~ "  ����erome. ���jerome ������\n"
3106#~ "  �������mail �� ���ingo �"
3107#~ "  'ringo@example.com'\n"
3108#~ "  \n"
3109#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3110#~ "  \n"
3111#~ "  �������erome � ���lp ��
3112#~ "����n"
3113#~ "  50 ��, � �� �0 ��. � �� ��jerome ��"
3114#~ "  ���� � ��������������    "
3115#~ "����\n"
3116#~ "\n"
3117#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3118#~ "  \n"
3119#~ "  ��� ��, ���� �� �� ��jerome �� \n"
3120#~ "  ��� lp ������������ ����
3121#~ "��n"
3122#~ "  jerome ������� \"coders\" � \"it\" ����n"
3123#~ "  ��� ������"
3124#~ "            \n"
3125#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3126#~ "  \n"
3127#~ "  ���������00 �� � ��� ��50\n"
3128#~ "  �� � ��� financial � support �������"
3129#~ "  \n"
3130#~ "  $ edpykota --reset jerome \"jo*\"\n"
3131#~ "  \n"
3132#~ "  ����� ��������erome � ����"
3133#~ "���"
3134#~ "  ������'jo' �������"
3135#~ "  ������ � ����� �������"
3136#~ "  ������ ��� � �����������#~ "�n"
3137#~ "  ���-hardreset | -R .\n"
3138#~ "  \n"
3139#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3140#~ "  \n"
3141#~ "  �������� ���erome � ����"
3142#~ "hpcolor. \n"
3143#~ "  �� ����������� ��� ���
3144#~ "���� \n"
3145#~ "  ���� ��������\n"
3146#~ "  � �����rome ���������
3147#~ "���.\n"
3148#~ "  \n"
3149#~ "  $ edpykota --limitby balance jerome\n"
3150#~ "  \n"
3151#~ "  �������erome ������ ��� �\n"
3152#~ "  \n"
3153#~ "  $ edpykota --balance +10.0 jerome\n"
3154#~ "  \n"
3155#~ "  ������ �����jerome ��10.0 ���(�"
3156#~ "��n"
3157#~ "  ��� ������� ��� ����(-) ���"
3158#~ "  �� ��� �� � ���\n"
3159#~ "  \n"
3160#~ "  $ edpykota --delete jerome rachel\n"
3161#~ "  \n"
3162#~ "  ���������jerome � rachel � ������"
3163#~ "  ������� � ��� ����������\n"
3164#~ "  \n"
3165#~ "  $ edpykota --printer lp --charge 0.1\n"
3166#~ "  \n"
3167#~ "  ���� ��� � �����.1. �� ����n"
3168#~ "  ������\n"
3169#~ "  \n"
3170#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3171#~ "  \n"
3172#~ "  ���� ��� hplj1 � hplj2 � �� ����aser � "
3173#~ "HP.\n"
3174#~ "  ������� ���hplj1 ��plj2, ����� "
3175#~ "�n"
3176#~ "  ��� � ���� � � ������Laser � "
3177#~ "HP.\n"
3178#~ "\n"
3179#~ "This program is free software; you can redistribute it and/or modify\n"
3180#~ "it under the terms of the GNU General Public License as published by\n"
3181#~ "the Free Software Foundation; either version 2 of the License, or\n"
3182#~ "(at your option) any later version.\n"
3183#~ "\n"
3184#~ "This program is distributed in the hope that it will be useful,\n"
3185#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3186#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3187#~ "GNU General Public License for more details.\n"
3188#~ "\n"
3189#~ "You should have received a copy of the GNU General Public License\n"
3190#~ "along with this program; if not, write to the Free Software\n"
3191#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3192#~ "USA.\n"
3193#~ "\n"
3194#~ "��� ��� �� e-mail � %s"
3195
3196#~ msgid ""
3197#~ "Group           used    soft    hard    balance grace         total       "
3198#~ "paid"
3199#~ msgstr ""
3200#~ "���         �� �� �� �����       ��     "
3201#~ "��"
3202
3203#~ msgid ""
3204#~ "User            used    soft    hard    balance grace         total       "
3205#~ "paid"
3206#~ msgstr ""
3207#~ "���        �� �� �� �����       ��     "
3208#~ "��"
3209
3210#~ msgid "Waiting for printer %s to be idle or printing..."
3211#~ msgstr "���� ��� ������ � ���%s..."
Note: See TracBrowser for help on using the browser.