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

Revision 3073, 142.0 kB (checked in by jerome, 17 years ago)

Now pkprinters doesn't modify CUPS' printers.conf if the -C | --cups
command line switch is not used.

  • 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: 2006-03-30 22:00+0200\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 ""
65"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
66"\n"
67"A Print Quota editor for PyKota.\n"
68"\n"
69"command line usage :\n"
70"\n"
71"  edpykota [options] user1 user2 ... userN\n"
72"  \n"
73"  edpykota [options] group1 group2 ... groupN\n"
74"\n"
75"options :\n"
76"\n"
77"  -v | --version       Prints edpykota's version number then exits.\n"
78"  -h | --help          Prints this message then exits.\n"
79"  \n"
80"  -a | --add           Adds users or groups print quota entries if\n"
81"                       they don't exist in database.\n"
82"                       \n"
83"  -d | --delete        Deletes users or groups print quota entries.\n"
84"                       Users or groups are never deleted, you have\n"
85"                       to use the pkusers command to delete them.\n"
86"                       The history will be purge from all matching\n"
87"                       jobs, unless -g | --groups is used.\n"
88"  \n"
89"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
90"                       use wildcards characters to select only\n"
91"                       some printers. The default value is *, meaning\n"
92"                       all printers. \n"
93"                       You can specify several names or wildcards, \n"
94"                       by separating them with commas.\n"
95"  \n"
96"  -g | --groups        Edit groups print quota entries instead of \n"
97"                       users print quota entries.\n"
98"                          \n"
99"  -L | --list          Lists users or groups print quota entries.\n"
100"  \n"
101"  -n | --noquota       Sets both soft and hard limits to None for users\n"
102"                       or groups print quota entries.\n"
103"  \n"
104"  -r | --reset         Resets the actual page counter for the user\n"
105"                       or group to zero on the specified printers. \n"
106"                       The life time page counter is kept unchanged.\n"
107"                       \n"
108"  -R | --hardreset     Resets the actual and life time page counters\n"
109"                       for the user or group to zero on the specified \n"
110"                       printers. This is a shortcut for '--used 0'.\n"
111"                       \n"
112"  -s | --skipexisting  In combination with the --add option above, tells\n"
113"                       edpykota to not modify existing print quota entries.\n"
114"                       \n"
115"  -S | --softlimit sl  Sets the quota soft limit to sl "
116"pages.                       \n"
117"  \n"
118"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
119"  \n"
120"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
121"                       of v. You can prefix v with + or -, if no sign is\n"
122"                       used, + is assumed.\n"
123"\n"
124"  -U | --used u        Sets the page counters for the user u pages on\n"
125"                       the selected printers. Doesn't work for groups, "
126"since\n"
127"                       their page counters are the sum of all their "
128"members'\n"
129"                       page counters.\n"
130"                       Useful for migrating users from a different system\n"
131"                       where they have already used some pages. Actual\n"
132"                       and Life Time page counters may be increased or "
133"decreased\n"
134"                       if u is prefixed with + or -.\n"
135"                       WARNING : BOTH page counters are modified in all "
136"cases,\n"
137"                       so be careful.\n"
138"                       NB : if u equals '0', then the action taken is\n"
139"                       the same as if --hardreset was used.\n"
140"\n"
141"  user1 through userN and group1 through groupN can use wildcards\n"
142"  if the --add option is not set.\n"
143"  \n"
144"examples :                              \n"
145"\n"
146"  $ edpykota --add john paul george ringo\n"
147"  \n"
148"  This will create print quota entries for users john, paul, george\n"
149"  and ringo on all printers. These print quota entries will have no\n"
150"  limit set.\n"
151"  \n"
152"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
153"  \n"
154"  This will set jerome's print quota on the lp printer to a soft limit\n"
155"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
156"  printer lp have been previously created with the pkusers and pkprinters\n"
157"  commands, respectively.\n"
158"\n"
159"  $ edpykota -g -S 500 -H 550 financial support            \n"
160"  \n"
161"  This will set print quota soft limit to 500 pages and hard limit\n"
162"  to 550 pages for groups financial and support on all printers.\n"
163"  \n"
164"  $ edpykota --reset jerome \"jo*\"\n"
165"  \n"
166"  This will reset jerome's page counter to zero on all printers, as\n"
167"  well as every user whose name begins with 'jo'.\n"
168"  Their life time page counter on each printer will be kept unchanged.\n"
169"  You can also reset the life time page counters by using the\n"
170"  --hardreset | -R command line option.\n"
171"  \n"
172"  $ edpykota --printer hpcolor --noquota jerome\n"
173"  \n"
174"  This will tell PyKota to not limit jerome when printing on the \n"
175"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
176"  accounting of the pages he prints will still be kept.\n"
177"  Print Quotas for jerome on other printers are unchanged.\n"
178"  \n"
179"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
180"  \n"
181"  This will delete users jerome and rachel's print quota\n"
182"  entries on all printers which name begin with 'HP' or\n"
183"  'XER'. The jobs printed by these users on these printers\n"
184"  will be deleted from the history.\n"
185msgstr ""
186
187#, python-format
188msgid "You can't set negative limits for %s"
189msgstr ""
190
191msgid "Extracting datas"
192msgstr ""
193
194#, python-format
195msgid "Page counter : %s"
196msgstr ""
197
198#, python-format
199msgid "Lifetime page counter : %s"
200msgstr ""
201
202#, python-format
203msgid "Soft limit : %s"
204msgstr ""
205
206#, python-format
207msgid "Hard limit : %s"
208msgstr ""
209
210#, python-format
211msgid "Date limit : %s"
212msgstr ""
213
214#, python-format
215msgid "Maximum job size : %s"
216msgstr ""
217
218#, python-format
219msgid "%s pages"
220msgstr ""
221
222msgid "Unlimited"
223msgstr ""
224
225#, python-format
226msgid "Warning banners printed : %s"
227msgstr ""
228
229msgid "Deletion"
230msgstr ""
231
232#, python-format
233msgid "Invalid used value %s."
234msgstr ""
235
236#, python-format
237msgid "Invalid increase value %s."
238msgstr ""
239
240#, python-format
241msgid "Invalid softlimit value %s."
242msgstr "� ��������%s."
243
244#, python-format
245msgid "Invalid hardlimit value %s."
246msgstr "� ����� �s."
247
248#, python-format
249msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
250msgstr ""
251"� �� �%i ������������%i, ��� "
252"��
253
254#, python-format
255msgid "Undefined hard limit set to soft limit (%s)."
256msgstr ""
257
258#, python-format
259msgid "Undefined soft limit set to hard limit (%s)."
260msgstr ""
261
262msgid "Creation"
263msgstr ""
264
265#, python-format
266msgid ""
267"Impossible to create print quota entries if the user or group object '%s' "
268"doesn't already exist. Please use pkusers to create it first."
269msgstr ""
270
271msgid "Modification"
272msgstr ""
273
274msgid "incompatible options, see help."
275msgstr "������ ������."
276
277msgid "You have to pass user or group names on the command line"
278msgstr "������� ������ �� � �� ���
279#, python-format
280msgid ""
281"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
282"\n"
283"Generates banners.\n"
284"\n"
285"command line usage :\n"
286"\n"
287"  pkbanner  [options]  [more info]\n"
288"\n"
289"options :\n"
290"\n"
291"  -v | --version       Prints pkbanner's version number then exits.\n"
292"  -h | --help          Prints this message then exits.\n"
293"  \n"
294"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
295"                       be drawn at the center top of the page. The default\n"
296"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
297"                       \n"
298"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
299"                       page sizes are recognized, like 'A4' or 'Letter'\n"
300"                       to name a few. The default size is A4.\n"
301"  \n"
302"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
303"                       used to save toner. The default value is 0, which\n"
304"                       means that no toner saving will be done.\n"
305"  \n"
306"  -u | --url u         Uses u as an url to be written at the bottom of \n"
307"                       the banner page. The default url is :\n"
308"                       http://www.pykota.com/\n"
309"  \n"
310"examples :                              \n"
311"\n"
312"  Using pkbanner directly from the command line is not recommended,\n"
313"  excepted for testing purposes. You should use pkbanner in the\n"
314"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
315"  \n"
316"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
317"  \n"
318"      With such a setting in pykota.conf, all print jobs will be \n"
319"      prefixed with an A4 banner with no logo, and text luminosity will\n"
320"      be increased by 75%%. The PostScript output will be directly sent\n"
321"      to your printer.\n"
322"      \n"
323"  You'll find more examples in the sample configuration file included    \n"
324"  in PyKota.\n"
325msgstr ""
326
327msgid "Unknown"
328msgstr ""
329
330msgid "Username"
331msgstr ""
332
333msgid "More Info"
334msgstr ""
335
336msgid "Job"
337msgstr ""
338
339msgid "Date"
340msgstr "����"
341
342msgid "Allowed"
343msgstr ""
344
345msgid "Denied"
346msgstr ""
347
348msgid "Allowed with Warning"
349msgstr ""
350
351msgid "Problem"
352msgstr ""
353
354msgid "Cancelled"
355msgstr ""
356
357msgid "Result"
358msgstr ""
359
360msgid "Title"
361msgstr "��"
362
363msgid "Filename"
364msgstr "�����
365
366#, python-format
367msgid "Pages printed so far on %s"
368msgstr ""
369
370msgid "Account balance"
371msgstr ""
372
373msgid "Soft Limit"
374msgstr ""
375
376msgid "Hard Limit"
377msgstr ""
378
379msgid "Date Limit"
380msgstr ""
381
382msgid "No Limit"
383msgstr ""
384
385msgid "No Accounting"
386msgstr ""
387
388msgid "Forbidden"
389msgstr ""
390
391msgid "Printing Mode"
392msgstr ""
393
394msgid "Allowed range is (0..99)"
395msgstr ""
396
397#, python-format
398msgid "Invalid 'savetoner' option %s : %s"
399msgstr ""
400
401#, python-format
402msgid "Invalid 'pagesize' option %s, defaulting to A4."
403msgstr ""
404
405#, python-format
406msgid ""
407"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
408"\n"
409"Email gateway for PyKota.\n"
410"\n"
411"command line usage :\n"
412"\n"
413"  pkmail  [options]\n"
414"\n"
415"options :\n"
416"\n"
417"  -v | --version       Prints pkmail's version number then exits.\n"
418"  -h | --help          Prints this message then exits.\n"
419"  \n"
420"    \n"
421"  This command is meant to be used from your mail server's aliases file,\n"
422"  as a pipe. It will then accept commands send to it in email messages,\n"
423"  and will send the answer to the command's originator.\n"
424"  \n"
425"  To use this command, create an email alias in /etc/aliases with\n"
426"  the following format :\n"
427"  \n"
428"    pykotacmd: \"|/usr/bin/pkmail\"\n"
429"    \n"
430"  Then run the 'newaliases' command to regenerate the aliases database.\n"
431"  \n"
432"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
433"  the command in the subject.\n"
434"  \n"
435"  List of supported commands :\n"
436"  \n"
437"        report [username]\n"
438"  \n"
439"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
440"  system user in the 'pykota' system group to ensure this user can\n"
441"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
442"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
443"  that you think at least twice before doing this though.\n"
444"  \n"
445"  Use at your own risk !\n"
446msgstr ""
447
448#, python-format
449msgid ""
450"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
451"\n"
452"A turn key tool for PyKota. When launched, this command will initialize\n"
453"PyKota's database with all existing print queues and some or all users.\n"
454"For now, no prices or limits are set, so printing is fully accounted\n"
455"for, but not limited. That's why you'll probably want to also use\n"
456"edpykota once the database has been initialized.\n"
457"\n"
458"command line usage :\n"
459"\n"
460"  pkturnkey [options] [printqueues names]\n"
461"\n"
462"options :\n"
463"\n"
464"  -v | --version       Prints pkturnkey version number then exits.\n"
465"  -h | --help          Prints this message then exits.\n"
466"  \n"
467"  -c | --doconf        Give hints about what to put into pykota.conf\n"
468"  \n"
469"  -d | --dousers       Manages users accounts as well.\n"
470"  \n"
471"  -D | --dogroups      Manages users groups as well.\n"
472"                       Implies -d | --dousers.\n"
473"  \n"
474"  -e | --emptygroups   Includes empty groups.\n"
475"  \n"
476"  -f | --force         Modifies the database instead of printing what\n"
477"                       it would do.\n"
478"                       \n"
479"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
480"to\n"
481"                       uid. You can pass an username there as well, and its\n"
482"                       uid will be used automatically.\n"
483"                       If not set, 0 will be used automatically.\n"
484"                       Implies -d | --dousers.\n"
485"                       \n"
486"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
487"                       uid. You can pass an username there as well, and its\n"
488"                       uid will be used automatically.\n"
489"                       If not set, a large value will be used "
490"automatically.\n"
491"                       Implies -d | --dousers.\n"
492"\n"
493"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
494"to\n"
495"                       gid. You can pass a groupname there as well, and its\n"
496"                       gid will be used automatically.\n"
497"                       If not set, 0 will be used automatically.\n"
498"                       Implies -D | --dogroups.\n"
499"                       \n"
500"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
501"to\n"
502"                       gid. You can pass a groupname there as well, and its\n"
503"                       gid will be used automatically.\n"
504"                       If not set, a large value will be used "
505"automatically.\n"
506"                       Implies -D | --dogroups.\n"
507"\n"
508"examples :                              \n"
509"\n"
510"  $ pkturnkey --dousers --uidmin jerome\n"
511"\n"
512"  Will simulate the initialization of PyKota's database will all existing\n"
513"  printers and print accounts for all users whose uid is greater than\n"
514"  or equal to jerome's one. Won't manage any users group.\n"
515"  \n"
516"  To REALLY initialize the database instead of simulating it, please\n"
517"  use the -f | --force command line switch.\n"
518"  \n"
519"  You can limit the initialization to only a subset of the existing\n"
520"  printers, by passing their names at the end of the command line.\n"
521msgstr ""
522
523#, python-format
524msgid ""
525"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
526"restart CUPS."
527msgstr ""
528
529msgid "You're not allowed to use this command."
530msgstr "��������� �����"
531
532msgid "Please be patient..."
533msgstr ""
534
535msgid "Don't worry, the database WILL NOT BE MODIFIED."
536msgstr ""
537
538msgid "Please WORRY NOW, the database WILL BE MODIFIED."
539msgstr ""
540
541msgid "System users will have a print account as well !"
542msgstr ""
543
544#, python-format
545msgid "Unknown username %s : %s"
546msgstr ""
547
548msgid "System groups will have a print account as well !"
549msgstr ""
550
551#, python-format
552msgid "Unknown groupname %s : %s"
553msgstr ""
554
555msgid "Simulation terminated."
556msgstr ""
557
558msgid "Database initialized !"
559msgstr ""
560
561msgid "The --uidmin or --uidmax command line option implies --dousers as well."
562msgstr ""
563
564msgid ""
565"The --gidmin or --gidmax command line option implies --dogroups as well."
566msgstr ""
567
568msgid "The --dogroups command line option implies --dousers as well."
569msgstr ""
570
571#, python-format
572msgid ""
573"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
574"\n"
575"An OSD quota monitor for PyKota.\n"
576"\n"
577"command line usage :\n"
578"\n"
579"  pykosd [options]\n"
580"\n"
581"options :\n"
582"\n"
583"  -v | --version       Prints pykosd's version number then exits.\n"
584"  -h | --help          Prints this message then exits.\n"
585"  \n"
586"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
587"                       triplet, for example #FF0000 is 100%% red.\n"
588"                       Defaults to 100%% green (#00FF00).\n"
589"                       \n"
590"  -d | --duration d    Sets the duration of the display in seconds. \n"
591"                       Defaults to 3 seconds.\n"
592"                       \n"
593"  -f | --font f        Sets the font to use for "
594"display.                      \n"
595"                       Defaults to the Python OSD library's default.\n"
596"  \n"
597"  -l | --loop n        Sets the number of times the info will be displayed.\n"
598"                       Defaults to 0, which means loop forever.\n"
599"                       \n"
600"  -s | --sleep s       Sets the sleeping duration between two displays \n"
601"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
602"                       \n"
603"  \n"
604"examples :                              \n"
605"\n"
606"  $ pykosd -s 60 --loop 5\n"
607"  \n"
608"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
609"  and will last for 3 seconds (the default) each time. After five\n"
610"  iterations, the program will exit.\n"
611msgstr ""
612
613#, python-format
614msgid "Invalid duration option %s"
615msgstr "� ���������%s"
616
617#, python-format
618msgid "Invalid loop option %s"
619msgstr "� ����������"
620
621#, python-format
622msgid "Invalid sleep option %s"
623msgstr "� ��������� %s"
624
625#, python-format
626msgid "Invalid color option %s"
627msgstr "� ���������"
628
629#, python-format
630msgid "User %s doesn't exist in PyKota's database"
631msgstr "���%s � ���������Kota"
632
633#, python-format
634msgid "Pages used on %s : %s"
635msgstr "��� �� � %s : %s"
636
637#, python-format
638msgid "PyKota Units left : %.2f"
639msgstr "���PyKota ���� : %.2f"
640
641msgid "Printing denied."
642msgstr ""
643
644msgid "Printing not limited."
645msgstr ""
646
647msgid "Printing not limited, no accounting."
648msgstr ""
649
650#, python-format
651msgid ""
652"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
653"\n"
654"Generates print quota reports.\n"
655"\n"
656"command line usage :\n"
657"\n"
658"  repykota [options] \n"
659"\n"
660"options :\n"
661"\n"
662"  -v | --version       Prints repykota's version number then exits.\n"
663"  -h | --help          Prints this message then exits.\n"
664"  \n"
665"  -u | --users         Generates a report on users quota, this is \n"
666"                       the default.\n"
667"  \n"
668"  -g | --groups        Generates a report on group quota instead of users.\n"
669"  \n"
670"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
671"                              groups. Reserved to PyKota Administrators.\n"
672"  \n"
673"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
674"                       use wildcards characters to select only\n"
675"                       some printers. The default value is *, meaning\n"
676"                       all printers.\n"
677"                       You can specify several names or wildcards, \n"
678"                       by separating them with commas.\n"
679"  \n"
680"examples :                              \n"
681"\n"
682"  $ repykota --printer lp\n"
683"  \n"
684"  This will print the quota status for all users who use the lp printer.\n"
685"\n"
686"  $ repykota \n"
687"  \n"
688"  This will print the quota status for all users on all printers.\n"
689"  \n"
690"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
691"  \n"
692"  This will print the quota status for user jerome and all users\n"
693"  whose name begins with \"jo\" on all printers which name begins\n"
694"  with \"laser\" or ends with \"pson\".\n"
695"  \n"
696"  If launched by an user who is not a PyKota administrator, additionnal\n"
697"  arguments representing users or groups names are ignored, and only the\n"
698"  current user/group is reported.\n"
699msgstr ""
700
701msgid "Option --ingroups is reserved to PyKota Administrators."
702msgstr ""
703
704#, python-format
705msgid "There's no printer matching %s"
706msgstr "������� ������%s"
707
708#, python-format
709msgid "SIGTERM received, job %s cancelled."
710msgstr "SIGTERM �� �� ���%s."
711
712msgid "You are not allowed to print at this time."
713msgstr ""
714
715msgid "Print job cancelled."
716msgstr ""
717
718#, python-format
719msgid "Banner generator %s exit code is %s"
720msgstr ""
721
722msgid "Banner won't be printed : maximum number of deny banners reached."
723msgstr ""
724
725#, python-format
726msgid "Beware : computed job size (%s) != precomputed job size (%s)"
727msgstr ""
728
729msgid ""
730"The job size will be trusted anyway according to the 'trustjobsize' directive"
731msgstr ""
732
733#, python-format
734msgid ""
735"The job size will be trusted because it is inferior to the 'trustjobsize' "
736"directive's limit %s"
737msgstr ""
738
739#, python-format
740msgid ""
741"The job size will be modified according to the 'trustjobsize' directive : %s"
742msgstr ""
743
744#, python-format
745msgid ""
746"Printer %s not registered in the PyKota system, applying external policy (%"
747"s) for printer %s"
748msgstr ""
749"���� %s � ������ ��� PyKota, ���"
750"��� ���s) � ����%s"
751
752#, python-format
753msgid ""
754"User %s not registered in the PyKota system, applying external policy (%s) "
755"for printer %s"
756msgstr ""
757"���%s � ������ ��� PyKota, ������ "
758"���s) � ����%s"
759
760#, python-format
761msgid ""
762"User %s doesn't have quota on printer %s in the PyKota system, applying "
763"external policy (%s) for printer %s"
764msgstr ""
765"���%s � �������%s ��� PyKota, ���"
766"��� ���s) � ����%s"
767
768#, python-format
769msgid ""
770"External policy %s for printer %s produced an error. Job rejected. Please "
771"check PyKota's configuration files."
772msgstr ""
773"������ %s � ����%s ������� "
774"��� ����������� �PyKota."
775
776#, python-format
777msgid ""
778"Printer %s not registered in the PyKota system, applying default policy (%s)"
779msgstr ""
780"���� %s � ������ ��� PyKota, ����� "
781"���s)"
782
783#, python-format
784msgid ""
785"User %s not registered in the PyKota system, applying default policy (%s) "
786"for printer %s"
787msgstr ""
788"���%s � ������ ��� PyKota, ����� "
789"���s) � ����%s"
790
791#, python-format
792msgid ""
793"User %s doesn't have quota on printer %s in the PyKota system, applying "
794"default policy (%s)"
795msgstr ""
796"���%s � �������%s ��� PyKota, ���"
797"�� ���s)"
798
799#, python-format
800msgid ""
801"Printer %s still not registered in the PyKota system, job will be rejected"
802msgstr ""
803"���� %s � �������� ��� PyKota, ��� "
804"����"
805
806#, python-format
807msgid ""
808"User %s still not registered in the PyKota system, job will be rejected on "
809"printer %s"
810msgstr ""
811"���%s � �������� ��� PyKota, ��� �"
812"��� � ���%s"
813
814#, python-format
815msgid ""
816"User %s still doesn't have quota on printer %s in the PyKota system, job "
817"will be rejected"
818msgstr ""
819"���%s � ���������%s ��� PyKota, �
820"�������
821
822msgid "Job is a dupe"
823msgstr ""
824
825msgid "Printing is denied by configuration"
826msgstr ""
827
828#, python-format
829msgid "Duplicate print jobs are not allowed on printer %s."
830msgstr ""
831
832msgid "Subprocess denied printing of a dupe"
833msgstr ""
834
835#, python-format
836msgid "Duplicate print jobs are not allowed on printer %s at this time."
837msgstr ""
838
839msgid "Subprocess allowed printing of a dupe"
840msgstr ""
841
842#, python-format
843msgid ""
844"\n"
845"\n"
846"Your system administrator :\n"
847"\n"
848"\t%s - <%s>\n"
849msgstr ""
850
851#, python-format
852msgid "Impossible to connect to SMTP server : %s"
853msgstr "���� ����� SMTP : %s"
854
855msgid "Print Quota"
856msgstr "�����"
857
858#, python-format
859msgid "Impossible to send mail to %s, error %s : %s"
860msgstr "����� e-mail � %s, ��%s : %s"
861
862msgid "Job contains no data. Printing is denied."
863msgstr "����������� �������
864
865msgid "Error in external policy script. Printing is denied."
866msgstr ""
867
868#, python-format
869msgid ""
870"Still no print quota entry for user %s on printer %s after external policy. "
871"Printing is denied."
872msgstr ""
873
874msgid "Printing is denied by printer policy."
875msgstr ""
876
877msgid "Job allowed by printer policy. No accounting will be done."
878msgstr ""
879
880#, python-format
881msgid "Invalid policy %s for printer %s"
882msgstr "� ����� %s � ����%s"
883
884#, python-format
885msgid "Precomputed job size (%s pages) too large for printer %s."
886msgstr ""
887
888#, python-format
889msgid "You are not allowed to print so many pages on printer %s at this time."
890msgstr ""
891
892#, python-format
893msgid "User %s is not allowed to print at this time."
894msgstr ""
895
896msgid "Your account settings forbid you to print at this time."
897msgstr ""
898
899#, python-format
900msgid "Print Quota exceeded for user %s on printer %s"
901msgstr "����� ��� � ���s � ���%s"
902
903#, python-format
904msgid "Print Quota low for user %s on printer %s"
905msgstr "������������s � ���%s"
906
907msgid "Job denied, no accounting will be done."
908msgstr ""
909
910msgid "Job cancelled, no accounting will be done."
911msgstr ""
912
913msgid "Job accounting begins."
914msgstr "�����������
915msgid "Job denied, no accounting has been done."
916msgstr ""
917
918msgid "Job cancelled, no accounting has been done."
919msgstr ""
920
921msgid "Job accounting ends."
922msgstr "����������
923msgid ""
924"Job size forced to 0 because the real CUPS backend failed. No accounting "
925"will be done."
926msgstr ""
927
928msgid "The real CUPS backend failed, but the job will be accounted for anyway."
929msgstr ""
930
931msgid "Job size forced to 0 because printing is denied."
932msgstr "� ���������� �� ������"
933
934msgid "Job size forced to 0 because printing was cancelled."
935msgstr ""
936
937#, python-format
938msgid "Job size : %i"
939msgstr "������: %i"
940
941#, python-format
942msgid "User %s's quota on printer %s won't be modified"
943msgstr ""
944
945#, python-format
946msgid "Updating user %s's quota on printer %s"
947msgstr "��� �����s � ���%s"
948
949msgid "Job added to history."
950msgstr "������� ����"
951
952#, python-format
953msgid "Billing code %s was updated."
954msgstr ""
955
956#, python-format
957msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
958msgstr ""
959
960#, python-format
961msgid "The real backend produced an error, we will try again in %s seconds."
962msgstr ""
963
964#, python-format
965msgid "Job %s interrupted by the administrator !"
966msgstr ""
967
968#, python-format
969msgid ""
970"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
971"\n"
972"A billing codes Manager for PyKota.\n"
973"\n"
974"command line usage :\n"
975"\n"
976"  pkbcodes [options] code1 code2 code3 ... codeN\n"
977"\n"
978"options :\n"
979"\n"
980"  -v | --version       Prints pkbcodes version number then exits.\n"
981"  -h | --help          Prints this message then exits.\n"
982"  \n"
983"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
984"                       database. If they exist, they are modified\n"
985"                       unless -s|--skipexisting is also used.\n"
986"\n"
987"  -d | --delete        Deletes billing codes from PyKota's database.\n"
988"                       NB : the history entries with this billing code\n"
989"                       are not deleted, voluntarily.\n"
990"\n"
991"  -D | --description d Adds a textual description to billing codes.\n"
992"\n"
993"  -l | --list          List informations about the billing codes.\n"
994"\n"
995"  -r | --reset         Resets the billing codes' balance and page counters\n"
996"                       to 0.\n"
997"\n"
998"  -s | --skipexisting  In combination with the --add option above, tells\n"
999"                       pkbcodes to not modify existing billing codes.\n"
1000"\n"
1001"  code1 through codeN can contain wildcards if the --add option\n"
1002"  is not set.\n"
1003"\n"
1004"examples :                              \n"
1005"\n"
1006"  $ pkbcodes --add -D \"My project\" myproj\n"
1007"\n"
1008"  Will create the myproj billing code with \"My project\"\n"
1009"  as the description.\n"
1010"\n"
1011"  $ pkbcodes --delete \"*\"\n"
1012"\n"
1013"  This will completely delete all the billing codes, but without\n"
1014"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1015"  \n"
1016"  $ pkbcodes --list \"my*\"\n"
1017"  \n"
1018"  This will list all billing codes which name begins with 'my'.\n"
1019msgstr ""
1020
1021#, python-format
1022msgid "There's no billingcode matching %s"
1023msgstr ""
1024
1025msgid "pages"
1026msgstr ""
1027
1028msgid "and"
1029msgstr ""
1030
1031msgid "credits"
1032msgstr ""
1033
1034#, python-format
1035msgid "Billing code [%s] already exists, skipping."
1036msgstr ""
1037
1038#, python-format
1039msgid "Billing code [%s] already exists, will be modified."
1040msgstr ""
1041
1042msgid "You have to pass billing codes on the command line"
1043msgstr ""
1044
1045#, python-format
1046msgid ""
1047"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1048"\n"
1049"Notifies or ask questions to end users who launched the PyKotIcon "
1050"application.\n"
1051"\n"
1052"command line usage :\n"
1053"\n"
1054"  pknotify  [options]  [arguments]\n"
1055"\n"
1056"options :\n"
1057"\n"
1058"  -v | --version             Prints pknotify's version number then exits.\n"
1059"  -h | --help                Prints this message then exits.\n"
1060"  \n"
1061"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1062"                             port onto which contact the remote PyKotIcon\n"
1063"                             application. This option is mandatory.\n"
1064"                             When not specified, the port defaults to 7654.\n"
1065"                             \n"
1066"  -a | --ask                 Tells pknotify to ask something to the end\n"
1067"                             user. Then pknotify will output the result.\n"
1068"                       \n"
1069"  -C | --checkauth           When --ask is used and both an 'username' and "
1070"a\n"
1071"                             'password' are asked to the end user, then\n"
1072"                             pknotify will try to authenticate the user\n"
1073"                             through PAM. If authentified, this program\n"
1074"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1075"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1076"will\n"
1077"                             be printed. If the user is authenticated, then\n"
1078"                             \"USERNAME=xxxx\" will be printed as well.\n"
1079"                             \n"
1080"  -c | --confirm             Tells pknotify to ask for either a "
1081"confirmation                       \n"
1082"                             or abortion.\n"
1083"                             \n"
1084"  -D | --denyafter N         With --checkauth above, makes pknotify "
1085"loop                           \n"
1086"                             up to N times if the password is incorrect.\n"
1087"                             After having reached the limit, \"DENY\" will\n"
1088"                             be printed, which effectively rejects the job.\n"
1089"                             The default value of N is 1, meaning the job\n"
1090"                             is denied after the first unsuccessful try.\n"
1091"                             \n"
1092"  -n | --notify              Tells pknotify to send an informational "
1093"message\n"
1094"                             to the end user.\n"
1095"                             \n"
1096"  -q | --quit                Tells pknotify to send a message asking the\n"
1097"                             PyKotIcon application to exit. This option can\n"
1098"                             be combined with the other ones to make "
1099"PyKotIcon\n"
1100"                             exit after having sent the answer from the "
1101"dialog.\n"
1102"                             \n"
1103"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1104"if\n"
1105"                             it comes past T seconds after the dialog box "
1106"being\n"
1107"                             opened. The default value is 0 seconds, which \n"
1108"                             tells pknotify to wait indefinitely.\n"
1109"                             Use this option to avoid having an user who\n"
1110"                             leaved his computer stall a whole print queue.\n"
1111"                             \n"
1112"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1113"\n"
1114"  arguments :             \n"
1115"  \n"
1116"    -a | --ask : Several arguments are accepted, of the form\n"
1117"                 \"label:varname:defaultvalue\". The result will\n"
1118"                 be printed to stdout in the following format :\n"
1119"                 VAR1NAME=VAR1VALUE\n"
1120"                 VAR2NAME=VAR2VALUE\n"
1121"                 ...\n"
1122"                 If the dialog was cancelled, nothing will be\n"
1123"                 printed. If one of the varname is 'password'\n"
1124"                 then this field is asked as a password (you won't\n"
1125"                 see what you type in), and is NOT printed. Although\n"
1126"                 it is not printed, it will be used to check if\n"
1127"                 authentication is valid if you specify --checkauth.\n"
1128"                 \n"
1129"    -c | --confirm : A single argument is expected, representing the\n"
1130"                     message to display. If the dialog is confirmed\n"
1131"                     then pknotify will print OK, else CANCEL.\n"
1132"                     \n"
1133"    -n | --notify : A single argument is expected, representing "
1134"the                 \n"
1135"                    message to display. In this case pknotify will\n"
1136"                    always print OK.\n"
1137"                    \n"
1138"examples :                    \n"
1139"\n"
1140"  pknotify -d client:7654 --confirm \"This job costs :\n"
1141"10 credits !\"\n"
1142"  \n"
1143"  Would display the cost of a print job and asks for confirmation.\n"
1144"  \n"
1145"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1146"           --checkauth --ask \"Your name:username:\" \"Your password:"
1147"password:\"\n"
1148"           \n"
1149"  Asks an username and password, and checks if they are valid.         \n"
1150"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1151"  only set if you launch pknotify from cupspykota through a directive\n"
1152"  in ~pykota/pykota.conf\n"
1153"  \n"
1154"  The TCP port you'll use must be reachable on the client from the\n"
1155"  print server.\n"
1156msgstr ""
1157
1158msgid "You MUST install PyPAM for this functionnality to work !"
1159msgstr ""
1160
1161#, python-format
1162msgid "Authentication error for user %s : %s"
1163msgstr ""
1164
1165#, python-format
1166msgid "Internal error : can't authenticate user %s"
1167msgstr ""
1168
1169#, python-format
1170msgid "Password correct for user %s"
1171msgstr ""
1172
1173#, python-format
1174msgid ""
1175"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1176"cancelled."
1177msgstr ""
1178
1179msgid "Connection error"
1180msgstr ""
1181
1182msgid "some options are mandatory, see help."
1183msgstr ""
1184
1185msgid "some options require arguments, see help."
1186msgstr ""
1187
1188#, python-format
1189msgid ""
1190"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1191"\n"
1192"An Users and Groups Manager for PyKota.\n"
1193"\n"
1194"command line usage :\n"
1195"\n"
1196"  pkusers [options] user1 user2 user3 ... userN\n"
1197"  \n"
1198"or :  \n"
1199"\n"
1200"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1201"\n"
1202"options :\n"
1203"\n"
1204"  -v | --version       Prints pkusers's version number then exits.\n"
1205"  -h | --help          Prints this message then exits.\n"
1206"  \n"
1207"  -a | --add           Adds users if they don't exist on the database.\n"
1208"                       If they exist, they are modified unless\n"
1209"                       -s|--skipexisting is also used.\n"
1210"                       \n"
1211"  -d | --delete        Deletes users from the quota storage.\n"
1212"\n"
1213"  -e | --email addr    Sets the email address for the users.\n"
1214"                       If the addr parameter begins with @, then\n"
1215"                       the username is prepended to addr to form\n"
1216"                       a valid email address.\n"
1217"\n"
1218"  -D | --description d Adds a textual description to users or groups.\n"
1219"                       \n"
1220"  -g | --groups        Edit users groups instead of users.\n"
1221"                          \n"
1222"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1223"                       when computing the cost of a print job. Positive or \n"
1224"                       negative floating point values are allowed,\n"
1225"                       this allows you to do some really creative\n"
1226"                       things like giving money to an user whenever\n"
1227"                       he prints. The number of pages in a print job\n"
1228"                       is not modified by this coefficient, only the\n"
1229"                       cost of the job for a particular user.\n"
1230"                       Only users have such a coefficient.\n"
1231"  \n"
1232"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1233"                              listed, separated by commas. The groups\n"
1234"                              must already exist in the Quota Storage.\n"
1235"                       \n"
1236"  -L | --list          Lists users or groups.\n"
1237"  \n"
1238"  -l | --limitby l     Choose if the user/group is limited in "
1239"printing                     \n"
1240"                       by its account balance or by its page quota.\n"
1241"                       The default value is 'quota'. Allowed values\n"
1242"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1243"                       and 'nochange' :\n"
1244"                       \n"
1245"                         - quota : limit by number of pages per printer.\n"
1246"                         - balance : limit by number of credits in account.\n"
1247"                         - noquota : no limit, accounting still done.\n"
1248"                         - nochange : no limit, accounting not done. \n"
1249"                         - noprint : printing is denied. \n"
1250"                       NB : nochange and noprint are not supported for "
1251"groups.\n"
1252"                       \n"
1253"  -b | --balance b     Sets the user's account balance to "
1254"b.                     \n"
1255"                       Account balance may be increase or decreased\n"
1256"                       if b is prefixed with + or -.\n"
1257"                       WARNING : when decreasing account balance,\n"
1258"                       the total paid so far by the user is decreased\n"
1259"                       too.\n"
1260"                       Groups don't have a real balance, but the\n"
1261"                       sum of their users' account balance.\n"
1262"                       \n"
1263"  -C | --comment txt   Defines some informational text to be associated\n"
1264"                       with a change to an user's account balance.\n"
1265"                       Only meaningful if -b | --balance is also used.\n"
1266"                       \n"
1267"                       \n"
1268"  -r | --remove        In combination with the --ingroups option "
1269"above,                       \n"
1270"                       remove users from the specified users groups.\n"
1271"                       \n"
1272"  -s | --skipexisting  In combination with the --add option above, tells\n"
1273"                       pkusers to not modify existing users.\n"
1274"                       \n"
1275"  user1 through userN and group1 through groupN can use wildcards\n"
1276"  if the --add option is not set.\n"
1277"  \n"
1278"examples :                              \n"
1279"\n"
1280"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1281"  \n"
1282"  This will add users john, paul, george and ringo to the quota\n"
1283"  database. User ringo's email address will also be set to \n"
1284"  'ringo@example.com'\n"
1285"  \n"
1286"  $ pkusers --ingroups coders,it jerome\n"
1287"  \n"
1288"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1289"  already exist in the quota database.\n"
1290"            \n"
1291"  $ pkusers --limitby balance jerome\n"
1292"  \n"
1293"  This will tell PyKota to limit jerome by his account's balance\n"
1294"  when printing.\n"
1295"  \n"
1296"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1297"  \n"
1298"  This will increase jerome's account balance by 10.0 (in your\n"
1299"  own currency). You can decrease the account balance with a\n"
1300"  dash prefix, and set it to a fixed amount with no prefix.\n"
1301"  A comment will be stored for this balance change.\n"
1302"  \n"
1303"  $ pkusers --delete jerome rachel\n"
1304"  \n"
1305"  This will completely delete jerome and rachel from the quota\n"
1306"  database. All their quotas and jobs will be deleted too.\n"
1307"  \n"
1308"  $ pkusers --overcharge 2.5 poorstudent\n"
1309"  \n"
1310"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1311"  \n"
1312"  $ pkusers --overcharge -1 jerome\n"
1313"  \n"
1314"  User jerome will actually earn money whenever he prints.\n"
1315"  \n"
1316"  $ pkusers --overcharge 0 boss\n"
1317"  \n"
1318"  User boss can print at will, it won't cost him anything because the\n"
1319"  cost of each print job will be multiplied by zero before charging\n"
1320"  his account.\n"
1321"\n"
1322"  $ pkusers --email @example.com\n"
1323"\n"
1324"  This will set the email address for each user to username@example.com\n"
1325msgstr ""
1326
1327#, python-format
1328msgid "There's no %s matching %s"
1329msgstr ""
1330
1331#, python-format
1332msgid "Limited by : %s"
1333msgstr ""
1334
1335#, python-format
1336msgid "Account balance : %.2f"
1337msgstr ""
1338
1339#, python-format
1340msgid "Total paid so far : %.2f"
1341msgstr ""
1342
1343#, python-format
1344msgid "Overcharging factor : %.2f"
1345msgstr ""
1346
1347#, python-format
1348msgid "Group balance : %.2f"
1349msgstr ""
1350
1351#, python-format
1352msgid "Invalid limitby value %s"
1353msgstr "� ���� limitby %s"
1354
1355#, python-format
1356msgid "Invalid overcharge value %s"
1357msgstr ""
1358
1359#, python-format
1360msgid "Invalid balance value %s"
1361msgstr "� ���� ���%s"
1362
1363#, python-format
1364msgid "There's no users group matching %s"
1365msgstr ""
1366
1367#, python-format
1368msgid "Invalid email address %s"
1369msgstr "� ������-mail %s"
1370
1371#, python-format
1372msgid "Unknown group %s"
1373msgstr ""
1374
1375#, python-format
1376msgid "Unknown user %s"
1377msgstr ""
1378
1379#, python-format
1380msgid "%s %s already exists, skipping."
1381msgstr ""
1382
1383#, python-format
1384msgid "%s %s already exists, will be modified."
1385msgstr ""
1386
1387#, python-format
1388msgid "Invalid name %s"
1389msgstr ""
1390
1391msgid "You have to pass user groups names on the command line"
1392msgstr ""
1393
1394#, python-format
1395msgid ""
1396"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1397"\n"
1398"Gives print quotes to users.\n"
1399"\n"
1400"command line usage :\n"
1401"\n"
1402"  pykotme  [options]  [files]\n"
1403"\n"
1404"options :\n"
1405"\n"
1406"  -v | --version       Prints pykotme's version number then exits.\n"
1407"  -h | --help          Prints this message then exits.\n"
1408"  \n"
1409"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1410"                       use wildcards characters to select only\n"
1411"                       some printers. The default value is *, meaning\n"
1412"                       all printers.\n"
1413"                       You can specify several names or wildcards, \n"
1414"                       by separating them with commas.\n"
1415"  \n"
1416"examples :                              \n"
1417"\n"
1418"  $ pykotme --printer apple file1.ps file2.ps\n"
1419"  \n"
1420"  This will give a print quote to the current user. The quote will show\n"
1421"  the price and size of a job consisting in file1.ps and file2.ps \n"
1422"  which would be sent to the apple printer.\n"
1423"  \n"
1424"  $ pykotme --printer apple,hplaser <file1.ps\n"
1425"  \n"
1426"  This will give a print quote to the current user. The quote will show\n"
1427"  the price and size of a job consisting in file1.ps as read from\n"
1428"  standard input, which would be sent to the apple or hplaser\n"
1429"  printer.\n"
1430"\n"
1431"  $ pykotme \n"
1432"  \n"
1433"  This will give a quote for a job consisting of what is on standard \n"
1434"  input. The quote will list the job size, and the price the job\n"
1435"  would cost on each printer.\n"
1436msgstr ""
1437
1438#, python-format
1439msgid "Your account balance : %.2f"
1440msgstr "� ���������: %.2f"
1441
1442#, python-format
1443msgid "Job size : %i pages"
1444msgstr "������: %i ��"
1445
1446#, python-format
1447msgid "Cost on printer %s : %.2f"
1448msgstr "��� ���%s : %.2f"
1449
1450msgid "won't be charged, printer is in passthrough mode"
1451msgstr ""
1452
1453msgid "won't be charged, your account is immutable"
1454msgstr ""
1455
1456#, python-format
1457msgid ""
1458"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1459"\n"
1460"Sends mail to users over print quota.\n"
1461"\n"
1462"command line usage :\n"
1463"\n"
1464"  warnpykota  [options]  [names]\n"
1465"\n"
1466"options :\n"
1467"\n"
1468"  -v | --version       Prints warnpykota's version number then exits.\n"
1469"  -h | --help          Prints this message then exits.\n"
1470"  \n"
1471"  -u | --users         Warns users over their print quota, this is the \n"
1472"                       default.\n"
1473"  \n"
1474"  -g | --groups        Warns users whose groups quota are over limit.\n"
1475"  \n"
1476"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1477"                       use wildcards characters to select only\n"
1478"                       some printers. The default value is *, meaning\n"
1479"                       all printers.\n"
1480"                       You can specify several names or wildcards, \n"
1481"                       by separating them with commas.\n"
1482"  \n"
1483"examples :                              \n"
1484"\n"
1485"  $ warnpykota --printer lp\n"
1486"  \n"
1487"  This will warn all users of the lp printer who have exceeded their\n"
1488"  print quota.\n"
1489"\n"
1490"  $ warnpykota \n"
1491"  \n"
1492"  This will warn all users  who have exceeded their print quota on\n"
1493"  any printer.\n"
1494"\n"
1495"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1496"  \n"
1497"  This will warn all users of groups which names begins with \"dev\" and\n"
1498"  who have exceeded their print quota on any printer which name begins \n"
1499"  with \"laserjet\"\n"
1500"  \n"
1501"  If launched by an user who is not a PyKota administrator, additionnal\n"
1502"  arguments representing users or groups names are ignored, and only the\n"
1503"  current user/group is reported.\n"
1504msgstr ""
1505
1506#, python-format
1507msgid ""
1508"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1509"\n"
1510"Dumps PyKota database's content.\n"
1511"\n"
1512"command line usage :\n"
1513"\n"
1514"  dumpykota [options] [filterexpr]\n"
1515"\n"
1516"options :\n"
1517"\n"
1518"  -v | --version       Prints dumpykota's version number then exits.\n"
1519"  -h | --help          Prints this message then exits.\n"
1520"  \n"
1521"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1522"                       \n"
1523"                         - history : dumps the jobs history.\n"
1524"                         - users : dumps users.\n"
1525"                         - groups : dumps user groups.\n"
1526"                         - printers : dump printers.\n"
1527"                         - upquotas : dump user quotas.\n"
1528"                         - gpquotas : dump user groups quotas.\n"
1529"                         - payments : dumps user payments.\n"
1530"                         - pmembers : dumps printer groups members.\n"
1531"                         - umembers : dumps user groups members.\n"
1532"                         - billingcodes : dumps billing codes.\n"
1533"                         - all : dumps all PyKota datas. The output format\n"
1534"                                 is always XML in this case.\n"
1535"                         \n"
1536"                       NB : the -d | --data command line option   \n"
1537"                       is MANDATORY.\n"
1538"  \n"
1539"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1540"                       the format is to dump datas in the csv format (comma\n"
1541"                       separated values). All data dumped is between double\n"
1542"                       quotes. Allowed formats are :\n"
1543"                       \n"
1544"                         - csv : separate datas with commas\n"
1545"                         - ssv : separate datas with semicolons\n"
1546"                         - tsv : separate datas with tabs\n"
1547"                         - xml : dump data as XML \n"
1548"                         - cups : dump datas in CUPS' page_log format :\n"
1549"                                  ONLY AVAILABLE WITH --data history\n"
1550"                         \n"
1551"  -o | --output fname  All datas will be dumped to the file instead of\n"
1552"                       to the standard output. The special '-' filename\n"
1553"                       is the default value and means stdout.\n"
1554"                       WARNING : existing files are truncated !\n"
1555"\n"
1556"  -s | --sum           Summarize the selected datas.\n"
1557"                           ONLY AVAILABLE WITH --data history or payments\n"
1558"\n"
1559"  Use the filter expressions to extract only parts of the \n"
1560"  datas. Allowed filters are of the form :\n"
1561"                \n"
1562"         key=value\n"
1563"                         \n"
1564"  Allowed keys for now are :  \n"
1565"                       \n"
1566"         username       User's name\n"
1567"         groupname      Users group's name\n"
1568"         printername    Printer's name\n"
1569"         pgroupname     Printers group's name\n"
1570"         hostname       Client's hostname\n"
1571"         billingcode    Job's billing code\n"
1572"         start          Job's date of printing\n"
1573"         end            Job's date of printing\n"
1574"         \n"
1575"  Contrary to other PyKota management tools, wildcard characters are not \n"
1576"  expanded, so you can't use them.\n"
1577"  \n"
1578"  NB : not all keys are allowed for each data type, so the result may be \n"
1579"  empty if you use a key not available for a particular data type.\n"
1580"  \n"
1581"Examples :\n"
1582"\n"
1583"  $ dumpykota --data history --format csv >myfile.csv\n"
1584"  \n"
1585"  This dumps the history in a comma separated values file, for possible\n"
1586"  use in a spreadsheet.\n"
1587"  \n"
1588"  $ dumpykota --data users --format xml -o users.xml\n"
1589"  \n"
1590"  Dumps all users datas to the users.xml file.\n"
1591"  \n"
1592"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1593"  \n"
1594"  Dumps the job history for user jerome on printer HP2100 only.\n"
1595"  \n"
1596"  $ dumpykota --data history start=200503 end=20050730234615\n"
1597"  \n"
1598"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1599"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1600msgstr ""
1601
1602msgid "The -d | --data command line option is mandatory, see help."
1603msgstr "����-d | --data �����, �����."
1604
1605#, python-format
1606msgid ""
1607"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1608"\n"
1609"An invoice generator for PyKota.\n"
1610"\n"
1611"command line usage :\n"
1612"\n"
1613"  pkinvoice [options] user1 user2 ... userN\n"
1614"\n"
1615"options :\n"
1616"\n"
1617"  -v | --version       Prints pkinvoice's version number then exits.\n"
1618"  -h | --help          Prints this message then exits.\n"
1619"  \n"
1620"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1621"                       be drawn at the center top of the page. The default\n"
1622"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1623"                       \n"
1624"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1625"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1626"                       to name a few. The default size is A4.\n"
1627"                       \n"
1628"  -n | --number N      Sets the number of the first invoice. This number\n"
1629"                       will automatically be incremented for each invoice.\n"
1630"                       \n"
1631"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1632"                       be generated as a PDF document. If not set or\n"
1633"                       set to '-', the PDF document is sent to standard\n"
1634"                       output. \n"
1635"                       \n"
1636"  -u | --unit u        Defines the name of the unit to use on the "
1637"invoice.                       \n"
1638"                       The default unit is 'Credits', optionally translated\n"
1639"                       to your native language if it is supported by "
1640"PyKota.\n"
1641"  \n"
1642"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1643"                       exposed. The default is 0.0, meaning no VAT\n"
1644"                       information will be included.\n"
1645"                       \n"
1646"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1647"  \n"
1648"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1649"                       \n"
1650"  user1 through userN can use wildcards if needed. If no user argument is\n"
1651"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1652"  \n"
1653"  Dates formatting with --start and --end :\n"
1654"  \n"
1655"    YYYY : year boundaries\n"
1656"    YYYYMM : month boundaries\n"
1657"    YYYYMMDD : day boundaries\n"
1658"    YYYYMMDDhh : hour boundaries\n"
1659"    YYYYMMDDhhmm : minute boundaries\n"
1660"    YYYYMMDDhhmmss : second boundaries\n"
1661"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1662"15)\n"
1663"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1664"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1665"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1666"\n"
1667"  'now' and 'today' are not exactly the same since today represents the "
1668"first\n"
1669"  or last second of the day depending on if it's used in a start= or end=\n"
1670"  date expression. The utility to be able to specify dates in the future is\n"
1671"  a question which remains to be answered :-)\n"
1672"                                        \n"
1673"examples :                       \n"
1674"\n"
1675"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1676"  \n"
1677"  Will generate a PDF document containing invoices for all users\n"
1678"  who have spent some credits last month. Invoices will be done in\n"
1679"  EURO.  No VAT information will be included.\n"
1680msgstr ""
1681
1682msgid "Invoice"
1683msgstr ""
1684
1685msgid "Since"
1686msgstr ""
1687
1688msgid "Until"
1689msgstr ""
1690
1691msgid "Edited on"
1692msgstr ""
1693
1694msgid "Number of pages printed"
1695msgstr ""
1696
1697msgid "Amount due"
1698msgstr ""
1699
1700msgid "Included VAT"
1701msgstr ""
1702
1703msgid "Here's the invoice for your printouts"
1704msgstr ""
1705
1706#, python-format
1707msgid "Incorrect value '%s' for the --vat command line option"
1708msgstr ""
1709
1710#, python-format
1711msgid "Incorrect value '%s' for the --number command line option"
1712msgstr ""
1713
1714msgid "Generating invoices"
1715msgstr ""
1716
1717msgid "Credits"
1718msgstr ""
1719
1720#, python-format
1721msgid ""
1722"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1723"\n"
1724"A Printers Manager for PyKota.\n"
1725"\n"
1726"command line usage :\n"
1727"\n"
1728"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1729"\n"
1730"options :\n"
1731"\n"
1732"  -v | --version       Prints pkprinters's version number then exits.\n"
1733"  -h | --help          Prints this message then exits.\n"
1734"  \n"
1735"  -a | --add           Adds printers if they don't exist on the Quota \n"
1736"                       Storage Server. If they exist, they are modified\n"
1737"                       unless -s|--skipexisting is also used.\n"
1738"                       \n"
1739"  -d | --delete        Deletes printers from the quota storage.\n"
1740"  \n"
1741"  -D | --description d Adds a textual description to printers.\n"
1742"\n"
1743"  -C | --cups          Also modifies the DeviceURI in CUPS' printers.conf\n"
1744"\n"
1745"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1746"                       Job price is optional.\n"
1747"                       If both are to be set, separate them with a comma.\n"
1748"                       Floating point and negative values are allowed.\n"
1749"  \n"
1750"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1751"                       groups pg1, pg2, etc... which must already exist.\n"
1752"                       A printer group is just like a normal printer,\n"
1753"                       only that it is usually unknown from the printing\n"
1754"                       system. Create printer groups exactly the same\n"
1755"                       way that you create printers, then add other \n"
1756"                       printers to them with this option.\n"
1757"                       Accounting is done on a printer and on all\n"
1758"                       the printer groups it belongs to, quota checking\n"
1759"                       is done on a printer and on all the printer groups\n"
1760"                       it belongs to.\n"
1761"                       If the --remove option below is not used, the \n"
1762"                       default action is to add printers to the specified\n"
1763"                       printer groups.\n"
1764"                       \n"
1765"  -l | --list          List informations about the printer(s) and the\n"
1766"                       printers groups it is a member of.\n"
1767"                       \n"
1768"  -r | --remove        In combination with the --groups option "
1769"above,                       \n"
1770"                       remove printers from the specified printers groups.\n"
1771"                       \n"
1772"  -s | --skipexisting  In combination with the --add option above, tells\n"
1773"                       pkprinters to not modify existing printers.\n"
1774"                       \n"
1775"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1776"                       to s pages.\n"
1777"                       \n"
1778"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1779"                       mode, users are allowed to print without any impact\n"
1780"                       on their quota or account balance.\n"
1781"                       \n"
1782"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1783"                       Without -p or -n, printers are created in \n"
1784"                       normal mode, i.e. no passthrough.\n"
1785"  \n"
1786"  printer1 through printerN can contain wildcards if the --add option \n"
1787"  is not set.\n"
1788"  \n"
1789"examples :                              \n"
1790"\n"
1791"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1792"hp8000\n"
1793"  \n"
1794"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1795"  Their price per page will be set at 0.05 unit, and their price\n"
1796"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1797"  or whatever you want them to mean.\n"
1798"  All of their descriptions will be set to the string \"HP Printer\".\n"
1799"  If any of these printers already exists, it will also be modified \n"
1800"  unless the -s|--skipexisting command line option is also used.\n"
1801"            \n"
1802"  $ pkprinters --delete \"*\"\n"
1803"  \n"
1804"  This will completely delete all printers and associated quota "
1805"information,\n"
1806"  as well as their job history. USE WITH CARE !\n"
1807"  \n"
1808"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1809"  \n"
1810"  This will put all printers which name matches \"hp*\" into printers "
1811"groups \n"
1812"  Laser and HP, which MUST already exist.\n"
1813"  \n"
1814"  $ pkprinters --groups LexMark --remove hp2200\n"
1815"  \n"
1816"  This will remove the hp2200 printer from the LexMark printer group.\n"
1817msgstr ""
1818
1819#, python-format
1820msgid "Passthrough mode : %s"
1821msgstr ""
1822
1823msgid "ON"
1824msgstr ""
1825
1826msgid "OFF"
1827msgstr ""
1828
1829msgid "in"
1830msgstr "�
1831#, python-format
1832msgid "Invalid charge amount value %s"
1833msgstr "� ���� ��%s"
1834
1835#, python-format
1836msgid "Invalid maximum job size value %s"
1837msgstr ""
1838
1839#, python-format
1840msgid "Printer %s already exists, skipping."
1841msgstr "���� %s �������
1842#, python-format
1843msgid "Printer %s already exists, will be modified."
1844msgstr "���� %s ���������"
1845
1846#, python-format
1847msgid "Invalid printer name %s"
1848msgstr "� ������� %s"
1849
1850msgid "You have to pass printer groups names on the command line"
1851msgstr "������� ���������� ���
1852msgid "You have to pass printer names on the command line"
1853msgstr "������� ������������
1854#, python-format
1855msgid "Unsupported accounter backend %s"
1856msgstr "� ���� �� ���� %s"
1857
1858#, python-format
1859msgid ""
1860"Configuration file %s can't be read. Please check that the file exists and "
1861"that your permissions are sufficient."
1862msgstr ""
1863
1864#, python-format
1865msgid "Configuration file %s not found."
1866msgstr "� �������� %s."
1867
1868#, python-format
1869msgid "Option %s not found in section global of %s"
1870msgstr "����%s ������� global �%s"
1871
1872#, python-format
1873msgid "Option %s not found in section %s of %s"
1874msgstr "����%s ������� %s �%s"
1875
1876#, python-format
1877msgid "Option ldaptls is set, but certificate %s is not readable."
1878msgstr ""
1879
1880#, python-format
1881msgid "Option logger only supports values in %s"
1882msgstr "����logger ��� �����"
1883
1884#, python-format
1885msgid "Invalid preaccounter %s for printer %s"
1886msgstr ""
1887
1888#, python-format
1889msgid "Option preaccounter in section %s only supports values in %s"
1890msgstr ""
1891
1892#, python-format
1893msgid "Invalid accounter %s for printer %s"
1894msgstr "� �������� � ����%s"
1895
1896#, python-format
1897msgid "Option accounter in section %s only supports values in %s"
1898msgstr ""
1899"�������� � �� %s ��� �����"
1900
1901#, python-format
1902msgid "Invalid unknown_billingcode directive %s for printer %s"
1903msgstr ""
1904
1905#, python-format
1906msgid "Directive unknown_billingcode in section %s only supports values in %s"
1907msgstr ""
1908
1909#, python-format
1910msgid "Option enforcement in section %s only supports values in %s"
1911msgstr "����enforcement � �� %s ��� �����"
1912
1913#, python-format
1914msgid ""
1915"Option onbackenderror in section %s only supports values 'charge', "
1916"'nocharge', and 'retry:num:delay'"
1917msgstr ""
1918
1919#, python-format
1920msgid "Option onaccountererror in section %s only supports values in %s"
1921msgstr "����onaccounterror ���s ��� �����"
1922
1923#, python-format
1924msgid "Option policy in section %s only supports values in %s"
1925msgstr "����policy � �� %s ��� �����"
1926
1927#, python-format
1928msgid "Invalid option mailto %s for printer %s"
1929msgstr "� ������mailto %s � ����%s"
1930
1931#, python-format
1932msgid "Option mailto in section %s only supports values in %s"
1933msgstr "����mailto � ��  %s ��� �����"
1934
1935#, python-format
1936msgid "Invalid maximal deny banners counter %s"
1937msgstr ""
1938
1939#, python-format
1940msgid "Invalid grace delay %s"
1941msgstr "� ��������"
1942
1943#, python-format
1944msgid "Invalid poor man's threshold %s"
1945msgstr "� �����poor man's %s"
1946
1947#, python-format
1948msgid "Invalid balancezero value %s"
1949msgstr ""
1950
1951msgid ""
1952"Your Print Quota account balance is Low.\n"
1953"Soon you'll not be allowed to print anymore.\n"
1954"Please contact the Print Quota Administrator to solve the problem."
1955msgstr ""
1956"� ��������� �����\n"
1957"������������ ��n"
1958"�����������������."
1959
1960#, python-format
1961msgid ""
1962"You are not allowed to print anymore because\n"
1963"your Print Quota is exceeded on printer %s."
1964msgstr ""
1965"��������������n"
1966"�� �� ����� �� ���%s."
1967
1968#, python-format
1969msgid ""
1970"You will soon be forbidden to print anymore because\n"
1971"your Print Quota is almost reached on printer %s."
1972msgstr ""
1973"������������� ��"
1974"�� ����������� ���%s."
1975
1976#, python-format
1977msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1978msgstr ""
1979
1980#, python-format
1981msgid "Option accountbanner in section %s only supports values in %s"
1982msgstr ""
1983
1984#, python-format
1985msgid "Option trustjobsize for printer %s is incorrect"
1986msgstr ""
1987
1988msgid "History"
1989msgstr "���
1990
1991msgid "Users"
1992msgstr ""
1993
1994msgid "Groups"
1995msgstr ""
1996
1997msgid "Printers"
1998msgstr ""
1999
2000msgid "Users Print Quotas"
2001msgstr ""
2002
2003msgid "Users Groups Print Quotas"
2004msgstr ""
2005
2006msgid "History of Payments"
2007msgstr ""
2008
2009msgid "Printers Groups Membership"
2010msgstr ""
2011
2012msgid "Users Groups Membership"
2013msgstr ""
2014
2015msgid "Billing Codes"
2016msgstr ""
2017
2018msgid "All"
2019msgstr ""
2020
2021msgid "Comma Separated Values"
2022msgstr ""
2023
2024msgid "Semicolon Separated Values"
2025msgstr ""
2026
2027msgid "Tabulation Separated Values"
2028msgstr ""
2029
2030msgid "eXtensible Markup Language"
2031msgstr ""
2032
2033msgid "CUPS' page_log"
2034msgstr ""
2035
2036#, python-format
2037msgid "Invalid modifier [%s] for --data command line option, see help."
2038msgstr "� �� �� [%s] � ����-data, �����."
2039
2040msgid ""
2041"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2042"filters."
2043msgstr ""
2044
2045#, python-format
2046msgid "Invalid filter value [%s], see help."
2047msgstr ""
2048
2049#, python-format
2050msgid "Invalid modifier [%s] for --format command line option, see help."
2051msgstr "� �� �� [%s] � ����-format, �����."
2052
2053msgid "XML output is disabled because the jaxml module is not available."
2054msgstr "���� XML ��������������axml."
2055
2056#, python-format
2057msgid "Invalid data type [%s] for --sum command line option, see help."
2058msgstr ""
2059
2060msgid "PyKota data dumper failed : I/O error"
2061msgstr "������� �PyKota �� : �������
2062
2063#, python-format
2064msgid "Unsupported logging subsystem %s"
2065msgstr "� ���� �� ����"
2066
2067#, python-format
2068msgid "Report for %s quota on printer %s"
2069msgstr "�����s � ���%s"
2070
2071#, python-format
2072msgid "Pages grace time: %i days"
2073msgstr "�������: %i ��
2074
2075#, python-format
2076msgid "Price per job: %.3f"
2077msgstr "��� ���%.3f"
2078
2079#, python-format
2080msgid "Price per page: %.3f"
2081msgstr "��� �� %.3f"
2082
2083msgid ""
2084"Group          overcharge   used    soft    hard    balance grace         "
2085"total       paid warn"
2086msgstr ""
2087
2088msgid ""
2089"User           overcharge   used    soft    hard    balance grace         "
2090"total       paid warn"
2091msgstr ""
2092
2093msgid "unknown"
2094msgstr "���
2095#, python-format
2096msgid "Real : %s"
2097msgstr "����: %s"
2098
2099#, python-format
2100msgid "Total : %9i"
2101msgstr "��� %9i"
2102
2103msgid "N/A"
2104msgstr ""
2105
2106#, python-format
2107msgid "Unsupported reporter backend %s"
2108msgstr "� ���� �� ���s"
2109
2110#, python-format
2111msgid "Unsupported quota storage backend %s"
2112msgstr "� ���� �� ����%s"
2113
2114msgid "Done"
2115msgstr ""
2116
2117msgid "Average speed"
2118msgstr ""
2119
2120msgid "entries per second"
2121msgstr ""
2122
2123#, python-format
2124msgid "Strange problem with uid(%s) : %s"
2125msgstr ""
2126
2127#, python-format
2128msgid "Running as user '%s'."
2129msgstr ""
2130
2131msgid "No user named 'pykota'. Not dropping priviledges."
2132msgstr ""
2133
2134#, python-format
2135msgid "Impossible to drop priviledges : %s"
2136msgstr ""
2137
2138msgid "Priviledges dropped. Now running as user 'pykota'."
2139msgstr ""
2140
2141#, python-format
2142msgid "Impossible to regain priviledges : %s"
2143msgstr ""
2144
2145msgid "Regained priviledges. Now running as root."
2146msgstr ""
2147
2148msgid "Please report bugs to :"
2149msgstr ""
2150
2151#, python-format
2152msgid ""
2153"\n"
2154"\n"
2155"Please contact your system administrator :\n"
2156"\n"
2157"\t%s - <%s>\n"
2158msgstr ""
2159"\n"
2160"\n"
2161"������������������n"
2162"\n"
2163"\t%s - <%s>\n"
2164
2165#, python-format
2166msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2167msgstr ""
2168"������s � ���%s, ����� ���s)"
2169
2170#, python-format
2171msgid ""
2172"Unable to find user %s's account balance, applying default policy (%s) for "
2173"printer %s"
2174msgstr ""
2175"�����������s, ����� ���s)"
2176"� ����%s"
2177
2178#, python-format
2179msgid "User %s will not be charged for printing."
2180msgstr ""
2181
2182#, python-format
2183msgid "Print Quota exceeded for group %s on printer %s"
2184msgstr "����� ��� � ���%s � ���%s"
2185
2186msgid "Print Quota Exceeded"
2187msgstr "����� ���"
2188
2189#, python-format
2190msgid "Print Quota low for group %s on printer %s"
2191msgstr "������������%s � ���%s"
2192
2193msgid "Print Quota Low"
2194msgstr "��������#, python-format
2195msgid ""
2196"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2197"double check /etc/pykota/pykota.conf : %s"
2198msgstr ""
2199"������� ������� ��������. "
2200"�����������etc/pykota/pykota.conf : %s"
2201
2202#, python-format
2203msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2204msgstr "���� �%s(%s) � %s(��%s) � ������"
2205
2206#, python-format
2207msgid "Problem adding LDAP entry (%s, %s)"
2208msgstr "������������LDAP (%s, %s)"
2209
2210#, python-format
2211msgid "Problem deleting LDAP entry (%s)"
2212msgstr "������������LDAP (%s)"
2213
2214#, python-format
2215msgid "Problem modifying LDAP entry (%s, %s)"
2216msgstr "�������������LDAP (%s, %s)"
2217
2218#, python-format
2219msgid ""
2220"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2221"entries manually ?"
2222msgstr ""
2223"� �������ykotaAccountBalance � ���s. ���� "
2224"LDAP ������� ;"
2225
2226msgid "Hidden because of privacy concerns"
2227msgstr ""
2228
2229#, python-format
2230msgid ""
2231"Unable to find an existing objectClass %s entry with %s=%s to attach "
2232"pykotaAccount objectClass"
2233msgstr ""
2234"�������objectClass %s ���� %s=%s � ���
2235"pykotaAccount objectClass"
2236
2237#, python-format
2238msgid "%s. A new entry will be created instead."
2239msgstr ""
2240
2241#, python-format
2242msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2243msgstr ""
2244"����������������ykotaGroup "
2245"objectclass %s"
2246
2247#, python-format
2248msgid "A problem occured while reading printer %s's internal page counter."
2249msgstr ""
2250"�������� ���������� ���� �"
2251"���%s."
2252
2253#, python-format
2254msgid "Retrieving printer %s's page counter from database instead."
2255msgstr ""
2256"������� ����%s � ���������."
2257
2258#, python-format
2259msgid ""
2260"Couldn't retrieve printer %s's internal page counter either before or after "
2261"printing."
2262msgstr ""
2263"��������� ���� ����%s ���"
2264"��� ���"
2265
2266#, python-format
2267msgid "Job's size forced to 1 page for printer %s."
2268msgstr "� ���������� ��� ����%s."
2269
2270#, python-format
2271msgid "No previous job in database for printer %s."
2272msgstr ""
2273"���������� �����������%s."
2274
2275#, python-format
2276msgid "Inconsistent values for printer %s's internal page counter."
2277msgstr "����� � �������� ����%s."
2278
2279#, python-format
2280msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2281msgstr "����� ����HARDWARE(%s) � ����%s"
2282
2283#, python-format
2284msgid "Launching HARDWARE(%s)..."
2285msgstr "���ARDWARE(%s)..."
2286
2287#, python-format
2288msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2289msgstr "SIGTERM ��� ����� ��%s (pid: %s)"
2290
2291#, python-format
2292msgid "Line [%s] skipped in accounter's output. Trying again..."
2293msgstr ""
2294"��� [%s] ������� �����. ���� ��.."
2295
2296#, python-format
2297msgid "Hardware accounter %s exit code is %s"
2298msgstr "�� �� ����� ��%s ��%s"
2299
2300#, python-format
2301msgid "Unable to query printer %s via HARDWARE(%s)"
2302msgstr "������ �����s ��DWARE(%s)"
2303
2304#, python-format
2305msgid "Problem during connection to %s:%s : %s"
2306msgstr "�� ���� � %s:%s : %s"
2307
2308#, python-format
2309msgid "Problem while sending PJL query to %s:%s : %s"
2310msgstr "�� ���������L �%s:%s : %s"
2311
2312#, python-format
2313msgid "Problem while receiving PJL answer from %s:%s : %s"
2314msgstr ""
2315
2316#, python-format
2317msgid "Waiting for printer %s to be printing..."
2318msgstr ""
2319
2320#, python-format
2321msgid "Waiting for printer %s's idle status to stabilize..."
2322msgstr "���� ������������s..."
2323
2324#, python-format
2325msgid ""
2326"PJL querying stage interrupted. Using latest value seen for internal page "
2327"counter (%s) on printer %s."
2328msgstr ""
2329"��� PJL ���. �������������"
2330"���� (%s) ����%s."
2331
2332#, python-format
2333msgid "Network error while doing SNMP queries on printer %s : %s"
2334msgstr "����� ���SNMP �� � ���%s : %s"
2335
2336#, python-format
2337msgid "SNMP message decoding error for printer %s : %s"
2338msgstr ""
2339
2340#, python-format
2341msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2342msgstr "������ ����� SNMP � ���%s : %s"
2343
2344#, python-format
2345msgid ""
2346"SNMP querying stage interrupted. Using latest value seen for internal page "
2347"counter (%s) on printer %s."
2348msgstr ""
2349"��� SNMP ���. �������������"
2350"���� (%s) ����%s."
2351
2352#, python-format
2353msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2354msgstr "�� ����� ���������PDL : %s"
2355
2356#, python-format
2357msgid "Launching SOFTWARE(%s)..."
2358msgstr "���OFTWARE(%s)..."
2359
2360#, python-format
2361msgid "Unable to compute job size with accounter %s"
2362msgstr "�� ���� ��������� %s"
2363
2364#, python-format
2365msgid "Problem while waiting for software accounter pid %s to exit : %s"
2366msgstr ""
2367"������������ ����� ����%s : %s"
2368
2369#, python-format
2370msgid "Software accounter %s exit code is %s"
2371msgstr "�� �� ����� ������%s"
2372
2373msgid "Totals may be inaccurate if some users are members of several groups."
2374msgstr ""
2375"� �����������������������
2376"��."
2377
2378#~ msgid "Impossible to add printer %s"
2379#~ msgstr "����������%s"
2380
2381#~ msgid "Prototype object %s not found in Quota Storage."
2382#~ msgstr "� ������ %s ����������
2383#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2384#~ msgstr "� ��%s ���������������%s."
2385
2386#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2387#~ msgstr ""
2388#~ "����� ��� ������%s) � ���%"
2389#~ "s."
2390
2391#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2392#~ msgstr ""
2393#~ "�������������� �%s) � ���%"
2394#~ "s."
2395
2396#~ msgid "Invalid group name %s"
2397#~ msgstr "� �������%s"
2398
2399#~ msgid "Invalid user name %s"
2400#~ msgstr "� �������s"
2401
2402#~ msgid "Quota not found for object %s on printer %s."
2403#~ msgstr "� ����� �����s � ���%s."
2404
2405#~ msgid "Group %s not found in the PyKota Storage."
2406#~ msgstr "���%s �����������Kota."
2407
2408#~ msgid "PyKota Reports"
2409#~ msgstr "���PyKota"
2410
2411#~ msgid "Report"
2412#~ msgstr "���
2413#~ msgid "Printer"
2414#~ msgstr "���
2415
2416#~ msgid "User / Group names mask"
2417#~ msgstr "�������� ���
2418
2419#~ msgid "Groups report"
2420#~ msgstr "�����#~ msgid "Empty"
2421#~ msgstr "���
2422#~ msgid "Action"
2423#~ msgstr "����
2424#~ msgid "User"
2425#~ msgstr "���
2426
2427#~ msgid "Hostname"
2428#~ msgstr "����
2429
2430#~ msgid "JobId"
2431#~ msgstr "���"
2432
2433#~ msgid "Copies"
2434#~ msgstr "���"
2435
2436#~ msgid "Options"
2437#~ msgstr "���"
2438
2439#~ msgid "Previous page"
2440#~ msgstr "���� ��
2441
2442#~ msgid "File number %s unregistered twice from polling object, ignored."
2443#~ msgstr ""
2444#~ "� �� ��� %s ��� � �������
2445#~ "��������
2446#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2447#~ msgstr "SIGTERM ��� ���� �� %s (pid: %s)"
2448
2449#~ msgid "CUPS backend %s died abnormally."
2450#~ msgstr "��� CUPS %s �������
2451
2452#~ msgid "Software accounting already done in first pass. Ignoring."
2453#~ msgstr "���������� ���� �� ���."
2454
2455#~ msgid "Hardware accounting already done in first pass. Ignoring."
2456#~ msgstr "��������� ���� �� ���."
2457
2458#~ msgid "Invalid DeviceURI : %s"
2459#~ msgstr "� ���RI ���s"
2460
2461#~ msgid ""
2462#~ "\n"
2463#~ "Please wait while pkhint analyzes your printing system's configuration..."
2464#~ msgstr ""
2465#~ "\n"
2466#~ "������ � pkhint ������� �����#~ "���..."
2467
2468#~ msgid "Unknown device %s for printer %s"
2469#~ msgstr "����� %s � ����%s"
2470
2471#~ msgid ""
2472#~ "\n"
2473#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2474#~ msgstr ""
2475#~ "\n"
2476#~ "������� ������etc/pykota/pykota.conf :\n"
2477
2478#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2479#~ msgstr ""
2480#~ "# ����: �������� ��������
2481
2482#~ msgid ""
2483#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2484#~ msgstr "# ������ ������ ��� PyKota"
2485
2486#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2487#~ msgstr "# ��� ������� �������~ msgid "JobSize"
2488#~ msgstr "���
2489
2490#~ msgid "JobPrice"
2491#~ msgstr "��
2492
2493#~ msgid "JobBytes"
2494#~ msgstr "���
2495
2496#~ msgid "PageCounter"
2497#~ msgstr "�����"
2498
2499#~ msgid "Printing system %s, args=%s"
2500#~ msgstr "������, ���%s"
2501
2502#~ msgid "Printer hostname undefined, set to 'localhost'"
2503#~ msgstr "��������� ��localhost'"
2504
2505#~ msgid "Printing system unknown, args=%s"
2506#~ msgstr "����� ���, ���%s"
2507
2508#~ msgid ""
2509#~ "autopykota v%s (c) %s %s\n"
2510#~ "\n"
2511#~ "A tool to automate user account creation and initial balance setting.\n"
2512#~ "\n"
2513#~ "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE "
2514#~ "QUOTA !\n"
2515#~ "\n"
2516#~ "command line usage :\n"
2517#~ "\n"
2518#~ "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
2519#~ "  OF AN external policy IN pykota.conf\n"
2520#~ "  \n"
2521#~ "  autopykota { -i | --initbalance value } \n"
2522#~ "\n"
2523#~ "options :\n"
2524#~ "\n"
2525#~ "  -v | --version       Prints autopykota's version number then exits.\n"
2526#~ "  -h | --help          Prints this message then exits.\n"
2527#~ "  \n"
2528#~ "  -i | --initbalance b Sets the user's account initial balance value to "
2529#~ "b.\n"
2530#~ "                       If the user already exists, actual balance is "
2531#~ "left\n"
2532#~ "                       unmodified. If unset, the default value is 0.\n"
2533#~ "                       \n"
2534#~ "This program is free software; you can redistribute it and/or modify\n"
2535#~ "it under the terms of the GNU General Public License as published by\n"
2536#~ "the Free Software Foundation; either version 2 of the License, or\n"
2537#~ "(at your option) any later version.\n"
2538#~ "\n"
2539#~ "This program is distributed in the hope that it will be useful,\n"
2540#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2541#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2542#~ "GNU General Public License for more details.\n"
2543#~ "\n"
2544#~ "You should have received a copy of the GNU General Public License\n"
2545#~ "along with this program; if not, write to the Free Software\n"
2546#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2547#~ "USA.\n"
2548#~ "\n"
2549#~ "Please e-mail bugs to: %s"
2550#~ msgstr ""
2551#~ "autopykota v%s (c) %s %s\n"
2552#~ "\n"
2553#~ "��� � ������������� ��� "
2554#~ "���~ "���\n"
2555#~ "\n"
2556#~ "�� � ���� ����� � ����������������� ��"
2557#~ "���n"
2558#~ "�����������!\n"
2559#~ "\n"
2560#~ "���� ���\n"
2561#~ "\n"
2562#~ "  � ���� �� ����� � ����������� ��� ���� "
2563#~ "��\n"
2564#~ "  � ����� ��� ���xternal policy) ��pykota.conf\n"
2565#~ "  \n"
2566#~ "  autopykota { -i | --initbalance � } \n"
2567#~ "\n"
2568#~ "���:\n"
2569#~ "\n"
2570#~ "  -v | --version       ��� �����autopykota � "
2571#~ "���.\n"
2572#~ "  -h | --help          ��� ����� ���.\n"
2573#~ "  \n"
2574#~ "  -i | --initbalance b ���� �������� �b.\n"
2575#~ "                       � ������ ��� ���n"
2576#~ "                       �� � � ����, ����\n"
2577#~ "                       \n"
2578#~ "This program is free software; you can redistribute it and/or modify\n"
2579#~ "it under the terms of the GNU General Public License as published by\n"
2580#~ "the Free Software Foundation; either version 2 of the License, or\n"
2581#~ "(at your option) any later version.\n"
2582#~ "\n"
2583#~ "This program is distributed in the hope that it will be useful,\n"
2584#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2585#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2586#~ "GNU General Public License for more details.\n"
2587#~ "\n"
2588#~ "You should have received a copy of the GNU General Public License\n"
2589#~ "along with this program; if not, write to the Free Software\n"
2590#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2591#~ "USA.\n"
2592#~ "\n"
2593#~ "��� ��� �� e-mail � %s"
2594
2595#~ msgid ""
2596#~ "pkhint v%s (c) %s %s\n"
2597#~ "\n"
2598#~ "A tool to give hints on what accounting method is best for each printer.\n"
2599#~ "\n"
2600#~ "command line usage :\n"
2601#~ "\n"
2602#~ "  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
2603#~ "\n"
2604#~ "options :\n"
2605#~ "\n"
2606#~ "  -v | --version       Prints pkhint's version number then exits.\n"
2607#~ "  -h | --help          Prints this message then exits.\n"
2608#~ "  \n"
2609#~ "examples :                              \n"
2610#~ "\n"
2611#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
2612#~ "  \n"
2613#~ "  Will analyze your printing system to test which accounter\n"
2614#~ "  is the best for each of the defined printer which\n"
2615#~ "  name matches one of the parameters.\n"
2616#~ "  \n"
2617#~ "  If you don't pass any argument on the command line, all\n"
2618#~ "  printers will be analyzed.\n"
2619#~ "  \n"
2620#~ "This program is free software; you can redistribute it and/or modify\n"
2621#~ "it under the terms of the GNU General Public License as published by\n"
2622#~ "the Free Software Foundation; either version 2 of the License, or\n"
2623#~ "(at your option) any later version.\n"
2624#~ "\n"
2625#~ "This program is distributed in the hope that it will be useful,\n"
2626#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2627#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2628#~ "GNU General Public License for more details.\n"
2629#~ "\n"
2630#~ "You should have received a copy of the GNU General Public License\n"
2631#~ "along with this program; if not, write to the Free Software\n"
2632#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2633#~ "USA.\n"
2634#~ "\n"
2635#~ "Please e-mail bugs to: %s"
2636#~ msgstr ""
2637#~ "pkhint v%s (c) %s %s\n"
2638#~ "\n"
2639#~ "���� ��� � ����� �������\n"
2640#~ "\n"
2641#~ "���� ���\n"
2642#~ "\n"
2643#~ "  pkhint [��� [���1 ���2 ... ���N] <file.conf\n"
2644#~ "\n"
2645#~ "���:\n"
2646#~ "\n"
2647#~ "  -v | --version       ��� �����pkhint � ���.\n"
2648#~ "  -h | --help          ��� ����� ���.\n"
2649#~ "  \n"
2650#~ "����                              \n"
2651#~ "\n"
2652#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
2653#~ "  \n"
2654#~ "  ����� ��� �� ����� ��\n"
2655#~ "  ������ ��� � ���� � ���\n"
2656#~ "  ��� ����� ����� � ����.\n"
2657#~ "  \n"
2658#~ "  � �������������������
2659#~ "  ����.\n"
2660#~ "  \n"
2661#~ "This program is free software; you can redistribute it and/or modify\n"
2662#~ "it under the terms of the GNU General Public License as published by\n"
2663#~ "the Free Software Foundation; either version 2 of the License, or\n"
2664#~ "(at your option) any later version.\n"
2665#~ "\n"
2666#~ "This program is distributed in the hope that it will be useful,\n"
2667#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2668#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2669#~ "GNU General Public License for more details.\n"
2670#~ "\n"
2671#~ "You should have received a copy of the GNU General Public License\n"
2672#~ "along with this program; if not, write to the Free Software\n"
2673#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2674#~ "USA.\n"
2675#~ "\n"
2676#~ "��� ��� �� e-mail � %s"
2677
2678#~ msgid ""
2679#~ "pkprinters v%s (c) %s %s\n"
2680#~ "\n"
2681#~ "A Printers Manager for PyKota.\n"
2682#~ "\n"
2683#~ "command line usage :\n"
2684#~ "\n"
2685#~ "  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
2686#~ "\n"
2687#~ "options :\n"
2688#~ "\n"
2689#~ "  -v | --version       Prints pkprinters's version number then exits.\n"
2690#~ "  -h | --help          Prints this message then exits.\n"
2691#~ "  \n"
2692#~ "  -a | --add           Adds printers if they don't exist on the Quota \n"
2693#~ "                       Storage Server. If they exist, they are modified\n"
2694#~ "                       unless -s|--skipexisting is also used.\n"
2695#~ "                       \n"
2696#~ "  -d | --delete        Deletes printers from the quota storage.\n"
2697#~ "  \n"
2698#~ "  -D | --description d Adds a textual description to printers.\n"
2699#~ "                       \n"
2700#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
2701#~ "                       Job price is optional.\n"
2702#~ "                       If both are to be set, separate them with a "
2703#~ "comma.\n"
2704#~ "                       Floating point and negative values are allowed.\n"
2705#~ "  \n"
2706#~ "  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the "
2707#~ "printer \n"
2708#~ "                       groups pg1, pg2, etc... which must already exist.\n"
2709#~ "                       A printer group is just like a normal printer,\n"
2710#~ "                       only that it is usually unknown from the printing\n"
2711#~ "                       system. Create printer groups exactly the same\n"
2712#~ "                       way that you create printers, then add other \n"
2713#~ "                       printers to them with this option.\n"
2714#~ "                       Accounting is done on a printer and on all\n"
2715#~ "                       the printer groups it belongs to, quota checking\n"
2716#~ "                       is done on a printer and on all the printer "
2717#~ "groups\n"
2718#~ "                       it belongs to.\n"
2719#~ "                       If the --remove option below is not used, the \n"
2720#~ "                       default action is to add printers to the "
2721#~ "specified\n"
2722#~ "                       printer groups.\n"
2723#~ "                       \n"
2724#~ "  -l | --list          List informations about the printer(s) and the\n"
2725#~ "                       printers groups it is a member of.\n"
2726#~ "                       \n"
2727#~ "  -r | --remove        In combination with the --groups option "
2728#~ "above,                       \n"
2729#~ "                       remove printers from the specified printers "
2730#~ "groups.\n"
2731#~ "                       \n"
2732#~ "  -s | --skipexisting  In combination with the --add option above, tells\n"
2733#~ "                       pkprinters to not modify existing printers.\n"
2734#~ "  \n"
2735#~ "  printer1 through printerN can contain wildcards if the --add option \n"
2736#~ "  is not set.\n"
2737#~ "  \n"
2738#~ "examples :                              \n"
2739#~ "\n"
2740#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2741#~ "hp8000\n"
2742#~ "  \n"
2743#~ "  Will create three printers named hp2100, hp2200 and hp8000.\n"
2744#~ "  Their price per page will be set at 0.05 unit, and their price\n"
2745#~ "  per job will be set at 0.1 unit. Units are in your own currency,\n"
2746#~ "  or whatever you want them to mean.\n"
2747#~ "  All of their descriptions will be set to the string \"HP Printer\".\n"
2748#~ "  If any of these printers already exists, it will also be modified \n"
2749#~ "  unless the -s|--skipexisting command line option is also used.\n"
2750#~ "            \n"
2751#~ "  $ pkprinters --delete \"*\"\n"
2752#~ "  \n"
2753#~ "  This will completely delete all printers and associated quota "
2754#~ "information,\n"
2755#~ "  as well as their job history. USE WITH CARE !\n"
2756#~ "  \n"
2757#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
2758#~ "  \n"
2759#~ "  This will put all printers which name matches \"hp*\" into printers "
2760#~ "groups \n"
2761#~ "  Laser and HP, which MUST already exist.\n"
2762#~ "  \n"
2763#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
2764#~ "  \n"
2765#~ "  This will remove the hp2200 printer from the LexMark printer group.\n"
2766#~ "  \n"
2767#~ "This program is free software; you can redistribute it and/or modify\n"
2768#~ "it under the terms of the GNU General Public License as published by\n"
2769#~ "the Free Software Foundation; either version 2 of the License, or\n"
2770#~ "(at your option) any later version.\n"
2771#~ "\n"
2772#~ "This program is distributed in the hope that it will be useful,\n"
2773#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2774#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2775#~ "GNU General Public License for more details.\n"
2776#~ "\n"
2777#~ "You should have received a copy of the GNU General Public License\n"
2778#~ "along with this program; if not, write to the Free Software\n"
2779#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2780#~ "USA.\n"
2781#~ "\n"
2782#~ "Please e-mail bugs to: %s"
2783#~ msgstr ""
2784#~ "pkprinters v%s (c) %s %s\n"
2785#~ "\n"
2786#~ "���� ������yKota.\n"
2787#~ "\n"
2788#~ "���� ���\n"
2789#~ "\n"
2790#~ "  pkprinters [��� ���1 ���2 ... ���N\n"
2791#~ "\n"
2792#~ "���:\n"
2793#~ "\n"
2794#~ "  -v | --version       ��� �����pkprinters � "
2795#~ "���.\n"
2796#~ "  -h | --help          ��� ����� ���.\n"
2797#~ "  \n"
2798#~ "  -a | --add           ������� �� �� ���"
2799#~ "                       ���. � ��, �������#~ "                       ����� � ����-s|--"
2800#~ "skipexisting.\n"
2801#~ "                       \n"
2802#~ "  -d | --delete        ������� � ��������n"
2803#~ "  \n"
2804#~ "  -D | --description   ����� ����������"
2805#~ "                       \n"
2806#~ "  -c | --charge p[,j]  ���� ��� ��� � "
2807#~ "���n"
2808#~ "                       �� ��������.\n"
2809#~ "                       � ������, ��������"
2810#~ "                       ��\n"
2811#~ "                       �������� ����� ��"
2812#~ "  \n"
2813#~ "  -g | --groups pg1[,pg2...] ���������� ����\n"
2814#~ "                       � �� ����g1, pg2, �.� ���
2815#~ "                       ������. ���������n"
2816#~ "                       ������ ���, ���� �\n"
2817#~ "                       ������� ���. ����n"
2818#~ "                       �� �����������"
2819#~ "����"
2820#~ "                       ���, ���������� "
2821#~ "��\n"
2822#~ "                       ����������������n"
2823#~ "                       ������������ ��\n"
2824#~ "                       ��� ����������\n"
2825#~ "                       � � ���� �������n"
2826#~ "                       --remove, ��������� ����"
2827#~ "                       � ���� �� ����"
2828#~ "                       \n"
2829#~ "  -l | --list          ������ �� ��� ���"
2830#~ "�\n"
2831#~ "                       � ��� ����������\n"
2832#~ "                       \n"
2833#~ "  -r | --remove        � �������-groups ��,\n"
2834#~ "                       ������ � ���� ��\n"
2835#~ "                       ����n"
2836#~ "                       \n"
2837#~ "  -s | --skipexisting  � �������-add ��, �\n"
2838#~ "                       ����pkprinters ��������n"
2839#~ "                       ���.\n"
2840#~ "  \n"
2841#~ "  � ������1 � ���N ������ ���n"
2842#~ "  �� �� ����--add.\n"
2843#~ "  \n"
2844#~ "���:                              \n"
2845#~ "\n"
2846#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2847#~ "hp8000\n"
2848#~ "  \n"
2849#~ "  ������������p2100, hp2200 � hp8000.\n"
2850#~ "  �� � � ������.05 ��� � �� �\n"
2851#~ "  � ����0.1 ��� ��� ��������n"
2852#~ "  ���� �� ��� � ���� ����\n"
2853#~ "  �� ����� ��������\"HP Printer\".\n"
2854#~ "  � ���� � � ��� ���������n"
2855#~ "  ������ � ����-s|--skipexisting.\n"
2856#~ "            \n"
2857#~ "  $ pkprinters --delete \"*\"\n"
2858#~ "  \n"
2859#~ "  �������� � ��� � ����� �\n"
2860#~ "  ������ ������ �.\n"
2861#~ "  ������� � ����!\n"
2862#~ "  \n"
2863#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
2864#~ "  \n"
2865#~ "  ��������� ������� �\"hp*\" \n"
2866#~ "  � �� ����aser � HP, ���� ����.\n"
2867#~ "  \n"
2868#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
2869#~ "  \n"
2870#~ "  ��������hp2200 � �������exMark.\n"
2871#~ "  \n"
2872#~ "This program is free software; you can redistribute it and/or modify\n"
2873#~ "it under the terms of the GNU General Public License as published by\n"
2874#~ "the Free Software Foundation; either version 2 of the License, or\n"
2875#~ "(at your option) any later version.\n"
2876#~ "\n"
2877#~ "This program is distributed in the hope that it will be useful,\n"
2878#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2879#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2880#~ "GNU General Public License for more details.\n"
2881#~ "\n"
2882#~ "You should have received a copy of the GNU General Public License\n"
2883#~ "along with this program; if not, write to the Free Software\n"
2884#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2885#~ "USA.\n"
2886#~ "\n"
2887#~ "��� ��� �� e-mail � %s"
2888
2889#~ msgid ""
2890#~ "pykosd v%s (c) %s %s\n"
2891#~ "\n"
2892#~ "An OSD quota monitor for PyKota.\n"
2893#~ "\n"
2894#~ "command line usage :\n"
2895#~ "\n"
2896#~ "  pykosd [options]\n"
2897#~ "\n"
2898#~ "options :\n"
2899#~ "\n"
2900#~ "  -v | --version       Prints pykosd's version number then exits.\n"
2901#~ "  -h | --help          Prints this message then exits.\n"
2902#~ "  \n"
2903#~ "  -c | --color #rrggbb Sets the color to use for display as an "
2904#~ "hexadecimal\n"
2905#~ "                       triplet, for example #FF0000 is 100%% red.\n"
2906#~ "                       Defaults to 100%% green (#00FF00).\n"
2907#~ "                       \n"
2908#~ "  -d | --duration d    Sets the duration of the display in seconds. \n"
2909#~ "                       Defaults to 3 seconds.\n"
2910#~ "                       \n"
2911#~ "  -f | --font f        Sets the font to use for "
2912#~ "display.                      \n"
2913#~ "                       Defaults to the Python OSD library's default.\n"
2914#~ "  \n"
2915#~ "  -l | --loop n        Sets the number of times the info will be "
2916#~ "displayed.\n"
2917#~ "                       Defaults to 0, which means loop forever.\n"
2918#~ "                       \n"
2919#~ "  -s | --sleep s       Sets the sleeping duration between two displays \n"
2920#~ "                       in seconds. Defaults to 180 seconds (3 minutes).\n"
2921#~ "                       \n"
2922#~ "  \n"
2923#~ "examples :                              \n"
2924#~ "\n"
2925#~ "  $ pykosd -s 60 --loop 5\n"
2926#~ "  \n"
2927#~ "  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
2928#~ "  and will last for 3 seconds (the default) each time. After five\n"
2929#~ "  iterations, the program will exit.\n"
2930#~ "  \n"
2931#~ "This program is free software; you can redistribute it and/or modify\n"
2932#~ "it under the terms of the GNU General Public License as published by\n"
2933#~ "the Free Software Foundation; either version 2 of the License, or\n"
2934#~ "(at your option) any later version.\n"
2935#~ "\n"
2936#~ "This program is distributed in the hope that it will be useful,\n"
2937#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2938#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2939#~ "GNU General Public License for more details.\n"
2940#~ "\n"
2941#~ "You should have received a copy of the GNU General Public License\n"
2942#~ "along with this program; if not, write to the Free Software\n"
2943#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2944#~ "USA.\n"
2945#~ "\n"
2946#~ "Please e-mail bugs to: %s"
2947#~ msgstr ""
2948#~ "pykosd v%s (c) %s %s\n"
2949#~ "\n"
2950#~ "������PyKota ��������OSD).\n"
2951#~ "\n"
2952#~ "���� ���\n"
2953#~ "\n"
2954#~ "  pykosd [���\n"
2955#~ "\n"
2956#~ "���:\n"
2957#~ "\n"
2958#~ "  -v | --version       ��� �����pykosd � ���.\n"
2959#~ "  -h | --help          ��� ����� ���.\n"
2960#~ "  \n"
2961#~ "  -c | --color #rrggbb ����� ���������n"
2962#~ "                       ���� ���� ��� #FF0000 "
2963#~ "��n"
2964#~ "                       100%% ���n"
2965#~ "                       ����������00%% �� "
2966#~ "(#00FF00).\n"
2967#~ "                       \n"
2968#~ "  -d | --duration d    ������������
2969#~ "����\n"
2970#~ "                       ����� ����� ����n"
2971#~ "                       \n"
2972#~ "  -f | --font f        ��������� �������"
2973#~ "                       �������� �����OSD �"
2974#~ "Python.\n"
2975#~ "  \n"
2976#~ "  -l | --loop n        ������ �������� �
2977#~ "���\n"
2978#~ "                       �������, �������"
2979#~ "��"
2980#~ "                       \n"
2981#~ "  -s | --sleep s       ����� ��� �� � ����\n"
2982#~ "                       ����������80 ����3 "
2983#~ "��\n"
2984#~ "                       \n"
2985#~ "  \n"
2986#~ "����                              \n"
2987#~ "\n"
2988#~ "  $ pykosd -s 60 --loop 5\n"
2989#~ "  \n"
2990#~ "  ����ykosd. ������������0 ����n"
2991#~ "  � ��� � 3 ������� ���. ���"
2992#~ "  �����, ��������\n"
2993#~ "  \n"
2994#~ "This program is free software; you can redistribute it and/or modify\n"
2995#~ "it under the terms of the GNU General Public License as published by\n"
2996#~ "the Free Software Foundation; either version 2 of the License, or\n"
2997#~ "(at your option) any later version.\n"
2998#~ "\n"
2999#~ "This program is distributed in the hope that it will be useful,\n"
3000#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3001#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3002#~ "GNU General Public License for more details.\n"
3003#~ "\n"
3004#~ "You should have received a copy of the GNU General Public License\n"
3005#~ "along with this program; if not, write to the Free Software\n"
3006#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3007#~ "USA.\n"
3008#~ "\n"
3009#~ "��� ��� �� e-mail � %s"
3010
3011#~ msgid ""
3012#~ "pykotme v%s (c) %s %s\n"
3013#~ "\n"
3014#~ "Gives print quotes to users.\n"
3015#~ "\n"
3016#~ "command line usage :\n"
3017#~ "\n"
3018#~ "  pykotme  [options]  [files]\n"
3019#~ "\n"
3020#~ "options :\n"
3021#~ "\n"
3022#~ "  -v | --version       Prints pykotme's version number then exits.\n"
3023#~ "  -h | --help          Prints this message then exits.\n"
3024#~ "  \n"
3025#~ "  -P | --printer p     Gives a quote for this printer only. Actually p "
3026#~ "can\n"
3027#~ "                       use wildcards characters to select only\n"
3028#~ "                       some printers. The default value is *, meaning\n"
3029#~ "                       all printers.\n"
3030#~ "                       You can specify several names or wildcards, \n"
3031#~ "                       by separating them with commas.\n"
3032#~ "  \n"
3033#~ "examples :                              \n"
3034#~ "\n"
3035#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
3036#~ "  \n"
3037#~ "  This will give a print quote to the current user. The quote will show\n"
3038#~ "  the price and size of a job consisting in file1.ps and file2.ps \n"
3039#~ "  which would be sent to the apple printer.\n"
3040#~ "  \n"
3041#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
3042#~ "  \n"
3043#~ "  This will give a print quote to the current user. The quote will show\n"
3044#~ "  the price and size of a job consisting in file1.ps as read from\n"
3045#~ "  standard input, which would be sent to the apple or hplaser\n"
3046#~ "  printer.\n"
3047#~ "\n"
3048#~ "  $ pykotme \n"
3049#~ "  \n"
3050#~ "  This will give a quote for a job consisting of what is on standard \n"
3051#~ "  input. The quote will list the job size, and the price the job\n"
3052#~ "  would cost on each printer.\n"
3053#~ "\n"
3054#~ "This program is free software; you can redistribute it and/or modify\n"
3055#~ "it under the terms of the GNU General Public License as published by\n"
3056#~ "the Free Software Foundation; either version 2 of the License, or\n"
3057#~ "(at your option) any later version.\n"
3058#~ "\n"
3059#~ "This program is distributed in the hope that it will be useful,\n"
3060#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3061#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3062#~ "GNU General Public License for more details.\n"
3063#~ "\n"
3064#~ "You should have received a copy of the GNU General Public License\n"
3065#~ "along with this program; if not, write to the Free Software\n"
3066#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3067#~ "USA.\n"
3068#~ "\n"
3069#~ "Please e-mail bugs to: %s"
3070#~ msgstr ""
3071#~ "pykotme v%s (c) %s %s\n"
3072#~ "\n"
3073#~ "��� ��� � ���� ����\n"
3074#~ "\n"
3075#~ "���� ���\n"
3076#~ "\n"
3077#~ "  pykotme  [���  [��]\n"
3078#~ "\n"
3079#~ "���:\n"
3080#~ "\n"
3081#~ "  -v | --version       ��� �����pykotme � ���.\n"
3082#~ "  -h | --help          ��� ����� ���.\n"
3083#~ "  \n"
3084#~ "  -P | --printer p     ��� ��� ��������\n"
3085#~ "                       �p ���������� ����\n"
3086#~ "                       �������� �����*,\n"
3087#~ "                       ���������"
3088#~ "                       ������������� ��� \n"
3089#~ "                       ������.\n"
3090#~ "  \n"
3091#~ "����                              \n"
3092#~ "\n"
3093#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
3094#~ "  \n"
3095#~ "  ��� ����� � ����������n"
3096#~ "  ��� �� � ��������������\n"
3097#~ "  ���ile1.ps � file2.ps ����������n"
3098#~ "  apple.\n"
3099#~ "  \n"
3100#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
3101#~ "  \n"
3102#~ "  ��� ����� � ����������n"
3103#~ "  ��� �� � ��������������\n"
3104#~ "  ���ile1.ps ���������, ��n"
3105#~ "  ���� ���apple �����hplaser.\n"
3106#~ "\n"
3107#~ "  $ pykotme \n"
3108#~ "  \n"
3109#~ "  ��� ����� � � ���������\n"
3110#~ "  ���� ��. �������������
3111#~ "  ���� �� ���� �����.\n"
3112#~ "\n"
3113#~ "This program is free software; you can redistribute it and/or modify\n"
3114#~ "it under the terms of the GNU General Public License as published by\n"
3115#~ "the Free Software Foundation; either version 2 of the License, or\n"
3116#~ "(at your option) any later version.\n"
3117#~ "\n"
3118#~ "This program is distributed in the hope that it will be useful,\n"
3119#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3120#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3121#~ "GNU General Public License for more details.\n"
3122#~ "\n"
3123#~ "You should have received a copy of the GNU General Public License\n"
3124#~ "along with this program; if not, write to the Free Software\n"
3125#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3126#~ "USA.\n"
3127#~ "\n"
3128#~ "��� ��� �� e-mail � %s"
3129
3130#~ msgid ""
3131#~ "repykota v%s (c) %s %s\n"
3132#~ "\n"
3133#~ "Generates print quota reports.\n"
3134#~ "\n"
3135#~ "command line usage :\n"
3136#~ "\n"
3137#~ "  repykota [options] \n"
3138#~ "\n"
3139#~ "options :\n"
3140#~ "\n"
3141#~ "  -v | --version       Prints repykota's version number then exits.\n"
3142#~ "  -h | --help          Prints this message then exits.\n"
3143#~ "  \n"
3144#~ "  -u | --users         Generates a report on users quota, this is \n"
3145#~ "                       the default.\n"
3146#~ "  \n"
3147#~ "  -g | --groups        Generates a report on group quota instead of "
3148#~ "users.\n"
3149#~ "  \n"
3150#~ "  -P | --printer p     Report quotas on this printer only. Actually p "
3151#~ "can\n"
3152#~ "                       use wildcards characters to select only\n"
3153#~ "                       some printers. The default value is *, meaning\n"
3154#~ "                       all printers.\n"
3155#~ "                       You can specify several names or wildcards, \n"
3156#~ "                       by separating them with commas.\n"
3157#~ "  \n"
3158#~ "examples :                              \n"
3159#~ "\n"
3160#~ "  $ repykota --printer lp\n"
3161#~ "  \n"
3162#~ "  This will print the quota status for all users who use the lp printer.\n"
3163#~ "\n"
3164#~ "  $ repykota \n"
3165#~ "  \n"
3166#~ "  This will print the quota status for all users on all printers.\n"
3167#~ "  \n"
3168#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3169#~ "  \n"
3170#~ "  This will print the quota status for user jerome and all users\n"
3171#~ "  whose name begins with \"jo\" on all printers which name begins\n"
3172#~ "  with \"laser\" or ends with \"pson\".\n"
3173#~ "  \n"
3174#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
3175#~ "  arguments representing users or groups names are ignored, and only the\n"
3176#~ "  current user/group is reported.\n"
3177#~ "\n"
3178#~ "This program is free software; you can redistribute it and/or modify\n"
3179#~ "it under the terms of the GNU General Public License as published by\n"
3180#~ "the Free Software Foundation; either version 2 of the License, or\n"
3181#~ "(at your option) any later version.\n"
3182#~ "\n"
3183#~ "This program is distributed in the hope that it will be useful,\n"
3184#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3185#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3186#~ "GNU General Public License for more details.\n"
3187#~ "\n"
3188#~ "You should have received a copy of the GNU General Public License\n"
3189#~ "along with this program; if not, write to the Free Software\n"
3190#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3191#~ "USA.\n"
3192#~ "\n"
3193#~ "Please e-mail bugs to: %s"
3194#~ msgstr ""
3195#~ "repykota v%s (c) %s %s\n"
3196#~ "\n"
3197#~ "�����������"
3198#~ "\n"
3199#~ "���� ���\n"
3200#~ "\n"
3201#~ "  repykota [��� \n"
3202#~ "\n"
3203#~ "���:\n"
3204#~ "\n"
3205#~ "  -v | --version       ��� �����repykota � ���.\n"
3206#~ "  -h | --help          ��� ����� ���.\n"
3207#~ "  \n"
3208#~ "  -u | --users         ������ ������ �n"
3209#~ "                       �� ��������\n"
3210#~ "  \n"
3211#~ "  -g | --groups        ������ ������ ��\n"
3212#~ "                       ������\n"
3213#~ "  \n"
3214#~ "  -P | --printer p     ����� ����� �n"
3215#~ "                       ���p ���������� �n"
3216#~ "                       ��� ��������"
3217#~ "                       ������*, �� �����"
3218#~ "                       ������������ ���\n"
3219#~ "                       �������.\n"
3220#~ "  \n"
3221#~ "����                              \n"
3222#~ "\n"
3223#~ "  $ repykota --printer lp\n"
3224#~ "  \n"
3225#~ "  ��� ���� ���� � �� ���n"
3226#~ "  ���� ���lp.\n"
3227#~ "\n"
3228#~ "  $ repykota \n"
3229#~ "  \n"
3230#~ "  ��� ���� ���� � �� ���"
3231#~ "  �� ���.\n"
3232#~ "  \n"
3233#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3234#~ "  \n"
3235#~ "  ��� ���� ���� � ���erome �\n"
3236#~ "  �� ������� ���� \"jo\" ���
3237#~ "  � ��� ����� ���� \"laser\" ����n"
3238#~ "  �"pson\".\n"
3239#~ "  \n"
3240#~ "  � ��� � ���� ������ �PyKota, "
3241#~ "���"
3242#~ "  ���� ������������ � ��\n"
3243#~ "  �������������\n"
3244#~ "\n"
3245#~ "This program is free software; you can redistribute it and/or modify\n"
3246#~ "it under the terms of the GNU General Public License as published by\n"
3247#~ "the Free Software Foundation; either version 2 of the License, or\n"
3248#~ "(at your option) any later version.\n"
3249#~ "\n"
3250#~ "This program is distributed in the hope that it will be useful,\n"
3251#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3252#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3253#~ "GNU General Public License for more details.\n"
3254#~ "\n"
3255#~ "You should have received a copy of the GNU General Public License\n"
3256#~ "along with this program; if not, write to the Free Software\n"
3257#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3258#~ "USA.\n"
3259#~ "\n"
3260#~ "��� ��� �� e-mail � %s"
3261
3262#~ msgid ""
3263#~ "warnpykota v%s (c) %s %s\n"
3264#~ "\n"
3265#~ "Sends mail to users over print quota.\n"
3266#~ "\n"
3267#~ "command line usage :\n"
3268#~ "\n"
3269#~ "  warnpykota  [options]  [names]\n"
3270#~ "\n"
3271#~ "options :\n"
3272#~ "\n"
3273#~ "  -v | --version       Prints warnpykota's version number then exits.\n"
3274#~ "  -h | --help          Prints this message then exits.\n"
3275#~ "  \n"
3276#~ "  -u | --users         Warns users over their print quota, this is the \n"
3277#~ "                       default.\n"
3278#~ "  \n"
3279#~ "  -g | --groups        Warns users whose groups quota are over limit.\n"
3280#~ "  \n"
3281#~ "  -P | --printer p     Verify quotas on this printer only. Actually p "
3282#~ "can\n"
3283#~ "                       use wildcards characters to select only\n"
3284#~ "                       some printers. The default value is *, meaning\n"
3285#~ "                       all printers.\n"
3286#~ "                       You can specify several names or wildcards, \n"
3287#~ "                       by separating them with commas.\n"
3288#~ "  \n"
3289#~ "examples :                              \n"
3290#~ "\n"
3291#~ "  $ warnpykota --printer lp\n"
3292#~ "  \n"
3293#~ "  This will warn all users of the lp printer who have exceeded their\n"
3294#~ "  print quota.\n"
3295#~ "\n"
3296#~ "  $ warnpykota \n"
3297#~ "  \n"
3298#~ "  This will warn all users  who have exceeded their print quota on\n"
3299#~ "  any printer.\n"
3300#~ "\n"
3301#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
3302#~ "  \n"
3303#~ "  This will warn all users of groups which names begins with \"dev\" and\n"
3304#~ "  who have exceeded their print quota on any printer which name begins \n"
3305#~ "  with \"laserjet\"\n"
3306#~ "  \n"
3307#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
3308#~ "  arguments representing users or groups names are ignored, and only the\n"
3309#~ "  current user/group is reported.\n"
3310#~ "\n"
3311#~ "This program is free software; you can redistribute it and/or modify\n"
3312#~ "it under the terms of the GNU General Public License as published by\n"
3313#~ "the Free Software Foundation; either version 2 of the License, or\n"
3314#~ "(at your option) any later version.\n"
3315#~ "\n"
3316#~ "This program is distributed in the hope that it will be useful,\n"
3317#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3318#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3319#~ "GNU General Public License for more details.\n"
3320#~ "\n"
3321#~ "You should have received a copy of the GNU General Public License\n"
3322#~ "along with this program; if not, write to the Free Software\n"
3323#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3324#~ "USA.\n"
3325#~ "\n"
3326#~ "Please e-mail bugs to: %s"
3327#~ msgstr ""
3328#~ "warnpykota v%s (c) %s %s\n"
3329#~ "\n"
3330#~ "��� email ������ �� �����.\n"
3331#~ "\n"
3332#~ "���� ���\n"
3333#~ "\n"
3334#~ "  warnpykota  [���  [���n"
3335#~ "\n"
3336#~ "���:\n"
3337#~ "\n"
3338#~ "  -v | --version       ��� �����warnpykota � "
3339#~ "���.\n"
3340#~ "  -h | --help          ��� ����� ���.\n"
3341#~ "  \n"
3342#~ "  -u | --users         ������ ���� ���n"
3343#~ "                       ��� �. ��������\n"
3344#~ "  \n"
3345#~ "  -g | --groups        ������ ����� �� �
3346#~ "���\n"
3347#~ "  \n"
3348#~ "  -P | --printer p     �������������� �"
3349#~ "���n"
3350#~ "                       p ����������� �"
3351#~ "��� ��"
3352#~ "                       ������ ����� ��*, "
3353#~ "�n"
3354#~ "                       ��������"
3355#~ "                       ������������ ��� �"
3356#~ "�"
3357#~ "                       ���������"
3358#~ "  \n"
3359#~ "����                              \n"
3360#~ "\n"
3361#~ "  $ warnpykota --printer lp\n"
3362#~ "  \n"
3363#~ "  ������� ������lp ��� �� �"
3364#~ "  ������.\n"
3365#~ "\n"
3366#~ "  $ warnpykota \n"
3367#~ "  \n"
3368#~ "  ������� ����� �� �����\n"
3369#~ "  � ���� ���\n"
3370#~ "\n"
3371#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
3372#~ "  \n"
3373#~ "  ������� ����� �������� �\n"
3374#~ "  \"dev\" ����� �� ����� � �
3375#~ "����\n"
3376#~ "  ������������  \"laserjet\"\n"
3377#~ "  \n"
3378#~ "  � ��� � ���� ������ �PyKota, �n"
3379#~ "  �������������� ���� �\n"
3380#~ "  ����������� ��������n"
3381#~ "\n"
3382#~ "This program is free software; you can redistribute it and/or modify\n"
3383#~ "it under the terms of the GNU General Public License as published by\n"
3384#~ "the Free Software Foundation; either version 2 of the License, or\n"
3385#~ "(at your option) any later version.\n"
3386#~ "\n"
3387#~ "This program is distributed in the hope that it will be useful,\n"
3388#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3389#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3390#~ "GNU General Public License for more details.\n"
3391#~ "\n"
3392#~ "You should have received a copy of the GNU General Public License\n"
3393#~ "along with this program; if not, write to the Free Software\n"
3394#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3395#~ "USA.\n"
3396#~ "\n"
3397#~ "��� ��� �� e-mail � %s"
3398
3399#~ msgid ""
3400#~ "Internal SNMP accounting asked, but Python-SNMP is not available. Please "
3401#~ "download it from http://pysnmp.sourceforge.net"
3402#~ msgstr ""
3403#~ "������� �SNMP, �������ython-SNMP � ��"
3404#~ "���. �������� http://pysnmp.sourceforge.net"
3405
3406#~ msgid ""
3407#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3408#~ "Libres\n"
3409#~ "\n"
3410#~ "Dumps PyKota database's content.\n"
3411#~ "\n"
3412#~ "command line usage :\n"
3413#~ "\n"
3414#~ "  dumpykota [options] \n"
3415#~ "\n"
3416#~ "options :\n"
3417#~ "\n"
3418#~ "  -v | --version       Prints dumpykota's version number then exits.\n"
3419#~ "  -h | --help          Prints this message then exits.\n"
3420#~ "  \n"
3421#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
3422#~ "                       \n"
3423#~ "                         - history : dumps the jobs history.\n"
3424#~ "                         - users : dumps users.\n"
3425#~ "                         - groups : dumps user groups.\n"
3426#~ "                         - printers : dump printers.\n"
3427#~ "                         - upquotas : dump user quotas.\n"
3428#~ "                         - gpquotas : dump user groups quotas.\n"
3429#~ "                         - payments : dumps user payments.\n"
3430#~ "                         - pmembers : dumps printer groups members.\n"
3431#~ "                         - umembers : dumps user groups members.\n"
3432#~ "                         \n"
3433#~ "                       NB : the -d | --data command line option   \n"
3434#~ "                       is MANDATORY.\n"
3435#~ "  \n"
3436#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not "
3437#~ "specified,\n"
3438#~ "                       the format is to dump datas in the csv format "
3439#~ "(comma\n"
3440#~ "                       separated values). All data dumped is between "
3441#~ "double\n"
3442#~ "                       quotes. Allowed formats are :\n"
3443#~ "                       \n"
3444#~ "                         - csv : separate datas with commas\n"
3445#~ "                         - ssv : separate datas with semicolons\n"
3446#~ "                         - tsv : separate datas with tabs\n"
3447#~ "                         - xml : dump data as XML\n"
3448#~ "                         \n"
3449#~ "  -o | --output fname  All datas will be dumped to the file instead of\n"
3450#~ "                       to the standard output. The special '-' filename\n"
3451#~ "                       is the default value and means stdout.\n"
3452#~ "                       WARNING : existing files are truncated !\n"
3453#~ "  \n"
3454#~ "Examples :\n"
3455#~ "\n"
3456#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
3457#~ "  \n"
3458#~ "  This dumps the history in a comma separated values file, for possible\n"
3459#~ "  use in a spreadsheet.\n"
3460#~ "  \n"
3461#~ "  $ dumpykota --data users --format xml -o users.xml\n"
3462#~ "  \n"
3463#~ "  Dumps all users datas to the users.xml file.\n"
3464#~ "  \n"
3465#~ "This program is free software; you can redistribute it and/or modify\n"
3466#~ "it under the terms of the GNU General Public License as published by\n"
3467#~ "the Free Software Foundation; either version 2 of the License, or\n"
3468#~ "(at your option) any later version.\n"
3469#~ "\n"
3470#~ "This program is distributed in the hope that it will be useful,\n"
3471#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3472#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3473#~ "GNU General Public License for more details.\n"
3474#~ "\n"
3475#~ "You should have received a copy of the GNU General Public License\n"
3476#~ "along with this program; if not, write to the Free Software\n"
3477#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3478#~ "USA.\n"
3479#~ "\n"
3480#~ "Please e-mail bugs to: %s"
3481#~ msgstr ""
3482#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3483#~ "Libres\n"
3484#~ "\n"
3485#~ "��� ����������� PyKota.\n"
3486#~ "\n"
3487#~ "���� ���\n"
3488#~ "\n"
3489#~ "  dumpykota [��� \n"
3490#~ "\n"
3491#~ "���:\n"
3492#~ "\n"
3493#~ "  -v | --version       ��� �����dumpykota� ���.\n"
3494#~ "  -h | --help          ��� ����� ���.\n"
3495#~ "  \n"
3496#~ "  -d | --data type     ��� ���'���������\n"
3497#~ "                       \n"
3498#~ "                         - history : ��� ������.\n"
3499#~ "                         - users : ��� ��\n"
3500#~ "                         - groups : ��� �� ��\n"
3501#~ "                         - printers : ��� ���.\n"
3502#~ "                         - upquotas : ��� ����n"
3503#~ "                         - gpquotas : ��� ������n"
3504#~ "                         - payments : ��� ��� ��\n"
3505#~ "                         - pmembers : ��� ������\n"
3506#~ "                         - umembers : ��� �������n"
3507#~ "                         \n"
3508#~ "                       ��� ����-d | --data ��"
3509#~ "������n"
3510#~ "  \n"
3511#~ "  -f | --format fmt    ��� ���������� ��"
3512#~ "�\n"
3513#~ "                       ��� ������sv (��#~ "����n"
3514#~ "                       ���� �����������n"
3515#~ "                       ������������\n"
3516#~ "                       ���������� ��:\n"
3517#~ "                       \n"
3518#~ "                         - csv : ������ ���"
3519#~ "                         - ssv : ������ ���"
3520#~ "���\n"
3521#~ "                         - tsv : ������ ���"
3522#~ "(tabs)\n"
3523#~ "                         - xml : ��� ��� �L\n"
3524#~ "                         \n"
3525#~ "  -o | --output � ��������� �� ��"
3526#~ "'�\n"
3527#~ "                       ���������� ����#~ "���n"
3528#~ "                       ��� � '-' � ����� �
3529#~ "���n"
3530#~ "                       � ������ � �� ����#~ "���n"
3531#~ "                       ���� �����������!\n"
3532#~ "  \n"
3533#~ "�����\n"
3534#~ "\n"
3535#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
3536#~ "  \n"
3537#~ "  ���������� ���� ��������n"
3538#~ "  � ��������� ��n"
3539#~ "  \n"
3540#~ "  $ dumpykota --data users --format xml -o users.xml\n"
3541#~ "  \n"
3542#~ "  ���� ��������� users.xml .\n"
3543#~ "  \n"
3544#~ "This program is free software; you can redistribute it and/or modify\n"
3545#~ "it under the terms of the GNU General Public License as published by\n"
3546#~ "the Free Software Foundation; either version 2 of the License, or\n"
3547#~ "(at your option) any later version.\n"
3548#~ "\n"
3549#~ "This program is distributed in the hope that it will be useful,\n"
3550#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3551#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3552#~ "GNU General Public License for more details.\n"
3553#~ "\n"
3554#~ "You should have received a copy of the GNU General Public License\n"
3555#~ "along with this program; if not, write to the Free Software\n"
3556#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3557#~ "USA.\n"
3558#~ "\n"
3559#~ "��� ��� �� e-mail � %s"
3560
3561#~ msgid "Too many arguments, see help."
3562#~ msgstr "������ ��� �����."
3563
3564#~ msgid ""
3565#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3566#~ "Libres\n"
3567#~ "A Print Quota editor for PyKota.\n"
3568#~ "\n"
3569#~ "command line usage :\n"
3570#~ "\n"
3571#~ "  edpykota [options] user1 user2 ... userN\n"
3572#~ "  \n"
3573#~ "  edpykota [options] group1 group2 ... groupN\n"
3574#~ "\n"
3575#~ "options :\n"
3576#~ "\n"
3577#~ "  -v | --version       Prints edpykota's version number then exits.\n"
3578#~ "  -h | --help          Prints this message then exits.\n"
3579#~ "  \n"
3580#~ "  -a | --add           Adds users and/or printers if they don't \n"
3581#~ "                       exist on the Quota Storage Server.\n"
3582#~ "                       \n"
3583#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
3584#~ "                       Printers are never deleted.\n"
3585#~ "                       \n"
3586#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
3587#~ "                       for a particular printer. Job price is optional.\n"
3588#~ "                       If both are to be set, separate them with a "
3589#~ "comma.\n"
3590#~ "                       Floating point values are allowed.\n"
3591#~ "  \n"
3592#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
3593#~ "                              listed, separated by commas. The groups\n"
3594#~ "                              must already exist in the Quota Storage.\n"
3595#~ "  \n"
3596#~ "  -u | --users         Edit users print quotas, this is the default.\n"
3597#~ "  \n"
3598#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
3599#~ "                       use wildcards characters to select only\n"
3600#~ "                       some printers. The default value is *, meaning\n"
3601#~ "                       all printers. \n"
3602#~ "                       You can specify several names or wildcards, \n"
3603#~ "                       by separating them with commas.\n"
3604#~ "  \n"
3605#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
3606#~ "                       pg1, pg2, etc... which must already exist.\n"
3607#~ "                       A printer group is just like a normal printer,\n"
3608#~ "                       only that it is usually unknown from the printing\n"
3609#~ "                       system. Create printer groups exactly the same\n"
3610#~ "                       way that you create printers, then add other \n"
3611#~ "                       printers to them with this option.\n"
3612#~ "                       Accounting is done on a printer and on all\n"
3613#~ "                       the printer groups it belongs to, quota checking\n"
3614#~ "                       is done on a printer and on all the printer "
3615#~ "groups\n"
3616#~ "                       it belongs to.\n"
3617#~ "  \n"
3618#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
3619#~ "                          \n"
3620#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
3621#~ "                       print quotas\n"
3622#~ "                       \n"
3623#~ "  -n | --noquota       Doesn't set a quota but only does accounting.\n"
3624#~ "  \n"
3625#~ "  -r | --reset         Resets the actual page counter for the user\n"
3626#~ "                       or group to zero on the specified printers. \n"
3627#~ "                       The life time page counter is kept unchanged.\n"
3628#~ "                       \n"
3629#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
3630#~ "                       for the user or group to zero on the specified \n"
3631#~ "                       printers. \n"
3632#~ "                       \n"
3633#~ "  -l | --limitby l     Choose if the user/group is limited in "
3634#~ "printing                     \n"
3635#~ "                       by its account balance or by its page quota.\n"
3636#~ "                       The default value is 'quota'. Allowed values\n"
3637#~ "                       are 'quota' 'balance' 'quota-then-balance' and\n"
3638#~ "                       'balance-then-quota'.\n"
3639#~ "                       WARNING : quota-then-balance and balance-then-"
3640#~ "quota\n"
3641#~ "                       are not yet implemented.\n"
3642#~ "                       \n"
3643#~ "  -b | --balance b     Sets the user's account balance to "
3644#~ "b.                     \n"
3645#~ "                       Account balance may be increase or decreased\n"
3646#~ "                       if b is prefixed with + or -.\n"
3647#~ "                       WARNING : when decreasing account balance,\n"
3648#~ "                       the total paid so far by the user is decreased\n"
3649#~ "                       too.\n"
3650#~ "                       Groups don't have a real balance, but the\n"
3651#~ "                       sum of their users' account balance.\n"
3652#~ "                       \n"
3653#~ "  -S | --softlimit sl  Sets the quota soft limit to sl "
3654#~ "pages.                       \n"
3655#~ "  \n"
3656#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
3657#~ "  \n"
3658#~ "  user1 through userN and group1 through groupN can use wildcards\n"
3659#~ "  if the --add option is not set.\n"
3660#~ "  \n"
3661#~ "examples :                              \n"
3662#~ "\n"
3663#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3664#~ "  \n"
3665#~ "  This will add users john, paul, george and ringo to the quota\n"
3666#~ "  database, and set their print quotas to the same values than user \n"
3667#~ "  jerome. User jerome must already exist.\n"
3668#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
3669#~ "  \n"
3670#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3671#~ "  \n"
3672#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
3673#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
3674#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is "
3675#~ "done.\n"
3676#~ "\n"
3677#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3678#~ "  \n"
3679#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
3680#~ "  on the Quota Storage Server they are automatically added. Also\n"
3681#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
3682#~ "  already exist in the Quota Storage.\n"
3683#~ "            \n"
3684#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3685#~ "  \n"
3686#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
3687#~ "  to 550 pages for groups financial and support on all printers.\n"
3688#~ "  \n"
3689#~ "  $ edpykota --reset jerome \"jo*\"\n"
3690#~ "  \n"
3691#~ "  This will reset jerome's page counter to zero on all printers, as\n"
3692#~ "  well as every user whose name begins with 'jo'.\n"
3693#~ "  Their life time page counter on each printer will be kept unchanged.\n"
3694#~ "  You can also reset the life time page counters by using the\n"
3695#~ "  --hardreset | -R command line option.\n"
3696#~ "  \n"
3697#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3698#~ "  \n"
3699#~ "  This will tell PyKota to not limit jerome when printing on the \n"
3700#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
3701#~ "  accounting of the pages he prints will still be kept.\n"
3702#~ "  Print Quotas for jerome on other printers are unchanged.\n"
3703#~ "  \n"
3704#~ "  $ edpykota --limitby balance jerome\n"
3705#~ "  \n"
3706#~ "  This will tell PyKota to limit jerome by his account's balance\n"
3707#~ "  when printing.\n"
3708#~ "  \n"
3709#~ "  $ edpykota --balance +10.0 jerome\n"
3710#~ "  \n"
3711#~ "  This will increase jerome's account balance by 10.0 (in your\n"
3712#~ "  own currency). You can decrease the account balance with a\n"
3713#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
3714#~ "  \n"
3715#~ "  $ edpykota --delete jerome rachel\n"
3716#~ "  \n"
3717#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
3718#~ "  database. All their quotas and jobs will be deleted too.\n"
3719#~ "  \n"
3720#~ "  $ edpykota --printer lp --charge 0.1\n"
3721#~ "  \n"
3722#~ "  This will set the page price for printer lp to 0.1. Job price\n"
3723#~ "  will not be changed.\n"
3724#~ "  \n"
3725#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3726#~ "  \n"
3727#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and "
3728#~ "HP.\n"
3729#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
3730#~ "  checked and accounted for on virtual printers Laser and HP.\n"
3731#~ "\n"
3732#~ "This program is free software; you can redistribute it and/or modify\n"
3733#~ "it under the terms of the GNU General Public License as published by\n"
3734#~ "the Free Software Foundation; either version 2 of the License, or\n"
3735#~ "(at your option) any later version.\n"
3736#~ "\n"
3737#~ "This program is distributed in the hope that it will be useful,\n"
3738#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3739#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3740#~ "GNU General Public License for more details.\n"
3741#~ "\n"
3742#~ "You should have received a copy of the GNU General Public License\n"
3743#~ "along with this program; if not, write to the Free Software\n"
3744#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3745#~ "USA.\n"
3746#~ "\n"
3747#~ "Please e-mail bugs to: %s"
3748#~ msgstr ""
3749#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3750#~ "Libres\n"
3751#~ "�������� � �yKota.\n"
3752#~ "\n"
3753#~ "���� ���\n"
3754#~ "\n"
3755#~ "  edpykota [��� �� �� ... ��\n"
3756#~ "  \n"
3757#~ "  edpykota [��� �� �� ... ��\n"
3758#~ "\n"
3759#~ "���:\n"
3760#~ "\n"
3761#~ "  -v | --version       ��� �����edpykota� ���.\n"
3762#~ "  -h | --help          ��� ����� ���.\n"
3763#~ "  \n"
3764#~ "  -a | --add           �������/���� �� ��\n"
3765#~ "                       �����������"
3766#~ "                       \n"
3767#~ "  -d | --delete        ������� � �������"
3768#~ "                       ��������������\n"
3769#~ "                       \n"
3770#~ "  -c | --charge p[,j]  ����� ��� ��� � "
3771#~ "���"
3772#~ "                       � ������� �� ����"
3773#~ "��n"
3774#~ "                       ���. � ������, ���"
3775#~ "���"
3776#~ "                       �� �������� ���\n"
3777#~ "  \n"
3778#~ "  -i | --ingroups g1[,g2...]  ����� ����� � �"
3779#~ "��\n"
3780#~ "                              ���������� � "
3781#~ "��\n"
3782#~ "                              ����� ��������"
3783#~ "  \n"
3784#~ "  -u | --users         ��������� �� ����"
3785#~ "�"
3786#~ "                       �������n"
3787#~ "  \n"
3788#~ "  -P | --printer p     �������� �������"
3789#~ "p.\n"
3790#~ "                       ����p ���������� "
3791#~ "�n"
3792#~ "                       ��� �������� ����"
3793#~ "�\n"
3794#~ "                       ��*, �� �����n"
3795#~ "                       ������������ ��� \n"
3796#~ "                       �������.\n"
3797#~ "  \n"
3798#~ "  -G | --pgroups pg1[,pg2...] ������ ���� � ��\n"
3799#~ "                       ����g1, pg2, �.�����"
3800#~ "���.\n"
3801#~ "                       �������������� "
3802#~ "��"
3803#~ "                       ��� ������� ���.\n"
3804#~ "                       ������ ����������
3805#~ "�n"
3806#~ "                       �������� �����
3807#~ "���\n"
3808#~ "                       �� �������n"
3809#~ "                       ����� � �������� "
3810#~ "�n"
3811#~ "                       ���� � ���� �����"
3812#~ "���
3813#~ "                       ��.\n"
3814#~ "  \n"
3815#~ "  -g | --groups        �������� � �� ����"
3816#~ "�\n"
3817#~ "                       �� ��\n"
3818#~ "                          \n"
3819#~ "  -p | --prototype u|g �������� ����g ��"
3820#~ "�\n"
3821#~ "                       �������\n"
3822#~ "                       \n"
3823#~ "  -n | --noquota       ���������� "
3824#~ "����.\n"
3825#~ "  \n"
3826#~ "  -r | --reset         ������� �� � ��� �n"
3827#~ "                       ��� � ������� \n"
3828#~ "                       �������� �����\n"
3829#~ "                       \n"
3830#~ "  -R | --hardreset     �������� � ��� "
3831#~ "����\n"
3832#~ "                       � ��� ��������� \n"
3833#~ "                       ���. \n"
3834#~ "                       \n"
3835#~ "  -l | --limitby l     �������������� "
3836#~ "���                       � ��� ��������
3837#~ "������\n"
3838#~ "                       ������ ��'quota' (�
3839#~ "���).\n"
3840#~ "                       ���� ��� 'quota' (����n"
3841#~ "                       'balance' (������), 'quota-then-"
3842#~ "balance' (��"
3843#~ "                       �� ���� 'balance-then-"
3844#~ "quota' (����\n"
3845#~ "                       ���                       ����: � "
3846#~ "��� quota-then-balance � balance-then-quota\n"
3847#~ "                       � �� ��� ��\n"
3848#~ "                       \n"
3849#~ "  -b | --balance b     ������ ��� ����� "
3850#~ "���.\n"
3851#~ "                       � ��������������"
3852#~ "�����n"
3853#~ "                       � � � ����+ �-.\n"
3854#~ "                       ����: ������� ���, "
3855#~ "�����,\n"
3856#~ "                       �� ������� �����
3857#~ "����"
3858#~ "                       ��\n"
3859#~ "                       � �� � �� ��� ������
3860#~ "����n"
3861#~ "                       ��������.\n"
3862#~ "                       \n"
3863#~ "  -S | --softlimit sl  ���������l ��\n"
3864#~ "  \n"
3865#~ "  -H | --hardlimit hl  ����� ���� hl ��.\n"
3866#~ "  \n"
3867#~ "  ������ � �� � �� � �� �� �"
3868#~ "����#~ "  ����� �� ����--add.\n"
3869#~ "  \n"
3870#~ "����                              \n"
3871#~ "\n"
3872#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3873#~ "  \n"
3874#~ "  ����� ��john, paul, george � ringo ���"
3875#~ "  ���, � ������ � � �� ��"
3876#~ "  ����erome. ���jerome ������\n"
3877#~ "  �������mail �� ���ingo �"
3878#~ "  'ringo@example.com'\n"
3879#~ "  \n"
3880#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3881#~ "  \n"
3882#~ "  �������erome � ���lp ��
3883#~ "����n"
3884#~ "  50 ��, � �� �0 ��. � �� ��jerome ��"
3885#~ "  ���� � ��������������    "
3886#~ "����\n"
3887#~ "\n"
3888#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3889#~ "  \n"
3890#~ "  ��� ��, ���� �� �� ��jerome �� \n"
3891#~ "  ��� lp ������������ ����
3892#~ "��n"
3893#~ "  jerome ������� \"coders\" � \"it\" ����n"
3894#~ "  ��� ������"
3895#~ "            \n"
3896#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3897#~ "  \n"
3898#~ "  ���������00 �� � ��� ��50\n"
3899#~ "  �� � ��� financial � support �������"
3900#~ "  \n"
3901#~ "  $ edpykota --reset jerome \"jo*\"\n"
3902#~ "  \n"
3903#~ "  ����� ��������erome � ����"
3904#~ "���"
3905#~ "  ������'jo' �������"
3906#~ "  ������ � ����� �������"
3907#~ "  ������ ��� � �����������#~ "�n"
3908#~ "  ���-hardreset | -R .\n"
3909#~ "  \n"
3910#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3911#~ "  \n"
3912#~ "  �������� ���erome � ����"
3913#~ "hpcolor. \n"
3914#~ "  �� ����������� ��� ���
3915#~ "���� \n"
3916#~ "  ���� ��������\n"
3917#~ "  � �����rome ���������
3918#~ "���.\n"
3919#~ "  \n"
3920#~ "  $ edpykota --limitby balance jerome\n"
3921#~ "  \n"
3922#~ "  �������erome ������ ��� �\n"
3923#~ "  \n"
3924#~ "  $ edpykota --balance +10.0 jerome\n"
3925#~ "  \n"
3926#~ "  ������ �����jerome ��10.0 ���(�"
3927#~ "��n"
3928#~ "  ��� ������� ��� ����(-) ���"
3929#~ "  �� ��� �� � ���\n"
3930#~ "  \n"
3931#~ "  $ edpykota --delete jerome rachel\n"
3932#~ "  \n"
3933#~ "  ���������jerome � rachel � ������"
3934#~ "  ������� � ��� ����������\n"
3935#~ "  \n"
3936#~ "  $ edpykota --printer lp --charge 0.1\n"
3937#~ "  \n"
3938#~ "  ���� ��� � �����.1. �� ����n"
3939#~ "  ������\n"
3940#~ "  \n"
3941#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3942#~ "  \n"
3943#~ "  ���� ��� hplj1 � hplj2 � �� ����aser � "
3944#~ "HP.\n"
3945#~ "  ������� ���hplj1 ��plj2, ����� "
3946#~ "�n"
3947#~ "  ��� � ���� � � ������Laser � "
3948#~ "HP.\n"
3949#~ "\n"
3950#~ "This program is free software; you can redistribute it and/or modify\n"
3951#~ "it under the terms of the GNU General Public License as published by\n"
3952#~ "the Free Software Foundation; either version 2 of the License, or\n"
3953#~ "(at your option) any later version.\n"
3954#~ "\n"
3955#~ "This program is distributed in the hope that it will be useful,\n"
3956#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3957#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3958#~ "GNU General Public License for more details.\n"
3959#~ "\n"
3960#~ "You should have received a copy of the GNU General Public License\n"
3961#~ "along with this program; if not, write to the Free Software\n"
3962#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3963#~ "USA.\n"
3964#~ "\n"
3965#~ "��� ��� �� e-mail � %s"
3966
3967#~ msgid ""
3968#~ "Group           used    soft    hard    balance grace         total       "
3969#~ "paid"
3970#~ msgstr ""
3971#~ "���         �� �� �� �����       ��     "
3972#~ "��"
3973
3974#~ msgid ""
3975#~ "User            used    soft    hard    balance grace         total       "
3976#~ "paid"
3977#~ msgstr ""
3978#~ "���        �� �� �� �����       ��     "
3979#~ "��"
3980
3981#~ msgid "Waiting for printer %s to be idle or printing..."
3982#~ msgstr "���� ��� ������ � ���%s..."
Note: See TracBrowser for help on using the browser.