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

Revision 2303, 54.1 kB (checked in by jerome, 19 years ago)

Updated the FSF's address

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