root / pykota / trunk / po / pykota.pot @ 1959

Revision 1959, 48.6 kB (checked in by jalet, 19 years ago)

Updated translations

  • 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 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003-2004 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2004-11-25 10:16+0100\n"
31"PO-Revision-Date: 2004-07-21 15:35:00+0100\n"
32"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
33"Language-Team: English <alet@librelogiciel.com>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"pkbanner v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"\n"
42"Generates banners.\n"
43"\n"
44"command line usage :\n"
45"\n"
46"  pkbanner  [options] \n"
47"\n"
48"options :\n"
49"\n"
50"  -v | --version       Prints pkbanner's version number then exits.\n"
51"  -h | --help          Prints this message then exits.\n"
52"  \n"
53"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
54"                       be drawn at the center top of the page. The default\n"
55"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
56"                       \n"
57"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
58"                       page sizes are recognized, like 'A4' or 'Letter'\n"
59"                       to name a few. The default size is A4.\n"
60"  \n"
61"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
62"                       used to save toner. The default value is 0, which\n"
63"                       means that no toner saving will be done.\n"
64"  \n"
65"  -u | --url u         Uses u as an url to be written at the bottom of \n"
66"                       the banner page. The default url is :\n"
67"                       http://www.librelogiciel.com/software/\n"
68"  \n"
69"examples :                              \n"
70"\n"
71"  Using pkbanner directly from the command line is not recommended,\n"
72"  excepted for testing purposes. You should use pkbanner in the\n"
73"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
74"  \n"
75"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
76"  \n"
77"      With such a setting in pykota.conf, all print jobs will be \n"
78"      prefixed with an A4 banner with no logo, and text luminosity will\n"
79"      be increased by 75%%. The PostScript output will be directly sent\n"
80"      to your printer.\n"
81"      \n"
82"  You'll find more examples in the sample configuration file included    \n"
83"  in PyKota.\n"
84"      \n"
85"This program is free software; you can redistribute it and/or modify\n"
86"it under the terms of the GNU General Public License as published by\n"
87"the Free Software Foundation; either version 2 of the License, or\n"
88"(at your option) any later version.\n"
89"\n"
90"This program is distributed in the hope that it will be useful,\n"
91"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
92"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
93"GNU General Public License for more details.\n"
94"\n"
95"You should have received a copy of the GNU General Public License\n"
96"along with this program; if not, write to the Free Software\n"
97"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
98"\n"
99"Please e-mail bugs to: %s"
100msgstr ""
101
102msgid "Unknown"
103msgstr ""
104
105msgid "Username"
106msgstr ""
107
108msgid "Job"
109msgstr ""
110
111msgid "Date"
112msgstr ""
113
114msgid "Allowed"
115msgstr ""
116
117msgid "Denied"
118msgstr ""
119
120msgid "Allowed with Warning"
121msgstr ""
122
123msgid "Result"
124msgstr ""
125
126msgid "Title"
127msgstr ""
128
129msgid "Filename"
130msgstr ""
131
132#, python-format
133msgid "Pages printed so far on %s"
134msgstr ""
135
136msgid "Account balance"
137msgstr ""
138
139msgid "Soft Limit"
140msgstr ""
141
142msgid "Hard Limit"
143msgstr ""
144
145msgid "Date Limit"
146msgstr ""
147
148msgid "Allowed range is (0..99)"
149msgstr ""
150
151#, python-format
152msgid "Invalid 'savetoner' option %s : %s"
153msgstr ""
154
155#, python-format
156msgid "Invalid 'pagesize' option %s, defaulting to A4."
157msgstr ""
158
159#, python-format
160msgid ""
161"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
162"A tool to give hints on what accounting method is best for each printer.\n"
163"\n"
164"command line usage :\n"
165"\n"
166"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
167"\n"
168"options :\n"
169"\n"
170"  -v | --version       Prints pkhint's version number then exits.\n"
171"  -h | --help          Prints this message then exits.\n"
172"  \n"
173"examples :                              \n"
174"\n"
175"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
176"  \n"
177"  Will analyze your printing system to test which accounter\n"
178"  is the best for each of the defined printer which\n"
179"  name matches one of the parameters.\n"
180"  \n"
181"  If you don't pass any argument on the command line, all\n"
182"  printers will be analyzed.\n"
183"  \n"
184"This program is free software; you can redistribute it and/or modify\n"
185"it under the terms of the GNU General Public License as published by\n"
186"the Free Software Foundation; either version 2 of the License, or\n"
187"(at your option) any later version.\n"
188"\n"
189"This program is distributed in the hope that it will be useful,\n"
190"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
191"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
192"GNU General Public License for more details.\n"
193"\n"
194"You should have received a copy of the GNU General Public License\n"
195"along with this program; if not, write to the Free Software\n"
196"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
197"\n"
198"Please e-mail bugs to: %s"
199msgstr ""
200
201#, python-format
202msgid "Invalid DeviceURI : %s"
203msgstr ""
204
205msgid ""
206"\n"
207"Please wait while pkhint analyzes your printing system's configuration..."
208msgstr ""
209
210#, python-format
211msgid "Unknown device %s for printer %s"
212msgstr ""
213
214msgid ""
215"\n"
216"Put the following lines into your /etc/pykota/pykota.conf file :\n"
217msgstr ""
218
219msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
220msgstr ""
221
222msgid "# that hardware accounting wouldn't work, this only means that PyKota"
223msgstr ""
224
225msgid "# wasn't able to autodetect which hardware accounting method to use."
226msgstr ""
227
228#, python-format
229msgid ""
230"pkmail v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
231"\n"
232"Email gateway for PyKota.\n"
233"\n"
234"command line usage :\n"
235"\n"
236"  pkmail  [options]\n"
237"\n"
238"options :\n"
239"\n"
240"  -v | --version       Prints pkmail's version number then exits.\n"
241"  -h | --help          Prints this message then exits.\n"
242"  \n"
243"    \n"
244"  This command is meant to be used from your mail server's aliases file,\n"
245"  as a pipe. It will then accept commands send to it in email messages,\n"
246"  and will send the answer to the command's originator.\n"
247"  \n"
248"  To use this command, create an email alias in /etc/aliases with\n"
249"  the following format :\n"
250"  \n"
251"    pykotacmd: \"|/usr/bin/pkmail\"\n"
252"    \n"
253"  Then run the 'newaliases' command to regenerate the aliases database.\n"
254"  \n"
255"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
256"  the command in the subject.\n"
257"  \n"
258"  List of supported commands :\n"
259"  \n"
260"        report [username]\n"
261"  \n"
262"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
263"  system user in the 'lpadmin' system group to ensure this user can\n"
264"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
265"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
266"  that you think at least twice before doing this though.\n"
267"  \n"
268"  Use at your own risk !\n"
269"  \n"
270"This program is free software; you can redistribute it and/or modify\n"
271"it under the terms of the GNU General Public License as published by\n"
272"the Free Software Foundation; either version 2 of the License, or\n"
273"(at your option) any later version.\n"
274"\n"
275"This program is distributed in the hope that it will be useful,\n"
276"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
277"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
278"GNU General Public License for more details.\n"
279"\n"
280"You should have received a copy of the GNU General Public License\n"
281"along with this program; if not, write to the Free Software\n"
282"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
283"\n"
284"Please e-mail bugs to: %s"
285msgstr ""
286
287#, python-format
288msgid ""
289"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
290"A Printers Manager for PyKota.\n"
291"\n"
292"command line usage :\n"
293"\n"
294"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
295"\n"
296"options :\n"
297"\n"
298"  -v | --version       Prints pkprinters's version number then exits.\n"
299"  -h | --help          Prints this message then exits.\n"
300"  \n"
301"  -a | --add           Adds printers if they don't exist on the Quota \n"
302"                       Storage Server. If they exist, they are modified\n"
303"                       unless -s|--skipexisting is also used.\n"
304"                       \n"
305"  -d | --delete        Deletes printers from the quota storage.\n"
306"  \n"
307"  -D | --description d Adds a textual description to printers.\n"
308"                       \n"
309"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
310"                       Job price is optional.\n"
311"                       If both are to be set, separate them with a comma.\n"
312"                       Floating point and negative values are allowed.\n"
313"  \n"
314"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
315"                       groups pg1, pg2, etc... which must already exist.\n"
316"                       A printer group is just like a normal printer,\n"
317"                       only that it is usually unknown from the printing\n"
318"                       system. Create printer groups exactly the same\n"
319"                       way that you create printers, then add other \n"
320"                       printers to them with this option.\n"
321"                       Accounting is done on a printer and on all\n"
322"                       the printer groups it belongs to, quota checking\n"
323"                       is done on a printer and on all the printer groups\n"
324"                       it belongs to.\n"
325"                       If the --remove option below is not used, the \n"
326"                       default action is to add printers to the specified\n"
327"                       printer groups.\n"
328"                       \n"
329"  -l | --list          List informations about the printer(s) and the\n"
330"                       printers groups it is a member of.\n"
331"                       \n"
332"  -r | --remove        In combination with the --groups option "
333"above,                       \n"
334"                       remove printers from the specified printers groups.\n"
335"                       \n"
336"  -s | --skipexisting  In combination with the --add option above, tells\n"
337"                       pkprinters to not modify existing printers.\n"
338"  \n"
339"  printer1 through printerN can contain wildcards if the --add option \n"
340"  is not set.\n"
341"  \n"
342"examples :                              \n"
343"\n"
344"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
345"hp8000\n"
346"  \n"
347"  Will create three printers named hp2100, hp2200 and hp8000.\n"
348"  Their price per page will be set at 0.05 unit, and their price\n"
349"  per job will be set at 0.1 unit. Units are in your own currency,\n"
350"  or whatever you want them to mean.\n"
351"  All of their descriptions will be set to the string \"HP Printer\".\n"
352"  If any of these printers already exists, it will also be modified \n"
353"  unless the -s|--skipexisting command line option is also used.\n"
354"            \n"
355"  $ pkprinters --delete \"*\"\n"
356"  \n"
357"  This will completely delete all printers and associated quota "
358"information,\n"
359"  as well as their job history. USE WITH CARE !\n"
360"  \n"
361"  $ pkprinters --groups Laser,HP \"hp*\"\n"
362"  \n"
363"  This will put all printers which name matches \"hp*\" into printers "
364"groups \n"
365"  Laser and HP, which MUST already exist.\n"
366"  \n"
367"  $ pkprinters --groups LexMark --remove hp2200\n"
368"  \n"
369"  This will remove the hp2200 printer from the LexMark printer group.\n"
370"  \n"
371"This program is free software; you can redistribute it and/or modify\n"
372"it under the terms of the GNU General Public License as published by\n"
373"the Free Software Foundation; either version 2 of the License, or\n"
374"(at your option) any later version.\n"
375"\n"
376"This program is distributed in the hope that it will be useful,\n"
377"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
378"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
379"GNU General Public License for more details.\n"
380"\n"
381"You should have received a copy of the GNU General Public License\n"
382"along with this program; if not, write to the Free Software\n"
383"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
384"\n"
385"Please e-mail bugs to: %s"
386msgstr ""
387
388msgid "You're not allowed to use this command."
389msgstr ""
390
391#, python-format
392msgid "There's no printer matching %s"
393msgstr ""
394
395#, python-format
396msgid "Invalid charge amount value %s"
397msgstr ""
398
399#, python-format
400msgid "Printer %s already exists, skipping."
401msgstr ""
402
403#, python-format
404msgid "Printer %s already exists, will be modified."
405msgstr ""
406
407#, python-format
408msgid "Impossible to add printer %s"
409msgstr ""
410
411#, python-format
412msgid "Invalid printer name %s"
413msgstr ""
414
415msgid "in"
416msgstr ""
417
418msgid "incompatible options, see help."
419msgstr ""
420
421msgid "You have to pass printer groups names on the command line"
422msgstr ""
423
424msgid "You have to pass printer names on the command line"
425msgstr ""
426
427#, python-format
428msgid ""
429"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
430"An OSD quota monitor for PyKota.\n"
431"\n"
432"command line usage :\n"
433"\n"
434"  pykosd [options]\n"
435"\n"
436"options :\n"
437"\n"
438"  -v | --version       Prints pykosd's version number then exits.\n"
439"  -h | --help          Prints this message then exits.\n"
440"  \n"
441"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
442"                       triplet, for example #FF0000 is 100%% red.\n"
443"                       Defaults to 100%% green (#00FF00).\n"
444"                       \n"
445"  -d | --duration d    Sets the duration of the display in seconds. \n"
446"                       Defaults to 3 seconds.\n"
447"                       \n"
448"  -f | --font f        Sets the font to use for "
449"display.                      \n"
450"                       Defaults to the Python OSD library's default.\n"
451"  \n"
452"  -l | --loop n        Sets the number of times the info will be displayed.\n"
453"                       Defaults to 0, which means loop forever.\n"
454"                       \n"
455"  -s | --sleep s       Sets the sleeping duration between two displays \n"
456"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
457"                       \n"
458"  \n"
459"examples :                              \n"
460"\n"
461"  $ pykosd -s 60 --loop 5\n"
462"  \n"
463"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
464"  and will last for 3 seconds (the default) each time. After five\n"
465"  iterations, the program will exit.\n"
466"  \n"
467"This program is free software; you can redistribute it and/or modify\n"
468"it under the terms of the GNU General Public License as published by\n"
469"the Free Software Foundation; either version 2 of the License, or\n"
470"(at your option) any later version.\n"
471"\n"
472"This program is distributed in the hope that it will be useful,\n"
473"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
474"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
475"GNU General Public License for more details.\n"
476"\n"
477"You should have received a copy of the GNU General Public License\n"
478"along with this program; if not, write to the Free Software\n"
479"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
480"\n"
481"Please e-mail bugs to: %s"
482msgstr ""
483
484#, python-format
485msgid "Invalid duration option %s"
486msgstr ""
487
488#, python-format
489msgid "Invalid loop option %s"
490msgstr ""
491
492#, python-format
493msgid "Invalid sleep option %s"
494msgstr ""
495
496#, python-format
497msgid "Invalid color option %s"
498msgstr ""
499
500#, python-format
501msgid "User %s doesn't exist in PyKota's database"
502msgstr ""
503
504#, python-format
505msgid "Pages used on %s : %s"
506msgstr ""
507
508#, python-format
509msgid "PyKota Units left : %.2f"
510msgstr ""
511
512#, python-format
513msgid ""
514"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
515"\n"
516"Gives print quotes to users.\n"
517"\n"
518"command line usage :\n"
519"\n"
520"  pykotme  [options]  [files]\n"
521"\n"
522"options :\n"
523"\n"
524"  -v | --version       Prints pykotme's version number then exits.\n"
525"  -h | --help          Prints this message then exits.\n"
526"  \n"
527"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
528"                       use wildcards characters to select only\n"
529"                       some printers. The default value is *, meaning\n"
530"                       all printers.\n"
531"                       You can specify several names or wildcards, \n"
532"                       by separating them with commas.\n"
533"  \n"
534"examples :                              \n"
535"\n"
536"  $ pykotme --printer apple file1.ps file2.ps\n"
537"  \n"
538"  This will give a print quote to the current user. The quote will show\n"
539"  the price and size of a job consisting in file1.ps and file2.ps \n"
540"  which would be sent to the apple printer.\n"
541"  \n"
542"  $ pykotme --printer apple,hplaser <file1.ps\n"
543"  \n"
544"  This will give a print quote to the current user. The quote will show\n"
545"  the price and size of a job consisting in file1.ps as read from\n"
546"  standard input, which would be sent to the apple or hplaser\n"
547"  printer.\n"
548"\n"
549"  $ pykotme \n"
550"  \n"
551"  This will give a quote for a job consisting of what is on standard \n"
552"  input. The quote will list the job size, and the price the job\n"
553"  would cost on each printer.\n"
554"\n"
555"This program is free software; you can redistribute it and/or modify\n"
556"it under the terms of the GNU General Public License as published by\n"
557"the Free Software Foundation; either version 2 of the License, or\n"
558"(at your option) any later version.\n"
559"\n"
560"This program is distributed in the hope that it will be useful,\n"
561"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
562"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
563"GNU General Public License for more details.\n"
564"\n"
565"You should have received a copy of the GNU General Public License\n"
566"along with this program; if not, write to the Free Software\n"
567"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
568"\n"
569"Please e-mail bugs to: %s"
570msgstr ""
571
572#, python-format
573msgid "Your account balance : %.2f"
574msgstr ""
575
576#, python-format
577msgid "Job size : %i pages"
578msgstr ""
579
580#, python-format
581msgid "Cost on printer %s : %.2f"
582msgstr ""
583
584#, python-format
585msgid ""
586"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
587"A tool to automate user account creation and initial balance setting.\n"
588"\n"
589"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
590"\n"
591"command line usage :\n"
592"\n"
593"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
594"  OF AN external policy IN pykota.conf\n"
595"  \n"
596"  autopykota { -i | --initbalance value } \n"
597"\n"
598"options :\n"
599"\n"
600"  -v | --version       Prints autopykota's version number then exits.\n"
601"  -h | --help          Prints this message then exits.\n"
602"  \n"
603"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
604"                       If the user already exists, actual balance is left\n"
605"                       unmodified. If unset, the default value is 0.\n"
606"                       \n"
607"This program is free software; you can redistribute it and/or modify\n"
608"it under the terms of the GNU General Public License as published by\n"
609"the Free Software Foundation; either version 2 of the License, or\n"
610"(at your option) any later version.\n"
611"\n"
612"This program is distributed in the hope that it will be useful,\n"
613"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
614"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
615"GNU General Public License for more details.\n"
616"\n"
617"You should have received a copy of the GNU General Public License\n"
618"along with this program; if not, write to the Free Software\n"
619"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
620"\n"
621"Please e-mail bugs to: %s"
622msgstr ""
623
624msgid "Job contains no data. Printing is denied."
625msgstr ""
626
627msgid "Job accounting begins."
628msgstr ""
629
630msgid "Job accounting ends."
631msgstr ""
632
633msgid "Job size forced to 0 because printing is denied."
634msgstr ""
635
636#, python-format
637msgid "Job size : %i"
638msgstr ""
639
640#, python-format
641msgid "Updating user %s's quota on printer %s"
642msgstr ""
643
644msgid "Job added to history."
645msgstr ""
646
647#, python-format
648msgid "File number %s unregistered twice from polling object, ignored."
649msgstr ""
650
651#, python-format
652msgid "SIGTERM was sent to real backend %s (pid: %s)"
653msgstr ""
654
655#, python-format
656msgid "CUPS backend %s died abnormally."
657msgstr ""
658
659#, python-format
660msgid ""
661"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
662"\n"
663"Dumps PyKota database's content.\n"
664"\n"
665"command line usage :\n"
666"\n"
667"  dumpykota [options] \n"
668"\n"
669"options :\n"
670"\n"
671"  -v | --version       Prints dumpykota's version number then exits.\n"
672"  -h | --help          Prints this message then exits.\n"
673"  \n"
674"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
675"                       \n"
676"                         - history : dumps the jobs history.\n"
677"                         - users : dumps users.\n"
678"                         - groups : dumps user groups.\n"
679"                         - printers : dump printers.\n"
680"                         - upquotas : dump user quotas.\n"
681"                         - gpquotas : dump user groups quotas.\n"
682"                         - payments : dumps user payments.\n"
683"                         - pmembers : dumps printer groups members.\n"
684"                         - umembers : dumps user groups members.\n"
685"                         \n"
686"                       NB : the -d | --data command line option   \n"
687"                       is MANDATORY.\n"
688"  \n"
689"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
690"                       the format is to dump datas in the csv format (comma\n"
691"                       separated values). All data dumped is between double\n"
692"                       quotes. Allowed formats are :\n"
693"                       \n"
694"                         - csv : separate datas with commas\n"
695"                         - ssv : separate datas with semicolons\n"
696"                         - tsv : separate datas with tabs\n"
697"                         - xml : dump data as XML\n"
698"                         \n"
699"  -o | --output fname  All datas will be dumped to the file instead of\n"
700"                       to the standard output. The special '-' filename\n"
701"                       is the default value and means stdout.\n"
702"                       WARNING : existing files are truncated !\n"
703"  \n"
704"Examples :\n"
705"\n"
706"  $ dumpykota --data history --format csv >myfile.csv\n"
707"  \n"
708"  This dumps the history in a comma separated values file, for possible\n"
709"  use in a spreadsheet.\n"
710"  \n"
711"  $ dumpykota --data users --format xml -o users.xml\n"
712"  \n"
713"  Dumps all users datas to the users.xml file.\n"
714"  \n"
715"This program is free software; you can redistribute it and/or modify\n"
716"it under the terms of the GNU General Public License as published by\n"
717"the Free Software Foundation; either version 2 of the License, or\n"
718"(at your option) any later version.\n"
719"\n"
720"This program is distributed in the hope that it will be useful,\n"
721"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
722"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
723"GNU General Public License for more details.\n"
724"\n"
725"You should have received a copy of the GNU General Public License\n"
726"along with this program; if not, write to the Free Software\n"
727"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
728"\n"
729"Please e-mail bugs to: %s"
730msgstr ""
731
732#, python-format
733msgid "Invalid modifier [%s] for --data command line option, see help."
734msgstr ""
735
736#, python-format
737msgid "Invalid modifier [%s] for --format command line option, see help."
738msgstr ""
739
740msgid "XML output is disabled because the jaxml module is not available."
741msgstr ""
742
743msgid "PyKota data dumper failed : I/O error"
744msgstr ""
745
746msgid "The -d | --data command line option is mandatory, see help."
747msgstr ""
748
749msgid "Too many arguments, see help."
750msgstr ""
751
752#, python-format
753msgid ""
754"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
755"A Print Quota editor for PyKota.\n"
756"\n"
757"command line usage :\n"
758"\n"
759"  edpykota [options] user1 user2 ... userN\n"
760"  \n"
761"  edpykota [options] group1 group2 ... groupN\n"
762"\n"
763"options :\n"
764"\n"
765"  -v | --version       Prints edpykota's version number then exits.\n"
766"  -h | --help          Prints this message then exits.\n"
767"  \n"
768"  -a | --add           Adds users and/or printers if they don't \n"
769"                       exist on the Quota Storage Server.\n"
770"                       \n"
771"  -d | --delete        Deletes users/groups from the quota storage.\n"
772"                       Printers are never deleted.\n"
773"                       \n"
774"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
775"                       for a particular printer. Job price is optional.\n"
776"                       If both are to be set, separate them with a comma.\n"
777"                       Floating point values are allowed.\n"
778"  \n"
779"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
780"                              listed, separated by commas. The groups\n"
781"                              must already exist in the Quota Storage.\n"
782"  \n"
783"  -u | --users         Edit users print quotas, this is the default.\n"
784"  \n"
785"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
786"                       use wildcards characters to select only\n"
787"                       some printers. The default value is *, meaning\n"
788"                       all printers. \n"
789"                       You can specify several names or wildcards, \n"
790"                       by separating them with commas.\n"
791"  \n"
792"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
793"                       pg1, pg2, etc... which must already exist.\n"
794"                       A printer group is just like a normal printer,\n"
795"                       only that it is usually unknown from the printing\n"
796"                       system. Create printer groups exactly the same\n"
797"                       way that you create printers, then add other \n"
798"                       printers to them with this option.\n"
799"                       Accounting is done on a printer and on all\n"
800"                       the printer groups it belongs to, quota checking\n"
801"                       is done on a printer and on all the printer groups\n"
802"                       it belongs to.\n"
803"  \n"
804"  -g | --groups        Edit users groups print quotas instead of users.\n"
805"                          \n"
806"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
807"                       print quotas\n"
808"                       \n"
809"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
810"  \n"
811"  -r | --reset         Resets the actual page counter for the user\n"
812"                       or group to zero on the specified printers. \n"
813"                       The life time page counter is kept unchanged.\n"
814"                       \n"
815"  -R | --hardreset     Resets the actual and life time page counters\n"
816"                       for the user or group to zero on the specified \n"
817"                       printers. \n"
818"                       \n"
819"  -l | --limitby l     Choose if the user/group is limited in "
820"printing                     \n"
821"                       by its account balance or by its page quota.\n"
822"                       The default value is 'quota'. Allowed values\n"
823"                       are 'quota' 'balance' 'quota-then-balance' and\n"
824"                       'balance-then-quota'.\n"
825"                       WARNING : quota-then-balance and balance-then-quota\n"
826"                       are not yet implemented.\n"
827"                       \n"
828"  -b | --balance b     Sets the user's account balance to "
829"b.                     \n"
830"                       Account balance may be increase or decreased\n"
831"                       if b is prefixed with + or -.\n"
832"                       WARNING : when decreasing account balance,\n"
833"                       the total paid so far by the user is decreased\n"
834"                       too.\n"
835"                       Groups don't have a real balance, but the\n"
836"                       sum of their users' account balance.\n"
837"                       \n"
838"  -S | --softlimit sl  Sets the quota soft limit to sl "
839"pages.                       \n"
840"  \n"
841"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
842"  \n"
843"  user1 through userN and group1 through groupN can use wildcards\n"
844"  if the --add option is not set.\n"
845"  \n"
846"examples :                              \n"
847"\n"
848"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
849"  \n"
850"  This will add users john, paul, george and ringo to the quota\n"
851"  database, and set their print quotas to the same values than user \n"
852"  jerome. User jerome must already exist.\n"
853"  User ringo's email address will also be set to 'ringo@example.com'\n"
854"  \n"
855"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
856"  \n"
857"  This will set jerome's print quota on the lp printer to a soft limit\n"
858"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
859"  printer lp doesn't exist on the Quota Storage Server then nothing is "
860"done.\n"
861"\n"
862"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
863"  \n"
864"  Same as above, but if either user jerome or printer lp doesn't exist \n"
865"  on the Quota Storage Server they are automatically added. Also\n"
866"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
867"  already exist in the Quota Storage.\n"
868"            \n"
869"  $ edpykota -g -S 500 -H 550 financial support            \n"
870"  \n"
871"  This will set print quota soft limit to 500 pages and hard limit\n"
872"  to 550 pages for groups financial and support on all printers.\n"
873"  \n"
874"  $ edpykota --reset jerome \"jo*\"\n"
875"  \n"
876"  This will reset jerome's page counter to zero on all printers, as\n"
877"  well as every user whose name begins with 'jo'.\n"
878"  Their life time page counter on each printer will be kept unchanged.\n"
879"  You can also reset the life time page counters by using the\n"
880"  --hardreset | -R command line option.\n"
881"  \n"
882"  $ edpykota --printer hpcolor --noquota jerome\n"
883"  \n"
884"  This will tell PyKota to not limit jerome when printing on the \n"
885"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
886"  accounting of the pages he prints will still be kept.\n"
887"  Print Quotas for jerome on other printers are unchanged.\n"
888"  \n"
889"  $ edpykota --limitby balance jerome\n"
890"  \n"
891"  This will tell PyKota to limit jerome by his account's balance\n"
892"  when printing.\n"
893"  \n"
894"  $ edpykota --balance +10.0 jerome\n"
895"  \n"
896"  This will increase jerome's account balance by 10.0 (in your\n"
897"  own currency). You can decrease the account balance with a\n"
898"  dash prefix, and set it to a fixed amount with no prefix.\n"
899"  \n"
900"  $ edpykota --delete jerome rachel\n"
901"  \n"
902"  This will completely delete jerome and rachel from the Quota Storage\n"
903"  database. All their quotas and jobs will be deleted too.\n"
904"  \n"
905"  $ edpykota --printer lp --charge 0.1\n"
906"  \n"
907"  This will set the page price for printer lp to 0.1. Job price\n"
908"  will not be changed.\n"
909"  \n"
910"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
911"  \n"
912"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
913"  When printing either on hplj1 or hplj2, print quota will also be \n"
914"  checked and accounted for on virtual printers Laser and HP.\n"
915"\n"
916"This program is free software; you can redistribute it and/or modify\n"
917"it under the terms of the GNU General Public License as published by\n"
918"the Free Software Foundation; either version 2 of the License, or\n"
919"(at your option) any later version.\n"
920"\n"
921"This program is distributed in the hope that it will be useful,\n"
922"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
923"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
924"GNU General Public License for more details.\n"
925"\n"
926"You should have received a copy of the GNU General Public License\n"
927"along with this program; if not, write to the Free Software\n"
928"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
929"\n"
930"Please e-mail bugs to: %s"
931msgstr ""
932
933#, python-format
934msgid "Invalid softlimit value %s."
935msgstr ""
936
937#, python-format
938msgid "Invalid hardlimit value %s."
939msgstr ""
940
941#, python-format
942msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
943msgstr ""
944
945#, python-format
946msgid "Invalid balance value %s"
947msgstr ""
948
949#, python-format
950msgid "Invalid limitby value %s"
951msgstr ""
952
953msgid "You have to pass user or group names on the command line"
954msgstr ""
955
956#, python-format
957msgid "Prototype %s not found in Quota Storage for printer %s."
958msgstr ""
959
960#, python-format
961msgid "Prototype object %s not found in Quota Storage."
962msgstr ""
963
964#, python-format
965msgid "Undefined hard limit set to soft limit (%s) on printer %s."
966msgstr ""
967
968#, python-format
969msgid "Undefined soft limit set to hard limit (%s) on printer %s."
970msgstr ""
971
972#, python-format
973msgid "Invalid email address %s"
974msgstr ""
975
976#, python-format
977msgid "Unknown group %s"
978msgstr ""
979
980#, python-format
981msgid "Unknown user %s"
982msgstr ""
983
984#, python-format
985msgid "Invalid group name %s"
986msgstr ""
987
988#, python-format
989msgid "Invalid user name %s"
990msgstr ""
991
992#, python-format
993msgid "Quota not found for object %s on printer %s."
994msgstr ""
995
996#, python-format
997msgid "Group %s not found in the PyKota Storage."
998msgstr ""
999
1000msgid "Software accounting already done in first pass. Ignoring."
1001msgstr ""
1002
1003msgid "Hardware accounting already done in first pass. Ignoring."
1004msgstr ""
1005
1006msgid "Job size and price now set in history."
1007msgstr ""
1008
1009#, python-format
1010msgid ""
1011"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1012"\n"
1013"Generates print quota reports.\n"
1014"\n"
1015"command line usage :\n"
1016"\n"
1017"  repykota [options] \n"
1018"\n"
1019"options :\n"
1020"\n"
1021"  -v | --version       Prints repykota's version number then exits.\n"
1022"  -h | --help          Prints this message then exits.\n"
1023"  \n"
1024"  -u | --users         Generates a report on users quota, this is \n"
1025"                       the default.\n"
1026"  \n"
1027"  -g | --groups        Generates a report on group quota instead of users.\n"
1028"  \n"
1029"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1030"                       use wildcards characters to select only\n"
1031"                       some printers. The default value is *, meaning\n"
1032"                       all printers.\n"
1033"                       You can specify several names or wildcards, \n"
1034"                       by separating them with commas.\n"
1035"  \n"
1036"examples :                              \n"
1037"\n"
1038"  $ repykota --printer lp\n"
1039"  \n"
1040"  This will print the quota status for all users who use the lp printer.\n"
1041"\n"
1042"  $ repykota \n"
1043"  \n"
1044"  This will print the quota status for all users on all printers.\n"
1045"  \n"
1046"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1047"  \n"
1048"  This will print the quota status for user jerome and all users\n"
1049"  whose name begins with \"jo\" on all printers which name begins\n"
1050"  with \"laser\" or ends with \"pson\".\n"
1051"  \n"
1052"  If launched by an user who is not a PyKota administrator, additionnal\n"
1053"  arguments representing users or groups names are ignored, and only the\n"
1054"  current user/group is reported.\n"
1055"\n"
1056"This program is free software; you can redistribute it and/or modify\n"
1057"it under the terms of the GNU General Public License as published by\n"
1058"the Free Software Foundation; either version 2 of the License, or\n"
1059"(at your option) any later version.\n"
1060"\n"
1061"This program is distributed in the hope that it will be useful,\n"
1062"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1063"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1064"GNU General Public License for more details.\n"
1065"\n"
1066"You should have received a copy of the GNU General Public License\n"
1067"along with this program; if not, write to the Free Software\n"
1068"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1069"\n"
1070"Please e-mail bugs to: %s"
1071msgstr ""
1072
1073#, python-format
1074msgid ""
1075"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
1076"\n"
1077"Sends mail to users over print quota.\n"
1078"\n"
1079"command line usage :\n"
1080"\n"
1081"  warnpykota  [options]  [names]\n"
1082"\n"
1083"options :\n"
1084"\n"
1085"  -v | --version       Prints warnpykota's version number then exits.\n"
1086"  -h | --help          Prints this message then exits.\n"
1087"  \n"
1088"  -u | --users         Warns users over their print quota, this is the \n"
1089"                       default.\n"
1090"  \n"
1091"  -g | --groups        Warns users whose groups quota are over limit.\n"
1092"  \n"
1093"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1094"                       use wildcards characters to select only\n"
1095"                       some printers. The default value is *, meaning\n"
1096"                       all printers.\n"
1097"                       You can specify several names or wildcards, \n"
1098"                       by separating them with commas.\n"
1099"  \n"
1100"examples :                              \n"
1101"\n"
1102"  $ warnpykota --printer lp\n"
1103"  \n"
1104"  This will warn all users of the lp printer who have exceeded their\n"
1105"  print quota.\n"
1106"\n"
1107"  $ warnpykota \n"
1108"  \n"
1109"  This will warn all users  who have exceeded their print quota on\n"
1110"  any printer.\n"
1111"\n"
1112"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1113"  \n"
1114"  This will warn all users of groups which names begins with \"dev\" and\n"
1115"  who have exceeded their print quota on any printer which name begins \n"
1116"  with \"laserjet\"\n"
1117"  \n"
1118"  If launched by an user who is not a PyKota administrator, additionnal\n"
1119"  arguments representing users or groups names are ignored, and only the\n"
1120"  current user/group is reported.\n"
1121"\n"
1122"This program is free software; you can redistribute it and/or modify\n"
1123"it under the terms of the GNU General Public License as published by\n"
1124"the Free Software Foundation; either version 2 of the License, or\n"
1125"(at your option) any later version.\n"
1126"\n"
1127"This program is distributed in the hope that it will be useful,\n"
1128"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1129"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1130"GNU General Public License for more details.\n"
1131"\n"
1132"You should have received a copy of the GNU General Public License\n"
1133"along with this program; if not, write to the Free Software\n"
1134"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1135"\n"
1136"Please e-mail bugs to: %s"
1137msgstr ""
1138
1139#, python-format
1140msgid "Unsupported accounter backend %s"
1141msgstr ""
1142
1143#, python-format
1144msgid "Configuration file %s not found."
1145msgstr ""
1146
1147#, python-format
1148msgid "Option %s not found in section global of %s"
1149msgstr ""
1150
1151#, python-format
1152msgid "Option %s not found in section %s of %s"
1153msgstr ""
1154
1155#, python-format
1156msgid "Option logger only supports values in %s"
1157msgstr ""
1158
1159#, python-format
1160msgid "Invalid accounter %s for printer %s"
1161msgstr ""
1162
1163#, python-format
1164msgid "Option accounter in section %s only supports values in %s"
1165msgstr ""
1166
1167#, python-format
1168msgid "Option enforcement in section %s only supports values in %s"
1169msgstr ""
1170
1171#, python-format
1172msgid "Option onaccountererror in section %s only supports values in %s"
1173msgstr ""
1174
1175#, python-format
1176msgid "Invalid policy %s for printer %s"
1177msgstr ""
1178
1179#, python-format
1180msgid "Option policy in section %s only supports values in %s"
1181msgstr ""
1182
1183#, python-format
1184msgid "Invalid option mailto %s for printer %s"
1185msgstr ""
1186
1187#, python-format
1188msgid "Option mailto in section %s only supports values in %s"
1189msgstr ""
1190
1191#, python-format
1192msgid "Invalid grace delay %s"
1193msgstr ""
1194
1195#, python-format
1196msgid "Invalid poor man's threshold %s"
1197msgstr ""
1198
1199msgid ""
1200"Your Print Quota account balance is Low.\n"
1201"Soon you'll not be allowed to print anymore.\n"
1202"Please contact the Print Quota Administrator to solve the problem."
1203msgstr ""
1204
1205#, python-format
1206msgid ""
1207"You are not allowed to print anymore because\n"
1208"your Print Quota is exceeded on printer %s."
1209msgstr ""
1210
1211#, python-format
1212msgid ""
1213"You will soon be forbidden to print anymore because\n"
1214"your Print Quota is almost reached on printer %s."
1215msgstr ""
1216
1217#, python-format
1218msgid "Option accountbanner in section %s only supports values in %s"
1219msgstr ""
1220
1221#, python-format
1222msgid "Unsupported logging subsystem %s"
1223msgstr ""
1224
1225#, python-format
1226msgid "Report for %s quota on printer %s"
1227msgstr ""
1228
1229#, python-format
1230msgid "Pages grace time: %i days"
1231msgstr ""
1232
1233#, python-format
1234msgid "Price per job: %.3f"
1235msgstr ""
1236
1237#, python-format
1238msgid "Price per page: %.3f"
1239msgstr ""
1240
1241msgid ""
1242"Group           used    soft    hard    balance grace         total       "
1243"paid"
1244msgstr ""
1245
1246msgid ""
1247"User            used    soft    hard    balance grace         total       "
1248"paid"
1249msgstr ""
1250
1251msgid "unknown"
1252msgstr ""
1253
1254#, python-format
1255msgid "Real : %s"
1256msgstr ""
1257
1258#, python-format
1259msgid "Total : %9i"
1260msgstr ""
1261
1262#, python-format
1263msgid "Unsupported reporter backend %s"
1264msgstr ""
1265
1266#, python-format
1267msgid "Unsupported quota storage backend %s"
1268msgstr ""
1269
1270#, python-format
1271msgid "Impossible to connect to SMTP server : %s"
1272msgstr ""
1273
1274#, python-format
1275msgid "Impossible to send mail to %s, error %s : %s"
1276msgstr ""
1277
1278#, python-format
1279msgid ""
1280"\n"
1281"\n"
1282"Please contact your system administrator :\n"
1283"\n"
1284"\t%s - <%s>\n"
1285msgstr ""
1286
1287#, python-format
1288msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1289msgstr ""
1290
1291#, python-format
1292msgid ""
1293"Unable to find user %s's account balance, applying default policy (%s) for "
1294"printer %s"
1295msgstr ""
1296
1297#, python-format
1298msgid "Print Quota exceeded for group %s on printer %s"
1299msgstr ""
1300
1301msgid "Print Quota"
1302msgstr ""
1303
1304msgid "Print Quota Exceeded"
1305msgstr ""
1306
1307#, python-format
1308msgid "Print Quota low for group %s on printer %s"
1309msgstr ""
1310
1311#, python-format
1312msgid "Print Quota exceeded for user %s on printer %s"
1313msgstr ""
1314
1315#, python-format
1316msgid "Print Quota low for user %s on printer %s"
1317msgstr ""
1318
1319msgid "Print Quota Low"
1320msgstr ""
1321
1322#, python-format
1323msgid "Printing system %s, args=%s"
1324msgstr ""
1325
1326#, python-format
1327msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1328msgstr ""
1329
1330#, python-format
1331msgid "SIGTERM received, job %s cancelled."
1332msgstr ""
1333
1334#, python-format
1335msgid "Banner generator %s exit code is %s"
1336msgstr ""
1337
1338msgid "Printer hostname undefined, set to 'localhost'"
1339msgstr ""
1340
1341#, python-format
1342msgid "Printing system unknown, args=%s"
1343msgstr ""
1344
1345#, python-format
1346msgid ""
1347"Printer %s not registered in the PyKota system, applying external policy (%"
1348"s) for printer %s"
1349msgstr ""
1350
1351#, python-format
1352msgid ""
1353"User %s not registered in the PyKota system, applying external policy (%s) "
1354"for printer %s"
1355msgstr ""
1356
1357#, python-format
1358msgid ""
1359"User %s doesn't have quota on printer %s in the PyKota system, applying "
1360"external policy (%s) for printer %s"
1361msgstr ""
1362
1363#, python-format
1364msgid ""
1365"External policy %s for printer %s produced an error. Job rejected. Please "
1366"check PyKota's configuration files."
1367msgstr ""
1368
1369#, python-format
1370msgid ""
1371"Printer %s not registered in the PyKota system, applying default policy (%s)"
1372msgstr ""
1373
1374#, python-format
1375msgid ""
1376"User %s not registered in the PyKota system, applying default policy (%s) "
1377"for printer %s"
1378msgstr ""
1379
1380#, python-format
1381msgid ""
1382"User %s doesn't have quota on printer %s in the PyKota system, applying "
1383"default policy (%s)"
1384msgstr ""
1385
1386#, python-format
1387msgid ""
1388"Printer %s still not registered in the PyKota system, job will be rejected"
1389msgstr ""
1390
1391#, python-format
1392msgid ""
1393"User %s still not registered in the PyKota system, job will be rejected on "
1394"printer %s"
1395msgstr ""
1396
1397#, python-format
1398msgid ""
1399"User %s still doesn't have quota on printer %s in the PyKota system, job "
1400"will be rejected"
1401msgstr ""
1402
1403#, python-format
1404msgid "Network error while doing SNMP queries on printer %s : %s"
1405msgstr ""
1406
1407#, python-format
1408msgid "SNMP message decoding error for printer %s : %s"
1409msgstr ""
1410
1411#, python-format
1412msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1413msgstr ""
1414
1415#, python-format
1416msgid "Waiting for printer %s to be idle or printing..."
1417msgstr ""
1418
1419#, python-format
1420msgid "Waiting for printer %s's idle status to stabilize..."
1421msgstr ""
1422
1423#, python-format
1424msgid "Problem during connection to %s:%s : %s"
1425msgstr ""
1426
1427#, python-format
1428msgid "Problem while sending PJL query to %s:%s : %s"
1429msgstr ""
1430
1431#, python-format
1432msgid "A problem occured while reading printer %s's internal page counter."
1433msgstr ""
1434
1435#, python-format
1436msgid "Retrieving printer %s's page counter from database instead."
1437msgstr ""
1438
1439#, python-format
1440msgid ""
1441"Couldn't retrieve printer %s's internal page counter either before or after "
1442"printing."
1443msgstr ""
1444
1445#, python-format
1446msgid "Job's size forced to 1 page for printer %s."
1447msgstr ""
1448
1449#, python-format
1450msgid "No previous job in database for printer %s."
1451msgstr ""
1452
1453#, python-format
1454msgid "Inconsistent values for printer %s's internal page counter."
1455msgstr ""
1456
1457msgid ""
1458"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1459"download it from http://pysnmp.sourceforge.net"
1460msgstr ""
1461
1462#, python-format
1463msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1464msgstr ""
1465
1466#, python-format
1467msgid "Launching HARDWARE(%s)..."
1468msgstr ""
1469
1470#, python-format
1471msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1472msgstr ""
1473
1474#, python-format
1475msgid "Line [%s] skipped in accounter's output. Trying again..."
1476msgstr ""
1477
1478#, python-format
1479msgid "Hardware accounter %s exit code is %s"
1480msgstr ""
1481
1482#, python-format
1483msgid "Unable to query printer %s via HARDWARE(%s)"
1484msgstr ""
1485
1486#, python-format
1487msgid ""
1488"SNMP querying stage interrupted. Using latest value seen for internal page "
1489"counter (%s) on printer %s."
1490msgstr ""
1491
1492#, python-format
1493msgid ""
1494"PJL querying stage interrupted. Using latest value seen for internal page "
1495"counter (%s) on printer %s."
1496msgstr ""
1497
1498#, python-format
1499msgid "Launching SOFTWARE(%s)..."
1500msgstr ""
1501
1502#, python-format
1503msgid "Unable to compute job size with accounter %s"
1504msgstr ""
1505
1506#, python-format
1507msgid "Problem while waiting for software accounter pid %s to exit : %s"
1508msgstr ""
1509
1510#, python-format
1511msgid "Software accounter %s exit code is %s"
1512msgstr ""
1513
1514msgid "Totals may be inaccurate if some users are members of several groups."
1515msgstr ""
1516
1517#, python-format
1518msgid ""
1519"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1520"double check /etc/pykota/pykota.conf : %s"
1521msgstr ""
1522
1523#, python-format
1524msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1525msgstr ""
1526
1527#, python-format
1528msgid "Problem adding LDAP entry (%s, %s)"
1529msgstr ""
1530
1531#, python-format
1532msgid "Problem deleting LDAP entry (%s)"
1533msgstr ""
1534
1535#, python-format
1536msgid "Problem modifying LDAP entry (%s, %s)"
1537msgstr ""
1538
1539#, python-format
1540msgid ""
1541"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1542"entries manually ?"
1543msgstr ""
1544
1545#, python-format
1546msgid ""
1547"Unable to find an existing objectClass %s entry with %s=%s to attach "
1548"pykotaAccount objectClass"
1549msgstr ""
1550
1551#, python-format
1552msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1553msgstr ""
1554
1555msgid "PyKota Reports"
1556msgstr ""
1557
1558msgid "Report"
1559msgstr ""
1560
1561msgid "Printer"
1562msgstr ""
1563
1564msgid "User / Group names mask"
1565msgstr ""
1566
1567msgid "Groups report"
1568msgstr ""
1569
1570msgid "Please click on the above button"
1571msgstr ""
1572
1573msgid "History"
1574msgstr ""
1575
1576msgid "Empty"
1577msgstr ""
1578
1579msgid "Action"
1580msgstr ""
1581
1582msgid "User"
1583msgstr ""
1584
1585msgid "Hostname"
1586msgstr ""
1587
1588msgid "JobId"
1589msgstr ""
1590
1591msgid "JobSize"
1592msgstr ""
1593
1594msgid "JobPrice"
1595msgstr ""
1596
1597msgid "Copies"
1598msgstr ""
1599
1600msgid "JobBytes"
1601msgstr ""
1602
1603msgid "PageCounter"
1604msgstr ""
1605
1606msgid "Options"
1607msgstr ""
1608
1609msgid "Previous page"
1610msgstr ""
Note: See TracBrowser for help on using the browser.