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

Revision 2267, 53.7 kB (checked in by jerome, 19 years ago)

Moved the copyright strings out of the docstrings

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