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

Revision 2059, 53.3 kB (checked in by jalet, 19 years ago)

Updated the translation files to the latest version of the code

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