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

Revision 1797, 42.7 kB (checked in by jalet, 20 years ago)

New master translation file, with all commands' help

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