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

Revision 3094, 68.7 kB (checked in by jerome, 17 years ago)

Documented the start= and end= filters for the data dumper.

  • 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, 2006 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23#
24msgid ""
25msgstr ""
26"Project-Id-Version: PyKota v1.24\n"
27"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
28"POT-Creation-Date: 2006-03-30 22:00+0200\n"
29"PO-Revision-Date: 2006-03-26 11:15:00+0100\n"
30"Last-Translator: Jerome Alet <alet@librelogiciel.com>\n"
31"Language-Team: English <alet@librelogiciel.com>\n"
32"MIME-Version: 1.0\n"
33"Content-Type: text/plain; charset=ISO-8859-15\n"
34"Content-Transfer-Encoding: 8bit\n"
35
36#, python-format
37msgid ""
38"autopykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
39"\n"
40"A tool to automate user account creation and initial balance setting.\n"
41"\n"
42"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
43"\n"
44"command line usage :\n"
45"\n"
46"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
47"  OF AN external policy IN pykota.conf\n"
48"  \n"
49"  autopykota { -i | --initbalance value } \n"
50"\n"
51"options :\n"
52"\n"
53"  -v | --version       Prints autopykota's version number then exits.\n"
54"  -h | --help          Prints this message then exits.\n"
55"  \n"
56"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
57"                       If the user already exists, actual balance is left\n"
58"                       unmodified. If unset, the default value is 0.\n"
59msgstr ""
60
61#, python-format
62msgid ""
63"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
64"\n"
65"A Print Quota editor for PyKota.\n"
66"\n"
67"command line usage :\n"
68"\n"
69"  edpykota [options] user1 user2 ... userN\n"
70"  \n"
71"  edpykota [options] group1 group2 ... groupN\n"
72"\n"
73"options :\n"
74"\n"
75"  -v | --version       Prints edpykota's version number then exits.\n"
76"  -h | --help          Prints this message then exits.\n"
77"  \n"
78"  -a | --add           Adds users or groups print quota entries if\n"
79"                       they don't exist in database.\n"
80"                       \n"
81"  -d | --delete        Deletes users or groups print quota entries.\n"
82"                       Users or groups are never deleted, you have\n"
83"                       to use the pkusers command to delete them.\n"
84"                       The history will be purge from all matching\n"
85"                       jobs, unless -g | --groups is used.\n"
86"  \n"
87"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
88"                       use wildcards characters to select only\n"
89"                       some printers. The default value is *, meaning\n"
90"                       all printers. \n"
91"                       You can specify several names or wildcards, \n"
92"                       by separating them with commas.\n"
93"  \n"
94"  -g | --groups        Edit groups print quota entries instead of \n"
95"                       users print quota entries.\n"
96"                          \n"
97"  -L | --list          Lists users or groups print quota entries.\n"
98"  \n"
99"  -n | --noquota       Sets both soft and hard limits to None for users\n"
100"                       or groups print quota entries.\n"
101"  \n"
102"  -r | --reset         Resets the actual page counter for the user\n"
103"                       or group to zero on the specified printers. \n"
104"                       The life time page counter is kept unchanged.\n"
105"                       \n"
106"  -R | --hardreset     Resets the actual and life time page counters\n"
107"                       for the user or group to zero on the specified \n"
108"                       printers. This is a shortcut for '--used 0'.\n"
109"                       \n"
110"  -s | --skipexisting  In combination with the --add option above, tells\n"
111"                       edpykota to not modify existing print quota entries.\n"
112"                       \n"
113"  -S | --softlimit sl  Sets the quota soft limit to sl "
114"pages.                       \n"
115"  \n"
116"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
117"  \n"
118"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
119"                       of v. You can prefix v with + or -, if no sign is\n"
120"                       used, + is assumed.\n"
121"\n"
122"  -U | --used u        Sets the page counters for the user u pages on\n"
123"                       the selected printers. Doesn't work for groups, "
124"since\n"
125"                       their page counters are the sum of all their "
126"members'\n"
127"                       page counters.\n"
128"                       Useful for migrating users from a different system\n"
129"                       where they have already used some pages. Actual\n"
130"                       and Life Time page counters may be increased or "
131"decreased\n"
132"                       if u is prefixed with + or -.\n"
133"                       WARNING : BOTH page counters are modified in all "
134"cases,\n"
135"                       so be careful.\n"
136"                       NB : if u equals '0', then the action taken is\n"
137"                       the same as if --hardreset was used.\n"
138"\n"
139"  user1 through userN and group1 through groupN can use wildcards\n"
140"  if the --add option is not set.\n"
141"  \n"
142"examples :                              \n"
143"\n"
144"  $ edpykota --add john paul george ringo\n"
145"  \n"
146"  This will create print quota entries for users john, paul, george\n"
147"  and ringo on all printers. These print quota entries will have no\n"
148"  limit set.\n"
149"  \n"
150"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
151"  \n"
152"  This will set jerome's print quota on the lp printer to a soft limit\n"
153"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
154"  printer lp have been previously created with the pkusers and pkprinters\n"
155"  commands, respectively.\n"
156"\n"
157"  $ edpykota -g -S 500 -H 550 financial support            \n"
158"  \n"
159"  This will set print quota soft limit to 500 pages and hard limit\n"
160"  to 550 pages for groups financial and support on all printers.\n"
161"  \n"
162"  $ edpykota --reset jerome \"jo*\"\n"
163"  \n"
164"  This will reset jerome's page counter to zero on all printers, as\n"
165"  well as every user whose name begins with 'jo'.\n"
166"  Their life time page counter on each printer will be kept unchanged.\n"
167"  You can also reset the life time page counters by using the\n"
168"  --hardreset | -R command line option.\n"
169"  \n"
170"  $ edpykota --printer hpcolor --noquota jerome\n"
171"  \n"
172"  This will tell PyKota to not limit jerome when printing on the \n"
173"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
174"  accounting of the pages he prints will still be kept.\n"
175"  Print Quotas for jerome on other printers are unchanged.\n"
176"  \n"
177"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
178"  \n"
179"  This will delete users jerome and rachel's print quota\n"
180"  entries on all printers which name begin with 'HP' or\n"
181"  'XER'. The jobs printed by these users on these printers\n"
182"  will be deleted from the history.\n"
183msgstr ""
184
185#, python-format
186msgid "You can't set negative limits for %s"
187msgstr ""
188
189msgid "Extracting datas"
190msgstr ""
191
192#, python-format
193msgid "Page counter : %s"
194msgstr ""
195
196#, python-format
197msgid "Lifetime page counter : %s"
198msgstr ""
199
200#, python-format
201msgid "Soft limit : %s"
202msgstr ""
203
204#, python-format
205msgid "Hard limit : %s"
206msgstr ""
207
208#, python-format
209msgid "Date limit : %s"
210msgstr ""
211
212#, python-format
213msgid "Maximum job size : %s"
214msgstr ""
215
216#, python-format
217msgid "%s pages"
218msgstr ""
219
220msgid "Unlimited"
221msgstr ""
222
223#, python-format
224msgid "Warning banners printed : %s"
225msgstr ""
226
227msgid "Deletion"
228msgstr ""
229
230#, python-format
231msgid "Invalid used value %s."
232msgstr ""
233
234#, python-format
235msgid "Invalid increase value %s."
236msgstr ""
237
238#, python-format
239msgid "Invalid softlimit value %s."
240msgstr ""
241
242#, python-format
243msgid "Invalid hardlimit value %s."
244msgstr ""
245
246#, python-format
247msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
248msgstr ""
249
250#, python-format
251msgid "Undefined hard limit set to soft limit (%s)."
252msgstr ""
253
254#, python-format
255msgid "Undefined soft limit set to hard limit (%s)."
256msgstr ""
257
258msgid "Creation"
259msgstr ""
260
261#, python-format
262msgid ""
263"Impossible to create print quota entries if the user or group object '%s' "
264"doesn't already exist. Please use pkusers to create it first."
265msgstr ""
266
267msgid "Modification"
268msgstr ""
269
270msgid "incompatible options, see help."
271msgstr ""
272
273msgid "You have to pass user or group names on the command line"
274msgstr ""
275
276#, python-format
277msgid ""
278"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
279"\n"
280"Generates banners.\n"
281"\n"
282"command line usage :\n"
283"\n"
284"  pkbanner  [options]  [more info]\n"
285"\n"
286"options :\n"
287"\n"
288"  -v | --version       Prints pkbanner's version number then exits.\n"
289"  -h | --help          Prints this message then exits.\n"
290"  \n"
291"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
292"                       be drawn at the center top of the page. The default\n"
293"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
294"                       \n"
295"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
296"                       page sizes are recognized, like 'A4' or 'Letter'\n"
297"                       to name a few. The default size is A4.\n"
298"  \n"
299"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
300"                       used to save toner. The default value is 0, which\n"
301"                       means that no toner saving will be done.\n"
302"  \n"
303"  -u | --url u         Uses u as an url to be written at the bottom of \n"
304"                       the banner page. The default url is :\n"
305"                       http://www.pykota.com/\n"
306"  \n"
307"examples :                              \n"
308"\n"
309"  Using pkbanner directly from the command line is not recommended,\n"
310"  excepted for testing purposes. You should use pkbanner in the\n"
311"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
312"  \n"
313"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
314"  \n"
315"      With such a setting in pykota.conf, all print jobs will be \n"
316"      prefixed with an A4 banner with no logo, and text luminosity will\n"
317"      be increased by 75%%. The PostScript output will be directly sent\n"
318"      to your printer.\n"
319"      \n"
320"  You'll find more examples in the sample configuration file included    \n"
321"  in PyKota.\n"
322msgstr ""
323
324msgid "Unknown"
325msgstr ""
326
327msgid "Username"
328msgstr ""
329
330msgid "More Info"
331msgstr ""
332
333msgid "Job"
334msgstr ""
335
336msgid "Date"
337msgstr ""
338
339msgid "Allowed"
340msgstr ""
341
342msgid "Denied"
343msgstr ""
344
345msgid "Allowed with Warning"
346msgstr ""
347
348msgid "Problem"
349msgstr ""
350
351msgid "Cancelled"
352msgstr ""
353
354msgid "Result"
355msgstr ""
356
357msgid "Title"
358msgstr ""
359
360msgid "Filename"
361msgstr ""
362
363#, python-format
364msgid "Pages printed so far on %s"
365msgstr ""
366
367msgid "Account balance"
368msgstr ""
369
370msgid "Soft Limit"
371msgstr ""
372
373msgid "Hard Limit"
374msgstr ""
375
376msgid "Date Limit"
377msgstr ""
378
379msgid "No Limit"
380msgstr ""
381
382msgid "No Accounting"
383msgstr ""
384
385msgid "Forbidden"
386msgstr ""
387
388msgid "Printing Mode"
389msgstr ""
390
391msgid "Allowed range is (0..99)"
392msgstr ""
393
394#, python-format
395msgid "Invalid 'savetoner' option %s : %s"
396msgstr ""
397
398#, python-format
399msgid "Invalid 'pagesize' option %s, defaulting to A4."
400msgstr ""
401
402#, python-format
403msgid ""
404"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
405"\n"
406"Email gateway for PyKota.\n"
407"\n"
408"command line usage :\n"
409"\n"
410"  pkmail  [options]\n"
411"\n"
412"options :\n"
413"\n"
414"  -v | --version       Prints pkmail's version number then exits.\n"
415"  -h | --help          Prints this message then exits.\n"
416"  \n"
417"    \n"
418"  This command is meant to be used from your mail server's aliases file,\n"
419"  as a pipe. It will then accept commands send to it in email messages,\n"
420"  and will send the answer to the command's originator.\n"
421"  \n"
422"  To use this command, create an email alias in /etc/aliases with\n"
423"  the following format :\n"
424"  \n"
425"    pykotacmd: \"|/usr/bin/pkmail\"\n"
426"    \n"
427"  Then run the 'newaliases' command to regenerate the aliases database.\n"
428"  \n"
429"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
430"  the command in the subject.\n"
431"  \n"
432"  List of supported commands :\n"
433"  \n"
434"        report [username]\n"
435"  \n"
436"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
437"  system user in the 'pykota' system group to ensure this user can\n"
438"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
439"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
440"  that you think at least twice before doing this though.\n"
441"  \n"
442"  Use at your own risk !\n"
443msgstr ""
444
445#, python-format
446msgid ""
447"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
448"\n"
449"A turn key tool for PyKota. When launched, this command will initialize\n"
450"PyKota's database with all existing print queues and some or all users.\n"
451"For now, no prices or limits are set, so printing is fully accounted\n"
452"for, but not limited. That's why you'll probably want to also use\n"
453"edpykota once the database has been initialized.\n"
454"\n"
455"command line usage :\n"
456"\n"
457"  pkturnkey [options] [printqueues names]\n"
458"\n"
459"options :\n"
460"\n"
461"  -v | --version       Prints pkturnkey version number then exits.\n"
462"  -h | --help          Prints this message then exits.\n"
463"  \n"
464"  -c | --doconf        Give hints about what to put into pykota.conf\n"
465"  \n"
466"  -d | --dousers       Manages users accounts as well.\n"
467"  \n"
468"  -D | --dogroups      Manages users groups as well.\n"
469"                       Implies -d | --dousers.\n"
470"  \n"
471"  -e | --emptygroups   Includes empty groups.\n"
472"  \n"
473"  -f | --force         Modifies the database instead of printing what\n"
474"                       it would do.\n"
475"                       \n"
476"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
477"to\n"
478"                       uid. You can pass an username there as well, and its\n"
479"                       uid will be used automatically.\n"
480"                       If not set, 0 will be used automatically.\n"
481"                       Implies -d | --dousers.\n"
482"                       \n"
483"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
484"                       uid. You can pass an username there as well, and its\n"
485"                       uid will be used automatically.\n"
486"                       If not set, a large value will be used "
487"automatically.\n"
488"                       Implies -d | --dousers.\n"
489"\n"
490"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
491"to\n"
492"                       gid. You can pass a groupname there as well, and its\n"
493"                       gid will be used automatically.\n"
494"                       If not set, 0 will be used automatically.\n"
495"                       Implies -D | --dogroups.\n"
496"                       \n"
497"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
498"to\n"
499"                       gid. You can pass a groupname there as well, and its\n"
500"                       gid will be used automatically.\n"
501"                       If not set, a large value will be used "
502"automatically.\n"
503"                       Implies -D | --dogroups.\n"
504"\n"
505"examples :                              \n"
506"\n"
507"  $ pkturnkey --dousers --uidmin jerome\n"
508"\n"
509"  Will simulate the initialization of PyKota's database will all existing\n"
510"  printers and print accounts for all users whose uid is greater than\n"
511"  or equal to jerome's one. Won't manage any users group.\n"
512"  \n"
513"  To REALLY initialize the database instead of simulating it, please\n"
514"  use the -f | --force command line switch.\n"
515"  \n"
516"  You can limit the initialization to only a subset of the existing\n"
517"  printers, by passing their names at the end of the command line.\n"
518msgstr ""
519
520#, python-format
521msgid ""
522"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
523"restart CUPS."
524msgstr ""
525
526msgid "You're not allowed to use this command."
527msgstr ""
528
529msgid "Please be patient..."
530msgstr ""
531
532msgid "Don't worry, the database WILL NOT BE MODIFIED."
533msgstr ""
534
535msgid "Please WORRY NOW, the database WILL BE MODIFIED."
536msgstr ""
537
538msgid "System users will have a print account as well !"
539msgstr ""
540
541#, python-format
542msgid "Unknown username %s : %s"
543msgstr ""
544
545msgid "System groups will have a print account as well !"
546msgstr ""
547
548#, python-format
549msgid "Unknown groupname %s : %s"
550msgstr ""
551
552msgid "Simulation terminated."
553msgstr ""
554
555msgid "Database initialized !"
556msgstr ""
557
558msgid "The --uidmin or --uidmax command line option implies --dousers as well."
559msgstr ""
560
561msgid ""
562"The --gidmin or --gidmax command line option implies --dogroups as well."
563msgstr ""
564
565msgid "The --dogroups command line option implies --dousers as well."
566msgstr ""
567
568#, python-format
569msgid ""
570"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
571"\n"
572"An OSD quota monitor for PyKota.\n"
573"\n"
574"command line usage :\n"
575"\n"
576"  pykosd [options]\n"
577"\n"
578"options :\n"
579"\n"
580"  -v | --version       Prints pykosd's version number then exits.\n"
581"  -h | --help          Prints this message then exits.\n"
582"  \n"
583"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
584"                       triplet, for example #FF0000 is 100%% red.\n"
585"                       Defaults to 100%% green (#00FF00).\n"
586"                       \n"
587"  -d | --duration d    Sets the duration of the display in seconds. \n"
588"                       Defaults to 3 seconds.\n"
589"                       \n"
590"  -f | --font f        Sets the font to use for "
591"display.                      \n"
592"                       Defaults to the Python OSD library's default.\n"
593"  \n"
594"  -l | --loop n        Sets the number of times the info will be displayed.\n"
595"                       Defaults to 0, which means loop forever.\n"
596"                       \n"
597"  -s | --sleep s       Sets the sleeping duration between two displays \n"
598"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
599"                       \n"
600"  \n"
601"examples :                              \n"
602"\n"
603"  $ pykosd -s 60 --loop 5\n"
604"  \n"
605"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
606"  and will last for 3 seconds (the default) each time. After five\n"
607"  iterations, the program will exit.\n"
608msgstr ""
609
610#, python-format
611msgid "Invalid duration option %s"
612msgstr ""
613
614#, python-format
615msgid "Invalid loop option %s"
616msgstr ""
617
618#, python-format
619msgid "Invalid sleep option %s"
620msgstr ""
621
622#, python-format
623msgid "Invalid color option %s"
624msgstr ""
625
626#, python-format
627msgid "User %s doesn't exist in PyKota's database"
628msgstr ""
629
630#, python-format
631msgid "Pages used on %s : %s"
632msgstr ""
633
634#, python-format
635msgid "PyKota Units left : %.2f"
636msgstr ""
637
638msgid "Printing denied."
639msgstr ""
640
641msgid "Printing not limited."
642msgstr ""
643
644msgid "Printing not limited, no accounting."
645msgstr ""
646
647#, python-format
648msgid ""
649"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
650"\n"
651"Generates print quota reports.\n"
652"\n"
653"command line usage :\n"
654"\n"
655"  repykota [options] \n"
656"\n"
657"options :\n"
658"\n"
659"  -v | --version       Prints repykota's version number then exits.\n"
660"  -h | --help          Prints this message then exits.\n"
661"  \n"
662"  -u | --users         Generates a report on users quota, this is \n"
663"                       the default.\n"
664"  \n"
665"  -g | --groups        Generates a report on group quota instead of users.\n"
666"  \n"
667"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
668"                              groups. Reserved to PyKota Administrators.\n"
669"  \n"
670"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
671"                       use wildcards characters to select only\n"
672"                       some printers. The default value is *, meaning\n"
673"                       all printers.\n"
674"                       You can specify several names or wildcards, \n"
675"                       by separating them with commas.\n"
676"  \n"
677"examples :                              \n"
678"\n"
679"  $ repykota --printer lp\n"
680"  \n"
681"  This will print the quota status for all users who use the lp printer.\n"
682"\n"
683"  $ repykota \n"
684"  \n"
685"  This will print the quota status for all users on all printers.\n"
686"  \n"
687"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
688"  \n"
689"  This will print the quota status for user jerome and all users\n"
690"  whose name begins with \"jo\" on all printers which name begins\n"
691"  with \"laser\" or ends with \"pson\".\n"
692"  \n"
693"  If launched by an user who is not a PyKota administrator, additionnal\n"
694"  arguments representing users or groups names are ignored, and only the\n"
695"  current user/group is reported.\n"
696msgstr ""
697
698msgid "Option --ingroups is reserved to PyKota Administrators."
699msgstr ""
700
701#, python-format
702msgid "There's no printer matching %s"
703msgstr ""
704
705#, python-format
706msgid "SIGTERM received, job %s cancelled."
707msgstr ""
708
709msgid "You are not allowed to print at this time."
710msgstr ""
711
712msgid "Print job cancelled."
713msgstr ""
714
715#, python-format
716msgid "Banner generator %s exit code is %s"
717msgstr ""
718
719msgid "Banner won't be printed : maximum number of deny banners reached."
720msgstr ""
721
722#, python-format
723msgid "Beware : computed job size (%s) != precomputed job size (%s)"
724msgstr ""
725
726msgid ""
727"The job size will be trusted anyway according to the 'trustjobsize' directive"
728msgstr ""
729
730#, python-format
731msgid ""
732"The job size will be trusted because it is inferior to the 'trustjobsize' "
733"directive's limit %s"
734msgstr ""
735
736#, python-format
737msgid ""
738"The job size will be modified according to the 'trustjobsize' directive : %s"
739msgstr ""
740
741#, python-format
742msgid ""
743"Printer %s not registered in the PyKota system, applying external policy (%"
744"s) for printer %s"
745msgstr ""
746
747#, python-format
748msgid ""
749"User %s not registered in the PyKota system, applying external policy (%s) "
750"for printer %s"
751msgstr ""
752
753#, python-format
754msgid ""
755"User %s doesn't have quota on printer %s in the PyKota system, applying "
756"external policy (%s) for printer %s"
757msgstr ""
758
759#, python-format
760msgid ""
761"External policy %s for printer %s produced an error. Job rejected. Please "
762"check PyKota's configuration files."
763msgstr ""
764
765#, python-format
766msgid ""
767"Printer %s not registered in the PyKota system, applying default policy (%s)"
768msgstr ""
769
770#, python-format
771msgid ""
772"User %s not registered in the PyKota system, applying default policy (%s) "
773"for printer %s"
774msgstr ""
775
776#, python-format
777msgid ""
778"User %s doesn't have quota on printer %s in the PyKota system, applying "
779"default policy (%s)"
780msgstr ""
781
782#, python-format
783msgid ""
784"Printer %s still not registered in the PyKota system, job will be rejected"
785msgstr ""
786
787#, python-format
788msgid ""
789"User %s still not registered in the PyKota system, job will be rejected on "
790"printer %s"
791msgstr ""
792
793#, python-format
794msgid ""
795"User %s still doesn't have quota on printer %s in the PyKota system, job "
796"will be rejected"
797msgstr ""
798
799msgid "Job is a dupe"
800msgstr ""
801
802msgid "Printing is denied by configuration"
803msgstr ""
804
805#, python-format
806msgid "Duplicate print jobs are not allowed on printer %s."
807msgstr ""
808
809msgid "Subprocess denied printing of a dupe"
810msgstr ""
811
812#, python-format
813msgid "Duplicate print jobs are not allowed on printer %s at this time."
814msgstr ""
815
816msgid "Subprocess allowed printing of a dupe"
817msgstr ""
818
819#, python-format
820msgid ""
821"\n"
822"\n"
823"Your system administrator :\n"
824"\n"
825"\t%s - <%s>\n"
826msgstr ""
827
828#, python-format
829msgid "Impossible to connect to SMTP server : %s"
830msgstr ""
831
832msgid "Print Quota"
833msgstr ""
834
835#, python-format
836msgid "Impossible to send mail to %s, error %s : %s"
837msgstr ""
838
839msgid "Job contains no data. Printing is denied."
840msgstr ""
841
842msgid "Error in external policy script. Printing is denied."
843msgstr ""
844
845#, python-format
846msgid ""
847"Still no print quota entry for user %s on printer %s after external policy. "
848"Printing is denied."
849msgstr ""
850
851msgid "Printing is denied by printer policy."
852msgstr ""
853
854msgid "Job allowed by printer policy. No accounting will be done."
855msgstr ""
856
857#, python-format
858msgid "Invalid policy %s for printer %s"
859msgstr ""
860
861#, python-format
862msgid "Precomputed job size (%s pages) too large for printer %s."
863msgstr ""
864
865#, python-format
866msgid "You are not allowed to print so many pages on printer %s at this time."
867msgstr ""
868
869#, python-format
870msgid "User %s is not allowed to print at this time."
871msgstr ""
872
873msgid "Your account settings forbid you to print at this time."
874msgstr ""
875
876#, python-format
877msgid "Print Quota exceeded for user %s on printer %s"
878msgstr ""
879
880#, python-format
881msgid "Print Quota low for user %s on printer %s"
882msgstr ""
883
884msgid "Job denied, no accounting will be done."
885msgstr ""
886
887msgid "Job cancelled, no accounting will be done."
888msgstr ""
889
890msgid "Job accounting begins."
891msgstr ""
892
893msgid "Job denied, no accounting has been done."
894msgstr ""
895
896msgid "Job cancelled, no accounting has been done."
897msgstr ""
898
899msgid "Job accounting ends."
900msgstr ""
901
902msgid ""
903"Job size forced to 0 because the real CUPS backend failed. No accounting "
904"will be done."
905msgstr ""
906
907msgid "The real CUPS backend failed, but the job will be accounted for anyway."
908msgstr ""
909
910msgid "Job size forced to 0 because printing is denied."
911msgstr ""
912
913msgid "Job size forced to 0 because printing was cancelled."
914msgstr ""
915
916#, python-format
917msgid "Job size : %i"
918msgstr ""
919
920#, python-format
921msgid "User %s's quota on printer %s won't be modified"
922msgstr ""
923
924#, python-format
925msgid "Updating user %s's quota on printer %s"
926msgstr ""
927
928msgid "Job added to history."
929msgstr ""
930
931#, python-format
932msgid "Billing code %s was updated."
933msgstr ""
934
935#, python-format
936msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
937msgstr ""
938
939#, python-format
940msgid "The real backend produced an error, we will try again in %s seconds."
941msgstr ""
942
943#, python-format
944msgid "Job %s interrupted by the administrator !"
945msgstr ""
946
947#, python-format
948msgid ""
949"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
950"\n"
951"A billing codes Manager for PyKota.\n"
952"\n"
953"command line usage :\n"
954"\n"
955"  pkbcodes [options] code1 code2 code3 ... codeN\n"
956"\n"
957"options :\n"
958"\n"
959"  -v | --version       Prints pkbcodes version number then exits.\n"
960"  -h | --help          Prints this message then exits.\n"
961"  \n"
962"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
963"                       database. If they exist, they are modified\n"
964"                       unless -s|--skipexisting is also used.\n"
965"\n"
966"  -d | --delete        Deletes billing codes from PyKota's database.\n"
967"                       NB : the history entries with this billing code\n"
968"                       are not deleted, voluntarily.\n"
969"\n"
970"  -D | --description d Adds a textual description to billing codes.\n"
971"\n"
972"  -l | --list          List informations about the billing codes.\n"
973"\n"
974"  -r | --reset         Resets the billing codes' balance and page counters\n"
975"                       to 0.\n"
976"\n"
977"  -s | --skipexisting  In combination with the --add option above, tells\n"
978"                       pkbcodes to not modify existing billing codes.\n"
979"\n"
980"  code1 through codeN can contain wildcards if the --add option\n"
981"  is not set.\n"
982"\n"
983"examples :                              \n"
984"\n"
985"  $ pkbcodes --add -D \"My project\" myproj\n"
986"\n"
987"  Will create the myproj billing code with \"My project\"\n"
988"  as the description.\n"
989"\n"
990"  $ pkbcodes --delete \"*\"\n"
991"\n"
992"  This will completely delete all the billing codes, but without\n"
993"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
994"  \n"
995"  $ pkbcodes --list \"my*\"\n"
996"  \n"
997"  This will list all billing codes which name begins with 'my'.\n"
998msgstr ""
999
1000#, python-format
1001msgid "There's no billingcode matching %s"
1002msgstr ""
1003
1004msgid "pages"
1005msgstr ""
1006
1007msgid "and"
1008msgstr ""
1009
1010msgid "credits"
1011msgstr ""
1012
1013#, python-format
1014msgid "Billing code [%s] already exists, skipping."
1015msgstr ""
1016
1017#, python-format
1018msgid "Billing code [%s] already exists, will be modified."
1019msgstr ""
1020
1021msgid "You have to pass billing codes on the command line"
1022msgstr ""
1023
1024#, python-format
1025msgid ""
1026"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1027"\n"
1028"Notifies or ask questions to end users who launched the PyKotIcon "
1029"application.\n"
1030"\n"
1031"command line usage :\n"
1032"\n"
1033"  pknotify  [options]  [arguments]\n"
1034"\n"
1035"options :\n"
1036"\n"
1037"  -v | --version             Prints pknotify's version number then exits.\n"
1038"  -h | --help                Prints this message then exits.\n"
1039"  \n"
1040"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1041"                             port onto which contact the remote PyKotIcon\n"
1042"                             application. This option is mandatory.\n"
1043"                             When not specified, the port defaults to 7654.\n"
1044"                             \n"
1045"  -a | --ask                 Tells pknotify to ask something to the end\n"
1046"                             user. Then pknotify will output the result.\n"
1047"                       \n"
1048"  -C | --checkauth           When --ask is used and both an 'username' and "
1049"a\n"
1050"                             'password' are asked to the end user, then\n"
1051"                             pknotify will try to authenticate the user\n"
1052"                             through PAM. If authentified, this program\n"
1053"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1054"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1055"will\n"
1056"                             be printed. If the user is authenticated, then\n"
1057"                             \"USERNAME=xxxx\" will be printed as well.\n"
1058"                             \n"
1059"  -c | --confirm             Tells pknotify to ask for either a "
1060"confirmation                       \n"
1061"                             or abortion.\n"
1062"                             \n"
1063"  -D | --denyafter N         With --checkauth above, makes pknotify "
1064"loop                           \n"
1065"                             up to N times if the password is incorrect.\n"
1066"                             After having reached the limit, \"DENY\" will\n"
1067"                             be printed, which effectively rejects the job.\n"
1068"                             The default value of N is 1, meaning the job\n"
1069"                             is denied after the first unsuccessful try.\n"
1070"                             \n"
1071"  -N | --noremote action     If it's impossible to connect to the remote\n"
1072"                             PyKotIcon machine, do this action instead.\n"
1073"                             Allowed actions are 'CONTINUE' and 'CANCEL', \n"
1074"                             which will respectively allow the processing\n"
1075"                             of the print job to continue, or the job to\n"
1076"                             be cancelled. The default value is CANCEL.\n"
1077"                             \n"
1078"  -n | --notify              Tells pknotify to send an informational "
1079"message\n"
1080"                             to the end user.\n"
1081"                             \n"
1082"  -q | --quit                Tells pknotify to send a message asking the\n"
1083"                             PyKotIcon application to exit. This option can\n"
1084"                             be combined with the other ones to make "
1085"PyKotIcon\n"
1086"                             exit after having sent the answer from the "
1087"dialog.\n"
1088"                             \n"
1089"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1090"if\n"
1091"                             it comes past T seconds after the dialog box "
1092"being\n"
1093"                             opened. The default value is 0 seconds, which \n"
1094"                             tells pknotify to wait indefinitely.\n"
1095"                             Use this option to avoid having an user who\n"
1096"                             leaved his computer stall a whole print queue.\n"
1097"                             \n"
1098"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1099"\n"
1100"  arguments :             \n"
1101"  \n"
1102"    -a | --ask : Several arguments are accepted, of the form\n"
1103"                 \"label:varname:defaultvalue\". The result will\n"
1104"                 be printed to stdout in the following format :\n"
1105"                 VAR1NAME=VAR1VALUE\n"
1106"                 VAR2NAME=VAR2VALUE\n"
1107"                 ...\n"
1108"                 If the dialog was cancelled, nothing will be\n"
1109"                 printed. If one of the varname is 'password'\n"
1110"                 then this field is asked as a password (you won't\n"
1111"                 see what you type in), and is NOT printed. Although\n"
1112"                 it is not printed, it will be used to check if\n"
1113"                 authentication is valid if you specify --checkauth.\n"
1114"                 \n"
1115"    -c | --confirm : A single argument is expected, representing the\n"
1116"                     message to display. If the dialog is confirmed\n"
1117"                     then pknotify will print OK, else CANCEL.\n"
1118"                     \n"
1119"    -n | --notify : A single argument is expected, representing "
1120"the                 \n"
1121"                    message to display. In this case pknotify will\n"
1122"                    always print OK.\n"
1123"                    \n"
1124"examples :                    \n"
1125"\n"
1126"  pknotify -d client:7654 --noremote CONTINUE --confirm \"This job costs 10 credits\"\n"
1127"  \n"
1128"  Would display the cost of the print job and asks for confirmation.\n"
1129"  If the end user doesn't have PyKotIcon running and accepting connections\n"
1130"  from the print server, PyKota will consider that the end user accepted\n"
1131"  to print this job.\n"
1132"  \n"
1133"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1134"           --checkauth --ask \"Your name:username:\" \"Your password:"
1135"password:\"\n"
1136"           \n"
1137"  Asks an username and password, and checks if they are valid.         \n"
1138"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1139"  only set if you launch pknotify from cupspykota through a directive\n"
1140"  in ~pykota/pykota.conf\n"
1141"  \n"
1142"  The TCP port you'll use must be reachable on the client from the\n"
1143"  print server.\n"
1144msgstr ""
1145
1146msgid "You MUST install PyPAM for this functionnality to work !"
1147msgstr ""
1148
1149#, python-format
1150msgid "Authentication error for user %s : %s"
1151msgstr ""
1152
1153#, python-format
1154msgid "Internal error : can't authenticate user %s"
1155msgstr ""
1156
1157#, python-format
1158msgid "Password correct for user %s"
1159msgstr ""
1160
1161#, python-format
1162msgid ""
1163"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1164"cancelled."
1165msgstr ""
1166
1167msgid "Connection error"
1168msgstr ""
1169
1170msgid "some options are mandatory, see help."
1171msgstr ""
1172
1173msgid "some options require arguments, see help."
1174msgstr ""
1175
1176#, python-format
1177msgid ""
1178"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1179"\n"
1180"An Users and Groups Manager for PyKota.\n"
1181"\n"
1182"command line usage :\n"
1183"\n"
1184"  pkusers [options] user1 user2 user3 ... userN\n"
1185"  \n"
1186"or :  \n"
1187"\n"
1188"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1189"\n"
1190"options :\n"
1191"\n"
1192"  -v | --version       Prints pkusers's version number then exits.\n"
1193"  -h | --help          Prints this message then exits.\n"
1194"  \n"
1195"  -a | --add           Adds users if they don't exist on the database.\n"
1196"                       If they exist, they are modified unless\n"
1197"                       -s|--skipexisting is also used.\n"
1198"                       \n"
1199"  -d | --delete        Deletes users from the quota storage.\n"
1200"\n"
1201"  -e | --email addr    Sets the email address for the users.\n"
1202"                       If the addr parameter begins with @, then\n"
1203"                       the username is prepended to addr to form\n"
1204"                       a valid email address.\n"
1205"\n"
1206"  -D | --description d Adds a textual description to users or groups.\n"
1207"                       \n"
1208"  -g | --groups        Edit users groups instead of users.\n"
1209"                          \n"
1210"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1211"                       when computing the cost of a print job. Positive or \n"
1212"                       negative floating point values are allowed,\n"
1213"                       this allows you to do some really creative\n"
1214"                       things like giving money to an user whenever\n"
1215"                       he prints. The number of pages in a print job\n"
1216"                       is not modified by this coefficient, only the\n"
1217"                       cost of the job for a particular user.\n"
1218"                       Only users have such a coefficient.\n"
1219"  \n"
1220"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1221"                              listed, separated by commas. The groups\n"
1222"                              must already exist in the Quota Storage.\n"
1223"                       \n"
1224"  -L | --list          Lists users or groups.\n"
1225"  \n"
1226"  -l | --limitby l     Choose if the user/group is limited in "
1227"printing                     \n"
1228"                       by its account balance or by its page quota.\n"
1229"                       The default value is 'quota'. Allowed values\n"
1230"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1231"                       and 'nochange' :\n"
1232"                       \n"
1233"                         - quota : limit by number of pages per printer.\n"
1234"                         - balance : limit by number of credits in account.\n"
1235"                         - noquota : no limit, accounting still done.\n"
1236"                         - nochange : no limit, accounting not done. \n"
1237"                         - noprint : printing is denied. \n"
1238"                       NB : nochange and noprint are not supported for "
1239"groups.\n"
1240"                       \n"
1241"  -b | --balance b     Sets the user's account balance to "
1242"b.                     \n"
1243"                       Account balance may be increase or decreased\n"
1244"                       if b is prefixed with + or -.\n"
1245"                       WARNING : when decreasing account balance,\n"
1246"                       the total paid so far by the user is decreased\n"
1247"                       too.\n"
1248"                       Groups don't have a real balance, but the\n"
1249"                       sum of their users' account balance.\n"
1250"                       \n"
1251"  -C | --comment txt   Defines some informational text to be associated\n"
1252"                       with a change to an user's account balance.\n"
1253"                       Only meaningful if -b | --balance is also used.\n"
1254"                       \n"
1255"                       \n"
1256"  -r | --remove        In combination with the --ingroups option "
1257"above,                       \n"
1258"                       remove users from the specified users groups.\n"
1259"                       \n"
1260"  -s | --skipexisting  In combination with the --add option above, tells\n"
1261"                       pkusers to not modify existing users.\n"
1262"                       \n"
1263"  user1 through userN and group1 through groupN can use wildcards\n"
1264"  if the --add option is not set.\n"
1265"  \n"
1266"examples :                              \n"
1267"\n"
1268"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1269"  \n"
1270"  This will add users john, paul, george and ringo to the quota\n"
1271"  database. User ringo's email address will also be set to \n"
1272"  'ringo@example.com'\n"
1273"  \n"
1274"  $ pkusers --ingroups coders,it jerome\n"
1275"  \n"
1276"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1277"  already exist in the quota database.\n"
1278"            \n"
1279"  $ pkusers --limitby balance jerome\n"
1280"  \n"
1281"  This will tell PyKota to limit jerome by his account's balance\n"
1282"  when printing.\n"
1283"  \n"
1284"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1285"  \n"
1286"  This will increase jerome's account balance by 10.0 (in your\n"
1287"  own currency). You can decrease the account balance with a\n"
1288"  dash prefix, and set it to a fixed amount with no prefix.\n"
1289"  A comment will be stored for this balance change.\n"
1290"  \n"
1291"  $ pkusers --delete jerome rachel\n"
1292"  \n"
1293"  This will completely delete jerome and rachel from the quota\n"
1294"  database. All their quotas and jobs will be deleted too.\n"
1295"  \n"
1296"  $ pkusers --overcharge 2.5 poorstudent\n"
1297"  \n"
1298"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1299"  \n"
1300"  $ pkusers --overcharge -1 jerome\n"
1301"  \n"
1302"  User jerome will actually earn money whenever he prints.\n"
1303"  \n"
1304"  $ pkusers --overcharge 0 boss\n"
1305"  \n"
1306"  User boss can print at will, it won't cost him anything because the\n"
1307"  cost of each print job will be multiplied by zero before charging\n"
1308"  his account.\n"
1309"\n"
1310"  $ pkusers --email @example.com\n"
1311"\n"
1312"  This will set the email address for each user to username@example.com\n"
1313msgstr ""
1314
1315#, python-format
1316msgid "There's no %s matching %s"
1317msgstr ""
1318
1319#, python-format
1320msgid "Limited by : %s"
1321msgstr ""
1322
1323#, python-format
1324msgid "Account balance : %.2f"
1325msgstr ""
1326
1327#, python-format
1328msgid "Total paid so far : %.2f"
1329msgstr ""
1330
1331#, python-format
1332msgid "Overcharging factor : %.2f"
1333msgstr ""
1334
1335#, python-format
1336msgid "Group balance : %.2f"
1337msgstr ""
1338
1339#, python-format
1340msgid "Invalid limitby value %s"
1341msgstr ""
1342
1343#, python-format
1344msgid "Invalid overcharge value %s"
1345msgstr ""
1346
1347#, python-format
1348msgid "Invalid balance value %s"
1349msgstr ""
1350
1351#, python-format
1352msgid "There's no users group matching %s"
1353msgstr ""
1354
1355#, python-format
1356msgid "Invalid email address %s"
1357msgstr ""
1358
1359#, python-format
1360msgid "Unknown group %s"
1361msgstr ""
1362
1363#, python-format
1364msgid "Unknown user %s"
1365msgstr ""
1366
1367#, python-format
1368msgid "%s %s already exists, skipping."
1369msgstr ""
1370
1371#, python-format
1372msgid "%s %s already exists, will be modified."
1373msgstr ""
1374
1375#, python-format
1376msgid "Invalid name %s"
1377msgstr ""
1378
1379msgid "You have to pass user groups names on the command line"
1380msgstr ""
1381
1382#, python-format
1383msgid ""
1384"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1385"\n"
1386"Gives print quotes to users.\n"
1387"\n"
1388"command line usage :\n"
1389"\n"
1390"  pykotme  [options]  [files]\n"
1391"\n"
1392"options :\n"
1393"\n"
1394"  -v | --version       Prints pykotme's version number then exits.\n"
1395"  -h | --help          Prints this message then exits.\n"
1396"  \n"
1397"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1398"                       use wildcards characters to select only\n"
1399"                       some printers. The default value is *, meaning\n"
1400"                       all printers.\n"
1401"                       You can specify several names or wildcards, \n"
1402"                       by separating them with commas.\n"
1403"  \n"
1404"examples :                              \n"
1405"\n"
1406"  $ pykotme --printer apple file1.ps file2.ps\n"
1407"  \n"
1408"  This will give a print quote to the current user. The quote will show\n"
1409"  the price and size of a job consisting in file1.ps and file2.ps \n"
1410"  which would be sent to the apple printer.\n"
1411"  \n"
1412"  $ pykotme --printer apple,hplaser <file1.ps\n"
1413"  \n"
1414"  This will give a print quote to the current user. The quote will show\n"
1415"  the price and size of a job consisting in file1.ps as read from\n"
1416"  standard input, which would be sent to the apple or hplaser\n"
1417"  printer.\n"
1418"\n"
1419"  $ pykotme \n"
1420"  \n"
1421"  This will give a quote for a job consisting of what is on standard \n"
1422"  input. The quote will list the job size, and the price the job\n"
1423"  would cost on each printer.\n"
1424msgstr ""
1425
1426#, python-format
1427msgid "Your account balance : %.2f"
1428msgstr ""
1429
1430#, python-format
1431msgid "Job size : %i pages"
1432msgstr ""
1433
1434#, python-format
1435msgid "Cost on printer %s : %.2f"
1436msgstr ""
1437
1438msgid "won't be charged, printer is in passthrough mode"
1439msgstr ""
1440
1441msgid "won't be charged, your account is immutable"
1442msgstr ""
1443
1444#, python-format
1445msgid ""
1446"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1447"\n"
1448"Sends mail to users over print quota.\n"
1449"\n"
1450"command line usage :\n"
1451"\n"
1452"  warnpykota  [options]  [names]\n"
1453"\n"
1454"options :\n"
1455"\n"
1456"  -v | --version       Prints warnpykota's version number then exits.\n"
1457"  -h | --help          Prints this message then exits.\n"
1458"  \n"
1459"  -u | --users         Warns users over their print quota, this is the \n"
1460"                       default.\n"
1461"  \n"
1462"  -g | --groups        Warns users whose groups quota are over limit.\n"
1463"  \n"
1464"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1465"                       use wildcards characters to select only\n"
1466"                       some printers. The default value is *, meaning\n"
1467"                       all printers.\n"
1468"                       You can specify several names or wildcards, \n"
1469"                       by separating them with commas.\n"
1470"  \n"
1471"examples :                              \n"
1472"\n"
1473"  $ warnpykota --printer lp\n"
1474"  \n"
1475"  This will warn all users of the lp printer who have exceeded their\n"
1476"  print quota.\n"
1477"\n"
1478"  $ warnpykota \n"
1479"  \n"
1480"  This will warn all users  who have exceeded their print quota on\n"
1481"  any printer.\n"
1482"\n"
1483"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1484"  \n"
1485"  This will warn all users of groups which names begins with \"dev\" and\n"
1486"  who have exceeded their print quota on any printer which name begins \n"
1487"  with \"laserjet\"\n"
1488"  \n"
1489"  If launched by an user who is not a PyKota administrator, additionnal\n"
1490"  arguments representing users or groups names are ignored, and only the\n"
1491"  current user/group is reported.\n"
1492msgstr ""
1493
1494#, python-format
1495msgid ""
1496"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1497"\n"
1498"Dumps PyKota database's content.\n"
1499"\n"
1500"command line usage :\n"
1501"\n"
1502"  dumpykota [options] [filterexpr]\n"
1503"\n"
1504"options :\n"
1505"\n"
1506"  -v | --version       Prints dumpykota's version number then exits.\n"
1507"  -h | --help          Prints this message then exits.\n"
1508"  \n"
1509"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1510"                       \n"
1511"                         - history : dumps the jobs history.\n"
1512"                         - users : dumps users.\n"
1513"                         - groups : dumps user groups.\n"
1514"                         - printers : dump printers.\n"
1515"                         - upquotas : dump user quotas.\n"
1516"                         - gpquotas : dump user groups quotas.\n"
1517"                         - payments : dumps user payments.\n"
1518"                         - pmembers : dumps printer groups members.\n"
1519"                         - umembers : dumps user groups members.\n"
1520"                         - billingcodes : dumps billing codes.\n"
1521"                         - all : dumps all PyKota datas. The output format\n"
1522"                                 is always XML in this case.\n"
1523"                         \n"
1524"                       NB : the -d | --data command line option   \n"
1525"                       is MANDATORY.\n"
1526"  \n"
1527"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1528"                       the format is to dump datas in the csv format (comma\n"
1529"                       separated values). All data dumped is between double\n"
1530"                       quotes. Allowed formats are :\n"
1531"                       \n"
1532"                         - csv : separate datas with commas\n"
1533"                         - ssv : separate datas with semicolons\n"
1534"                         - tsv : separate datas with tabs\n"
1535"                         - xml : dump data as XML \n"
1536"                         - cups : dump datas in CUPS' page_log format :\n"
1537"                                  ONLY AVAILABLE WITH --data history\n"
1538"                         \n"
1539"  -o | --output fname  All datas will be dumped to the file instead of\n"
1540"                       to the standard output. The special '-' filename\n"
1541"                       is the default value and means stdout.\n"
1542"                       WARNING : existing files are truncated !\n"
1543"\n"
1544"  -s | --sum           Summarize the selected datas.\n"
1545"                           ONLY AVAILABLE WITH --data history or payments\n"
1546"\n"
1547"  Use the filter expressions to extract only parts of the \n"
1548"  datas. Allowed filters are of the form :\n"
1549"                \n"
1550"         key=value\n"
1551"                         \n"
1552"  Allowed keys for now are :  \n"
1553"                       \n"
1554"         username       User's name\n"
1555"         groupname      Users group's name\n"
1556"         printername    Printer's name\n"
1557"         pgroupname     Printers group's name\n"
1558"         hostname       Client's hostname\n"
1559"         jobid          Job's Id\n"
1560"         billingcode    Job's billing code\n"
1561"         start          Job's date of printing\n"
1562"         end            Job's date of printing\n"
1563"         \n"
1564"  Dates formatting with 'start' and 'end' filter keys :\n"
1565"  \n"
1566"    YYYY : year boundaries\n"
1567"    YYYYMM : month boundaries\n"
1568"    YYYYMMDD : day boundaries\n"
1569"    YYYYMMDDhh : hour boundaries\n"
1570"    YYYYMMDDhhmm : minute boundaries\n"
1571"    YYYYMMDDhhmmss : second boundaries\n"
1572"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n"
1573"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1574"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1575"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1576"\n"
1577"  'now' and 'today' are not exactly the same since today represents the first\n"
1578"  or last second of the day depending on if it's used in a start= or end=\n"
1579"  date expression. The utility to be able to specify dates in the future is\n"
1580"  a question which remains to be answered :-)\n"
1581"  \n"
1582"  Contrary to other PyKota management tools, wildcard characters are not \n"
1583"  expanded, so you can't use them.\n"
1584"  \n"
1585"  NB : not all keys are allowed for each data type, so the result may be \n"
1586"  empty if you use a key not available for a particular data type.\n"
1587"  \n"
1588"Examples :\n"
1589"\n"
1590"  $ dumpykota --data history --format csv >myfile.csv\n"
1591"  \n"
1592"  This dumps the history in a comma separated values file, for possible\n"
1593"  use in a spreadsheet.\n"
1594"  \n"
1595"  $ dumpykota --data users --format xml -o users.xml\n"
1596"  \n"
1597"  Dumps all users datas to the users.xml file.\n"
1598"  \n"
1599"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1600"  \n"
1601"  Dumps the job history for user jerome on printer HP2100 only.\n"
1602"  \n"
1603"  $ dumpykota --data history start=200503 end=20050730234615\n"
1604"  \n"
1605"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1606"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1607msgstr ""
1608
1609msgid "The -d | --data command line option is mandatory, see help."
1610msgstr ""
1611
1612#, python-format
1613msgid ""
1614"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1615"\n"
1616"An invoice generator for PyKota.\n"
1617"\n"
1618"command line usage :\n"
1619"\n"
1620"  pkinvoice [options] user1 user2 ... userN\n"
1621"\n"
1622"options :\n"
1623"\n"
1624"  -v | --version       Prints pkinvoice's version number then exits.\n"
1625"  -h | --help          Prints this message then exits.\n"
1626"  \n"
1627"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1628"                       be drawn at the center top of the page. The default\n"
1629"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1630"                       \n"
1631"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1632"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1633"                       to name a few. The default size is A4.\n"
1634"                       \n"
1635"  -n | --number N      Sets the number of the first invoice. This number\n"
1636"                       will automatically be incremented for each invoice.\n"
1637"                       \n"
1638"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1639"                       be generated as a PDF document. If not set or\n"
1640"                       set to '-', the PDF document is sent to standard\n"
1641"                       output. \n"
1642"                       \n"
1643"  -u | --unit u        Defines the name of the unit to use on the "
1644"invoice.                       \n"
1645"                       The default unit is 'Credits', optionally translated\n"
1646"                       to your native language if it is supported by "
1647"PyKota.\n"
1648"  \n"
1649"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1650"                       exposed. The default is 0.0, meaning no VAT\n"
1651"                       information will be included.\n"
1652"                       \n"
1653"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1654"  \n"
1655"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1656"                       \n"
1657"  user1 through userN can use wildcards if needed. If no user argument is\n"
1658"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1659"  \n"
1660"  Dates formatting with --start and --end :\n"
1661"  \n"
1662"    YYYY : year boundaries\n"
1663"    YYYYMM : month boundaries\n"
1664"    YYYYMMDD : day boundaries\n"
1665"    YYYYMMDDhh : hour boundaries\n"
1666"    YYYYMMDDhhmm : minute boundaries\n"
1667"    YYYYMMDDhhmmss : second boundaries\n"
1668"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1669"15)\n"
1670"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1671"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1672"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1673"\n"
1674"  'now' and 'today' are not exactly the same since today represents the "
1675"first\n"
1676"  or last second of the day depending on if it's used in a start= or end=\n"
1677"  date expression. The utility to be able to specify dates in the future is\n"
1678"  a question which remains to be answered :-)\n"
1679"                                        \n"
1680"examples :                       \n"
1681"\n"
1682"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1683"  \n"
1684"  Will generate a PDF document containing invoices for all users\n"
1685"  who have spent some credits last month. Invoices will be done in\n"
1686"  EURO.  No VAT information will be included.\n"
1687msgstr ""
1688
1689msgid "Invoice"
1690msgstr ""
1691
1692msgid "Since"
1693msgstr ""
1694
1695msgid "Until"
1696msgstr ""
1697
1698msgid "Edited on"
1699msgstr ""
1700
1701msgid "Number of pages printed"
1702msgstr ""
1703
1704msgid "Amount due"
1705msgstr ""
1706
1707msgid "Included VAT"
1708msgstr ""
1709
1710msgid "Here's the invoice for your printouts"
1711msgstr ""
1712
1713#, python-format
1714msgid "Incorrect value '%s' for the --vat command line option"
1715msgstr ""
1716
1717#, python-format
1718msgid "Incorrect value '%s' for the --number command line option"
1719msgstr ""
1720
1721msgid "Generating invoices"
1722msgstr ""
1723
1724msgid "Credits"
1725msgstr ""
1726
1727#, python-format
1728msgid ""
1729"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1730"\n"
1731"A Printers Manager for PyKota.\n"
1732"\n"
1733"command line usage :\n"
1734"\n"
1735"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1736"\n"
1737"options :\n"
1738"\n"
1739"  -v | --version       Prints pkprinters's version number then exits.\n"
1740"  -h | --help          Prints this message then exits.\n"
1741"  \n"
1742"  -a | --add           Adds printers if they don't exist on the Quota \n"
1743"                       Storage Server. If they exist, they are modified\n"
1744"                       unless -s|--skipexisting is also used.\n"
1745"                       \n"
1746"  -d | --delete        Deletes printers from the quota storage.\n"
1747"  \n"
1748"  -D | --description d Adds a textual description to printers.\n"
1749"\n"
1750"  -C | --cups          Also modifies the DeviceURI in CUPS' printers.conf\n"
1751"\n"
1752"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1753"                       Job price is optional.\n"
1754"                       If both are to be set, separate them with a comma.\n"
1755"                       Floating point and negative values are allowed.\n"
1756"  \n"
1757"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1758"                       groups pg1, pg2, etc... which must already exist.\n"
1759"                       A printer group is just like a normal printer,\n"
1760"                       only that it is usually unknown from the printing\n"
1761"                       system. Create printer groups exactly the same\n"
1762"                       way that you create printers, then add other \n"
1763"                       printers to them with this option.\n"
1764"                       Accounting is done on a printer and on all\n"
1765"                       the printer groups it belongs to, quota checking\n"
1766"                       is done on a printer and on all the printer groups\n"
1767"                       it belongs to.\n"
1768"                       If the --remove option below is not used, the \n"
1769"                       default action is to add printers to the specified\n"
1770"                       printer groups.\n"
1771"                       \n"
1772"  -l | --list          List informations about the printer(s) and the\n"
1773"                       printers groups it is a member of.\n"
1774"                       \n"
1775"  -r | --remove        In combination with the --groups option "
1776"above,                       \n"
1777"                       remove printers from the specified printers groups.\n"
1778"                       \n"
1779"  -s | --skipexisting  In combination with the --add option above, tells\n"
1780"                       pkprinters to not modify existing printers.\n"
1781"                       \n"
1782"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1783"                       to s pages.\n"
1784"                       \n"
1785"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1786"                       mode, users are allowed to print without any impact\n"
1787"                       on their quota or account balance.\n"
1788"                       \n"
1789"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1790"                       Without -p or -n, printers are created in \n"
1791"                       normal mode, i.e. no passthrough.\n"
1792"  \n"
1793"  printer1 through printerN can contain wildcards if the --add option \n"
1794"  is not set.\n"
1795"  \n"
1796"examples :                              \n"
1797"\n"
1798"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1799"hp8000\n"
1800"  \n"
1801"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1802"  Their price per page will be set at 0.05 unit, and their price\n"
1803"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1804"  or whatever you want them to mean.\n"
1805"  All of their descriptions will be set to the string \"HP Printer\".\n"
1806"  If any of these printers already exists, it will also be modified \n"
1807"  unless the -s|--skipexisting command line option is also used.\n"
1808"            \n"
1809"  $ pkprinters --delete \"*\"\n"
1810"  \n"
1811"  This will completely delete all printers and associated quota "
1812"information,\n"
1813"  as well as their job history. USE WITH CARE !\n"
1814"  \n"
1815"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1816"  \n"
1817"  This will put all printers which name matches \"hp*\" into printers "
1818"groups \n"
1819"  Laser and HP, which MUST already exist.\n"
1820"  \n"
1821"  $ pkprinters --groups LexMark --remove hp2200\n"
1822"  \n"
1823"  This will remove the hp2200 printer from the LexMark printer group.\n"
1824msgstr ""
1825
1826#, python-format
1827msgid "Passthrough mode : %s"
1828msgstr ""
1829
1830msgid "ON"
1831msgstr ""
1832
1833msgid "OFF"
1834msgstr ""
1835
1836msgid "in"
1837msgstr ""
1838
1839#, python-format
1840msgid "Invalid charge amount value %s"
1841msgstr ""
1842
1843#, python-format
1844msgid "Invalid maximum job size value %s"
1845msgstr ""
1846
1847#, python-format
1848msgid "Printer %s already exists, skipping."
1849msgstr ""
1850
1851#, python-format
1852msgid "Printer %s already exists, will be modified."
1853msgstr ""
1854
1855#, python-format
1856msgid "Invalid printer name %s"
1857msgstr ""
1858
1859msgid "You have to pass printer groups names on the command line"
1860msgstr ""
1861
1862msgid "You have to pass printer names on the command line"
1863msgstr ""
1864
1865#, python-format
1866msgid "Unsupported accounter backend %s"
1867msgstr ""
1868
1869#, python-format
1870msgid ""
1871"Configuration file %s can't be read. Please check that the file exists and "
1872"that your permissions are sufficient."
1873msgstr ""
1874
1875#, python-format
1876msgid "Configuration file %s not found."
1877msgstr ""
1878
1879#, python-format
1880msgid "Option %s not found in section global of %s"
1881msgstr ""
1882
1883#, python-format
1884msgid "Option %s not found in section %s of %s"
1885msgstr ""
1886
1887#, python-format
1888msgid "Option ldaptls is set, but certificate %s is not readable."
1889msgstr ""
1890
1891#, python-format
1892msgid "Option logger only supports values in %s"
1893msgstr ""
1894
1895#, python-format
1896msgid "Invalid preaccounter %s for printer %s"
1897msgstr ""
1898
1899#, python-format
1900msgid "Option preaccounter in section %s only supports values in %s"
1901msgstr ""
1902
1903#, python-format
1904msgid "Invalid accounter %s for printer %s"
1905msgstr ""
1906
1907#, python-format
1908msgid "Option accounter in section %s only supports values in %s"
1909msgstr ""
1910
1911#, python-format
1912msgid "Invalid unknown_billingcode directive %s for printer %s"
1913msgstr ""
1914
1915#, python-format
1916msgid "Directive unknown_billingcode in section %s only supports values in %s"
1917msgstr ""
1918
1919#, python-format
1920msgid "Option enforcement in section %s only supports values in %s"
1921msgstr ""
1922
1923#, python-format
1924msgid ""
1925"Option onbackenderror in section %s only supports values 'charge', "
1926"'nocharge', and 'retry:num:delay'"
1927msgstr ""
1928
1929#, python-format
1930msgid "Option onaccountererror in section %s only supports values in %s"
1931msgstr ""
1932
1933#, python-format
1934msgid "Option policy in section %s only supports values in %s"
1935msgstr ""
1936
1937#, python-format
1938msgid "Invalid option mailto %s for printer %s"
1939msgstr ""
1940
1941#, python-format
1942msgid "Option mailto in section %s only supports values in %s"
1943msgstr ""
1944
1945#, python-format
1946msgid "Invalid maximal deny banners counter %s"
1947msgstr ""
1948
1949#, python-format
1950msgid "Invalid grace delay %s"
1951msgstr ""
1952
1953#, python-format
1954msgid "Invalid poor man's threshold %s"
1955msgstr ""
1956
1957#, python-format
1958msgid "Invalid balancezero value %s"
1959msgstr ""
1960
1961msgid ""
1962"Your Print Quota account balance is Low.\n"
1963"Soon you'll not be allowed to print anymore.\n"
1964"Please contact the Print Quota Administrator to solve the problem."
1965msgstr ""
1966
1967#, python-format
1968msgid ""
1969"You are not allowed to print anymore because\n"
1970"your Print Quota is exceeded on printer %s."
1971msgstr ""
1972
1973#, python-format
1974msgid ""
1975"You will soon be forbidden to print anymore because\n"
1976"your Print Quota is almost reached on printer %s."
1977msgstr ""
1978
1979#, python-format
1980msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1981msgstr ""
1982
1983#, python-format
1984msgid "Option accountbanner in section %s only supports values in %s"
1985msgstr ""
1986
1987#, python-format
1988msgid "Option trustjobsize for printer %s is incorrect"
1989msgstr ""
1990
1991msgid "History"
1992msgstr ""
1993
1994msgid "Users"
1995msgstr ""
1996
1997msgid "Groups"
1998msgstr ""
1999
2000msgid "Printers"
2001msgstr ""
2002
2003msgid "Users Print Quotas"
2004msgstr ""
2005
2006msgid "Users Groups Print Quotas"
2007msgstr ""
2008
2009msgid "History of Payments"
2010msgstr ""
2011
2012msgid "Printers Groups Membership"
2013msgstr ""
2014
2015msgid "Users Groups Membership"
2016msgstr ""
2017
2018msgid "Billing Codes"
2019msgstr ""
2020
2021msgid "All"
2022msgstr ""
2023
2024msgid "Comma Separated Values"
2025msgstr ""
2026
2027msgid "Semicolon Separated Values"
2028msgstr ""
2029
2030msgid "Tabulation Separated Values"
2031msgstr ""
2032
2033msgid "eXtensible Markup Language"
2034msgstr ""
2035
2036msgid "CUPS' page_log"
2037msgstr ""
2038
2039#, python-format
2040msgid "Invalid modifier [%s] for --data command line option, see help."
2041msgstr ""
2042
2043msgid ""
2044"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2045"filters."
2046msgstr ""
2047
2048#, python-format
2049msgid "Invalid filter value [%s], see help."
2050msgstr ""
2051
2052#, python-format
2053msgid "Invalid modifier [%s] for --format command line option, see help."
2054msgstr ""
2055
2056msgid "XML output is disabled because the jaxml module is not available."
2057msgstr ""
2058
2059#, python-format
2060msgid "Invalid data type [%s] for --sum command line option, see help."
2061msgstr ""
2062
2063msgid "PyKota data dumper failed : I/O error"
2064msgstr ""
2065
2066#, python-format
2067msgid "Unsupported logging subsystem %s"
2068msgstr ""
2069
2070#, python-format
2071msgid "Report for %s quota on printer %s"
2072msgstr ""
2073
2074#, python-format
2075msgid "Pages grace time: %i days"
2076msgstr ""
2077
2078#, python-format
2079msgid "Price per job: %.3f"
2080msgstr ""
2081
2082#, python-format
2083msgid "Price per page: %.3f"
2084msgstr ""
2085
2086msgid ""
2087"Group          overcharge   used    soft    hard    balance grace         "
2088"total       paid warn"
2089msgstr ""
2090
2091msgid ""
2092"User           overcharge   used    soft    hard    balance grace         "
2093"total       paid warn"
2094msgstr ""
2095
2096msgid "unknown"
2097msgstr ""
2098
2099#, python-format
2100msgid "Real : %s"
2101msgstr ""
2102
2103#, python-format
2104msgid "Total : %9i"
2105msgstr ""
2106
2107msgid "N/A"
2108msgstr ""
2109
2110#, python-format
2111msgid "Unsupported reporter backend %s"
2112msgstr ""
2113
2114#, python-format
2115msgid "Unsupported quota storage backend %s"
2116msgstr ""
2117
2118msgid "Done"
2119msgstr ""
2120
2121msgid "Average speed"
2122msgstr ""
2123
2124msgid "entries per second"
2125msgstr ""
2126
2127#, python-format
2128msgid "Strange problem with uid(%s) : %s"
2129msgstr ""
2130
2131#, python-format
2132msgid "Running as user '%s'."
2133msgstr ""
2134
2135msgid "No user named 'pykota'. Not dropping priviledges."
2136msgstr ""
2137
2138#, python-format
2139msgid "Impossible to drop priviledges : %s"
2140msgstr ""
2141
2142msgid "Priviledges dropped. Now running as user 'pykota'."
2143msgstr ""
2144
2145#, python-format
2146msgid "Impossible to regain priviledges : %s"
2147msgstr ""
2148
2149msgid "Regained priviledges. Now running as root."
2150msgstr ""
2151
2152msgid "Please report bugs to :"
2153msgstr ""
2154
2155#, python-format
2156msgid ""
2157"\n"
2158"\n"
2159"Please contact your system administrator :\n"
2160"\n"
2161"\t%s - <%s>\n"
2162msgstr ""
2163
2164#, python-format
2165msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2166msgstr ""
2167
2168#, python-format
2169msgid ""
2170"Unable to find user %s's account balance, applying default policy (%s) for "
2171"printer %s"
2172msgstr ""
2173
2174#, python-format
2175msgid "User %s will not be charged for printing."
2176msgstr ""
2177
2178#, python-format
2179msgid "Print Quota exceeded for group %s on printer %s"
2180msgstr ""
2181
2182msgid "Print Quota Exceeded"
2183msgstr ""
2184
2185#, python-format
2186msgid "Print Quota low for group %s on printer %s"
2187msgstr ""
2188
2189msgid "Print Quota Low"
2190msgstr ""
2191
2192#, python-format
2193msgid ""
2194"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2195"double check /etc/pykota/pykota.conf : %s"
2196msgstr ""
2197
2198#, python-format
2199msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2200msgstr ""
2201
2202#, python-format
2203msgid "Problem adding LDAP entry (%s, %s)"
2204msgstr ""
2205
2206#, python-format
2207msgid "Problem deleting LDAP entry (%s)"
2208msgstr ""
2209
2210#, python-format
2211msgid "Problem modifying LDAP entry (%s, %s)"
2212msgstr ""
2213
2214#, python-format
2215msgid ""
2216"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2217"entries manually ?"
2218msgstr ""
2219
2220msgid "Hidden because of privacy concerns"
2221msgstr ""
2222
2223#, python-format
2224msgid ""
2225"Unable to find an existing objectClass %s entry with %s=%s to attach "
2226"pykotaAccount objectClass"
2227msgstr ""
2228
2229#, python-format
2230msgid "%s. A new entry will be created instead."
2231msgstr ""
2232
2233#, python-format
2234msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2235msgstr ""
2236
2237#, python-format
2238msgid "A problem occured while reading printer %s's internal page counter."
2239msgstr ""
2240
2241#, python-format
2242msgid "Retrieving printer %s's page counter from database instead."
2243msgstr ""
2244
2245#, python-format
2246msgid ""
2247"Couldn't retrieve printer %s's internal page counter either before or after "
2248"printing."
2249msgstr ""
2250
2251#, python-format
2252msgid "Job's size forced to 1 page for printer %s."
2253msgstr ""
2254
2255#, python-format
2256msgid "No previous job in database for printer %s."
2257msgstr ""
2258
2259#, python-format
2260msgid "Inconsistent values for printer %s's internal page counter."
2261msgstr ""
2262
2263#, python-format
2264msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2265msgstr ""
2266
2267#, python-format
2268msgid "Launching HARDWARE(%s)..."
2269msgstr ""
2270
2271#, python-format
2272msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2273msgstr ""
2274
2275#, python-format
2276msgid "Line [%s] skipped in accounter's output. Trying again..."
2277msgstr ""
2278
2279#, python-format
2280msgid "Hardware accounter %s exit code is %s"
2281msgstr ""
2282
2283#, python-format
2284msgid "Unable to query printer %s via HARDWARE(%s)"
2285msgstr ""
2286
2287#, python-format
2288msgid "Problem during connection to %s:%s : %s"
2289msgstr ""
2290
2291#, python-format
2292msgid "Problem while sending PJL query to %s:%s : %s"
2293msgstr ""
2294
2295#, python-format
2296msgid "Problem while receiving PJL answer from %s:%s : %s"
2297msgstr ""
2298
2299#, python-format
2300msgid "Waiting for printer %s to be printing..."
2301msgstr ""
2302
2303#, python-format
2304msgid "Waiting for printer %s's idle status to stabilize..."
2305msgstr ""
2306
2307#, python-format
2308msgid ""
2309"PJL querying stage interrupted. Using latest value seen for internal page "
2310"counter (%s) on printer %s."
2311msgstr ""
2312
2313#, python-format
2314msgid "Network error while doing SNMP queries on printer %s : %s"
2315msgstr ""
2316
2317#, python-format
2318msgid "SNMP message decoding error for printer %s : %s"
2319msgstr ""
2320
2321#, python-format
2322msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2323msgstr ""
2324
2325#, python-format
2326msgid ""
2327"SNMP querying stage interrupted. Using latest value seen for internal page "
2328"counter (%s) on printer %s."
2329msgstr ""
2330
2331#, python-format
2332msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2333msgstr ""
2334
2335#, python-format
2336msgid "Launching SOFTWARE(%s)..."
2337msgstr ""
2338
2339#, python-format
2340msgid "Unable to compute job size with accounter %s"
2341msgstr ""
2342
2343#, python-format
2344msgid "Problem while waiting for software accounter pid %s to exit : %s"
2345msgstr ""
2346
2347#, python-format
2348msgid "Software accounter %s exit code is %s"
2349msgstr ""
2350
2351msgid "Totals may be inaccurate if some users are members of several groups."
2352msgstr ""
Note: See TracBrowser for help on using the browser.