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

Revision 2028, 88.3 kB (checked in by jalet, 19 years ago)

Modified copyright years

  • 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307, 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"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
41"Libres\n"
42"\n"
43"Generates banners.\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  pkbanner  [options] \n"
48"\n"
49"options :\n"
50"\n"
51"  -v | --version       Prints pkbanner's version number then exits.\n"
52"  -h | --help          Prints this message then exits.\n"
53"  \n"
54"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
55"                       be drawn at the center top of the page. The default\n"
56"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
57"                       \n"
58"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
59"                       page sizes are recognized, like 'A4' or 'Letter'\n"
60"                       to name a few. The default size is A4.\n"
61"  \n"
62"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
63"                       used to save toner. The default value is 0, which\n"
64"                       means that no toner saving will be done.\n"
65"  \n"
66"  -u | --url u         Uses u as an url to be written at the bottom of \n"
67"                       the banner page. The default url is :\n"
68"                       http://www.librelogiciel.com/software/\n"
69"  \n"
70"examples :                              \n"
71"\n"
72"  Using pkbanner directly from the command line is not recommended,\n"
73"  excepted for testing purposes. You should use pkbanner in the\n"
74"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
75"  \n"
76"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
77"  \n"
78"      With such a setting in pykota.conf, all print jobs will be \n"
79"      prefixed with an A4 banner with no logo, and text luminosity will\n"
80"      be increased by 75%%. The PostScript output will be directly sent\n"
81"      to your printer.\n"
82"      \n"
83"  You'll find more examples in the sample configuration file included    \n"
84"  in PyKota.\n"
85"      \n"
86"This program is free software; you can redistribute it and/or modify\n"
87"it under the terms of the GNU General Public License as published by\n"
88"the Free Software Foundation; either version 2 of the License, or\n"
89"(at your option) any later version.\n"
90"\n"
91"This program is distributed in the hope that it will be useful,\n"
92"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
93"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
94"GNU General Public License for more details.\n"
95"\n"
96"You should have received a copy of the GNU General Public License\n"
97"along with this program; if not, write to the Free Software\n"
98"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
99"\n"
100"Please e-mail bugs to: %s"
101msgstr ""
102
103msgid "Unknown"
104msgstr ""
105
106msgid "Username"
107msgstr ""
108
109msgid "Job"
110msgstr ""
111
112msgid "Date"
113msgstr "����"
114
115msgid "Allowed"
116msgstr ""
117
118msgid "Denied"
119msgstr ""
120
121msgid "Allowed with Warning"
122msgstr ""
123
124msgid "Result"
125msgstr ""
126
127msgid "Title"
128msgstr "��"
129
130msgid "Filename"
131msgstr "�����
132
133#, python-format
134msgid "Pages printed so far on %s"
135msgstr ""
136
137msgid "Account balance"
138msgstr ""
139
140msgid "Soft Limit"
141msgstr ""
142
143msgid "Hard Limit"
144msgstr ""
145
146msgid "Date Limit"
147msgstr ""
148
149msgid "Allowed range is (0..99)"
150msgstr ""
151
152#, python-format
153msgid "Invalid 'savetoner' option %s : %s"
154msgstr ""
155
156#, python-format
157msgid "Invalid 'pagesize' option %s, defaulting to A4."
158msgstr ""
159
160#, python-format
161msgid ""
162"pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
163"A tool to give hints on what accounting method is best for each printer.\n"
164"\n"
165"command line usage :\n"
166"\n"
167"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
168"\n"
169"options :\n"
170"\n"
171"  -v | --version       Prints pkhint's version number then exits.\n"
172"  -h | --help          Prints this message then exits.\n"
173"  \n"
174"examples :                              \n"
175"\n"
176"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
177"  \n"
178"  Will analyze your printing system to test which accounter\n"
179"  is the best for each of the defined printer which\n"
180"  name matches one of the parameters.\n"
181"  \n"
182"  If you don't pass any argument on the command line, all\n"
183"  printers will be analyzed.\n"
184"  \n"
185"This program is free software; you can redistribute it and/or modify\n"
186"it under the terms of the GNU General Public License as published by\n"
187"the Free Software Foundation; either version 2 of the License, or\n"
188"(at your option) any later version.\n"
189"\n"
190"This program is distributed in the hope that it will be useful,\n"
191"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
192"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
193"GNU General Public License for more details.\n"
194"\n"
195"You should have received a copy of the GNU General Public License\n"
196"along with this program; if not, write to the Free Software\n"
197"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
198"\n"
199"Please e-mail bugs to: %s"
200msgstr ""
201"pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
202"���� ��� � ����� �������\n"
203"\n"
204"���� ���\n"
205"\n"
206"  pkhint [��� [���1 ���2 ... ���N] <file.conf\n"
207"\n"
208"���:\n"
209"\n"
210"  -v | --version       ��� �����pkhint � ���.\n"
211"  -h | --help          ��� ����� ���.\n"
212"  \n"
213"����                              \n"
214"\n"
215"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
216"  \n"
217"  ����� ��� �� ����� ��\n"
218"  ������ ��� � ���� � ���\n"
219"  ��� ����� ����� � ����.\n"
220"  \n"
221"  � �������������������
222"  ����.\n"
223"  \n"
224"This program is free software; you can redistribute it and/or modify\n"
225"it under the terms of the GNU General Public License as published by\n"
226"the Free Software Foundation; either version 2 of the License, or\n"
227"(at your option) any later version.\n"
228"\n"
229"This program is distributed in the hope that it will be useful,\n"
230"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
231"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
232"GNU General Public License for more details.\n"
233"\n"
234"You should have received a copy of the GNU General Public License\n"
235"along with this program; if not, write to the Free Software\n"
236"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
237"\n"
238"��� ��� �� e-mail � %s"
239
240#, python-format
241msgid "Invalid DeviceURI : %s"
242msgstr "� ���RI ���s"
243
244msgid ""
245"\n"
246"Please wait while pkhint analyzes your printing system's configuration..."
247msgstr ""
248"\n"
249"������ � pkhint ������� �����"���..."
250
251#, python-format
252msgid "Unknown device %s for printer %s"
253msgstr "����� %s � ����%s"
254
255msgid ""
256"\n"
257"Put the following lines into your /etc/pykota/pykota.conf file :\n"
258msgstr ""
259"\n"
260"������� ������etc/pykota/pykota.conf :\n"
261
262msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
263msgstr "# ����: �������� ��������
264
265msgid "# that hardware accounting wouldn't work, this only means that PyKota"
266msgstr "# ������ ������ ��� PyKota"
267
268msgid "# wasn't able to autodetect which hardware accounting method to use."
269msgstr "# ��� ������� �������, python-format
270msgid ""
271"pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
272"\n"
273"Email gateway for PyKota.\n"
274"\n"
275"command line usage :\n"
276"\n"
277"  pkmail  [options]\n"
278"\n"
279"options :\n"
280"\n"
281"  -v | --version       Prints pkmail's version number then exits.\n"
282"  -h | --help          Prints this message then exits.\n"
283"  \n"
284"    \n"
285"  This command is meant to be used from your mail server's aliases file,\n"
286"  as a pipe. It will then accept commands send to it in email messages,\n"
287"  and will send the answer to the command's originator.\n"
288"  \n"
289"  To use this command, create an email alias in /etc/aliases with\n"
290"  the following format :\n"
291"  \n"
292"    pykotacmd: \"|/usr/bin/pkmail\"\n"
293"    \n"
294"  Then run the 'newaliases' command to regenerate the aliases database.\n"
295"  \n"
296"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
297"  the command in the subject.\n"
298"  \n"
299"  List of supported commands :\n"
300"  \n"
301"        report [username]\n"
302"  \n"
303"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
304"  system user in the 'lpadmin' system group to ensure this user can\n"
305"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
306"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
307"  that you think at least twice before doing this though.\n"
308"  \n"
309"  Use at your own risk !\n"
310"  \n"
311"This program is free software; you can redistribute it and/or modify\n"
312"it under the terms of the GNU General Public License as published by\n"
313"the Free Software Foundation; either version 2 of the License, or\n"
314"(at your option) any later version.\n"
315"\n"
316"This program is distributed in the hope that it will be useful,\n"
317"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
318"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
319"GNU General Public License for more details.\n"
320"\n"
321"You should have received a copy of the GNU General Public License\n"
322"along with this program; if not, write to the Free Software\n"
323"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
324"\n"
325"Please e-mail bugs to: %s"
326msgstr ""
327
328#, python-format
329msgid ""
330"pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
331"Libres\n"
332"A Printers Manager for PyKota.\n"
333"\n"
334"command line usage :\n"
335"\n"
336"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
337"\n"
338"options :\n"
339"\n"
340"  -v | --version       Prints pkprinters's version number then exits.\n"
341"  -h | --help          Prints this message then exits.\n"
342"  \n"
343"  -a | --add           Adds printers if they don't exist on the Quota \n"
344"                       Storage Server. If they exist, they are modified\n"
345"                       unless -s|--skipexisting is also used.\n"
346"                       \n"
347"  -d | --delete        Deletes printers from the quota storage.\n"
348"  \n"
349"  -D | --description d Adds a textual description to printers.\n"
350"                       \n"
351"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
352"                       Job price is optional.\n"
353"                       If both are to be set, separate them with a comma.\n"
354"                       Floating point and negative values are allowed.\n"
355"  \n"
356"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
357"                       groups pg1, pg2, etc... which must already exist.\n"
358"                       A printer group is just like a normal printer,\n"
359"                       only that it is usually unknown from the printing\n"
360"                       system. Create printer groups exactly the same\n"
361"                       way that you create printers, then add other \n"
362"                       printers to them with this option.\n"
363"                       Accounting is done on a printer and on all\n"
364"                       the printer groups it belongs to, quota checking\n"
365"                       is done on a printer and on all the printer groups\n"
366"                       it belongs to.\n"
367"                       If the --remove option below is not used, the \n"
368"                       default action is to add printers to the specified\n"
369"                       printer groups.\n"
370"                       \n"
371"  -l | --list          List informations about the printer(s) and the\n"
372"                       printers groups it is a member of.\n"
373"                       \n"
374"  -r | --remove        In combination with the --groups option "
375"above,                       \n"
376"                       remove printers from the specified printers groups.\n"
377"                       \n"
378"  -s | --skipexisting  In combination with the --add option above, tells\n"
379"                       pkprinters to not modify existing printers.\n"
380"  \n"
381"  printer1 through printerN can contain wildcards if the --add option \n"
382"  is not set.\n"
383"  \n"
384"examples :                              \n"
385"\n"
386"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
387"hp8000\n"
388"  \n"
389"  Will create three printers named hp2100, hp2200 and hp8000.\n"
390"  Their price per page will be set at 0.05 unit, and their price\n"
391"  per job will be set at 0.1 unit. Units are in your own currency,\n"
392"  or whatever you want them to mean.\n"
393"  All of their descriptions will be set to the string \"HP Printer\".\n"
394"  If any of these printers already exists, it will also be modified \n"
395"  unless the -s|--skipexisting command line option is also used.\n"
396"            \n"
397"  $ pkprinters --delete \"*\"\n"
398"  \n"
399"  This will completely delete all printers and associated quota "
400"information,\n"
401"  as well as their job history. USE WITH CARE !\n"
402"  \n"
403"  $ pkprinters --groups Laser,HP \"hp*\"\n"
404"  \n"
405"  This will put all printers which name matches \"hp*\" into printers "
406"groups \n"
407"  Laser and HP, which MUST already exist.\n"
408"  \n"
409"  $ pkprinters --groups LexMark --remove hp2200\n"
410"  \n"
411"  This will remove the hp2200 printer from the LexMark printer group.\n"
412"  \n"
413"This program is free software; you can redistribute it and/or modify\n"
414"it under the terms of the GNU General Public License as published by\n"
415"the Free Software Foundation; either version 2 of the License, or\n"
416"(at your option) any later version.\n"
417"\n"
418"This program is distributed in the hope that it will be useful,\n"
419"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
420"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
421"GNU General Public License for more details.\n"
422"\n"
423"You should have received a copy of the GNU General Public License\n"
424"along with this program; if not, write to the Free Software\n"
425"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
426"\n"
427"Please e-mail bugs to: %s"
428msgstr ""
429"pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
430"Libres\n"
431"���� ������yKota.\n"
432"\n"
433"���� ���\n"
434"\n"
435"  pkprinters [��� ���1 ���2 ... ���N\n"
436"\n"
437"���:\n"
438"\n"
439"  -v | --version       ��� �����pkprinters � ���.\n"
440"  -h | --help          ��� ����� ���.\n"
441"  \n"
442"  -a | --add           ������� �� �� ���"
443"                       ���. � ��, �������"                       ����� � ����-s|--"
444"skipexisting.\n"
445"                       \n"
446"  -d | --delete        ������� � ��������n"
447"  \n"
448"  -D | --description   ����� ����������"
449"                       \n"
450"  -c | --charge p[,j]  ���� ��� ��� � ���n"
451"                       �� ��������.\n"
452"                       � ������, ��������"
453"                       ��\n"
454"                       �������� ����� ��"
455"  \n"
456"  -g | --groups pg1[,pg2...] ���������� ����\n"
457"                       � �� ����g1, pg2, �.� ���
458"                       ������. ���������n"
459"                       ������ ���, ���� �\n"
460"                       ������� ���. ����n"
461"                       �� ���������������"
462"                       ���, ���������� ��\n"
463"                       ����������������n"
464"                       ������������ ��\n"
465"                       ��� ����������\n"
466"                       � � ���� �������n"
467"                       --remove, ��������� ����"
468"                       � ���� �� ����"
469"                       \n"
470"  -l | --list          ������ �� ��� ����\n"
471"                       � ��� ����������\n"
472"                       \n"
473"  -r | --remove        � �������-groups ��,\n"
474"                       ������ � ���� ��\n"
475"                       ����n"
476"                       \n"
477"  -s | --skipexisting  � �������-add ��, �\n"
478"                       ����pkprinters ��������n"
479"                       ���.\n"
480"  \n"
481"  � ������1 � ���N ������ ���n"
482"  �� �� ����--add.\n"
483"  \n"
484"���:                              \n"
485"\n"
486"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
487"hp8000\n"
488"  \n"
489"  ������������p2100, hp2200 � hp8000.\n"
490"  �� � � ������.05 ��� � �� �\n"
491"  � ����0.1 ��� ��� ��������n"
492"  ���� �� ��� � ���� ����\n"
493"  �� ����� ��������\"HP Printer\".\n"
494"  � ���� � � ��� ���������n"
495"  ������ � ����-s|--skipexisting.\n"
496"            \n"
497"  $ pkprinters --delete \"*\"\n"
498"  \n"
499"  �������� � ��� � ����� �\n"
500"  ������ ������ �.\n"
501"  ������� � ����!\n"
502"  \n"
503"  $ pkprinters --groups Laser,HP \"hp*\"\n"
504"  \n"
505"  ��������� ������� �\"hp*\" \n"
506"  � �� ����aser � HP, ���� ����.\n"
507"  \n"
508"  $ pkprinters --groups LexMark --remove hp2200\n"
509"  \n"
510"  ��������hp2200 � �������exMark.\n"
511"  \n"
512"This program is free software; you can redistribute it and/or modify\n"
513"it under the terms of the GNU General Public License as published by\n"
514"the Free Software Foundation; either version 2 of the License, or\n"
515"(at your option) any later version.\n"
516"\n"
517"This program is distributed in the hope that it will be useful,\n"
518"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
519"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
520"GNU General Public License for more details.\n"
521"\n"
522"You should have received a copy of the GNU General Public License\n"
523"along with this program; if not, write to the Free Software\n"
524"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
525"\n"
526"��� ��� �� e-mail � %s"
527
528msgid "You're not allowed to use this command."
529msgstr "��������� �����"
530
531#, python-format
532msgid "There's no printer matching %s"
533msgstr "������� ������%s"
534
535#, python-format
536msgid "Invalid charge amount value %s"
537msgstr "� ���� ��%s"
538
539#, python-format
540msgid "Printer %s already exists, skipping."
541msgstr "���� %s �������
542#, python-format
543msgid "Printer %s already exists, will be modified."
544msgstr "���� %s ���������"
545
546#, python-format
547msgid "Impossible to add printer %s"
548msgstr "����������%s"
549
550#, python-format
551msgid "Invalid printer name %s"
552msgstr "� ������� %s"
553
554msgid "in"
555msgstr "�
556msgid "incompatible options, see help."
557msgstr "������ ������."
558
559msgid "You have to pass printer groups names on the command line"
560msgstr "������� ���������� ���
561msgid "You have to pass printer names on the command line"
562msgstr "������� ������������
563#, python-format
564msgid ""
565"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
566"An OSD quota monitor for PyKota.\n"
567"\n"
568"command line usage :\n"
569"\n"
570"  pykosd [options]\n"
571"\n"
572"options :\n"
573"\n"
574"  -v | --version       Prints pykosd's version number then exits.\n"
575"  -h | --help          Prints this message then exits.\n"
576"  \n"
577"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
578"                       triplet, for example #FF0000 is 100%% red.\n"
579"                       Defaults to 100%% green (#00FF00).\n"
580"                       \n"
581"  -d | --duration d    Sets the duration of the display in seconds. \n"
582"                       Defaults to 3 seconds.\n"
583"                       \n"
584"  -f | --font f        Sets the font to use for "
585"display.                      \n"
586"                       Defaults to the Python OSD library's default.\n"
587"  \n"
588"  -l | --loop n        Sets the number of times the info will be displayed.\n"
589"                       Defaults to 0, which means loop forever.\n"
590"                       \n"
591"  -s | --sleep s       Sets the sleeping duration between two displays \n"
592"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
593"                       \n"
594"  \n"
595"examples :                              \n"
596"\n"
597"  $ pykosd -s 60 --loop 5\n"
598"  \n"
599"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
600"  and will last for 3 seconds (the default) each time. After five\n"
601"  iterations, the program will exit.\n"
602"  \n"
603"This program is free software; you can redistribute it and/or modify\n"
604"it under the terms of the GNU General Public License as published by\n"
605"the Free Software Foundation; either version 2 of the License, or\n"
606"(at your option) any later version.\n"
607"\n"
608"This program is distributed in the hope that it will be useful,\n"
609"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
610"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
611"GNU General Public License for more details.\n"
612"\n"
613"You should have received a copy of the GNU General Public License\n"
614"along with this program; if not, write to the Free Software\n"
615"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
616"\n"
617"Please e-mail bugs to: %s"
618msgstr ""
619"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
620"������PyKota ��������OSD).\n"
621"\n"
622"���� ���\n"
623"\n"
624"  pykosd [���\n"
625"\n"
626"���:\n"
627"\n"
628"  -v | --version       ��� �����pykosd � ���.\n"
629"  -h | --help          ��� ����� ���.\n"
630"  \n"
631"  -c | --color #rrggbb ����� ���������n"
632"                       ���� ���� ��� #FF0000 ��n"
633"                       100%% ���n"
634"                       ����������00%% �� "
635"(#00FF00).\n"
636"                       \n"
637"  -d | --duration d    ����������������\n"
638"                       ����� ����� ����n"
639"                       \n"
640"  -f | --font f        ��������� �������"
641"                       �������� �����OSD �"
642"Python.\n"
643"  \n"
644"  -l | --loop n        ������ �������� �
645"���\n"
646"                       �������, ���������"
647"                       \n"
648"  -s | --sleep s       ����� ��� �� � ����\n"
649"                       ����������80 ����3 "
650"��\n"
651"                       \n"
652"  \n"
653"����                              \n"
654"\n"
655"  $ pykosd -s 60 --loop 5\n"
656"  \n"
657"  ����ykosd. ������������0 ����n"
658"  � ��� � 3 ������� ���. ���"
659"  �����, ��������\n"
660"  \n"
661"This program is free software; you can redistribute it and/or modify\n"
662"it under the terms of the GNU General Public License as published by\n"
663"the Free Software Foundation; either version 2 of the License, or\n"
664"(at your option) any later version.\n"
665"\n"
666"This program is distributed in the hope that it will be useful,\n"
667"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
668"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
669"GNU General Public License for more details.\n"
670"\n"
671"You should have received a copy of the GNU General Public License\n"
672"along with this program; if not, write to the Free Software\n"
673"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
674"\n"
675"��� ��� �� e-mail � %s"
676
677#, python-format
678msgid "Invalid duration option %s"
679msgstr "� ���������%s"
680
681#, python-format
682msgid "Invalid loop option %s"
683msgstr "� ����������"
684
685#, python-format
686msgid "Invalid sleep option %s"
687msgstr "� ��������� %s"
688
689#, python-format
690msgid "Invalid color option %s"
691msgstr "� ���������"
692
693#, python-format
694msgid "User %s doesn't exist in PyKota's database"
695msgstr "���%s � ���������Kota"
696
697#, python-format
698msgid "Pages used on %s : %s"
699msgstr "��� �� � %s : %s"
700
701#, python-format
702msgid "PyKota Units left : %.2f"
703msgstr "���PyKota ���� : %.2f"
704
705#, python-format
706msgid ""
707"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
708"\n"
709"Gives print quotes to users.\n"
710"\n"
711"command line usage :\n"
712"\n"
713"  pykotme  [options]  [files]\n"
714"\n"
715"options :\n"
716"\n"
717"  -v | --version       Prints pykotme's version number then exits.\n"
718"  -h | --help          Prints this message then exits.\n"
719"  \n"
720"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
721"                       use wildcards characters to select only\n"
722"                       some printers. The default value is *, meaning\n"
723"                       all printers.\n"
724"                       You can specify several names or wildcards, \n"
725"                       by separating them with commas.\n"
726"  \n"
727"examples :                              \n"
728"\n"
729"  $ pykotme --printer apple file1.ps file2.ps\n"
730"  \n"
731"  This will give a print quote to the current user. The quote will show\n"
732"  the price and size of a job consisting in file1.ps and file2.ps \n"
733"  which would be sent to the apple printer.\n"
734"  \n"
735"  $ pykotme --printer apple,hplaser <file1.ps\n"
736"  \n"
737"  This will give a print quote to the current user. The quote will show\n"
738"  the price and size of a job consisting in file1.ps as read from\n"
739"  standard input, which would be sent to the apple or hplaser\n"
740"  printer.\n"
741"\n"
742"  $ pykotme \n"
743"  \n"
744"  This will give a quote for a job consisting of what is on standard \n"
745"  input. The quote will list the job size, and the price the job\n"
746"  would cost on each printer.\n"
747"\n"
748"This program is free software; you can redistribute it and/or modify\n"
749"it under the terms of the GNU General Public License as published by\n"
750"the Free Software Foundation; either version 2 of the License, or\n"
751"(at your option) any later version.\n"
752"\n"
753"This program is distributed in the hope that it will be useful,\n"
754"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
755"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
756"GNU General Public License for more details.\n"
757"\n"
758"You should have received a copy of the GNU General Public License\n"
759"along with this program; if not, write to the Free Software\n"
760"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
761"\n"
762"Please e-mail bugs to: %s"
763msgstr ""
764"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
765"\n"
766"��� ��� � ���� ����\n"
767"\n"
768"���� ���\n"
769"\n"
770"  pykotme  [���  [��]\n"
771"\n"
772"���:\n"
773"\n"
774"  -v | --version       ��� �����pykotme � ���.\n"
775"  -h | --help          ��� ����� ���.\n"
776"  \n"
777"  -P | --printer p     ��� ��� ��������\n"
778"                       �p ���������� ����\n"
779"                       �������� �����*,\n"
780"                       ���������"
781"                       ������������� ��� \n"
782"                       ������.\n"
783"  \n"
784"����                              \n"
785"\n"
786"  $ pykotme --printer apple file1.ps file2.ps\n"
787"  \n"
788"  ��� ����� � ����������n"
789"  ��� �� � ��������������\n"
790"  ���ile1.ps � file2.ps ����������n"
791"  apple.\n"
792"  \n"
793"  $ pykotme --printer apple,hplaser <file1.ps\n"
794"  \n"
795"  ��� ����� � ����������n"
796"  ��� �� � ��������������\n"
797"  ���ile1.ps ���������, ��n"
798"  ���� ���apple �����hplaser.\n"
799"\n"
800"  $ pykotme \n"
801"  \n"
802"  ��� ����� � � ���������\n"
803"  ���� ��. �������������
804"  ���� �� ���� �����.\n"
805"\n"
806"This program is free software; you can redistribute it and/or modify\n"
807"it under the terms of the GNU General Public License as published by\n"
808"the Free Software Foundation; either version 2 of the License, or\n"
809"(at your option) any later version.\n"
810"\n"
811"This program is distributed in the hope that it will be useful,\n"
812"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
813"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
814"GNU General Public License for more details.\n"
815"\n"
816"You should have received a copy of the GNU General Public License\n"
817"along with this program; if not, write to the Free Software\n"
818"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
819"\n"
820"��� ��� �� e-mail � %s"
821
822#, python-format
823msgid "Your account balance : %.2f"
824msgstr "� ���������: %.2f"
825
826#, python-format
827msgid "Job size : %i pages"
828msgstr "������: %i ��"
829
830#, python-format
831msgid "Cost on printer %s : %.2f"
832msgstr "��� ���%s : %.2f"
833
834#, python-format
835msgid ""
836"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
837"Libres\n"
838"A tool to automate user account creation and initial balance setting.\n"
839"\n"
840"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
841"\n"
842"command line usage :\n"
843"\n"
844"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
845"  OF AN external policy IN pykota.conf\n"
846"  \n"
847"  autopykota { -i | --initbalance value } \n"
848"\n"
849"options :\n"
850"\n"
851"  -v | --version       Prints autopykota's version number then exits.\n"
852"  -h | --help          Prints this message then exits.\n"
853"  \n"
854"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
855"                       If the user already exists, actual balance is left\n"
856"                       unmodified. If unset, the default value is 0.\n"
857"                       \n"
858"This program is free software; you can redistribute it and/or modify\n"
859"it under the terms of the GNU General Public License as published by\n"
860"the Free Software Foundation; either version 2 of the License, or\n"
861"(at your option) any later version.\n"
862"\n"
863"This program is distributed in the hope that it will be useful,\n"
864"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
865"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
866"GNU General Public License for more details.\n"
867"\n"
868"You should have received a copy of the GNU General Public License\n"
869"along with this program; if not, write to the Free Software\n"
870"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
871"\n"
872"Please e-mail bugs to: %s"
873msgstr ""
874"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
875"Libres\n"
876"��� � ������������� ��� ������\n"
877"\n"
878"�� � ���� ����� � ����������������� �����n"
879"�����������!\n"
880"\n"
881"���� ���\n"
882"\n"
883"  � ���� �� ����� � ����������� ��� ���� "
884"��\n"
885"  � ����� ��� ���xternal policy) ��pykota.conf\n"
886"  \n"
887"  autopykota { -i | --initbalance � } \n"
888"\n"
889"���:\n"
890"\n"
891"  -v | --version       ��� �����autopykota � ���.\n"
892"  -h | --help          ��� ����� ���.\n"
893"  \n"
894"  -i | --initbalance b ���� �������� �b.\n"
895"                       � ������ ��� ���n"
896"                       �� � � ����, ����\n"
897"                       \n"
898"This program is free software; you can redistribute it and/or modify\n"
899"it under the terms of the GNU General Public License as published by\n"
900"the Free Software Foundation; either version 2 of the License, or\n"
901"(at your option) any later version.\n"
902"\n"
903"This program is distributed in the hope that it will be useful,\n"
904"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
905"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
906"GNU General Public License for more details.\n"
907"\n"
908"You should have received a copy of the GNU General Public License\n"
909"along with this program; if not, write to the Free Software\n"
910"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
911"\n"
912"��� ��� �� e-mail � %s"
913
914msgid "Job contains no data. Printing is denied."
915msgstr "����������� �������
916
917msgid "Job accounting begins."
918msgstr "�����������
919msgid "Job accounting ends."
920msgstr "����������
921msgid "Job size forced to 0 because printing is denied."
922msgstr "� ���������� �� ������"
923
924#, python-format
925msgid "Job size : %i"
926msgstr "������: %i"
927
928#, python-format
929msgid "Updating user %s's quota on printer %s"
930msgstr "��� �����s � ���%s"
931
932msgid "Job added to history."
933msgstr "������� ����"
934
935#, python-format
936msgid "File number %s unregistered twice from polling object, ignored."
937msgstr ""
938"� �� ��� %s ��� � �������
939"��������
940#, python-format
941msgid "SIGTERM was sent to real backend %s (pid: %s)"
942msgstr "SIGTERM ��� ���� �� %s (pid: %s)"
943
944#, python-format
945msgid "CUPS backend %s died abnormally."
946msgstr "��� CUPS %s �������
947
948#, python-format
949msgid ""
950"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
951"Libres\n"
952"\n"
953"Dumps PyKota database's content.\n"
954"\n"
955"command line usage :\n"
956"\n"
957"  dumpykota [options] \n"
958"\n"
959"options :\n"
960"\n"
961"  -v | --version       Prints dumpykota's version number then exits.\n"
962"  -h | --help          Prints this message then exits.\n"
963"  \n"
964"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
965"                       \n"
966"                         - history : dumps the jobs history.\n"
967"                         - users : dumps users.\n"
968"                         - groups : dumps user groups.\n"
969"                         - printers : dump printers.\n"
970"                         - upquotas : dump user quotas.\n"
971"                         - gpquotas : dump user groups quotas.\n"
972"                         - payments : dumps user payments.\n"
973"                         - pmembers : dumps printer groups members.\n"
974"                         - umembers : dumps user groups members.\n"
975"                         \n"
976"                       NB : the -d | --data command line option   \n"
977"                       is MANDATORY.\n"
978"  \n"
979"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
980"                       the format is to dump datas in the csv format (comma\n"
981"                       separated values). All data dumped is between double\n"
982"                       quotes. Allowed formats are :\n"
983"                       \n"
984"                         - csv : separate datas with commas\n"
985"                         - ssv : separate datas with semicolons\n"
986"                         - tsv : separate datas with tabs\n"
987"                         - xml : dump data as XML\n"
988"                         \n"
989"  -o | --output fname  All datas will be dumped to the file instead of\n"
990"                       to the standard output. The special '-' filename\n"
991"                       is the default value and means stdout.\n"
992"                       WARNING : existing files are truncated !\n"
993"  \n"
994"Examples :\n"
995"\n"
996"  $ dumpykota --data history --format csv >myfile.csv\n"
997"  \n"
998"  This dumps the history in a comma separated values file, for possible\n"
999"  use in a spreadsheet.\n"
1000"  \n"
1001"  $ dumpykota --data users --format xml -o users.xml\n"
1002"  \n"
1003"  Dumps all users datas to the users.xml file.\n"
1004"  \n"
1005"This program is free software; you can redistribute it and/or modify\n"
1006"it under the terms of the GNU General Public License as published by\n"
1007"the Free Software Foundation; either version 2 of the License, or\n"
1008"(at your option) any later version.\n"
1009"\n"
1010"This program is distributed in the hope that it will be useful,\n"
1011"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1012"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1013"GNU General Public License for more details.\n"
1014"\n"
1015"You should have received a copy of the GNU General Public License\n"
1016"along with this program; if not, write to the Free Software\n"
1017"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1018"\n"
1019"Please e-mail bugs to: %s"
1020msgstr ""
1021"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1022"Libres\n"
1023"\n"
1024"��� ����������� PyKota.\n"
1025"\n"
1026"���� ���\n"
1027"\n"
1028"  dumpykota [��� \n"
1029"\n"
1030"���:\n"
1031"\n"
1032"  -v | --version       ��� �����dumpykota� ���.\n"
1033"  -h | --help          ��� ����� ���.\n"
1034"  \n"
1035"  -d | --data type     ��� ���'���������\n"
1036"                       \n"
1037"                         - history : ��� ������.\n"
1038"                         - users : ��� ��\n"
1039"                         - groups : ��� �� ��\n"
1040"                         - printers : ��� ���.\n"
1041"                         - upquotas : ��� ����n"
1042"                         - gpquotas : ��� ������n"
1043"                         - payments : ��� ��� ��\n"
1044"                         - pmembers : ��� ������\n"
1045"                         - umembers : ��� �������n"
1046"                         \n"
1047"                       ��� ����-d | --data ��������n"
1048"  \n"
1049"  -f | --format fmt    ��� ���������� ���\n"
1050"                       ��� ������sv (������n"
1051"                       ���� �����������n"
1052"                       ������������\n"
1053"                       ���������� ��:\n"
1054"                       \n"
1055"                         - csv : ������ ���"
1056"                         - ssv : ������ ���"
1057"���\n"
1058"                         - tsv : ������ ���(tabs)\n"
1059"                         - xml : ��� ��� �L\n"
1060"                         \n"
1061"  -o | --output � ��������� �� ��"
1062"'�\n"
1063"                       ���������� ������n"
1064"                       ��� � '-' � ����� �
1065"���n"
1066"                       � ������ � �� ����"���n"
1067"                       ���� �����������!\n"
1068"  \n"
1069"�����\n"
1070"\n"
1071"  $ dumpykota --data history --format csv >myfile.csv\n"
1072"  \n"
1073"  ���������� ���� ��������n"
1074"  � ��������� ��n"
1075"  \n"
1076"  $ dumpykota --data users --format xml -o users.xml\n"
1077"  \n"
1078"  ���� ��������� users.xml .\n"
1079"  \n"
1080"This program is free software; you can redistribute it and/or modify\n"
1081"it under the terms of the GNU General Public License as published by\n"
1082"the Free Software Foundation; either version 2 of the License, or\n"
1083"(at your option) any later version.\n"
1084"\n"
1085"This program is distributed in the hope that it will be useful,\n"
1086"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1087"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1088"GNU General Public License for more details.\n"
1089"\n"
1090"You should have received a copy of the GNU General Public License\n"
1091"along with this program; if not, write to the Free Software\n"
1092"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1093"\n"
1094"��� ��� �� e-mail � %s"
1095
1096#, python-format
1097msgid "Invalid modifier [%s] for --data command line option, see help."
1098msgstr "� �� �� [%s] � ����-data, �����."
1099
1100#, python-format
1101msgid "Invalid modifier [%s] for --format command line option, see help."
1102msgstr "� �� �� [%s] � ����-format, �����."
1103
1104msgid "XML output is disabled because the jaxml module is not available."
1105msgstr "���� XML ��������������axml."
1106
1107msgid "PyKota data dumper failed : I/O error"
1108msgstr "������� �PyKota �� : �������
1109
1110msgid "The -d | --data command line option is mandatory, see help."
1111msgstr "����-d | --data �����, �����."
1112
1113msgid "Too many arguments, see help."
1114msgstr "������ ��� �����."
1115
1116#, python-format
1117msgid ""
1118"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1119"Libres\n"
1120"A Print Quota editor for PyKota.\n"
1121"\n"
1122"command line usage :\n"
1123"\n"
1124"  edpykota [options] user1 user2 ... userN\n"
1125"  \n"
1126"  edpykota [options] group1 group2 ... groupN\n"
1127"\n"
1128"options :\n"
1129"\n"
1130"  -v | --version       Prints edpykota's version number then exits.\n"
1131"  -h | --help          Prints this message then exits.\n"
1132"  \n"
1133"  -a | --add           Adds users and/or printers if they don't \n"
1134"                       exist on the Quota Storage Server.\n"
1135"                       \n"
1136"  -d | --delete        Deletes users/groups from the quota storage.\n"
1137"                       Printers are never deleted.\n"
1138"                       \n"
1139"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
1140"                       for a particular printer. Job price is optional.\n"
1141"                       If both are to be set, separate them with a comma.\n"
1142"                       Floating point values are allowed.\n"
1143"  \n"
1144"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1145"                              listed, separated by commas. The groups\n"
1146"                              must already exist in the Quota Storage.\n"
1147"  \n"
1148"  -u | --users         Edit users print quotas, this is the default.\n"
1149"  \n"
1150"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
1151"                       use wildcards characters to select only\n"
1152"                       some printers. The default value is *, meaning\n"
1153"                       all printers. \n"
1154"                       You can specify several names or wildcards, \n"
1155"                       by separating them with commas.\n"
1156"  \n"
1157"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
1158"                       pg1, pg2, etc... which must already exist.\n"
1159"                       A printer group is just like a normal printer,\n"
1160"                       only that it is usually unknown from the printing\n"
1161"                       system. Create printer groups exactly the same\n"
1162"                       way that you create printers, then add other \n"
1163"                       printers to them with this option.\n"
1164"                       Accounting is done on a printer and on all\n"
1165"                       the printer groups it belongs to, quota checking\n"
1166"                       is done on a printer and on all the printer groups\n"
1167"                       it belongs to.\n"
1168"  \n"
1169"  -g | --groups        Edit users groups print quotas instead of users.\n"
1170"                          \n"
1171"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
1172"                       print quotas\n"
1173"                       \n"
1174"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
1175"  \n"
1176"  -r | --reset         Resets the actual page counter for the user\n"
1177"                       or group to zero on the specified printers. \n"
1178"                       The life time page counter is kept unchanged.\n"
1179"                       \n"
1180"  -R | --hardreset     Resets the actual and life time page counters\n"
1181"                       for the user or group to zero on the specified \n"
1182"                       printers. \n"
1183"                       \n"
1184"  -l | --limitby l     Choose if the user/group is limited in "
1185"printing                     \n"
1186"                       by its account balance or by its page quota.\n"
1187"                       The default value is 'quota'. Allowed values\n"
1188"                       are 'quota' 'balance' 'quota-then-balance' and\n"
1189"                       'balance-then-quota'.\n"
1190"                       WARNING : quota-then-balance and balance-then-quota\n"
1191"                       are not yet implemented.\n"
1192"                       \n"
1193"  -b | --balance b     Sets the user's account balance to "
1194"b.                     \n"
1195"                       Account balance may be increase or decreased\n"
1196"                       if b is prefixed with + or -.\n"
1197"                       WARNING : when decreasing account balance,\n"
1198"                       the total paid so far by the user is decreased\n"
1199"                       too.\n"
1200"                       Groups don't have a real balance, but the\n"
1201"                       sum of their users' account balance.\n"
1202"                       \n"
1203"  -S | --softlimit sl  Sets the quota soft limit to sl "
1204"pages.                       \n"
1205"  \n"
1206"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
1207"  \n"
1208"  user1 through userN and group1 through groupN can use wildcards\n"
1209"  if the --add option is not set.\n"
1210"  \n"
1211"examples :                              \n"
1212"\n"
1213"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
1214"  \n"
1215"  This will add users john, paul, george and ringo to the quota\n"
1216"  database, and set their print quotas to the same values than user \n"
1217"  jerome. User jerome must already exist.\n"
1218"  User ringo's email address will also be set to 'ringo@example.com'\n"
1219"  \n"
1220"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
1221"  \n"
1222"  This will set jerome's print quota on the lp printer to a soft limit\n"
1223"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
1224"  printer lp doesn't exist on the Quota Storage Server then nothing is "
1225"done.\n"
1226"\n"
1227"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
1228"  \n"
1229"  Same as above, but if either user jerome or printer lp doesn't exist \n"
1230"  on the Quota Storage Server they are automatically added. Also\n"
1231"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
1232"  already exist in the Quota Storage.\n"
1233"            \n"
1234"  $ edpykota -g -S 500 -H 550 financial support            \n"
1235"  \n"
1236"  This will set print quota soft limit to 500 pages and hard limit\n"
1237"  to 550 pages for groups financial and support on all printers.\n"
1238"  \n"
1239"  $ edpykota --reset jerome \"jo*\"\n"
1240"  \n"
1241"  This will reset jerome's page counter to zero on all printers, as\n"
1242"  well as every user whose name begins with 'jo'.\n"
1243"  Their life time page counter on each printer will be kept unchanged.\n"
1244"  You can also reset the life time page counters by using the\n"
1245"  --hardreset | -R command line option.\n"
1246"  \n"
1247"  $ edpykota --printer hpcolor --noquota jerome\n"
1248"  \n"
1249"  This will tell PyKota to not limit jerome when printing on the \n"
1250"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
1251"  accounting of the pages he prints will still be kept.\n"
1252"  Print Quotas for jerome on other printers are unchanged.\n"
1253"  \n"
1254"  $ edpykota --limitby balance jerome\n"
1255"  \n"
1256"  This will tell PyKota to limit jerome by his account's balance\n"
1257"  when printing.\n"
1258"  \n"
1259"  $ edpykota --balance +10.0 jerome\n"
1260"  \n"
1261"  This will increase jerome's account balance by 10.0 (in your\n"
1262"  own currency). You can decrease the account balance with a\n"
1263"  dash prefix, and set it to a fixed amount with no prefix.\n"
1264"  \n"
1265"  $ edpykota --delete jerome rachel\n"
1266"  \n"
1267"  This will completely delete jerome and rachel from the Quota Storage\n"
1268"  database. All their quotas and jobs will be deleted too.\n"
1269"  \n"
1270"  $ edpykota --printer lp --charge 0.1\n"
1271"  \n"
1272"  This will set the page price for printer lp to 0.1. Job price\n"
1273"  will not be changed.\n"
1274"  \n"
1275"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
1276"  \n"
1277"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
1278"  When printing either on hplj1 or hplj2, print quota will also be \n"
1279"  checked and accounted for on virtual printers Laser and HP.\n"
1280"\n"
1281"This program is free software; you can redistribute it and/or modify\n"
1282"it under the terms of the GNU General Public License as published by\n"
1283"the Free Software Foundation; either version 2 of the License, or\n"
1284"(at your option) any later version.\n"
1285"\n"
1286"This program is distributed in the hope that it will be useful,\n"
1287"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1288"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1289"GNU General Public License for more details.\n"
1290"\n"
1291"You should have received a copy of the GNU General Public License\n"
1292"along with this program; if not, write to the Free Software\n"
1293"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1294"\n"
1295"Please e-mail bugs to: %s"
1296msgstr ""
1297"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1298"Libres\n"
1299"�������� � �yKota.\n"
1300"\n"
1301"���� ���\n"
1302"\n"
1303"  edpykota [��� �� �� ... ��\n"
1304"  \n"
1305"  edpykota [��� �� �� ... ��\n"
1306"\n"
1307"���:\n"
1308"\n"
1309"  -v | --version       ��� �����edpykota� ���.\n"
1310"  -h | --help          ��� ����� ���.\n"
1311"  \n"
1312"  -a | --add           �������/���� �� ��\n"
1313"                       �����������"
1314"                       \n"
1315"  -d | --delete        ������� � �������"
1316"                       ��������������\n"
1317"                       \n"
1318"  -c | --charge p[,j]  ����� ��� ��� � ���"
1319"                       � ������� �� ������n"
1320"                       ���. � ������, ����"
1321"��"
1322"                       �� �������� ���\n"
1323"  \n"
1324"  -i | --ingroups g1[,g2...]  ����� ����� � �"
1325"��\n"
1326"                              ���������� � ��\n"
1327"                              ����� ��������"
1328"  \n"
1329"  -u | --users         ��������� �� �����"
1330"                       �������n"
1331"  \n"
1332"  -P | --printer p     �������� �������p.\n"
1333"                       ����p ���������� �n"
1334"                       ��� �������� ����"
1335"�\n"
1336"                       ��*, �� �����n"
1337"                       ������������ ��� \n"
1338"                       �������.\n"
1339"  \n"
1340"  -G | --pgroups pg1[,pg2...] ������ ���� � ��\n"
1341"                       ����g1, pg2, �.��������.\n"
1342"                       �������������� "
1343"��"
1344"                       ��� ������� ���.\n"
1345"                       ������ �����������n"
1346"                       �������� �����
1347"���\n"
1348"                       �� �������n"
1349"                       ����� � �������� �n"
1350"                       ���� � ���� �����"
1351"���
1352"                       ��.\n"
1353"  \n"
1354"  -g | --groups        �������� � �� ����"
1355"�\n"
1356"                       �� ��\n"
1357"                          \n"
1358"  -p | --prototype u|g �������� ����g ��"
1359"�\n"
1360"                       �������\n"
1361"                       \n"
1362"  -n | --noquota       ���������� ����.\n"
1363"  \n"
1364"  -r | --reset         ������� �� � ��� �n"
1365"                       ��� � ������� \n"
1366"                       �������� �����\n"
1367"                       \n"
1368"  -R | --hardreset     �������� � ��� "
1369"����\n"
1370"                       � ��� ��������� \n"
1371"                       ���. \n"
1372"                       \n"
1373"  -l | --limitby l     �������������� "
1374"���                       � ��� ��������
1375"������\n"
1376"                       ������ ��'quota' (�
1377"���).\n"
1378"                       ���� ��� 'quota' (����n"
1379"                       'balance' (������), 'quota-then-"
1380"balance' (��"
1381"                       �� ���� 'balance-then-quota' (��
1382"���"
1383"                       ���                       ����: � "
1384"��� quota-then-balance � balance-then-quota\n"
1385"                       � �� ��� ��\n"
1386"                       \n"
1387"  -b | --balance b     ������ ��� ����� ��
1388"�.\n"
1389"                       � ����������������"
1390"���n"
1391"                       � � � ����+ �-.\n"
1392"                       ����: ������� ���, "
1393"�����,\n"
1394"                       �� ������� �������"
1395"�"
1396"                       ��\n"
1397"                       � �� � �� ��� ������
1398"����n"
1399"                       ��������.\n"
1400"                       \n"
1401"  -S | --softlimit sl  ���������l ��\n"
1402"  \n"
1403"  -H | --hardlimit hl  ����� ���� hl ��.\n"
1404"  \n"
1405"  ������ � �� � �� � �� �� �"
1406"����"  ����� �� ����--add.\n"
1407"  \n"
1408"����                              \n"
1409"\n"
1410"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
1411"  \n"
1412"  ����� ��john, paul, george � ringo ���"
1413"  ���, � ������ � � �� ��"
1414"  ����erome. ���jerome ������\n"
1415"  �������mail �� ���ingo �"
1416"  'ringo@example.com'\n"
1417"  \n"
1418"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
1419"  \n"
1420"  �������erome � ���lp ������n"
1421"  50 ��, � �� �0 ��. � �� ��jerome ��"
1422"  ���� � ��������������    "
1423"����\n"
1424"\n"
1425"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
1426"  \n"
1427"  ��� ��, ���� �� �� ��jerome �� \n"
1428"  ��� lp ������������ ������n"
1429"  jerome ������� \"coders\" � \"it\" ����n"
1430"  ��� ������"
1431"            \n"
1432"  $ edpykota -g -S 500 -H 550 financial support            \n"
1433"  \n"
1434"  ���������00 �� � ��� ��50\n"
1435"  �� � ��� financial � support �������"
1436"  \n"
1437"  $ edpykota --reset jerome \"jo*\"\n"
1438"  \n"
1439"  ����� ��������erome � ����"
1440"���"
1441"  ������'jo' �������"
1442"  ������ � ����� �������"
1443"  ������ ��� � ������������"
1444"  ���-hardreset | -R .\n"
1445"  \n"
1446"  $ edpykota --printer hpcolor --noquota jerome\n"
1447"  \n"
1448"  �������� ���erome � ����hpcolor. \n"
1449"  �� ����������� ��� ������� \n"
1450"  ���� ��������\n"
1451"  � �����rome �������������n"
1452"  \n"
1453"  $ edpykota --limitby balance jerome\n"
1454"  \n"
1455"  �������erome ������ ��� �\n"
1456"  \n"
1457"  $ edpykota --balance +10.0 jerome\n"
1458"  \n"
1459"  ������ �����jerome ��10.0 ���(���n"
1460"  ��� ������� ��� ����(-) ���"
1461"  �� ��� �� � ���\n"
1462"  \n"
1463"  $ edpykota --delete jerome rachel\n"
1464"  \n"
1465"  ���������jerome � rachel � ������"
1466"  ������� � ��� ����������\n"
1467"  \n"
1468"  $ edpykota --printer lp --charge 0.1\n"
1469"  \n"
1470"  ���� ��� � �����.1. �� ����n"
1471"  ������\n"
1472"  \n"
1473"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
1474"  \n"
1475"  ���� ��� hplj1 � hplj2 � �� ����aser � "
1476"HP.\n"
1477"  ������� ���hplj1 ��plj2, ����� �n"
1478"  ��� � ���� � � ������Laser � HP.\n"
1479"\n"
1480"This program is free software; you can redistribute it and/or modify\n"
1481"it under the terms of the GNU General Public License as published by\n"
1482"the Free Software Foundation; either version 2 of the License, or\n"
1483"(at your option) any later version.\n"
1484"\n"
1485"This program is distributed in the hope that it will be useful,\n"
1486"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1487"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1488"GNU General Public License for more details.\n"
1489"\n"
1490"You should have received a copy of the GNU General Public License\n"
1491"along with this program; if not, write to the Free Software\n"
1492"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1493"\n"
1494"��� ��� �� e-mail � %s"
1495
1496#, python-format
1497msgid "Invalid softlimit value %s."
1498msgstr "� ��������%s."
1499
1500#, python-format
1501msgid "Invalid hardlimit value %s."
1502msgstr "� ����� �s."
1503
1504#, python-format
1505msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
1506msgstr ""
1507"� �� �%i ������������%i, ��� "
1508"��
1509
1510#, python-format
1511msgid "Invalid balance value %s"
1512msgstr "� ���� ���%s"
1513
1514#, python-format
1515msgid "Invalid limitby value %s"
1516msgstr "� ���� limitby %s"
1517
1518msgid "You have to pass user or group names on the command line"
1519msgstr "������� ������ �� � �� ���
1520#, python-format
1521msgid "Prototype %s not found in Quota Storage for printer %s."
1522msgstr "� ��%s ���������������%s."
1523
1524#, python-format
1525msgid "Prototype object %s not found in Quota Storage."
1526msgstr "� ������ %s ����������
1527#, python-format
1528msgid "Undefined hard limit set to soft limit (%s) on printer %s."
1529msgstr ""
1530"����� ��� ������%s) � ���%s."
1531
1532#, python-format
1533msgid "Undefined soft limit set to hard limit (%s) on printer %s."
1534msgstr ""
1535"�������������� �%s) � ���%s."
1536
1537#, python-format
1538msgid "Invalid email address %s"
1539msgstr "� ������-mail %s"
1540
1541#, python-format
1542msgid "Unknown group %s"
1543msgstr ""
1544
1545#, python-format
1546msgid "Unknown user %s"
1547msgstr ""
1548
1549#, python-format
1550msgid "Invalid group name %s"
1551msgstr "� �������%s"
1552
1553#, python-format
1554msgid "Invalid user name %s"
1555msgstr "� �������s"
1556
1557#, python-format
1558msgid "Quota not found for object %s on printer %s."
1559msgstr "� ����� �����s � ���%s."
1560
1561#, python-format
1562msgid "Group %s not found in the PyKota Storage."
1563msgstr "���%s �����������Kota."
1564
1565msgid "Software accounting already done in first pass. Ignoring."
1566msgstr "���������� ���� �� ���."
1567
1568msgid "Hardware accounting already done in first pass. Ignoring."
1569msgstr "��������� ���� �� ���."
1570
1571msgid "Job size and price now set in history."
1572msgstr ""
1573
1574#, python-format
1575msgid ""
1576"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1577"Libres\n"
1578"\n"
1579"Generates print quota reports.\n"
1580"\n"
1581"command line usage :\n"
1582"\n"
1583"  repykota [options] \n"
1584"\n"
1585"options :\n"
1586"\n"
1587"  -v | --version       Prints repykota's version number then exits.\n"
1588"  -h | --help          Prints this message then exits.\n"
1589"  \n"
1590"  -u | --users         Generates a report on users quota, this is \n"
1591"                       the default.\n"
1592"  \n"
1593"  -g | --groups        Generates a report on group quota instead of users.\n"
1594"  \n"
1595"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1596"                       use wildcards characters to select only\n"
1597"                       some printers. The default value is *, meaning\n"
1598"                       all printers.\n"
1599"                       You can specify several names or wildcards, \n"
1600"                       by separating them with commas.\n"
1601"  \n"
1602"examples :                              \n"
1603"\n"
1604"  $ repykota --printer lp\n"
1605"  \n"
1606"  This will print the quota status for all users who use the lp printer.\n"
1607"\n"
1608"  $ repykota \n"
1609"  \n"
1610"  This will print the quota status for all users on all printers.\n"
1611"  \n"
1612"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1613"  \n"
1614"  This will print the quota status for user jerome and all users\n"
1615"  whose name begins with \"jo\" on all printers which name begins\n"
1616"  with \"laser\" or ends with \"pson\".\n"
1617"  \n"
1618"  If launched by an user who is not a PyKota administrator, additionnal\n"
1619"  arguments representing users or groups names are ignored, and only the\n"
1620"  current user/group is reported.\n"
1621"\n"
1622"This program is free software; you can redistribute it and/or modify\n"
1623"it under the terms of the GNU General Public License as published by\n"
1624"the Free Software Foundation; either version 2 of the License, or\n"
1625"(at your option) any later version.\n"
1626"\n"
1627"This program is distributed in the hope that it will be useful,\n"
1628"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1629"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1630"GNU General Public License for more details.\n"
1631"\n"
1632"You should have received a copy of the GNU General Public License\n"
1633"along with this program; if not, write to the Free Software\n"
1634"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1635"\n"
1636"Please e-mail bugs to: %s"
1637msgstr ""
1638"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1639"Libres\n"
1640"\n"
1641"�����������"
1642"\n"
1643"���� ���\n"
1644"\n"
1645"  repykota [��� \n"
1646"\n"
1647"���:\n"
1648"\n"
1649"  -v | --version       ��� �����repykota � ���.\n"
1650"  -h | --help          ��� ����� ���.\n"
1651"  \n"
1652"  -u | --users         ������ ������ �n"
1653"                       �� ��������\n"
1654"  \n"
1655"  -g | --groups        ������ ������ ��\n"
1656"                       ������\n"
1657"  \n"
1658"  -P | --printer p     ����� ����� �n"
1659"                       ���p ���������� �n"
1660"                       ��� ��������"
1661"                       ������*, �� �����"
1662"                       ������������ ���\n"
1663"                       �������.\n"
1664"  \n"
1665"����                              \n"
1666"\n"
1667"  $ repykota --printer lp\n"
1668"  \n"
1669"  ��� ���� ���� � �� ���n"
1670"  ���� ���lp.\n"
1671"\n"
1672"  $ repykota \n"
1673"  \n"
1674"  ��� ���� ���� � �� ���"
1675"  �� ���.\n"
1676"  \n"
1677"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1678"  \n"
1679"  ��� ���� ���� � ���erome �\n"
1680"  �� ������� ���� \"jo\" ���
1681"  � ��� ����� ���� \"laser\" ����n"
1682"  �"pson\".\n"
1683"  \n"
1684"  � ��� � ���� ������ �PyKota, ���"
1685"  ���� ������������ � ��\n"
1686"  �������������\n"
1687"\n"
1688"This program is free software; you can redistribute it and/or modify\n"
1689"it under the terms of the GNU General Public License as published by\n"
1690"the Free Software Foundation; either version 2 of the License, or\n"
1691"(at your option) any later version.\n"
1692"\n"
1693"This program is distributed in the hope that it will be useful,\n"
1694"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1695"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1696"GNU General Public License for more details.\n"
1697"\n"
1698"You should have received a copy of the GNU General Public License\n"
1699"along with this program; if not, write to the Free Software\n"
1700"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1701"\n"
1702"��� ��� �� e-mail � %s"
1703
1704#, python-format
1705msgid ""
1706"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1707"Libres\n"
1708"\n"
1709"Sends mail to users over print quota.\n"
1710"\n"
1711"command line usage :\n"
1712"\n"
1713"  warnpykota  [options]  [names]\n"
1714"\n"
1715"options :\n"
1716"\n"
1717"  -v | --version       Prints warnpykota's version number then exits.\n"
1718"  -h | --help          Prints this message then exits.\n"
1719"  \n"
1720"  -u | --users         Warns users over their print quota, this is the \n"
1721"                       default.\n"
1722"  \n"
1723"  -g | --groups        Warns users whose groups quota are over limit.\n"
1724"  \n"
1725"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1726"                       use wildcards characters to select only\n"
1727"                       some printers. The default value is *, meaning\n"
1728"                       all printers.\n"
1729"                       You can specify several names or wildcards, \n"
1730"                       by separating them with commas.\n"
1731"  \n"
1732"examples :                              \n"
1733"\n"
1734"  $ warnpykota --printer lp\n"
1735"  \n"
1736"  This will warn all users of the lp printer who have exceeded their\n"
1737"  print quota.\n"
1738"\n"
1739"  $ warnpykota \n"
1740"  \n"
1741"  This will warn all users  who have exceeded their print quota on\n"
1742"  any printer.\n"
1743"\n"
1744"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1745"  \n"
1746"  This will warn all users of groups which names begins with \"dev\" and\n"
1747"  who have exceeded their print quota on any printer which name begins \n"
1748"  with \"laserjet\"\n"
1749"  \n"
1750"  If launched by an user who is not a PyKota administrator, additionnal\n"
1751"  arguments representing users or groups names are ignored, and only the\n"
1752"  current user/group is reported.\n"
1753"\n"
1754"This program is free software; you can redistribute it and/or modify\n"
1755"it under the terms of the GNU General Public License as published by\n"
1756"the Free Software Foundation; either version 2 of the License, or\n"
1757"(at your option) any later version.\n"
1758"\n"
1759"This program is distributed in the hope that it will be useful,\n"
1760"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1761"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1762"GNU General Public License for more details.\n"
1763"\n"
1764"You should have received a copy of the GNU General Public License\n"
1765"along with this program; if not, write to the Free Software\n"
1766"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1767"\n"
1768"Please e-mail bugs to: %s"
1769msgstr ""
1770"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1771"Libres\n"
1772"\n"
1773"��� email ������ �� �����.\n"
1774"\n"
1775"���� ���\n"
1776"\n"
1777"  warnpykota  [���  [���n"
1778"\n"
1779"���:\n"
1780"\n"
1781"  -v | --version       ��� �����warnpykota � ���.\n"
1782"  -h | --help          ��� ����� ���.\n"
1783"  \n"
1784"  -u | --users         ������ ���� ���n"
1785"                       ��� �. ��������\n"
1786"  \n"
1787"  -g | --groups        ������ ����� �� ��"
1788"��.\n"
1789"  \n"
1790"  -P | --printer p     �������������� �"
1791"���n"
1792"                       p ����������� ���� "
1793"��"
1794"                       ������ ����� ��*, �n"
1795"                       ��������"
1796"                       ������������ ��� ��"
1797"                       ���������"
1798"  \n"
1799"����                              \n"
1800"\n"
1801"  $ warnpykota --printer lp\n"
1802"  \n"
1803"  ������� ������lp ��� �� �"
1804"  ������.\n"
1805"\n"
1806"  $ warnpykota \n"
1807"  \n"
1808"  ������� ����� �� �����\n"
1809"  � ���� ���\n"
1810"\n"
1811"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1812"  \n"
1813"  ������� ����� �������� �\n"
1814"  \"dev\" ����� �� ����� � ����\n"
1815"  ������������  \"laserjet\"\n"
1816"  \n"
1817"  � ��� � ���� ������ �PyKota, �n"
1818"  �������������� ���� �\n"
1819"  ����������� ��������n"
1820"\n"
1821"This program is free software; you can redistribute it and/or modify\n"
1822"it under the terms of the GNU General Public License as published by\n"
1823"the Free Software Foundation; either version 2 of the License, or\n"
1824"(at your option) any later version.\n"
1825"\n"
1826"This program is distributed in the hope that it will be useful,\n"
1827"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1828"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1829"GNU General Public License for more details.\n"
1830"\n"
1831"You should have received a copy of the GNU General Public License\n"
1832"along with this program; if not, write to the Free Software\n"
1833"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1834"\n"
1835"��� ��� �� e-mail � %s"
1836
1837#, python-format
1838msgid "Unsupported accounter backend %s"
1839msgstr "� ���� �� ���� %s"
1840
1841#, python-format
1842msgid "Configuration file %s not found."
1843msgstr "� �������� %s."
1844
1845#, python-format
1846msgid "Option %s not found in section global of %s"
1847msgstr "����%s ������� global �%s"
1848
1849#, python-format
1850msgid "Option %s not found in section %s of %s"
1851msgstr "����%s ������� %s �%s"
1852
1853#, python-format
1854msgid "Option logger only supports values in %s"
1855msgstr "����logger ��� �����"
1856
1857#, python-format
1858msgid "Invalid accounter %s for printer %s"
1859msgstr "� �������� � ����%s"
1860
1861#, python-format
1862msgid "Option accounter in section %s only supports values in %s"
1863msgstr ""
1864"�������� � �� %s ��� �����"
1865
1866#, python-format
1867msgid "Option enforcement in section %s only supports values in %s"
1868msgstr "����enforcement � �� %s ��� �����"
1869
1870#, python-format
1871msgid "Option onaccountererror in section %s only supports values in %s"
1872msgstr "����onaccounterror ���s ��� �����"
1873
1874#, python-format
1875msgid "Invalid policy %s for printer %s"
1876msgstr "� ����� %s � ����%s"
1877
1878#, python-format
1879msgid "Option policy in section %s only supports values in %s"
1880msgstr "����policy � �� %s ��� �����"
1881
1882#, python-format
1883msgid "Invalid option mailto %s for printer %s"
1884msgstr "� ������mailto %s � ����%s"
1885
1886#, python-format
1887msgid "Option mailto in section %s only supports values in %s"
1888msgstr "����mailto � ��  %s ��� �����"
1889
1890#, python-format
1891msgid "Invalid grace delay %s"
1892msgstr "� ��������"
1893
1894#, python-format
1895msgid "Invalid poor man's threshold %s"
1896msgstr "� �����poor man's %s"
1897
1898msgid ""
1899"Your Print Quota account balance is Low.\n"
1900"Soon you'll not be allowed to print anymore.\n"
1901"Please contact the Print Quota Administrator to solve the problem."
1902msgstr ""
1903"� ��������� �����\n"
1904"������������ ��n"
1905"�����������������."
1906
1907#, python-format
1908msgid ""
1909"You are not allowed to print anymore because\n"
1910"your Print Quota is exceeded on printer %s."
1911msgstr ""
1912"��������������n"
1913"�� �� ����� �� ���%s."
1914
1915#, python-format
1916msgid ""
1917"You will soon be forbidden to print anymore because\n"
1918"your Print Quota is almost reached on printer %s."
1919msgstr ""
1920"������������� ��"
1921"�� ����������� ���%s."
1922
1923#, python-format
1924msgid "Option accountbanner in section %s only supports values in %s"
1925msgstr ""
1926
1927#, python-format
1928msgid "Unsupported logging subsystem %s"
1929msgstr "� ���� �� ����"
1930
1931#, python-format
1932msgid "Report for %s quota on printer %s"
1933msgstr "�����s � ���%s"
1934
1935#, python-format
1936msgid "Pages grace time: %i days"
1937msgstr "�������: %i ��
1938
1939#, python-format
1940msgid "Price per job: %.3f"
1941msgstr "��� ���%.3f"
1942
1943#, python-format
1944msgid "Price per page: %.3f"
1945msgstr "��� �� %.3f"
1946
1947msgid ""
1948"Group           used    soft    hard    balance grace         total       "
1949"paid"
1950msgstr ""
1951"���         �� �� �� �����       ��     "
1952"��"
1953
1954msgid ""
1955"User            used    soft    hard    balance grace         total       "
1956"paid"
1957msgstr ""
1958"���        �� �� �� �����       ��     "
1959"��"
1960
1961msgid "unknown"
1962msgstr "���
1963#, python-format
1964msgid "Real : %s"
1965msgstr "����: %s"
1966
1967#, python-format
1968msgid "Total : %9i"
1969msgstr "��� %9i"
1970
1971#, python-format
1972msgid "Unsupported reporter backend %s"
1973msgstr "� ���� �� ���s"
1974
1975#, python-format
1976msgid "Unsupported quota storage backend %s"
1977msgstr "� ���� �� ����%s"
1978
1979#, python-format
1980msgid "Impossible to connect to SMTP server : %s"
1981msgstr "���� ����� SMTP : %s"
1982
1983#, python-format
1984msgid "Impossible to send mail to %s, error %s : %s"
1985msgstr "����� e-mail � %s, ��%s : %s"
1986
1987#, python-format
1988msgid ""
1989"\n"
1990"\n"
1991"Please contact your system administrator :\n"
1992"\n"
1993"\t%s - <%s>\n"
1994msgstr ""
1995"\n"
1996"\n"
1997"������������������n"
1998"\n"
1999"\t%s - <%s>\n"
2000
2001#, python-format
2002msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2003msgstr ""
2004"������s � ���%s, ����� ���s)"
2005
2006#, python-format
2007msgid ""
2008"Unable to find user %s's account balance, applying default policy (%s) for "
2009"printer %s"
2010msgstr ""
2011"�����������s, ����� ���s)"
2012"� ����%s"
2013
2014#, python-format
2015msgid "Print Quota exceeded for group %s on printer %s"
2016msgstr "����� ��� � ���%s � ���%s"
2017
2018msgid "Print Quota"
2019msgstr "�����"
2020
2021msgid "Print Quota Exceeded"
2022msgstr "����� ���"
2023
2024#, python-format
2025msgid "Print Quota low for group %s on printer %s"
2026msgstr "������������%s � ���%s"
2027
2028#, python-format
2029msgid "Print Quota exceeded for user %s on printer %s"
2030msgstr "����� ��� � ���s � ���%s"
2031
2032#, python-format
2033msgid "Print Quota low for user %s on printer %s"
2034msgstr "������������s � ���%s"
2035
2036msgid "Print Quota Low"
2037msgstr "��������#, python-format
2038msgid "Printing system %s, args=%s"
2039msgstr "������, ���%s"
2040
2041#, python-format
2042msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2043msgstr "�� ����� ���������PDL : %s"
2044
2045#, python-format
2046msgid "SIGTERM received, job %s cancelled."
2047msgstr "SIGTERM �� �� ���%s."
2048
2049#, python-format
2050msgid "Banner generator %s exit code is %s"
2051msgstr ""
2052
2053msgid "Printer hostname undefined, set to 'localhost'"
2054msgstr "��������� ��localhost'"
2055
2056#, python-format
2057msgid "Printing system unknown, args=%s"
2058msgstr "����� ���, ���%s"
2059
2060#, python-format
2061msgid ""
2062"Printer %s not registered in the PyKota system, applying external policy (%"
2063"s) for printer %s"
2064msgstr ""
2065"���� %s � ������ ��� PyKota, ���"
2066"��� ���s) � ����%s"
2067
2068#, python-format
2069msgid ""
2070"User %s not registered in the PyKota system, applying external policy (%s) "
2071"for printer %s"
2072msgstr ""
2073"���%s � ������ ��� PyKota, ������ "
2074"���s) � ����%s"
2075
2076#, python-format
2077msgid ""
2078"User %s doesn't have quota on printer %s in the PyKota system, applying "
2079"external policy (%s) for printer %s"
2080msgstr ""
2081"���%s � �������%s ��� PyKota, ���"
2082"��� ���s) � ����%s"
2083
2084#, python-format
2085msgid ""
2086"External policy %s for printer %s produced an error. Job rejected. Please "
2087"check PyKota's configuration files."
2088msgstr ""
2089"������ %s � ����%s ������� "
2090"��� ����������� �PyKota."
2091
2092#, python-format
2093msgid ""
2094"Printer %s not registered in the PyKota system, applying default policy (%s)"
2095msgstr ""
2096"���� %s � ������ ��� PyKota, ����� "
2097"���s)"
2098
2099#, python-format
2100msgid ""
2101"User %s not registered in the PyKota system, applying default policy (%s) "
2102"for printer %s"
2103msgstr ""
2104"���%s � ������ ��� PyKota, ����� "
2105"���s) � ����%s"
2106
2107#, python-format
2108msgid ""
2109"User %s doesn't have quota on printer %s in the PyKota system, applying "
2110"default policy (%s)"
2111msgstr ""
2112"���%s � �������%s ��� PyKota, ���"
2113"�� ���s)"
2114
2115#, python-format
2116msgid ""
2117"Printer %s still not registered in the PyKota system, job will be rejected"
2118msgstr ""
2119"���� %s � �������� ��� PyKota, ��� "
2120"����"
2121
2122#, python-format
2123msgid ""
2124"User %s still not registered in the PyKota system, job will be rejected on "
2125"printer %s"
2126msgstr ""
2127"���%s � �������� ��� PyKota, ��� �"
2128"��� � ���%s"
2129
2130#, python-format
2131msgid ""
2132"User %s still doesn't have quota on printer %s in the PyKota system, job "
2133"will be rejected"
2134msgstr ""
2135"���%s � ���������%s ��� PyKota, �
2136"�������
2137
2138#, python-format
2139msgid "Network error while doing SNMP queries on printer %s : %s"
2140msgstr "����� ���SNMP �� � ���%s : %s"
2141
2142#, python-format
2143msgid "SNMP message decoding error for printer %s : %s"
2144msgstr ""
2145
2146#, python-format
2147msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2148msgstr "������ ����� SNMP � ���%s : %s"
2149
2150#, python-format
2151msgid "Waiting for printer %s to be idle or printing..."
2152msgstr "���� ��� ������ � ���%s..."
2153
2154#, python-format
2155msgid "Waiting for printer %s's idle status to stabilize..."
2156msgstr "���� ������������s..."
2157
2158#, python-format
2159msgid "Problem during connection to %s:%s : %s"
2160msgstr "�� ���� � %s:%s : %s"
2161
2162#, python-format
2163msgid "Problem while sending PJL query to %s:%s : %s"
2164msgstr "�� ���������L �%s:%s : %s"
2165
2166#, python-format
2167msgid "A problem occured while reading printer %s's internal page counter."
2168msgstr ""
2169"�������� ���������� ���� �"
2170"���%s."
2171
2172#, python-format
2173msgid "Retrieving printer %s's page counter from database instead."
2174msgstr ""
2175"������� ����%s � ���������."
2176
2177#, python-format
2178msgid ""
2179"Couldn't retrieve printer %s's internal page counter either before or after "
2180"printing."
2181msgstr ""
2182"��������� ���� ����%s ���"
2183"��� ���"
2184
2185#, python-format
2186msgid "Job's size forced to 1 page for printer %s."
2187msgstr "� ���������� ��� ����%s."
2188
2189#, python-format
2190msgid "No previous job in database for printer %s."
2191msgstr ""
2192"���������� �����������%s."
2193
2194#, python-format
2195msgid "Inconsistent values for printer %s's internal page counter."
2196msgstr "����� � �������� ����%s."
2197
2198msgid ""
2199"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
2200"download it from http://pysnmp.sourceforge.net"
2201msgstr ""
2202"������� �SNMP, �������ython-SNMP � ��"
2203"���. �������� http://pysnmp.sourceforge.net"
2204
2205#, python-format
2206msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2207msgstr "����� ����HARDWARE(%s) � ����%s"
2208
2209#, python-format
2210msgid "Launching HARDWARE(%s)..."
2211msgstr "���ARDWARE(%s)..."
2212
2213#, python-format
2214msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2215msgstr "SIGTERM ��� ����� ��%s (pid: %s)"
2216
2217#, python-format
2218msgid "Line [%s] skipped in accounter's output. Trying again..."
2219msgstr ""
2220"��� [%s] ������� �����. ���� ��.."
2221
2222#, python-format
2223msgid "Hardware accounter %s exit code is %s"
2224msgstr "�� �� ����� ��%s ��%s"
2225
2226#, python-format
2227msgid "Unable to query printer %s via HARDWARE(%s)"
2228msgstr "������ �����s ��DWARE(%s)"
2229
2230#, python-format
2231msgid ""
2232"SNMP querying stage interrupted. Using latest value seen for internal page "
2233"counter (%s) on printer %s."
2234msgstr ""
2235"��� SNMP ���. �������������"
2236"���� (%s) ����%s."
2237
2238#, python-format
2239msgid ""
2240"PJL querying stage interrupted. Using latest value seen for internal page "
2241"counter (%s) on printer %s."
2242msgstr ""
2243"��� PJL ���. �������������"
2244"���� (%s) ����%s."
2245
2246#, python-format
2247msgid "Launching SOFTWARE(%s)..."
2248msgstr "���OFTWARE(%s)..."
2249
2250#, python-format
2251msgid "Unable to compute job size with accounter %s"
2252msgstr "�� ���� ��������� %s"
2253
2254#, python-format
2255msgid "Problem while waiting for software accounter pid %s to exit : %s"
2256msgstr ""
2257"������������ ����� ����%s : %s"
2258
2259#, python-format
2260msgid "Software accounter %s exit code is %s"
2261msgstr "�� �� ����� ������%s"
2262
2263msgid "Totals may be inaccurate if some users are members of several groups."
2264msgstr ""
2265"� �����������������������
2266"��."
2267
2268#, python-format
2269msgid ""
2270"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2271"double check /etc/pykota/pykota.conf : %s"
2272msgstr ""
2273"������� ������� ��������. "
2274"�����������etc/pykota/pykota.conf : %s"
2275
2276#, python-format
2277msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2278msgstr "���� �%s(%s) � %s(��%s) � ������"
2279
2280#, python-format
2281msgid "Problem adding LDAP entry (%s, %s)"
2282msgstr "������������LDAP (%s, %s)"
2283
2284#, python-format
2285msgid "Problem deleting LDAP entry (%s)"
2286msgstr "������������LDAP (%s)"
2287
2288#, python-format
2289msgid "Problem modifying LDAP entry (%s, %s)"
2290msgstr "�������������LDAP (%s, %s)"
2291
2292#, python-format
2293msgid ""
2294"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2295"entries manually ?"
2296msgstr ""
2297"� �������ykotaAccountBalance � ���s. ���� "
2298"LDAP ������� ;"
2299
2300#, python-format
2301msgid ""
2302"Unable to find an existing objectClass %s entry with %s=%s to attach "
2303"pykotaAccount objectClass"
2304msgstr ""
2305"�������objectClass %s ���� %s=%s � ���
2306"pykotaAccount objectClass"
2307
2308#, python-format
2309msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2310msgstr ""
2311"����������������ykotaGroup "
2312"objectclass %s"
2313
2314msgid "PyKota Reports"
2315msgstr "���PyKota"
2316
2317msgid "Report"
2318msgstr "���
2319msgid "Printer"
2320msgstr "���
2321
2322msgid "User / Group names mask"
2323msgstr "�������� ���
2324
2325msgid "Groups report"
2326msgstr "�����msgid "Please click on the above button"
2327msgstr ""
2328
2329msgid "History"
2330msgstr "���
2331
2332msgid "Empty"
2333msgstr "���
2334msgid "Action"
2335msgstr "����
2336msgid "User"
2337msgstr "���
2338
2339msgid "Hostname"
2340msgstr "����
2341
2342msgid "JobId"
2343msgstr "���"
2344
2345msgid "JobSize"
2346msgstr "���
2347
2348msgid "JobPrice"
2349msgstr "��
2350
2351msgid "Copies"
2352msgstr "���"
2353
2354msgid "JobBytes"
2355msgstr "���
2356
2357msgid "PageCounter"
2358msgstr "�����"
2359
2360msgid "Options"
2361msgstr "���"
2362
2363msgid "Previous page"
2364msgstr "���� ��
Note: See TracBrowser for help on using the browser.