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

Revision 2228, 54.0 kB (checked in by jerome, 19 years ago)

1.22beta is out

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