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

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

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

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