root / pykota / trunk / po / de / pykota.po @ 2824

Revision 2824, 141.1 kB (checked in by jerome, 18 years ago)

Fixed pknotify's documentation again. I think I'm tired...

  • 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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.20\n"
29"Report-Msgid-Bugs-To: alet@librelogiciel.com\n"
30"POT-Creation-Date: 2006-03-30 21:50+0200\n"
31"PO-Revision-Date: 2004-11-02 08:47+0100\n"
32"Last-Translator: Johannes L�ermann <johannes.laemmermann@t-online.de>\n"
33"Language-Team: German <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%(__version__)s (c) %(__years__)s %(__author__)s\n"
41"\n"
42"A tool to automate user account creation and initial balance setting.\n"
43"\n"
44"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
45"\n"
46"command line usage :\n"
47"\n"
48"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
49"  OF AN external policy IN pykota.conf\n"
50"  \n"
51"  autopykota { -i | --initbalance value } \n"
52"\n"
53"options :\n"
54"\n"
55"  -v | --version       Prints autopykota's version number then exits.\n"
56"  -h | --help          Prints this message then exits.\n"
57"  \n"
58"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
59"                       If the user already exists, actual balance is left\n"
60"                       unmodified. If unset, the default value is 0.\n"
61msgstr ""
62
63#, python-format
64msgid ""
65"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
66"\n"
67"A Print Quota editor for PyKota.\n"
68"\n"
69"command line usage :\n"
70"\n"
71"  edpykota [options] user1 user2 ... userN\n"
72"  \n"
73"  edpykota [options] group1 group2 ... groupN\n"
74"\n"
75"options :\n"
76"\n"
77"  -v | --version       Prints edpykota's version number then exits.\n"
78"  -h | --help          Prints this message then exits.\n"
79"  \n"
80"  -a | --add           Adds users or groups print quota entries if\n"
81"                       they don't exist in database.\n"
82"                       \n"
83"  -d | --delete        Deletes users or groups print quota entries.\n"
84"                       Users or groups are never deleted, you have\n"
85"                       to use the pkusers command to delete them.\n"
86"                       The history will be purge from all matching\n"
87"                       jobs, unless -g | --groups is used.\n"
88"  \n"
89"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
90"                       use wildcards characters to select only\n"
91"                       some printers. The default value is *, meaning\n"
92"                       all printers. \n"
93"                       You can specify several names or wildcards, \n"
94"                       by separating them with commas.\n"
95"  \n"
96"  -g | --groups        Edit groups print quota entries instead of \n"
97"                       users print quota entries.\n"
98"                          \n"
99"  -L | --list          Lists users or groups print quota entries.\n"
100"  \n"
101"  -n | --noquota       Sets both soft and hard limits to None for users\n"
102"                       or groups print quota entries.\n"
103"  \n"
104"  -r | --reset         Resets the actual page counter for the user\n"
105"                       or group to zero on the specified printers. \n"
106"                       The life time page counter is kept unchanged.\n"
107"                       \n"
108"  -R | --hardreset     Resets the actual and life time page counters\n"
109"                       for the user or group to zero on the specified \n"
110"                       printers. This is a shortcut for '--used 0'.\n"
111"                       \n"
112"  -s | --skipexisting  In combination with the --add option above, tells\n"
113"                       edpykota to not modify existing print quota entries.\n"
114"                       \n"
115"  -S | --softlimit sl  Sets the quota soft limit to sl "
116"pages.                       \n"
117"  \n"
118"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
119"  \n"
120"  -I | --increase v    Increase existing Soft and Hard limits by the value\n"
121"                       of v. You can prefix v with + or -, if no sign is\n"
122"                       used, + is assumed.\n"
123"\n"
124"  -U | --used u        Sets the page counters for the user u pages on\n"
125"                       the selected printers. Doesn't work for groups, "
126"since\n"
127"                       their page counters are the sum of all their "
128"members'\n"
129"                       page counters.\n"
130"                       Useful for migrating users from a different system\n"
131"                       where they have already used some pages. Actual\n"
132"                       and Life Time page counters may be increased or "
133"decreased\n"
134"                       if u is prefixed with + or -.\n"
135"                       WARNING : BOTH page counters are modified in all "
136"cases,\n"
137"                       so be careful.\n"
138"                       NB : if u equals '0', then the action taken is\n"
139"                       the same as if --hardreset was used.\n"
140"\n"
141"  user1 through userN and group1 through groupN can use wildcards\n"
142"  if the --add option is not set.\n"
143"  \n"
144"examples :                              \n"
145"\n"
146"  $ edpykota --add john paul george ringo\n"
147"  \n"
148"  This will create print quota entries for users john, paul, george\n"
149"  and ringo on all printers. These print quota entries will have no\n"
150"  limit set.\n"
151"  \n"
152"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
153"  \n"
154"  This will set jerome's print quota on the lp printer to a soft limit\n"
155"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n"
156"  printer lp have been previously created with the pkusers and pkprinters\n"
157"  commands, respectively.\n"
158"\n"
159"  $ edpykota -g -S 500 -H 550 financial support            \n"
160"  \n"
161"  This will set print quota soft limit to 500 pages and hard limit\n"
162"  to 550 pages for groups financial and support on all printers.\n"
163"  \n"
164"  $ edpykota --reset jerome \"jo*\"\n"
165"  \n"
166"  This will reset jerome's page counter to zero on all printers, as\n"
167"  well as every user whose name begins with 'jo'.\n"
168"  Their life time page counter on each printer will be kept unchanged.\n"
169"  You can also reset the life time page counters by using the\n"
170"  --hardreset | -R command line option.\n"
171"  \n"
172"  $ edpykota --printer hpcolor --noquota jerome\n"
173"  \n"
174"  This will tell PyKota to not limit jerome when printing on the \n"
175"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
176"  accounting of the pages he prints will still be kept.\n"
177"  Print Quotas for jerome on other printers are unchanged.\n"
178"  \n"
179"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n"
180"  \n"
181"  This will delete users jerome and rachel's print quota\n"
182"  entries on all printers which name begin with 'HP' or\n"
183"  'XER'. The jobs printed by these users on these printers\n"
184"  will be deleted from the history.\n"
185msgstr ""
186
187#, python-format
188msgid "You can't set negative limits for %s"
189msgstr ""
190
191msgid "Extracting datas"
192msgstr ""
193
194#, python-format
195msgid "Page counter : %s"
196msgstr ""
197
198#, python-format
199msgid "Lifetime page counter : %s"
200msgstr ""
201
202#, python-format
203msgid "Soft limit : %s"
204msgstr ""
205
206#, python-format
207msgid "Hard limit : %s"
208msgstr ""
209
210#, python-format
211msgid "Date limit : %s"
212msgstr ""
213
214#, python-format
215msgid "Maximum job size : %s"
216msgstr ""
217
218#, python-format
219msgid "%s pages"
220msgstr ""
221
222msgid "Unlimited"
223msgstr ""
224
225#, python-format
226msgid "Warning banners printed : %s"
227msgstr ""
228
229msgid "Deletion"
230msgstr ""
231
232#, python-format
233msgid "Invalid used value %s."
234msgstr ""
235
236#, python-format
237msgid "Invalid increase value %s."
238msgstr ""
239
240#, python-format
241msgid "Invalid softlimit value %s."
242msgstr "Ung�r Wert f�tlimit %s."
243
244#, python-format
245msgid "Invalid hardlimit value %s."
246msgstr "Ung�r Wert f�dlimit %s."
247
248#, python-format
249msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
250msgstr "Hardlimit %i ist kleiner als Softlimit %i, Werte werden ausgetauscht."
251
252#, python-format
253msgid "Undefined hard limit set to soft limit (%s)."
254msgstr ""
255
256#, python-format
257msgid "Undefined soft limit set to hard limit (%s)."
258msgstr ""
259
260msgid "Creation"
261msgstr ""
262
263#, python-format
264msgid ""
265"Impossible to create print quota entries if the user or group object '%s' "
266"doesn't already exist. Please use pkusers to create it first."
267msgstr ""
268
269msgid "Modification"
270msgstr ""
271
272msgid "incompatible options, see help."
273msgstr "Inkompatible Optionen, siehe Hilfe."
274
275msgid "You have to pass user or group names on the command line"
276msgstr "Sie m�Benutzer- oder Gruppenname auf der Kommandozeile �ben"
277
278#, python-format
279msgid ""
280"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n"
281"\n"
282"Generates banners.\n"
283"\n"
284"command line usage :\n"
285"\n"
286"  pkbanner  [options]  [more info]\n"
287"\n"
288"options :\n"
289"\n"
290"  -v | --version       Prints pkbanner's version number then exits.\n"
291"  -h | --help          Prints this message then exits.\n"
292"  \n"
293"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
294"                       be drawn at the center top of the page. The default\n"
295"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
296"                       \n"
297"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
298"                       page sizes are recognized, like 'A4' or 'Letter'\n"
299"                       to name a few. The default size is A4.\n"
300"  \n"
301"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
302"                       used to save toner. The default value is 0, which\n"
303"                       means that no toner saving will be done.\n"
304"  \n"
305"  -u | --url u         Uses u as an url to be written at the bottom of \n"
306"                       the banner page. The default url is :\n"
307"                       http://www.librelogiciel.com/software/\n"
308"  \n"
309"examples :                              \n"
310"\n"
311"  Using pkbanner directly from the command line is not recommended,\n"
312"  excepted for testing purposes. You should use pkbanner in the\n"
313"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
314"  \n"
315"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
316"  \n"
317"      With such a setting in pykota.conf, all print jobs will be \n"
318"      prefixed with an A4 banner with no logo, and text luminosity will\n"
319"      be increased by 75%%. The PostScript output will be directly sent\n"
320"      to your printer.\n"
321"      \n"
322"  You'll find more examples in the sample configuration file included    \n"
323"  in PyKota.\n"
324msgstr ""
325
326msgid "Unknown"
327msgstr ""
328
329msgid "Username"
330msgstr ""
331
332msgid "More Info"
333msgstr ""
334
335msgid "Job"
336msgstr ""
337
338msgid "Date"
339msgstr "Datum"
340
341msgid "Allowed"
342msgstr ""
343
344msgid "Denied"
345msgstr ""
346
347msgid "Allowed with Warning"
348msgstr ""
349
350msgid "Problem"
351msgstr ""
352
353msgid "Cancelled"
354msgstr ""
355
356msgid "Result"
357msgstr ""
358
359msgid "Title"
360msgstr "Titel"
361
362msgid "Filename"
363msgstr "Dateiname"
364
365#, python-format
366msgid "Pages printed so far on %s"
367msgstr ""
368
369msgid "Account balance"
370msgstr ""
371
372msgid "Soft Limit"
373msgstr ""
374
375msgid "Hard Limit"
376msgstr ""
377
378msgid "Date Limit"
379msgstr ""
380
381msgid "No Limit"
382msgstr ""
383
384msgid "No Accounting"
385msgstr ""
386
387msgid "Forbidden"
388msgstr ""
389
390msgid "Printing Mode"
391msgstr ""
392
393msgid "Allowed range is (0..99)"
394msgstr ""
395
396#, python-format
397msgid "Invalid 'savetoner' option %s : %s"
398msgstr ""
399
400#, python-format
401msgid "Invalid 'pagesize' option %s, defaulting to A4."
402msgstr ""
403
404#, python-format
405msgid ""
406"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n"
407"\n"
408"Email gateway for PyKota.\n"
409"\n"
410"command line usage :\n"
411"\n"
412"  pkmail  [options]\n"
413"\n"
414"options :\n"
415"\n"
416"  -v | --version       Prints pkmail's version number then exits.\n"
417"  -h | --help          Prints this message then exits.\n"
418"  \n"
419"    \n"
420"  This command is meant to be used from your mail server's aliases file,\n"
421"  as a pipe. It will then accept commands send to it in email messages,\n"
422"  and will send the answer to the command's originator.\n"
423"  \n"
424"  To use this command, create an email alias in /etc/aliases with\n"
425"  the following format :\n"
426"  \n"
427"    pykotacmd: \"|/usr/bin/pkmail\"\n"
428"    \n"
429"  Then run the 'newaliases' command to regenerate the aliases database.\n"
430"  \n"
431"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
432"  the command in the subject.\n"
433"  \n"
434"  List of supported commands :\n"
435"  \n"
436"        report [username]\n"
437"  \n"
438"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
439"  system user in the 'pykota' system group to ensure this user can\n"
440"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
441"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
442"  that you think at least twice before doing this though.\n"
443"  \n"
444"  Use at your own risk !\n"
445msgstr ""
446
447#, python-format
448msgid ""
449"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n"
450"\n"
451"A turn key tool for PyKota. When launched, this command will initialize\n"
452"PyKota's database with all existing print queues and some or all users.\n"
453"For now, no prices or limits are set, so printing is fully accounted\n"
454"for, but not limited. That's why you'll probably want to also use\n"
455"edpykota once the database has been initialized.\n"
456"\n"
457"command line usage :\n"
458"\n"
459"  pkturnkey [options] [printqueues names]\n"
460"\n"
461"options :\n"
462"\n"
463"  -v | --version       Prints pkturnkey version number then exits.\n"
464"  -h | --help          Prints this message then exits.\n"
465"  \n"
466"  -c | --doconf        Give hints about what to put into pykota.conf\n"
467"  \n"
468"  -d | --dousers       Manages users accounts as well.\n"
469"  \n"
470"  -D | --dogroups      Manages users groups as well.\n"
471"                       Implies -d | --dousers.\n"
472"  \n"
473"  -e | --emptygroups   Includes empty groups.\n"
474"  \n"
475"  -f | --force         Modifies the database instead of printing what\n"
476"                       it would do.\n"
477"                       \n"
478"  -u | --uidmin uid    Only adds users whose uid is greater than or equal "
479"to\n"
480"                       uid. You can pass an username there as well, and its\n"
481"                       uid will be used automatically.\n"
482"                       If not set, 0 will be used automatically.\n"
483"                       Implies -d | --dousers.\n"
484"                       \n"
485"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n"
486"                       uid. You can pass an username there as well, and its\n"
487"                       uid will be used automatically.\n"
488"                       If not set, a large value will be used "
489"automatically.\n"
490"                       Implies -d | --dousers.\n"
491"\n"
492"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal "
493"to\n"
494"                       gid. You can pass a groupname there as well, and its\n"
495"                       gid will be used automatically.\n"
496"                       If not set, 0 will be used automatically.\n"
497"                       Implies -D | --dogroups.\n"
498"                       \n"
499"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal "
500"to\n"
501"                       gid. You can pass a groupname there as well, and its\n"
502"                       gid will be used automatically.\n"
503"                       If not set, a large value will be used "
504"automatically.\n"
505"                       Implies -D | --dogroups.\n"
506"\n"
507"examples :                              \n"
508"\n"
509"  $ pkturnkey --dousers --uidmin jerome\n"
510"\n"
511"  Will simulate the initialization of PyKota's database will all existing\n"
512"  printers and print accounts for all users whose uid is greater than\n"
513"  or equal to jerome's one. Won't manage any users group.\n"
514"  \n"
515"  To REALLY initialize the database instead of simulating it, please\n"
516"  use the -f | --force command line switch.\n"
517"  \n"
518"  You can limit the initialization to only a subset of the existing\n"
519"  printers, by passing their names at the end of the command line.\n"
520msgstr ""
521
522#, python-format
523msgid ""
524"Printer %s is not managed by PyKota yet. Please modify printers.conf and "
525"restart CUPS."
526msgstr ""
527
528msgid "You're not allowed to use this command."
529msgstr "Sie d�diesen Befehl nicht ben�"
530
531msgid "Please be patient..."
532msgstr ""
533
534msgid "Don't worry, the database WILL NOT BE MODIFIED."
535msgstr ""
536
537msgid "Please WORRY NOW, the database WILL BE MODIFIED."
538msgstr ""
539
540msgid "System users will have a print account as well !"
541msgstr ""
542
543#, python-format
544msgid "Unknown username %s : %s"
545msgstr ""
546
547msgid "System groups will have a print account as well !"
548msgstr ""
549
550#, python-format
551msgid "Unknown groupname %s : %s"
552msgstr ""
553
554msgid "Simulation terminated."
555msgstr ""
556
557msgid "Database initialized !"
558msgstr ""
559
560msgid "The --uidmin or --uidmax command line option implies --dousers as well."
561msgstr ""
562
563msgid ""
564"The --gidmin or --gidmax command line option implies --dogroups as well."
565msgstr ""
566
567msgid "The --dogroups command line option implies --dousers as well."
568msgstr ""
569
570#, python-format
571msgid ""
572"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n"
573"\n"
574"An OSD quota monitor for PyKota.\n"
575"\n"
576"command line usage :\n"
577"\n"
578"  pykosd [options]\n"
579"\n"
580"options :\n"
581"\n"
582"  -v | --version       Prints pykosd's version number then exits.\n"
583"  -h | --help          Prints this message then exits.\n"
584"  \n"
585"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
586"                       triplet, for example #FF0000 is 100%% red.\n"
587"                       Defaults to 100%% green (#00FF00).\n"
588"                       \n"
589"  -d | --duration d    Sets the duration of the display in seconds. \n"
590"                       Defaults to 3 seconds.\n"
591"                       \n"
592"  -f | --font f        Sets the font to use for "
593"display.                      \n"
594"                       Defaults to the Python OSD library's default.\n"
595"  \n"
596"  -l | --loop n        Sets the number of times the info will be displayed.\n"
597"                       Defaults to 0, which means loop forever.\n"
598"                       \n"
599"  -s | --sleep s       Sets the sleeping duration between two displays \n"
600"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
601"                       \n"
602"  \n"
603"examples :                              \n"
604"\n"
605"  $ pykosd -s 60 --loop 5\n"
606"  \n"
607"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
608"  and will last for 3 seconds (the default) each time. After five\n"
609"  iterations, the program will exit.\n"
610msgstr ""
611
612#, python-format
613msgid "Invalid duration option %s"
614msgstr "Ung� Option duration %s"
615
616#, python-format
617msgid "Invalid loop option %s"
618msgstr "Ung� Option loop %s"
619
620#, python-format
621msgid "Invalid sleep option %s"
622msgstr "Ung� Option sleep %s"
623
624#, python-format
625msgid "Invalid color option %s"
626msgstr "Ung� Option color %s"
627
628#, python-format
629msgid "User %s doesn't exist in PyKota's database"
630msgstr "Benutzer %s existiert nicht in der PyKota-Datenbank"
631
632#, python-format
633msgid "Pages used on %s : %s"
634msgstr "Seiten benutzt f� %s"
635
636#, python-format
637msgid "PyKota Units left : %.2f"
638msgstr "Verbleibende PyKota-Einheiten: %.2f"
639
640msgid "Printing denied."
641msgstr ""
642
643msgid "Printing not limited."
644msgstr ""
645
646msgid "Printing not limited, no accounting."
647msgstr ""
648
649#, python-format
650msgid ""
651"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
652"\n"
653"Generates print quota reports.\n"
654"\n"
655"command line usage :\n"
656"\n"
657"  repykota [options] \n"
658"\n"
659"options :\n"
660"\n"
661"  -v | --version       Prints repykota's version number then exits.\n"
662"  -h | --help          Prints this message then exits.\n"
663"  \n"
664"  -u | --users         Generates a report on users quota, this is \n"
665"                       the default.\n"
666"  \n"
667"  -g | --groups        Generates a report on group quota instead of users.\n"
668"  \n"
669"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n"
670"                              groups. Reserved to PyKota Administrators.\n"
671"  \n"
672"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
673"                       use wildcards characters to select only\n"
674"                       some printers. The default value is *, meaning\n"
675"                       all printers.\n"
676"                       You can specify several names or wildcards, \n"
677"                       by separating them with commas.\n"
678"  \n"
679"examples :                              \n"
680"\n"
681"  $ repykota --printer lp\n"
682"  \n"
683"  This will print the quota status for all users who use the lp printer.\n"
684"\n"
685"  $ repykota \n"
686"  \n"
687"  This will print the quota status for all users on all printers.\n"
688"  \n"
689"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
690"  \n"
691"  This will print the quota status for user jerome and all users\n"
692"  whose name begins with \"jo\" on all printers which name begins\n"
693"  with \"laser\" or ends with \"pson\".\n"
694"  \n"
695"  If launched by an user who is not a PyKota administrator, additionnal\n"
696"  arguments representing users or groups names are ignored, and only the\n"
697"  current user/group is reported.\n"
698msgstr ""
699
700msgid "Option --ingroups is reserved to PyKota Administrators."
701msgstr ""
702
703#, python-format
704msgid "There's no printer matching %s"
705msgstr "Kein Drucker stimmt mit %s berein"
706
707#, python-format
708msgid "SIGTERM received, job %s cancelled."
709msgstr "SIGTERM empfangen, Auftrag %s abgebrochen."
710
711msgid "You are not allowed to print at this time."
712msgstr ""
713
714msgid "Print job cancelled."
715msgstr ""
716
717#, python-format
718msgid "Banner generator %s exit code is %s"
719msgstr ""
720
721msgid "Banner won't be printed : maximum number of deny banners reached."
722msgstr ""
723
724#, python-format
725msgid "Beware : computed job size (%s) != precomputed job size (%s)"
726msgstr ""
727
728msgid ""
729"The job size will be trusted anyway according to the 'trustjobsize' directive"
730msgstr ""
731
732#, python-format
733msgid ""
734"The job size will be trusted because it is inferior to the 'trustjobsize' "
735"directive's limit %s"
736msgstr ""
737
738#, python-format
739msgid ""
740"The job size will be modified according to the 'trustjobsize' directive : %s"
741msgstr ""
742
743#, python-format
744msgid ""
745"Printer %s not registered in the PyKota system, applying external policy (%"
746"s) for printer %s"
747msgstr ""
748"Drucker %s ist nicht im PyKota System registriert, wende externe Richtlinie "
749"(%s) f�cker %s an"
750
751#, python-format
752msgid ""
753"User %s not registered in the PyKota system, applying external policy (%s) "
754"for printer %s"
755msgstr ""
756"Benutzer %s ist nicht in der PyKota-Verwaltung registriert, wende externe "
757"Richtlinie (%s) f�cker %s an"
758
759#, python-format
760msgid ""
761"User %s doesn't have quota on printer %s in the PyKota system, applying "
762"external policy (%s) for printer %s"
763msgstr ""
764"Benutzer %s hat in der PyKota-Verwaltung kein Kontingent auf Drucker %s, "
765"wende externe Richtlinie (%s) f�cker %s an"
766
767#, python-format
768msgid ""
769"External policy %s for printer %s produced an error. Job rejected. Please "
770"check PyKota's configuration files."
771msgstr ""
772"Externe Richtlinie %s f�cker %s hat eine Fehler erzeugt. Auftrag "
773"abgelehnt. Bitte ��ie PyKota's Konfigurationsdatei."
774
775#, python-format
776msgid ""
777"Printer %s not registered in the PyKota system, applying default policy (%s)"
778msgstr ""
779"Drucker %s ist nicht in der PyKota-Verwaltung registriert, wende Standard-"
780"Richtlinie (%s) an"
781
782#, python-format
783msgid ""
784"User %s not registered in the PyKota system, applying default policy (%s) "
785"for printer %s"
786msgstr ""
787"Benutzer %s ist nicht in der PyKota-Verwaltung registriert, wende Standard-"
788"Richtlinie (%s) f�cker %s an"
789
790#, python-format
791msgid ""
792"User %s doesn't have quota on printer %s in the PyKota system, applying "
793"default policy (%s)"
794msgstr ""
795"Benutzer %s hat in der PyKota-Verwaltung f�cker %s kein Kontingent, "
796"wende Standard-Richtlinie (%s) an"
797
798#, python-format
799msgid ""
800"Printer %s still not registered in the PyKota system, job will be rejected"
801msgstr ""
802"Drucker %s noch immer nicht in der PyKota-Verwaltung registriert, Auftrag "
803"wird abgelehnt werden"
804
805#, python-format
806msgid ""
807"User %s still not registered in the PyKota system, job will be rejected on "
808"printer %s"
809msgstr ""
810"Benutzer %s noch immer nicht in der PyKota-Verwaltung registriert, Auftrag "
811"f�cker %s wird abgelehnt"
812
813#, python-format
814msgid ""
815"User %s still doesn't have quota on printer %s in the PyKota system, job "
816"will be rejected"
817msgstr ""
818"Benutzer %s hat in der PyKota-Verwaltung noch immer kein Kontingent f�Drucker %s, Auftrag wird abgelehnt"
819
820msgid "Job is a dupe"
821msgstr ""
822
823msgid "Printing is denied by configuration"
824msgstr ""
825
826#, python-format
827msgid "Duplicate print jobs are not allowed on printer %s."
828msgstr ""
829
830msgid "Subprocess denied printing of a dupe"
831msgstr ""
832
833#, python-format
834msgid "Duplicate print jobs are not allowed on printer %s at this time."
835msgstr ""
836
837msgid "Subprocess allowed printing of a dupe"
838msgstr ""
839
840#, python-format
841msgid ""
842"\n"
843"\n"
844"Your system administrator :\n"
845"\n"
846"\t%s - <%s>\n"
847msgstr ""
848
849#, python-format
850msgid "Impossible to connect to SMTP server : %s"
851msgstr "SMTP-Server kann nicht erreicht werden: %s"
852
853msgid "Print Quota"
854msgstr "Druckkontingent"
855
856#, python-format
857msgid "Impossible to send mail to %s, error %s : %s"
858msgstr "Unm�ch Mail an %s zu senden, Fehler %s : %s"
859
860msgid "Job contains no data. Printing is denied."
861msgstr "Auftrag beinhaltet keine Daten. Druck verweigert."
862
863msgid "Error in external policy script. Printing is denied."
864msgstr ""
865
866#, python-format
867msgid ""
868"Still no print quota entry for user %s on printer %s after external policy. "
869"Printing is denied."
870msgstr ""
871
872msgid "Printing is denied by printer policy."
873msgstr ""
874
875msgid "Job allowed by printer policy. No accounting will be done."
876msgstr ""
877
878#, python-format
879msgid "Invalid policy %s for printer %s"
880msgstr "Ung� Richtlinie ('policy') %s f�cker %s"
881
882#, python-format
883msgid "Precomputed job size (%s pages) too large for printer %s."
884msgstr ""
885
886#, python-format
887msgid "You are not allowed to print so many pages on printer %s at this time."
888msgstr ""
889
890#, python-format
891msgid "User %s is not allowed to print at this time."
892msgstr ""
893
894msgid "Your account settings forbid you to print at this time."
895msgstr ""
896
897#, python-format
898msgid "Print Quota exceeded for user %s on printer %s"
899msgstr "�erzogenes Druckkontingent f�utzer %s auf Drucker %s"
900
901#, python-format
902msgid "Print Quota low for user %s on printer %s"
903msgstr "Niedriges Druckkontingent f�utzer %s auf Drucker %s"
904
905msgid "Job denied, no accounting will be done."
906msgstr ""
907
908msgid "Job cancelled, no accounting will be done."
909msgstr ""
910
911msgid "Job accounting begins."
912msgstr "Auftrag Accounting beginnt."
913
914msgid "Job denied, no accounting has been done."
915msgstr ""
916
917msgid "Job cancelled, no accounting has been done."
918msgstr ""
919
920msgid "Job accounting ends."
921msgstr "Auftrag Accounting endet."
922
923msgid ""
924"Job size forced to 0 because the real CUPS backend failed. No accounting "
925"will be done."
926msgstr ""
927
928msgid "The real CUPS backend failed, but the job will be accounted for anyway."
929msgstr ""
930
931msgid "Job size forced to 0 because printing is denied."
932msgstr "Auftragsgr�festgesetzt auf 0, weil der Druck verweigert wurde."
933
934msgid "Job size forced to 0 because printing was cancelled."
935msgstr ""
936
937#, python-format
938msgid "Job size : %i"
939msgstr "Auftragsgr� %i"
940
941#, python-format
942msgid "User %s's quota on printer %s won't be modified"
943msgstr ""
944
945#, python-format
946msgid "Updating user %s's quota on printer %s"
947msgstr "Das Kontingent f�utzer %s auf Drucker %s wird angepasst"
948
949msgid "Job added to history."
950msgstr "Auftrag zum Verlauf hinzugef�
951#, python-format
952msgid "Billing code %s was updated."
953msgstr ""
954
955#, python-format
956msgid "Incorrect value for the 'onbackenderror' directive in section [%s]"
957msgstr ""
958
959#, python-format
960msgid "The real backend produced an error, we will try again in %s seconds."
961msgstr ""
962
963#, python-format
964msgid "Job %s interrupted by the administrator !"
965msgstr ""
966
967#, python-format
968msgid ""
969"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n"
970"\n"
971"A billing codes Manager for PyKota.\n"
972"\n"
973"command line usage :\n"
974"\n"
975"  pkbcodes [options] code1 code2 code3 ... codeN\n"
976"\n"
977"options :\n"
978"\n"
979"  -v | --version       Prints pkbcodes version number then exits.\n"
980"  -h | --help          Prints this message then exits.\n"
981"  \n"
982"  -a | --add           Adds billing codes if they don't exist in PyKota's\n"
983"                       database. If they exist, they are modified\n"
984"                       unless -s|--skipexisting is also used.\n"
985"\n"
986"  -d | --delete        Deletes billing codes from PyKota's database.\n"
987"                       NB : the history entries with this billing code\n"
988"                       are not deleted, voluntarily.\n"
989"\n"
990"  -D | --description d Adds a textual description to billing codes.\n"
991"\n"
992"  -l | --list          List informations about the billing codes.\n"
993"\n"
994"  -r | --reset         Resets the billing codes' balance and page counters\n"
995"                       to 0.\n"
996"\n"
997"  -s | --skipexisting  In combination with the --add option above, tells\n"
998"                       pkbcodes to not modify existing billing codes.\n"
999"\n"
1000"  code1 through codeN can contain wildcards if the --add option\n"
1001"  is not set.\n"
1002"\n"
1003"examples :                              \n"
1004"\n"
1005"  $ pkbcodes --add -D \"My project\" myproj\n"
1006"\n"
1007"  Will create the myproj billing code with \"My project\"\n"
1008"  as the description.\n"
1009"\n"
1010"  $ pkbcodes --delete \"*\"\n"
1011"\n"
1012"  This will completely delete all the billing codes, but without\n"
1013"  removing any matching job from the history. USE WITH CARE ANYWAY !\n"
1014"  \n"
1015"  $ pkbcodes --list \"my*\"\n"
1016"  \n"
1017"  This will list all billing codes which name begins with 'my'.\n"
1018msgstr ""
1019
1020#, python-format
1021msgid "There's no billingcode matching %s"
1022msgstr ""
1023
1024msgid "pages"
1025msgstr ""
1026
1027msgid "and"
1028msgstr ""
1029
1030msgid "credits"
1031msgstr ""
1032
1033#, python-format
1034msgid "Billing code [%s] already exists, skipping."
1035msgstr ""
1036
1037#, python-format
1038msgid "Billing code [%s] already exists, will be modified."
1039msgstr ""
1040
1041msgid "You have to pass billing codes on the command line"
1042msgstr ""
1043
1044#, python-format
1045msgid ""
1046"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1047"\n"
1048"Notifies or ask questions to end users who launched the PyKotIcon "
1049"application.\n"
1050"\n"
1051"command line usage :\n"
1052"\n"
1053"  pknotify  [options]  [arguments]\n"
1054"\n"
1055"options :\n"
1056"\n"
1057"  -v | --version             Prints pknotify's version number then exits.\n"
1058"  -h | --help                Prints this message then exits.\n"
1059"  \n"
1060"  -d | --destination h[:p]   Sets the destination hostname and optional\n"
1061"                             port onto which contact the remote PyKotIcon\n"
1062"                             application. This option is mandatory.\n"
1063"                             When not specified, the port defaults to 7654.\n"
1064"                             \n"
1065"  -a | --ask                 Tells pknotify to ask something to the end\n"
1066"                             user. Then pknotify will output the result.\n"
1067"                       \n"
1068"  -C | --checkauth           When --ask is used and both an 'username' and "
1069"a\n"
1070"                             'password' are asked to the end user, then\n"
1071"                             pknotify will try to authenticate the user\n"
1072"                             through PAM. If authentified, this program\n"
1073"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n"
1074"                             If a field is missing, \"AUTH=IMPOSSIBLE\" "
1075"will\n"
1076"                             be printed. If the user is authenticated, then\n"
1077"                             \"USERNAME=xxxx\" will be printed as well.\n"
1078"                             \n"
1079"  -c | --confirm             Tells pknotify to ask for either a "
1080"confirmation                       \n"
1081"                             or abortion.\n"
1082"                             \n"
1083"  -D | --denyafter N         With --checkauth above, makes pknotify "
1084"loop                           \n"
1085"                             up to N times if the password is incorrect.\n"
1086"                             After having reached the limit, \"DENY\" will\n"
1087"                             be printed, which effectively rejects the job.\n"
1088"                             The default value of N is 1, meaning the job\n"
1089"                             is denied after the first unsuccessful try.\n"
1090"                             \n"
1091"  -n | --notify              Tells pknotify to send an informational "
1092"message\n"
1093"                             to the end user.\n"
1094"                             \n"
1095"  -q | --quit                Tells pknotify to send a message asking the\n"
1096"                             PyKotIcon application to exit. This option can\n"
1097"                             be combined with the other ones to make "
1098"PyKotIcon\n"
1099"                             exit after having sent the answer from the "
1100"dialog.\n"
1101"                             \n"
1102"  -t | --timeout T           Tells pknotify to ignore the end user's answer "
1103"if\n"
1104"                             it comes past T seconds after the dialog box "
1105"being\n"
1106"                             opened. The default value is 0 seconds, which \n"
1107"                             tells pknotify to wait indefinitely.\n"
1108"                             Use this option to avoid having an user who\n"
1109"                             leaved his computer stall a whole print queue.\n"
1110"                             \n"
1111"  You MUST specify either --ask, --confirm, --notify or --quit.\n"
1112"\n"
1113"  arguments :             \n"
1114"  \n"
1115"    -a | --ask : Several arguments are accepted, or the form\n"
1116"                 \"label:varname:defaultvalue\". The result will\n"
1117"                 be printed to stdout in the following format :\n"
1118"                 VAR1NAME=VAR1VALUE\n"
1119"                 VAR2NAME=VAR2VALUE\n"
1120"                 ...\n"
1121"                 If the dialog was cancelled, nothing will be\n"
1122"                 printed. If one of the varname is 'password'\n"
1123"                 then this field is asked as a password (you won't\n"
1124"                 see what you type in), and is NOT printed. Although\n"
1125"                 it is not printed, it will be used to check if\n"
1126"                 authentication is valid if you specify --checkauth.\n"
1127"                 \n"
1128"    -c | --confirm : A single argument is expected, representing the\n"
1129"                     message to display. If the dialog is confirmed\n"
1130"                     then pknotify will print OK, else CANCEL.\n"
1131"                     \n"
1132"    -n | --notify : A single argument is expected, representing "
1133"the                 \n"
1134"                    message to display. In this case pknotify will\n"
1135"                    always print OK.\n"
1136"                    \n"
1137"examples :                    \n"
1138"\n"
1139"  pknotify -d client:7654 --confirm \"This job costs :\n"
1140"10 credits !\"\n"
1141"  \n"
1142"  Would display the cost of a print job and asks for confirmation.\n"
1143"  \n"
1144"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n"
1145"           --checkauth --ask \"Your name:username:\" \"Your password:"
1146"password:\"\n"
1147"           \n"
1148"  Asks an username and password, and checks if they are valid.         \n"
1149"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n"
1150"  only set if you launch pknotify from cupspykota through a directive\n"
1151"  in ~pykota/pykota.conf\n"
1152"  \n"
1153"  The TCP port you'll use must be reachable on the client from the\n"
1154"  print server.\n"
1155msgstr ""
1156
1157msgid "You MUST install PyPAM for this functionnality to work !"
1158msgstr ""
1159
1160#, python-format
1161msgid "Authentication error for user %s : %s"
1162msgstr ""
1163
1164#, python-format
1165msgid "Internal error : can't authenticate user %s"
1166msgstr ""
1167
1168#, python-format
1169msgid "Password correct for user %s"
1170msgstr ""
1171
1172#, python-format
1173msgid ""
1174"The end user at %s:%i didn't answer within %i seconds. The print job will be "
1175"cancelled."
1176msgstr ""
1177
1178msgid "Connection error"
1179msgstr ""
1180
1181msgid "some options are mandatory, see help."
1182msgstr ""
1183
1184msgid "some options require arguments, see help."
1185msgstr ""
1186
1187#, python-format
1188msgid ""
1189"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1190"\n"
1191"An Users and Groups Manager for PyKota.\n"
1192"\n"
1193"command line usage :\n"
1194"\n"
1195"  pkusers [options] user1 user2 user3 ... userN\n"
1196"  \n"
1197"or :  \n"
1198"\n"
1199"  pkusers --groups [options] group1 group2 group3 ... groupN\n"
1200"\n"
1201"options :\n"
1202"\n"
1203"  -v | --version       Prints pkusers's version number then exits.\n"
1204"  -h | --help          Prints this message then exits.\n"
1205"  \n"
1206"  -a | --add           Adds users if they don't exist on the database.\n"
1207"                       If they exist, they are modified unless\n"
1208"                       -s|--skipexisting is also used.\n"
1209"                       \n"
1210"  -d | --delete        Deletes users from the quota storage.\n"
1211"  \n"
1212"  -D | --description d Adds a textual description to users or groups.\n"
1213"                       \n"
1214"  -g | --groups        Edit users groups instead of users.\n"
1215"                          \n"
1216"  -o | --overcharge f  Sets the overcharging factor applied to the user \n"
1217"                       when computing the cost of a print job. Positive or \n"
1218"                       negative floating point values are allowed,\n"
1219"                       this allows you to do some really creative\n"
1220"                       things like giving money to an user whenever\n"
1221"                       he prints. The number of pages in a print job\n"
1222"                       is not modified by this coefficient, only the\n"
1223"                       cost of the job for a particular user.\n"
1224"                       Only users have such a coefficient.\n"
1225"  \n"
1226"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1227"                              listed, separated by commas. The groups\n"
1228"                              must already exist in the Quota Storage.\n"
1229"                       \n"
1230"  -L | --list          Lists users or groups.\n"
1231"  \n"
1232"  -l | --limitby l     Choose if the user/group is limited in "
1233"printing                     \n"
1234"                       by its account balance or by its page quota.\n"
1235"                       The default value is 'quota'. Allowed values\n"
1236"                       are 'quota' 'balance' 'noquota' 'noprint' \n"
1237"                       and 'nochange' :\n"
1238"                       \n"
1239"                         - quota : limit by number of pages per printer.\n"
1240"                         - balance : limit by number of credits in account.\n"
1241"                         - noquota : no limit, accounting still done.\n"
1242"                         - nochange : no limit, accounting not done. \n"
1243"                         - noprint : printing is denied. \n"
1244"                       NB : nochange and noprint are not supported for "
1245"groups.\n"
1246"                       \n"
1247"  -b | --balance b     Sets the user's account balance to "
1248"b.                     \n"
1249"                       Account balance may be increase or decreased\n"
1250"                       if b is prefixed with + or -.\n"
1251"                       WARNING : when decreasing account balance,\n"
1252"                       the total paid so far by the user is decreased\n"
1253"                       too.\n"
1254"                       Groups don't have a real balance, but the\n"
1255"                       sum of their users' account balance.\n"
1256"                       \n"
1257"  -C | --comment txt   Defines some informational text to be associated\n"
1258"                       with a change to an user's account balance.\n"
1259"                       Only meaningful if -b | --balance is also used.\n"
1260"                       \n"
1261"                       \n"
1262"  -r | --remove        In combination with the --ingroups option "
1263"above,                       \n"
1264"                       remove users from the specified users groups.\n"
1265"                       \n"
1266"  -s | --skipexisting  In combination with the --add option above, tells\n"
1267"                       pkusers to not modify existing users.\n"
1268"                       \n"
1269"  user1 through userN and group1 through groupN can use wildcards\n"
1270"  if the --add option is not set.\n"
1271"  \n"
1272"examples :                              \n"
1273"\n"
1274"  $ pkusers --add john paul george ringo/ringo@example.com\n"
1275"  \n"
1276"  This will add users john, paul, george and ringo to the quota\n"
1277"  database. User ringo's email address will also be set to \n"
1278"  'ringo@example.com'\n"
1279"  \n"
1280"  $ pkusers --ingroups coders,it jerome\n"
1281"  \n"
1282"  User jerome is put into the groups \"coders\" and \"it\" which must\n"
1283"  already exist in the quota database.\n"
1284"            \n"
1285"  $ pkusers --limitby balance jerome\n"
1286"  \n"
1287"  This will tell PyKota to limit jerome by his account's balance\n"
1288"  when printing.\n"
1289"  \n"
1290"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n"
1291"  \n"
1292"  This will increase jerome's account balance by 10.0 (in your\n"
1293"  own currency). You can decrease the account balance with a\n"
1294"  dash prefix, and set it to a fixed amount with no prefix.\n"
1295"  A comment will be stored for this balance change.\n"
1296"  \n"
1297"  $ pkusers --delete jerome rachel\n"
1298"  \n"
1299"  This will completely delete jerome and rachel from the quota\n"
1300"  database. All their quotas and jobs will be deleted too.\n"
1301"  \n"
1302"  $ pkusers --overcharge 2.5 poorstudent\n"
1303"  \n"
1304"  This will overcharge the poorstudent user by a factor of 2.5.\n"
1305"  \n"
1306"  $ pkusers --overcharge -1 jerome\n"
1307"  \n"
1308"  User jerome will actually earn money whenever he prints.\n"
1309"  \n"
1310"  $ pkusers --overcharge 0 boss\n"
1311"  \n"
1312"  User boss can print at will, it won't cost him anything because the\n"
1313"  cost of each print job will be multiplied by zero before charging\n"
1314"  his account.\n"
1315msgstr ""
1316
1317#, python-format
1318msgid "There's no %s matching %s"
1319msgstr ""
1320
1321#, python-format
1322msgid "Limited by : %s"
1323msgstr ""
1324
1325#, python-format
1326msgid "Account balance : %.2f"
1327msgstr ""
1328
1329#, python-format
1330msgid "Total paid so far : %.2f"
1331msgstr ""
1332
1333#, python-format
1334msgid "Overcharging factor : %.2f"
1335msgstr ""
1336
1337#, python-format
1338msgid "Group balance : %.2f"
1339msgstr ""
1340
1341#, python-format
1342msgid "Invalid limitby value %s"
1343msgstr "Ung�r Wert f�itby %s"
1344
1345#, python-format
1346msgid "Invalid overcharge value %s"
1347msgstr ""
1348
1349#, python-format
1350msgid "Invalid balance value %s"
1351msgstr "Ung�r Wert f�ance %s"
1352
1353#, python-format
1354msgid "There's no users group matching %s"
1355msgstr ""
1356
1357#, python-format
1358msgid "Invalid email address %s"
1359msgstr "Ung� Email-Adresse %s"
1360
1361#, python-format
1362msgid "Unknown group %s"
1363msgstr ""
1364
1365#, python-format
1366msgid "Unknown user %s"
1367msgstr ""
1368
1369#, python-format
1370msgid "%s %s already exists, skipping."
1371msgstr ""
1372
1373#, python-format
1374msgid "%s %s already exists, will be modified."
1375msgstr ""
1376
1377#, python-format
1378msgid "Invalid name %s"
1379msgstr ""
1380
1381msgid "You have to pass user groups names on the command line"
1382msgstr ""
1383
1384#, python-format
1385msgid ""
1386"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1387"\n"
1388"Gives print quotes to users.\n"
1389"\n"
1390"command line usage :\n"
1391"\n"
1392"  pykotme  [options]  [files]\n"
1393"\n"
1394"options :\n"
1395"\n"
1396"  -v | --version       Prints pykotme's version number then exits.\n"
1397"  -h | --help          Prints this message then exits.\n"
1398"  \n"
1399"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
1400"                       use wildcards characters to select only\n"
1401"                       some printers. The default value is *, meaning\n"
1402"                       all printers.\n"
1403"                       You can specify several names or wildcards, \n"
1404"                       by separating them with commas.\n"
1405"  \n"
1406"examples :                              \n"
1407"\n"
1408"  $ pykotme --printer apple file1.ps file2.ps\n"
1409"  \n"
1410"  This will give a print quote to the current user. The quote will show\n"
1411"  the price and size of a job consisting in file1.ps and file2.ps \n"
1412"  which would be sent to the apple printer.\n"
1413"  \n"
1414"  $ pykotme --printer apple,hplaser <file1.ps\n"
1415"  \n"
1416"  This will give a print quote to the current user. The quote will show\n"
1417"  the price and size of a job consisting in file1.ps as read from\n"
1418"  standard input, which would be sent to the apple or hplaser\n"
1419"  printer.\n"
1420"\n"
1421"  $ pykotme \n"
1422"  \n"
1423"  This will give a quote for a job consisting of what is on standard \n"
1424"  input. The quote will list the job size, and the price the job\n"
1425"  would cost on each printer.\n"
1426msgstr ""
1427
1428#, python-format
1429msgid "Your account balance : %.2f"
1430msgstr "Ihr Kontostand: %.2f"
1431
1432#, python-format
1433msgid "Job size : %i pages"
1434msgstr "Auftragsgr� %i Seiten"
1435
1436#, python-format
1437msgid "Cost on printer %s : %.2f"
1438msgstr "Kosten f�cker %s : %.2f"
1439
1440msgid "won't be charged, printer is in passthrough mode"
1441msgstr ""
1442
1443msgid "won't be charged, your account is immutable"
1444msgstr ""
1445
1446#, python-format
1447msgid ""
1448"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1449"\n"
1450"Sends mail to users over print quota.\n"
1451"\n"
1452"command line usage :\n"
1453"\n"
1454"  warnpykota  [options]  [names]\n"
1455"\n"
1456"options :\n"
1457"\n"
1458"  -v | --version       Prints warnpykota's version number then exits.\n"
1459"  -h | --help          Prints this message then exits.\n"
1460"  \n"
1461"  -u | --users         Warns users over their print quota, this is the \n"
1462"                       default.\n"
1463"  \n"
1464"  -g | --groups        Warns users whose groups quota are over limit.\n"
1465"  \n"
1466"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1467"                       use wildcards characters to select only\n"
1468"                       some printers. The default value is *, meaning\n"
1469"                       all printers.\n"
1470"                       You can specify several names or wildcards, \n"
1471"                       by separating them with commas.\n"
1472"  \n"
1473"examples :                              \n"
1474"\n"
1475"  $ warnpykota --printer lp\n"
1476"  \n"
1477"  This will warn all users of the lp printer who have exceeded their\n"
1478"  print quota.\n"
1479"\n"
1480"  $ warnpykota \n"
1481"  \n"
1482"  This will warn all users  who have exceeded their print quota on\n"
1483"  any printer.\n"
1484"\n"
1485"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1486"  \n"
1487"  This will warn all users of groups which names begins with \"dev\" and\n"
1488"  who have exceeded their print quota on any printer which name begins \n"
1489"  with \"laserjet\"\n"
1490"  \n"
1491"  If launched by an user who is not a PyKota administrator, additionnal\n"
1492"  arguments representing users or groups names are ignored, and only the\n"
1493"  current user/group is reported.\n"
1494msgstr ""
1495
1496#, python-format
1497msgid ""
1498"dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1499"\n"
1500"Dumps PyKota database's content.\n"
1501"\n"
1502"command line usage :\n"
1503"\n"
1504"  dumpykota [options] [filterexpr]\n"
1505"\n"
1506"options :\n"
1507"\n"
1508"  -v | --version       Prints dumpykota's version number then exits.\n"
1509"  -h | --help          Prints this message then exits.\n"
1510"  \n"
1511"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
1512"                       \n"
1513"                         - history : dumps the jobs history.\n"
1514"                         - users : dumps users.\n"
1515"                         - groups : dumps user groups.\n"
1516"                         - printers : dump printers.\n"
1517"                         - upquotas : dump user quotas.\n"
1518"                         - gpquotas : dump user groups quotas.\n"
1519"                         - payments : dumps user payments.\n"
1520"                         - pmembers : dumps printer groups members.\n"
1521"                         - umembers : dumps user groups members.\n"
1522"                         - billingcodes : dumps billing codes.\n"
1523"                         - all : dumps all PyKota datas. The output format\n"
1524"                                 is always XML in this case.\n"
1525"                         \n"
1526"                       NB : the -d | --data command line option   \n"
1527"                       is MANDATORY.\n"
1528"  \n"
1529"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1530"                       the format is to dump datas in the csv format (comma\n"
1531"                       separated values). All data dumped is between double\n"
1532"                       quotes. Allowed formats are :\n"
1533"                       \n"
1534"                         - csv : separate datas with commas\n"
1535"                         - ssv : separate datas with semicolons\n"
1536"                         - tsv : separate datas with tabs\n"
1537"                         - xml : dump data as XML \n"
1538"                         - cups : dump datas in CUPS' page_log format :\n"
1539"                                  ONLY AVAILABLE WITH --data history\n"
1540"                         \n"
1541"  -o | --output fname  All datas will be dumped to the file instead of\n"
1542"                       to the standard output. The special '-' filename\n"
1543"                       is the default value and means stdout.\n"
1544"                       WARNING : existing files are truncated !\n"
1545"\n"
1546"  -s | --sum           Summarize the selected datas.\n"
1547"                           ONLY AVAILABLE WITH --data history or payments\n"
1548"\n"
1549"  Use the filter expressions to extract only parts of the \n"
1550"  datas. Allowed filters are of the form :\n"
1551"                \n"
1552"         key=value\n"
1553"                         \n"
1554"  Allowed keys for now are :  \n"
1555"                       \n"
1556"         username       User's name\n"
1557"         groupname      Users group's name\n"
1558"         printername    Printer's name\n"
1559"         pgroupname     Printers group's name\n"
1560"         hostname       Client's hostname\n"
1561"         billingcode    Job's billing code\n"
1562"         start          Job's date of printing\n"
1563"         end            Job's date of printing\n"
1564"         \n"
1565"  Contrary to other PyKota management tools, wildcard characters are not \n"
1566"  expanded, so you can't use them.\n"
1567"  \n"
1568"  NB : not all keys are allowed for each data type, so the result may be \n"
1569"  empty if you use a key not available for a particular data type.\n"
1570"  \n"
1571"Examples :\n"
1572"\n"
1573"  $ dumpykota --data history --format csv >myfile.csv\n"
1574"  \n"
1575"  This dumps the history in a comma separated values file, for possible\n"
1576"  use in a spreadsheet.\n"
1577"  \n"
1578"  $ dumpykota --data users --format xml -o users.xml\n"
1579"  \n"
1580"  Dumps all users datas to the users.xml file.\n"
1581"  \n"
1582"  $ dumpykota --data history printername=HP2100 username=jerome\n"
1583"  \n"
1584"  Dumps the job history for user jerome on printer HP2100 only.\n"
1585"  \n"
1586"  $ dumpykota --data history start=200503 end=20050730234615\n"
1587"  \n"
1588"  Dumps all jobs printed between March 1st 2005 at midnight and\n"
1589"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n"
1590msgstr ""
1591
1592msgid "The -d | --data command line option is mandatory, see help."
1593msgstr "Die Kommandozeilenoption -d | --data ist unerl�lich, siehe Hilfe."
1594
1595#, python-format
1596msgid ""
1597"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1598"\n"
1599"An invoice generator for PyKota.\n"
1600"\n"
1601"command line usage :\n"
1602"\n"
1603"  pkinvoice [options] user1 user2 ... userN\n"
1604"\n"
1605"options :\n"
1606"\n"
1607"  -v | --version       Prints pkinvoice's version number then exits.\n"
1608"  -h | --help          Prints this message then exits.\n"
1609"  \n"
1610"  -l | --logo img      Use the image as the invoice's logo. The logo will\n"
1611"                       be drawn at the center top of the page. The default\n"
1612"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
1613"                       \n"
1614"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
1615"                       page sizes are recognized, like 'A4' or 'Letter'\n"
1616"                       to name a few. The default size is A4.\n"
1617"                       \n"
1618"  -n | --number N      Sets the number of the first invoice. This number\n"
1619"                       will automatically be incremented for each invoice.\n"
1620"                       \n"
1621"  -o | --output f.pdf  Defines the name of the invoice file which will\n"
1622"                       be generated as a PDF document. If not set or\n"
1623"                       set to '-', the PDF document is sent to standard\n"
1624"                       output. \n"
1625"                       \n"
1626"  -u | --unit u        Defines the name of the unit to use on the "
1627"invoice.                       \n"
1628"                       The default unit is 'Credits', optionally translated\n"
1629"                       to your native language if it is supported by "
1630"PyKota.\n"
1631"  \n"
1632"  -V | --vat p         Sets the percent value of the applicable VAT to be\n"
1633"                       exposed. The default is 0.0, meaning no VAT\n"
1634"                       information will be included.\n"
1635"                       \n"
1636"  -s | --start date    Sets the starting date for the print jobs invoiced.\n"
1637"  \n"
1638"  -e | --end date      Sets the ending date for the print jobs invoiced.\n"
1639"                       \n"
1640"  user1 through userN can use wildcards if needed. If no user argument is\n"
1641"  used, a wildcard of '*' is assumed, meaning include all users.\n"
1642"  \n"
1643"  Dates formating with --start and --end :\n"
1644"  \n"
1645"    YYYY : year boundaries\n"
1646"    YYYYMM : month boundaries\n"
1647"    YYYYMMDD : day boundaries\n"
1648"    YYYYMMDDhh : hour boundaries\n"
1649"    YYYYMMDDhhmm : minute boundaries\n"
1650"    YYYYMMDDhhmmss : second boundaries\n"
1651"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-"
1652"15)\n"
1653"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n"
1654"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n"
1655"    now[+-NbDays] : now more or less N days (e.g. now-15)\n"
1656"\n"
1657"  'now' and 'today' are not exactly the same since today represents the "
1658"first\n"
1659"  or last second of the day depending on if it's used in a start= or end=\n"
1660"  date expression. The utility to be able to specify dates in the future is\n"
1661"  a question which remains to be answered :-)\n"
1662"                                        \n"
1663"examples :                       \n"
1664"\n"
1665"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n"
1666"  \n"
1667"  Will generate a PDF document containing invoices for all users\n"
1668"  who have spent some credits last month. Invoices will be done in\n"
1669"  EURO.  No VAT information will be included.\n"
1670msgstr ""
1671
1672msgid "Invoice"
1673msgstr ""
1674
1675msgid "Since"
1676msgstr ""
1677
1678msgid "Until"
1679msgstr ""
1680
1681msgid "Edited on"
1682msgstr ""
1683
1684msgid "Number of pages printed"
1685msgstr ""
1686
1687msgid "Amount due"
1688msgstr ""
1689
1690msgid "Included VAT"
1691msgstr ""
1692
1693msgid "Here's the invoice for your printouts"
1694msgstr ""
1695
1696#, python-format
1697msgid "Incorrect value '%s' for the --vat command line option"
1698msgstr ""
1699
1700#, python-format
1701msgid "Incorrect value '%s' for the --number command line option"
1702msgstr ""
1703
1704msgid "Generating invoices"
1705msgstr ""
1706
1707msgid "Credits"
1708msgstr ""
1709
1710#, python-format
1711msgid ""
1712"pkprinters v%(__version__)s (c) %(__years__)s %(__author__)s\n"
1713"\n"
1714"A Printers Manager for PyKota.\n"
1715"\n"
1716"command line usage :\n"
1717"\n"
1718"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
1719"\n"
1720"options :\n"
1721"\n"
1722"  -v | --version       Prints pkprinters's version number then exits.\n"
1723"  -h | --help          Prints this message then exits.\n"
1724"  \n"
1725"  -a | --add           Adds printers if they don't exist on the Quota \n"
1726"                       Storage Server. If they exist, they are modified\n"
1727"                       unless -s|--skipexisting is also used.\n"
1728"                       \n"
1729"  -d | --delete        Deletes printers from the quota storage.\n"
1730"  \n"
1731"  -D | --description d Adds a textual description to printers.\n"
1732"                       \n"
1733"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
1734"                       Job price is optional.\n"
1735"                       If both are to be set, separate them with a comma.\n"
1736"                       Floating point and negative values are allowed.\n"
1737"  \n"
1738"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
1739"                       groups pg1, pg2, etc... which must already exist.\n"
1740"                       A printer group is just like a normal printer,\n"
1741"                       only that it is usually unknown from the printing\n"
1742"                       system. Create printer groups exactly the same\n"
1743"                       way that you create printers, then add other \n"
1744"                       printers to them with this option.\n"
1745"                       Accounting is done on a printer and on all\n"
1746"                       the printer groups it belongs to, quota checking\n"
1747"                       is done on a printer and on all the printer groups\n"
1748"                       it belongs to.\n"
1749"                       If the --remove option below is not used, the \n"
1750"                       default action is to add printers to the specified\n"
1751"                       printer groups.\n"
1752"                       \n"
1753"  -l | --list          List informations about the printer(s) and the\n"
1754"                       printers groups it is a member of.\n"
1755"                       \n"
1756"  -r | --remove        In combination with the --groups option "
1757"above,                       \n"
1758"                       remove printers from the specified printers groups.\n"
1759"                       \n"
1760"  -s | --skipexisting  In combination with the --add option above, tells\n"
1761"                       pkprinters to not modify existing printers.\n"
1762"                       \n"
1763"  -m | --maxjobsize s  Sets the maximum job size allowed on the printer\n"
1764"                       to s pages.\n"
1765"                       \n"
1766"  -p | --passthrough   Activate passthrough mode for the printer. In this\n"
1767"                       mode, users are allowed to print without any impact\n"
1768"                       on their quota or account balance.\n"
1769"                       \n"
1770"  -n | --nopassthrough Deactivate passthrough mode for the printer.\n"
1771"                       Without -p or -n, printers are created in \n"
1772"                       normal mode, i.e. no passthrough.\n"
1773"  \n"
1774"  printer1 through printerN can contain wildcards if the --add option \n"
1775"  is not set.\n"
1776"  \n"
1777"examples :                              \n"
1778"\n"
1779"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
1780"hp8000\n"
1781"  \n"
1782"  Will create three printers named hp2100, hp2200 and hp8000.\n"
1783"  Their price per page will be set at 0.05 unit, and their price\n"
1784"  per job will be set at 0.1 unit. Units are in your own currency,\n"
1785"  or whatever you want them to mean.\n"
1786"  All of their descriptions will be set to the string \"HP Printer\".\n"
1787"  If any of these printers already exists, it will also be modified \n"
1788"  unless the -s|--skipexisting command line option is also used.\n"
1789"            \n"
1790"  $ pkprinters --delete \"*\"\n"
1791"  \n"
1792"  This will completely delete all printers and associated quota "
1793"information,\n"
1794"  as well as their job history. USE WITH CARE !\n"
1795"  \n"
1796"  $ pkprinters --groups Laser,HP \"hp*\"\n"
1797"  \n"
1798"  This will put all printers which name matches \"hp*\" into printers "
1799"groups \n"
1800"  Laser and HP, which MUST already exist.\n"
1801"  \n"
1802"  $ pkprinters --groups LexMark --remove hp2200\n"
1803"  \n"
1804"  This will remove the hp2200 printer from the LexMark printer group.\n"
1805msgstr ""
1806
1807#, python-format
1808msgid "Passthrough mode : %s"
1809msgstr ""
1810
1811msgid "ON"
1812msgstr ""
1813
1814msgid "OFF"
1815msgstr ""
1816
1817msgid "in"
1818msgstr "in"
1819
1820#, python-format
1821msgid "Invalid charge amount value %s"
1822msgstr "Ung�r Wert f�ish�%s"
1823
1824#, python-format
1825msgid "Invalid maximum job size value %s"
1826msgstr ""
1827
1828#, python-format
1829msgid "Printer %s already exists, skipping."
1830msgstr "Drucker %s existiert bereits, wird �rungen"
1831
1832#, python-format
1833msgid "Printer %s already exists, will be modified."
1834msgstr "Drucker %s existiert bereits, wird modifiziert."
1835
1836#, python-format
1837msgid "Invalid printer name %s"
1838msgstr "Ung�r Druckername %s"
1839
1840msgid "You have to pass printer groups names on the command line"
1841msgstr ""
1842"Sie m�die Namen der Druckergruppen auf der Kommandozeile �ben"
1843
1844msgid "You have to pass printer names on the command line"
1845msgstr "Sie m�Druckernamen auf der Kommandozeile �ben"
1846
1847#, python-format
1848msgid "Unsupported accounter backend %s"
1849msgstr "Accounterbackend %s wird nicht unterst�#, python-format
1850msgid ""
1851"Configuration file %s can't be read. Please check that the file exists and "
1852"that your permissions are sufficient."
1853msgstr ""
1854
1855#, python-format
1856msgid "Configuration file %s not found."
1857msgstr "Konfigurationsdatei %s nicht gefunden."
1858
1859#, python-format
1860msgid "Option %s not found in section global of %s"
1861msgstr "Option %s im globalen Abschnitt von %s nicht gefunden"
1862
1863#, python-format
1864msgid "Option %s not found in section %s of %s"
1865msgstr "Option %s in Abschnitt %s von %s nicht gfunden"
1866
1867#, python-format
1868msgid "Option ldaptls is set, but certificate %s is not readable."
1869msgstr ""
1870
1871#, python-format
1872msgid "Option logger only supports values in %s"
1873msgstr "Option logger unterst�ur folgende Werte %s"
1874
1875#, python-format
1876msgid "Invalid preaccounter %s for printer %s"
1877msgstr ""
1878
1879#, python-format
1880msgid "Option preaccounter in section %s only supports values in %s"
1881msgstr ""
1882
1883#, python-format
1884msgid "Invalid accounter %s for printer %s"
1885msgstr "Ung�r Accounter %s f�cker %s "
1886
1887#, python-format
1888msgid "Option accounter in section %s only supports values in %s"
1889msgstr "Option 'accounter' in Abschnitt %s unterst�ur folgende Werte %s"
1890
1891#, python-format
1892msgid "Invalid unknown_billingcode directive %s for printer %s"
1893msgstr ""
1894
1895#, python-format
1896msgid "Directive unknown_billingcode in section %s only supports values in %s"
1897msgstr ""
1898
1899#, python-format
1900msgid "Option enforcement in section %s only supports values in %s"
1901msgstr "Option 'enforcement' in Abschnitt %s unterst�ur folgende Werte %s"
1902
1903#, python-format
1904msgid ""
1905"Option onbackenderror in section %s only supports values 'charge', "
1906"'nocharge', and 'retry:num:delay'"
1907msgstr ""
1908
1909#, python-format
1910msgid "Option onaccountererror in section %s only supports values in %s"
1911msgstr ""
1912"Option 'onaccountererror' in Abschnitt %s unterst�ur folgende Werte %s"
1913
1914#, python-format
1915msgid "Option policy in section %s only supports values in %s"
1916msgstr "Option 'policy' in Abschnitt %s unterst�ur folgende Werte %s"
1917
1918#, python-format
1919msgid "Invalid option mailto %s for printer %s"
1920msgstr "Ung� Option 'mailto' %s f�cker %s"
1921
1922#, python-format
1923msgid "Option mailto in section %s only supports values in %s"
1924msgstr "Option 'mailto' in Abschnitt %s unterst�ur folgende Werte %s"
1925
1926#, python-format
1927msgid "Invalid maximal deny banners counter %s"
1928msgstr ""
1929
1930#, python-format
1931msgid "Invalid grace delay %s"
1932msgstr "Ung� Schongrenze %s"
1933
1934#, python-format
1935msgid "Invalid poor man's threshold %s"
1936msgstr "Ung� 'poorman' Grenze %s"
1937
1938#, python-format
1939msgid "Invalid balancezero value %s"
1940msgstr ""
1941
1942msgid ""
1943"Your Print Quota account balance is Low.\n"
1944"Soon you'll not be allowed to print anymore.\n"
1945"Please contact the Print Quota Administrator to solve the problem."
1946msgstr ""
1947"Ihr Druckkontingent-Kontostand ist niedrig.\n"
1948"Bald wird es Ihnen nicht mehr gestattet sein zu drucken.\n"
1949"Bitte kontaktieren Sie den Druckkontingent-Administrator,\n"
1950"um dieses Problem zu l�."
1951
1952#, python-format
1953msgid ""
1954"You are not allowed to print anymore because\n"
1955"your Print Quota is exceeded on printer %s."
1956msgstr ""
1957"Es ist ihnen nicht gestattet weiterhin zu drucken, weil \n"
1958"ihr Druckkontingent auf Drucker %s �gen ist."
1959
1960#, python-format
1961msgid ""
1962"You will soon be forbidden to print anymore because\n"
1963"your Print Quota is almost reached on printer %s."
1964msgstr ""
1965"Bald wird es ihnen verboten sein zu Drucken, weil \n"
1966"ihr Druckkontingent auf Drucker %s fast aufgebraucht ist."
1967
1968#, python-format
1969msgid "Incorrect value %s for the duplicatesdelay directive in section %s"
1970msgstr ""
1971
1972#, python-format
1973msgid "Option accountbanner in section %s only supports values in %s"
1974msgstr ""
1975
1976#, python-format
1977msgid "Option trustjobsize for printer %s is incorrect"
1978msgstr ""
1979
1980msgid "History"
1981msgstr "Verlauf"
1982
1983msgid "Users"
1984msgstr ""
1985
1986msgid "Groups"
1987msgstr ""
1988
1989msgid "Printers"
1990msgstr ""
1991
1992msgid "Users Print Quotas"
1993msgstr ""
1994
1995msgid "Users Groups Print Quotas"
1996msgstr ""
1997
1998msgid "History of Payments"
1999msgstr ""
2000
2001msgid "Printers Groups Membership"
2002msgstr ""
2003
2004msgid "Users Groups Membership"
2005msgstr ""
2006
2007msgid "Billing Codes"
2008msgstr ""
2009
2010msgid "All"
2011msgstr ""
2012
2013msgid "Comma Separated Values"
2014msgstr ""
2015
2016msgid "Semicolon Separated Values"
2017msgstr ""
2018
2019msgid "Tabulation Separated Values"
2020msgstr ""
2021
2022msgid "eXtensible Markup Language"
2023msgstr ""
2024
2025msgid "CUPS' page_log"
2026msgstr ""
2027
2028#, python-format
2029msgid "Invalid modifier [%s] for --data command line option, see help."
2030msgstr ""
2031"Ung� Einstellung [%s] f�mandozeilenoption --data, siehe Hilfe."
2032
2033msgid ""
2034"Dumping all PyKota's datas forces format to XML, and disables --sum and "
2035"filters."
2036msgstr ""
2037
2038#, python-format
2039msgid "Invalid filter value [%s], see help."
2040msgstr ""
2041
2042#, python-format
2043msgid "Invalid modifier [%s] for --format command line option, see help."
2044msgstr ""
2045"Ung�e Einstellung [%s] f�mandozeilenoption --format, siehe Hilfe."
2046
2047msgid "XML output is disabled because the jaxml module is not available."
2048msgstr "XML-Ausgabe ist unm�ch, weil das jaxml-Modul nicht verf�ist."
2049
2050#, python-format
2051msgid "Invalid data type [%s] for --sum command line option, see help."
2052msgstr ""
2053
2054msgid "PyKota data dumper failed : I/O error"
2055msgstr "PyKota data dumper fehlgeschlagen: I/O-Fehler"
2056
2057#, python-format
2058msgid "Unsupported logging subsystem %s"
2059msgstr "Nicht unterst� logging subsystem %s"
2060
2061#, python-format
2062msgid "Report for %s quota on printer %s"
2063msgstr "Report f�Kontingent auf Drucker %s"
2064
2065#, python-format
2066msgid "Pages grace time: %i days"
2067msgstr "Schonfrist: %i Tage"
2068
2069#, python-format
2070msgid "Price per job: %.3f"
2071msgstr "Preis pro Auftrag: %.3f"
2072
2073#, python-format
2074msgid "Price per page: %.3f"
2075msgstr "Preis pro Seite: %.3f"
2076
2077msgid ""
2078"Group          overcharge   used    soft    hard    balance grace         "
2079"total       paid warn"
2080msgstr ""
2081
2082msgid ""
2083"User           overcharge   used    soft    hard    balance grace         "
2084"total       paid warn"
2085msgstr ""
2086
2087msgid "unknown"
2088msgstr "unbekannt"
2089
2090#, python-format
2091msgid "Real : %s"
2092msgstr "Real : %s"
2093
2094#, python-format
2095msgid "Total : %9i"
2096msgstr "Gesamt : %9i"
2097
2098msgid "N/A"
2099msgstr ""
2100
2101#, python-format
2102msgid "Unsupported reporter backend %s"
2103msgstr "Nicht unterst� Report-Backend %s"
2104
2105#, python-format
2106msgid "Unsupported quota storage backend %s"
2107msgstr "Nicht unterst� Kontingentspeicherungsbackend (quota storage) %s"
2108
2109msgid "Done"
2110msgstr ""
2111
2112msgid "Average speed"
2113msgstr ""
2114
2115msgid "entries per second"
2116msgstr ""
2117
2118#, python-format
2119msgid "Strange problem with uid(%s) : %s"
2120msgstr ""
2121
2122#, python-format
2123msgid "Running as user '%s'."
2124msgstr ""
2125
2126msgid "No user named 'pykota'. Not dropping priviledges."
2127msgstr ""
2128
2129#, python-format
2130msgid "Impossible to drop priviledges : %s"
2131msgstr ""
2132
2133msgid "Priviledges dropped. Now running as user 'pykota'."
2134msgstr ""
2135
2136#, python-format
2137msgid "Impossible to regain priviledges : %s"
2138msgstr ""
2139
2140msgid "Regained priviledges. Now running as root."
2141msgstr ""
2142
2143msgid "Please report bugs to :"
2144msgstr ""
2145
2146#, python-format
2147msgid ""
2148"\n"
2149"\n"
2150"Please contact your system administrator :\n"
2151"\n"
2152"\t%s - <%s>\n"
2153msgstr ""
2154"\n"
2155"\n"
2156"Bitte kontakieren Sie Ihren Systemadministrator:\n"
2157"\n"
2158"\t%s - <%s>\n"
2159
2160#, python-format
2161msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2162msgstr ""
2163"Keine �ereinstimmung f�utzer %s auf Drucker %s vorhanden, wende "
2164"Standard-Richtlinie an (%s)"
2165
2166#, python-format
2167msgid ""
2168"Unable to find user %s's account balance, applying default policy (%s) for "
2169"printer %s"
2170msgstr ""
2171"Keine �ereinstimmung f� Kontostand von Benutzer %s,\n"
2172"wende Standard-Richtlinie (%s) f�cker %s an"
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 "�erzogenes Druckkontingent f�ppe %s auf Drucker %s"
2181
2182msgid "Print Quota Exceeded"
2183msgstr "�erzogenes Druckkontingent"
2184
2185#, python-format
2186msgid "Print Quota low for group %s on printer %s"
2187msgstr "Niedriges Druckkontingent f�ppe %s auf Drucker %s"
2188
2189msgid "Print Quota Low"
2190msgstr "Niedriges Druckkontingent"
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"Suchbasis %s scheint nicht zu existieren. M�herweise falsche "
2198"Konfiguration. Bitte /etc/pykota/pykota.conf ��%s"
2199
2200#, python-format
2201msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2202msgstr "Suche nach %s(%s) aus %s(scope=%s) ergab kein Antwort."
2203
2204#, python-format
2205msgid "Problem adding LDAP entry (%s, %s)"
2206msgstr "Problem, den LDAP-Eintrag (%s, %s) hinzuzuf�
2207#, python-format
2208msgid "Problem deleting LDAP entry (%s)"
2209msgstr "Problem LDAP Eintrag (%s) zu l�en"
2210
2211#, python-format
2212msgid "Problem modifying LDAP entry (%s, %s)"
2213msgstr "Problem LDAP Eintrag (%s, %s) zu modifizieren"
2214
2215#, python-format
2216msgid ""
2217"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2218"entries manually ?"
2219msgstr ""
2220"Kein Objekt pykotaAccountBalance f�utzer %s gefunden. Haben Sie die "
2221"LDAP-Eintr� manuell erzeugt?"
2222
2223msgid "Hidden because of privacy concerns"
2224msgstr ""
2225
2226#, python-format
2227msgid ""
2228"Unable to find an existing objectClass %s entry with %s=%s to attach "
2229"pykotaAccount objectClass"
2230msgstr ""
2231"Unm�ch einen existierenden objectClass-Entrag %s mit %s=%s zu finden, um "
2232"objectClass pykotaAccount anzuf�
2233#, python-format
2234msgid "%s. A new entry will be created instead."
2235msgstr ""
2236
2237#, python-format
2238msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2239msgstr ""
2240"Unm�ch einen existierenden Eintrag zu finden, um pykotaGroup objectClass %"
2241"s anzuf�
2242#, python-format
2243msgid "A problem occured while reading printer %s's internal page counter."
2244msgstr ""
2245"Ein Problem trat w�dend des Auslesens des internen Seitenz�ers von "
2246"Drucker %s auf."
2247
2248#, python-format
2249msgid "Retrieving printer %s's page counter from database instead."
2250msgstr ""
2251"Seitenz�er f�cker %s wird anstelle dessen aus der Datenbank genommen."
2252
2253#, python-format
2254msgid ""
2255"Couldn't retrieve printer %s's internal page counter either before or after "
2256"printing."
2257msgstr ""
2258"Es war unm�ch, den internen Seitenz�er von Drucker %s vor oder nach dem "
2259"Drucken zu lesen."
2260
2261#, python-format
2262msgid "Job's size forced to 1 page for printer %s."
2263msgstr "Auftragsgr�f�cker %s auf 1 Seite festgelegt."
2264
2265#, python-format
2266msgid "No previous job in database for printer %s."
2267msgstr "Kein fr� Auftrag f�cker %s in der Datenbank"
2268
2269#, python-format
2270msgid "Inconsistent values for printer %s's internal page counter."
2271msgstr "Inkonsistente Werte f� internen Seitenz�er von Drucker %s"
2272
2273#, python-format
2274msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2275msgstr "Unbekannte Drucker Adresse in HARDWARE(%s) f�cker %s"
2276
2277#, python-format
2278msgid "Launching HARDWARE(%s)..."
2279msgstr "Starte HARDWARE(%s)..."
2280
2281#, python-format
2282msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2283msgstr "SIGTERM wurde an Hardware Accounter %s (pid: %s) gesendet"
2284
2285#, python-format
2286msgid "Line [%s] skipped in accounter's output. Trying again..."
2287msgstr ""
2288"Linie [%s] in der Ausgabe des Z�ers �rungen. Erneuter Versuch..."
2289
2290#, python-format
2291msgid "Hardware accounter %s exit code is %s"
2292msgstr "Der Exit-Code des Hardwarez�ers %s ist %s"
2293
2294#, python-format
2295msgid "Unable to query printer %s via HARDWARE(%s)"
2296msgstr "Unm�ch Drucker %s via HARDWARE(%s) abzufragen"
2297
2298#, python-format
2299msgid "Problem during connection to %s:%s : %s"
2300msgstr "Problem w�end der Verbindung zu %s:%s : %s"
2301
2302#, python-format
2303msgid "Problem while sending PJL query to %s:%s : %s"
2304msgstr "Probleme w�end des Sendens der PJL-Abfrage an %s:%s :%s"
2305
2306#, python-format
2307msgid "Problem while receiving PJL answer from %s:%s : %s"
2308msgstr ""
2309
2310#, python-format
2311msgid "Waiting for printer %s to be printing..."
2312msgstr ""
2313
2314#, python-format
2315msgid "Waiting for printer %s's idle status to stabilize..."
2316msgstr "Am Warten darauf, dass der idle-Status von Drucker %s stabil wird..."
2317
2318#, python-format
2319msgid ""
2320"PJL querying stage interrupted. Using latest value seen for internal page "
2321"counter (%s) on printer %s."
2322msgstr ""
2323"PJL-Abfrage-Status unterbrochen. Es wird der letzte bekannte Wert des "
2324"internen Seitenz�er (%s) von Drucker %s verwendet."
2325
2326#, python-format
2327msgid "Network error while doing SNMP queries on printer %s : %s"
2328msgstr "Netzwerk-Fehler w�end SNMP-Abfragen auf Drucker %s: %s"
2329
2330#, python-format
2331msgid "SNMP message decoding error for printer %s : %s"
2332msgstr ""
2333
2334#, python-format
2335msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2336msgstr ""
2337"Es sind Probleme w�end den SNMP-Abfragen auf Drucker %s aufgetreten: %s"
2338
2339#, python-format
2340msgid ""
2341"SNMP querying stage interrupted. Using latest value seen for internal page "
2342"counter (%s) on printer %s."
2343msgstr ""
2344"SNMP-Abfrage-Status unterbrochen. Es wird der letzte bekannte Wert des "
2345"internen Seitenz�ers (%s) von Drucker %s verwendet."
2346
2347#, python-format
2348msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2349msgstr ""
2350"Vorausberechnung der Auftragsgr�nicht m�ch mit der allgemeinen PDL "
2351"Analyseroutine : %s"
2352
2353#, python-format
2354msgid "Launching SOFTWARE(%s)..."
2355msgstr "Starte SOFTWARE(%s)..."
2356
2357#, python-format
2358msgid "Unable to compute job size with accounter %s"
2359msgstr "Es ist unm�ch, die Auftragsgr�mit Accounter %s zu berechnen"
2360
2361#, python-format
2362msgid "Problem while waiting for software accounter pid %s to exit : %s"
2363msgstr ""
2364"Probleme beim Warten auf das Beenden des Software-Accounters pid %s: %s"
2365
2366#, python-format
2367msgid "Software accounter %s exit code is %s"
2368msgstr "Der Exit-Code des Software-Accounters %s ist %s"
2369
2370msgid "Totals may be inaccurate if some users are members of several groups."
2371msgstr ""
2372"Gesamtsummen sind m�cherweise ungenau, falles einige Benutzer Mitglieder "
2373"von mehreren Gruppen sind."
2374
2375#~ msgid "Impossible to add printer %s"
2376#~ msgstr "Unm�ch den Drucker %s hinzuzuf�
2377#~ msgid "Prototype object %s not found in Quota Storage."
2378#~ msgstr "Prototyp Objekt %s in Kontingentverwaltung nicht gefunden."
2379
2380#~ msgid "Prototype %s not found in Quota Storage for printer %s."
2381#~ msgstr "Prototyp %s in Kontingentverwaltung f�cker %s nicht gefunden."
2382
2383#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s."
2384#~ msgstr ""
2385#~ "Nicht definiertes Hardlimit auf Softlimit (%s) f�cker %s gesetzt."
2386
2387#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s."
2388#~ msgstr ""
2389#~ "Nicht definiertes Softlimit auf Hardlimit (%s) f�cker %s gesetzt."
2390
2391#~ msgid "Invalid group name %s"
2392#~ msgstr "Ung�r Gruppenname %s"
2393
2394#~ msgid "Invalid user name %s"
2395#~ msgstr "Ung�r Benutzername %s"
2396
2397#~ msgid "Quota not found for object %s on printer %s."
2398#~ msgstr "Kontingent f�ekt %s auf Drucker %s nicht gefunden."
2399
2400#~ msgid "Group %s not found in the PyKota Storage."
2401#~ msgstr "Gruppe %s in der PyKota Kontingentverwaltung nicht gefunden."
2402
2403#~ msgid "Please click on the above button"
2404#~ msgstr "Bitte dr�Sie den obigen Knopf"
2405
2406#~ msgid "PyKota Reports"
2407#~ msgstr "PyKota Reporte"
2408
2409#~ msgid "Report"
2410#~ msgstr "Report"
2411
2412#~ msgid "Printer"
2413#~ msgstr "Drucker"
2414
2415#~ msgid "User / Group names mask"
2416#~ msgstr "Benutzer- / Gruppenname-Maske"
2417
2418#~ msgid "Groups report"
2419#~ msgstr "Gruppen Report"
2420
2421#~ msgid "Empty"
2422#~ msgstr "Leer"
2423
2424#~ msgid "Action"
2425#~ msgstr "Aktion"
2426
2427#~ msgid "User"
2428#~ msgstr "Benutzer"
2429
2430#~ msgid "Hostname"
2431#~ msgstr "Hostname"
2432
2433#~ msgid "JobId"
2434#~ msgstr "AuftragsId"
2435
2436#~ msgid "Copies"
2437#~ msgstr "Kopien"
2438
2439#~ msgid "Options"
2440#~ msgstr "Optionen"
2441
2442#~ msgid "Previous page"
2443#~ msgstr "Vorherige Seite"
2444
2445#~ msgid "File number %s unregistered twice from polling object, ignored."
2446#~ msgstr ""
2447#~ "Datei Nummer %s zweimal vom Abfrage Objekt abgemeldet, wird ignoriert."
2448
2449#~ msgid "SIGTERM was sent to real backend %s (pid: %s)"
2450#~ msgstr "SIGTERM wurde an reales Backend %s (pid: %s) gesendet"
2451
2452#~ msgid "CUPS backend %s died abnormally."
2453#~ msgstr "CUPS Backend %s abgest�
2454
2455#~ msgid "Software accounting already done in first pass. Ignoring."
2456#~ msgstr ""
2457#~ "Software Kontof� bereits im ersten Durchgang erledigt. Wird "
2458#~ "ignoriert."
2459
2460#~ msgid "Hardware accounting already done in first pass. Ignoring."
2461#~ msgstr ""
2462#~ "Hardware Kontof� bereits im ersten Durchgang erledigt. Ignoriere."
2463
2464#~ msgid "Invalid DeviceURI : %s"
2465#~ msgstr "Ung� DeviceURI: %s"
2466
2467#~ msgid ""
2468#~ "\n"
2469#~ "Please wait while pkhint analyzes your printing system's configuration..."
2470#~ msgstr ""
2471#~ "\n"
2472#~ "Bitte warten Sie w�end pkhint die Konfiguration ihres Drucksystems "
2473#~ "analysiert..."
2474
2475#~ msgid "Unknown device %s for printer %s"
2476#~ msgstr "Unbekannter Anschluss %s f�cker %s"
2477
2478#~ msgid ""
2479#~ "\n"
2480#~ "Put the following lines into your /etc/pykota/pykota.conf file :\n"
2481#~ msgstr ""
2482#~ "\n"
2483#~ "F�ie folgende Zeilen in ihre /etc/pykota/pykota.conf Datei ein:\n"
2484
2485#~ msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
2486#~ msgstr ""
2487#~ "# ACHTUNG: wenn Software Accounting vorgeschlagen wird, bedeutet dies "
2488#~ "nicht,"
2489
2490#~ msgid ""
2491#~ "# that hardware accounting wouldn't work, this only means that PyKota"
2492#~ msgstr ""
2493#~ " dass Hardware Accounting nicht funktionieren w�es bedeutet nur, "
2494#~ "dass PyKota"
2495
2496#~ msgid "# wasn't able to autodetect which hardware accounting method to use."
2497#~ msgstr ""
2498#~ " nicht in der Lage war, automatisch festzustellen, welche Hardware "
2499#~ "Accounting Methode zu benutzen ist."
2500
2501#~ msgid "JobSize"
2502#~ msgstr "AuftragsGr�
2503
2504#~ msgid "JobPrice"
2505#~ msgstr "AuftragsPreis"
2506
2507#~ msgid "JobBytes"
2508#~ msgstr "Auftrag in Bytes"
2509
2510#~ msgid "PageCounter"
2511#~ msgstr "SeitenZ�er"
2512
2513#~ msgid "Printing system %s, args=%s"
2514#~ msgstr "Drucksystem %s, args=%s"
2515
2516#~ msgid "Printer hostname undefined, set to 'localhost'"
2517#~ msgstr "Hostname des Druckers nicht definiert, setze auf 'localhost'"
2518
2519#~ msgid "Printing system unknown, args=%s"
2520#~ msgstr "Drucksystem unbekannt, args=%s"
2521
2522#~ msgid ""
2523#~ "autopykota v%s (c) %s %s\n"
2524#~ "\n"
2525#~ "A tool to automate user account creation and initial balance setting.\n"
2526#~ "\n"
2527#~ "THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE "
2528#~ "QUOTA !\n"
2529#~ "\n"
2530#~ "command line usage :\n"
2531#~ "\n"
2532#~ "  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
2533#~ "  OF AN external policy IN pykota.conf\n"
2534#~ "  \n"
2535#~ "  autopykota { -i | --initbalance value } \n"
2536#~ "\n"
2537#~ "options :\n"
2538#~ "\n"
2539#~ "  -v | --version       Prints autopykota's version number then exits.\n"
2540#~ "  -h | --help          Prints this message then exits.\n"
2541#~ "  \n"
2542#~ "  -i | --initbalance b Sets the user's account initial balance value to "
2543#~ "b.\n"
2544#~ "                       If the user already exists, actual balance is "
2545#~ "left\n"
2546#~ "                       unmodified. If unset, the default value is 0.\n"
2547#~ "                       \n"
2548#~ "This program is free software; you can redistribute it and/or modify\n"
2549#~ "it under the terms of the GNU General Public License as published by\n"
2550#~ "the Free Software Foundation; either version 2 of the License, or\n"
2551#~ "(at your option) any later version.\n"
2552#~ "\n"
2553#~ "This program is distributed in the hope that it will be useful,\n"
2554#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2555#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2556#~ "GNU General Public License for more details.\n"
2557#~ "\n"
2558#~ "You should have received a copy of the GNU General Public License\n"
2559#~ "along with this program; if not, write to the Free Software\n"
2560#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2561#~ "USA.\n"
2562#~ "\n"
2563#~ "Please e-mail bugs to: %s"
2564#~ msgstr ""
2565#~ "autopykota v%s (c) %s %s\n"
2566#~ "\n"
2567#~ "Ein Programm zum automatischen Anlegen von Benutzer-Konti\n"
2568#~ "und zum Setzen von Anfangswerten\n"
2569#~ "\n"
2570#~ "SIE D�FEN NICHT DIESES PROGRAMM VERWENDEN,\n"
2571#~ "WENN SIE DIE KONTINGENTE F� IHRE BENUTZER AUF DER BASIS VON SEITENZAHLEN "
2572#~ "SETZEN WOLLEN!\n"
2573#~ "\n"
2574#~ "Gebrauch auf der Kommandozeile:\n"
2575#~ "\n"
2576#~ "  SIE D�FEN DIESES PROGRAMM NICHT AUF DER KOMMANDOZEILE BENUTZEN, "
2577#~ "SONDERN\n"
2578#~ "  NUR ALS ALS external policy IN pykota.conf\n"
2579#~ "\n"
2580#~ "  autopykota { -i | --initbalance value }\n"
2581#~ "  \n"
2582#~ "Optionen:\n"
2583#~ "\n"
2584#~ "  -v | --version       Gibt die Version von autopykota aus und endet.\n"
2585#~ "  -h | --help          Gibt diese Meldung aus und endet.\n"
2586#~ "  \n"
2587#~ "  -i | --initbalance b Setzt den Anfangswert der Balance des "
2588#~ "Benutzerkontos auf b.\n"
2589#~ "                       Wenn der Benutzer schon existiert, wird der "
2590#~ "aktuelle Balance-Wert\n"
2591#~ "                       unver�ert gelassen. Wenn er nicht gesetzt wird,\n"
2592#~ "                       ist der Standardwert 0.\n"
2593#~ "                       \n"
2594#~ "This program is free software; you can redistribute it and/or modify\n"
2595#~ "it under the terms of the GNU General Public License as published by\n"
2596#~ "the Free Software Foundation; either version 2 of the License, or\n"
2597#~ "(at your option) any later version.\n"
2598#~ "\n"
2599#~ "This program is distributed in the hope that it will be useful,\n"
2600#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2601#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2602#~ "GNU General Public License for more details.\n"
2603#~ "\n"
2604#~ "You should have received a copy of the GNU General Public License\n"
2605#~ "along with this program; if not, write to the Free Software\n"
2606#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2607#~ "USA.\n"
2608#~ "\n"
2609#~ "Melden Sie bitte Fehler an: %s"
2610
2611#~ msgid ""
2612#~ "pkhint v%s (c) %s %s\n"
2613#~ "\n"
2614#~ "A tool to give hints on what accounting method is best for each printer.\n"
2615#~ "\n"
2616#~ "command line usage :\n"
2617#~ "\n"
2618#~ "  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
2619#~ "\n"
2620#~ "options :\n"
2621#~ "\n"
2622#~ "  -v | --version       Prints pkhint's version number then exits.\n"
2623#~ "  -h | --help          Prints this message then exits.\n"
2624#~ "  \n"
2625#~ "examples :                              \n"
2626#~ "\n"
2627#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
2628#~ "  \n"
2629#~ "  Will analyze your printing system to test which accounter\n"
2630#~ "  is the best for each of the defined printer which\n"
2631#~ "  name matches one of the parameters.\n"
2632#~ "  \n"
2633#~ "  If you don't pass any argument on the command line, all\n"
2634#~ "  printers will be analyzed.\n"
2635#~ "  \n"
2636#~ "This program is free software; you can redistribute it and/or modify\n"
2637#~ "it under the terms of the GNU General Public License as published by\n"
2638#~ "the Free Software Foundation; either version 2 of the License, or\n"
2639#~ "(at your option) any later version.\n"
2640#~ "\n"
2641#~ "This program is distributed in the hope that it will be useful,\n"
2642#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2643#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2644#~ "GNU General Public License for more details.\n"
2645#~ "\n"
2646#~ "You should have received a copy of the GNU General Public License\n"
2647#~ "along with this program; if not, write to the Free Software\n"
2648#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2649#~ "USA.\n"
2650#~ "\n"
2651#~ "Please e-mail bugs to: %s"
2652#~ msgstr ""
2653#~ "pkhint v%s (c) %s %s\n"
2654#~ "\n"
2655#~ "Ein Werkzeug, das Hinweise auf die beste Z�methode f�en Drucker "
2656#~ "gibt.\n"
2657#~ "\n"
2658#~ "Kommandozeilen-Gebrauch:\n"
2659#~ "\n"
2660#~ "  pkhint [Optionen] [Drucker1 Drucker2 Drucker3 ... DruckerN] <file.conf\n"
2661#~ "\n"
2662#~ "Optionen:\n"
2663#~ "\n"
2664#~ "  -v | --version       Gibt die Versionsnummer von pkhint aus und endet.\n"
2665#~ "  -h | --help          Gibt diese Meldung aus und endet.\n"
2666#~ "\n"
2667#~ "Beispiele:\n"
2668#~ "\n"
2669#~ "  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
2670#~ "\n"
2671#~ "  Analysiert Ihr Drucksystem um festzustellen, welcher Z�er\n"
2672#~ "  der geeignetste ist f�en der angegebenen Drucker, dessen\n"
2673#~ "  Name zu einem der Parameter passt.\n"
2674#~ "\n"
2675#~ "  Wenn Sie keinen Parameter auf der Kommandozeile �ben,\n"
2676#~ "  werden alle Drucker analysiert.\n"
2677#~ "\n"
2678#~ "This program is free software; you can redistribute it and/or modify\n"
2679#~ "it under the terms of the GNU General Public License as published by\n"
2680#~ "the Free Software Foundation; either version 2 of the License, or\n"
2681#~ "(at your option) any later version.\n"
2682#~ "\n"
2683#~ "This program is distributed in the hope that it will be useful,\n"
2684#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2685#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2686#~ "GNU General Public License for more details.\n"
2687#~ "\n"
2688#~ "You should have received a copy of the GNU General Public License\n"
2689#~ "along with this program; if not, write to the Free Software\n"
2690#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2691#~ "USA.\n"
2692#~ "\n"
2693#~ "Melden Sie bitte Fehler an: %s"
2694
2695#~ msgid ""
2696#~ "pkprinters v%s (c) %s %s\n"
2697#~ "\n"
2698#~ "A Printers Manager for PyKota.\n"
2699#~ "\n"
2700#~ "command line usage :\n"
2701#~ "\n"
2702#~ "  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
2703#~ "\n"
2704#~ "options :\n"
2705#~ "\n"
2706#~ "  -v | --version       Prints pkprinters's version number then exits.\n"
2707#~ "  -h | --help          Prints this message then exits.\n"
2708#~ "  \n"
2709#~ "  -a | --add           Adds printers if they don't exist on the Quota \n"
2710#~ "                       Storage Server. If they exist, they are modified\n"
2711#~ "                       unless -s|--skipexisting is also used.\n"
2712#~ "                       \n"
2713#~ "  -d | --delete        Deletes printers from the quota storage.\n"
2714#~ "  \n"
2715#~ "  -D | --description d Adds a textual description to printers.\n"
2716#~ "                       \n"
2717#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
2718#~ "                       Job price is optional.\n"
2719#~ "                       If both are to be set, separate them with a "
2720#~ "comma.\n"
2721#~ "                       Floating point and negative values are allowed.\n"
2722#~ "  \n"
2723#~ "  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the "
2724#~ "printer \n"
2725#~ "                       groups pg1, pg2, etc... which must already exist.\n"
2726#~ "                       A printer group is just like a normal printer,\n"
2727#~ "                       only that it is usually unknown from the printing\n"
2728#~ "                       system. Create printer groups exactly the same\n"
2729#~ "                       way that you create printers, then add other \n"
2730#~ "                       printers to them with this option.\n"
2731#~ "                       Accounting is done on a printer and on all\n"
2732#~ "                       the printer groups it belongs to, quota checking\n"
2733#~ "                       is done on a printer and on all the printer "
2734#~ "groups\n"
2735#~ "                       it belongs to.\n"
2736#~ "                       If the --remove option below is not used, the \n"
2737#~ "                       default action is to add printers to the "
2738#~ "specified\n"
2739#~ "                       printer groups.\n"
2740#~ "                       \n"
2741#~ "  -l | --list          List informations about the printer(s) and the\n"
2742#~ "                       printers groups it is a member of.\n"
2743#~ "                       \n"
2744#~ "  -r | --remove        In combination with the --groups option "
2745#~ "above,                       \n"
2746#~ "                       remove printers from the specified printers "
2747#~ "groups.\n"
2748#~ "                       \n"
2749#~ "  -s | --skipexisting  In combination with the --add option above, tells\n"
2750#~ "                       pkprinters to not modify existing printers.\n"
2751#~ "  \n"
2752#~ "  printer1 through printerN can contain wildcards if the --add option \n"
2753#~ "  is not set.\n"
2754#~ "  \n"
2755#~ "examples :                              \n"
2756#~ "\n"
2757#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2758#~ "hp8000\n"
2759#~ "  \n"
2760#~ "  Will create three printers named hp2100, hp2200 and hp8000.\n"
2761#~ "  Their price per page will be set at 0.05 unit, and their price\n"
2762#~ "  per job will be set at 0.1 unit. Units are in your own currency,\n"
2763#~ "  or whatever you want them to mean.\n"
2764#~ "  All of their descriptions will be set to the string \"HP Printer\".\n"
2765#~ "  If any of these printers already exists, it will also be modified \n"
2766#~ "  unless the -s|--skipexisting command line option is also used.\n"
2767#~ "            \n"
2768#~ "  $ pkprinters --delete \"*\"\n"
2769#~ "  \n"
2770#~ "  This will completely delete all printers and associated quota "
2771#~ "information,\n"
2772#~ "  as well as their job history. USE WITH CARE !\n"
2773#~ "  \n"
2774#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
2775#~ "  \n"
2776#~ "  This will put all printers which name matches \"hp*\" into printers "
2777#~ "groups \n"
2778#~ "  Laser and HP, which MUST already exist.\n"
2779#~ "  \n"
2780#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
2781#~ "  \n"
2782#~ "  This will remove the hp2200 printer from the LexMark printer group.\n"
2783#~ "  \n"
2784#~ "This program is free software; you can redistribute it and/or modify\n"
2785#~ "it under the terms of the GNU General Public License as published by\n"
2786#~ "the Free Software Foundation; either version 2 of the License, or\n"
2787#~ "(at your option) any later version.\n"
2788#~ "\n"
2789#~ "This program is distributed in the hope that it will be useful,\n"
2790#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2791#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2792#~ "GNU General Public License for more details.\n"
2793#~ "\n"
2794#~ "You should have received a copy of the GNU General Public License\n"
2795#~ "along with this program; if not, write to the Free Software\n"
2796#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2797#~ "USA.\n"
2798#~ "\n"
2799#~ "Please e-mail bugs to: %s"
2800#~ msgstr ""
2801#~ "pkprinters v%s (c) %s %s\n"
2802#~ "\n"
2803#~ "Ein Druckermanager f�ota.\n"
2804#~ "\n"
2805#~ "Kommandozeilen-Gebrauch:\n"
2806#~ "\n"
2807#~ "  pkprinters [Optionen] Drucker1 Drucker2 Drucker3 ... DruckerN\n"
2808#~ "\n"
2809#~ "Optionen:\n"
2810#~ "\n"
2811#~ "  -v | --version       Gibt die Versionsnummer von pkprinters aus und "
2812#~ "endet.\n"
2813#~ "  -h | --help          Gibt diese Nachricht aus und endet.\n"
2814#~ "\n"
2815#~ "  -a | --add           F�ucker hinzu, wenn sie in der "
2816#~ "Kontingentverwaltung\n"
2817#~ "                       noch nicht existieren. Wenn sie existieren, werden "
2818#~ "sie\n"
2819#~ "                       angepasst, ausser -s | --skipexisting ist auch "
2820#~ "gesetzt.\n"
2821#~ "\n"
2822#~ "  -d | --delete        L�t Drucker aus der Kontingentverwaltung.\n"
2823#~ "\n"
2824#~ "  -D | --description d F�n Druckern eine Beschreibung hinzu.\n"
2825#~ "\n"
2826#~ "  -c | --charge p[,j]  Setzt den Preis pro Seite und pro Auftrag fest. "
2827#~ "Der Preis \n"
2828#~ "                       pro Auftrag ist fakultativ.\n"
2829#~ "                       Werden beide verwendet, trennen Sie sie mit einem "
2830#~ "Komma ab.\n"
2831#~ "                       Flie�ommazahlen und negative Werte sind erlaubt.\n"
2832#~ "   \n"
2833#~ "  -g | --groups pg1[,pg2...] F�n/die Drucker der Druckergruppen "
2834#~ "pg1,\n"
2835#~ "                        pg2, etc..., die schon existieren m� hinzu.\n"
2836#~ "                        Eine Druckergruppe ist wie ein normaler Drucker,\n"
2837#~ "                        bloss kennt man ihn �erweise im\n"
2838#~ "                        Drucksystem nicht. Richten Sie Druckergruppen "
2839#~ "genau\n"
2840#~ "                        gleich wie Drucker ein, dann f�ie andere\n"
2841#~ "                        Drucker mit dieser Option hinzu.\n"
2842#~ "                        Die Kontof� wird f�en Drucker und f�~ "alle\n"
2843#~ "                        Druckergruppen, denen er angeh� gemacht,\n"
2844#~ "                        die Kontingent��wird f� Drucker\n"
2845#~ "                        und f�e Druckergruppen, zu denen er geh�\n"
2846#~ "                        gemacht.\n"
2847#~ "                        Wenn die Option --remove (siehe weiter unten) "
2848#~ "nicht\n"
2849#~ "                        gesetzt ist, so werden standardm�ig Drucker "
2850#~ "der\n"
2851#~ "                        angegebenen Druckergruppe hinzugef�"
2852#~ "\n"
2853#~ "  -l | --list           Gibt Informationen �en/die Drucker und die\n"
2854#~ "                        Druckergruppen, denen er angeh� aus.\n"
2855#~ "\n"
2856#~ "  -r | --remove         In Kombination mit der obigen Option --groups "
2857#~ "werden\n"
2858#~ "                        Drucker aus der angegebenen Druckergruppe "
2859#~ "entfernt.\n"
2860#~ "\n"
2861#~ "  -s | --skipexisting   In Kombination mit der obigen Option --add "
2862#~ "verhindert\n"
2863#~ "                        dies, dass pkprinters existierende Drucker "
2864#~ "ver�ert.\n"
2865#~ "\n"
2866#~ "  Drucker1 bis DruckerN kann Platzhalter enthalten, wenn die Option --"
2867#~ "add\n"
2868#~ "  nicht gesetzt ist.\n"
2869#~ "\n"
2870#~ "Beispiele:\n"
2871#~ "\n"
2872#~ "  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
2873#~ "hp8000\n"
2874#~ "\n"
2875#~ "  Dies richtet drei Drucker mit Namen hp2100, hp2200 und hp8000 ein.\n"
2876#~ "  Die Seitenkosten f�se Drucker ist auf 0.05 Einheiten festgelegt "
2877#~ "und\n"
2878#~ "  ihr Preis pro Auftrag auf 0.01 Einheiten. Einheiten k�n Ihrer "
2879#~ "W�ung\n"
2880#~ "  entsprechen oder was immer Sie unter ihnen verstehen wollen.\n"
2881#~ "  Die Beschreibung aller Drucker ist auf die Zeichenkette \"HP Printer\"\n"
2882#~ "  gesetzt. Wenn irgendeiner dieser Drucker schon existiert, wird er\n"
2883#~ "  modifiziert, ausser die Option -s | --skipexisting ist auch gesetzt.\n"
2884#~ "\n"
2885#~ "  $ pkprinters --delete \"*\"\n"
2886#~ "\n"
2887#~ "  Dies l�t alle Drucker und dazugeh�en Kontingentinformationen\n"
2888#~ "  vollst�ig, ebenso die Liste der Druckauftr�. VORSICHT!\n"
2889#~ "\n"
2890#~ "  $ pkprinters --groups Laser,HP \"hp*\"\n"
2891#~ "\n"
2892#~ "  Dies f�le Drucker, deren Namen zu \"hp*\" passen, den "
2893#~ "Druckergruppen\n"
2894#~ "  Laser und HP, die schon VORHANDEN SEIN M�SEN, hinzu.\n"
2895#~ "\n"
2896#~ "  $ pkprinters --groups LexMark --remove hp2200\n"
2897#~ "\n"
2898#~ "  Dies entfernt den Drucker hp2200 aus der Druckergruppe LexMark.<\n"
2899#~ "\n"
2900#~ "This program is free software; you can redistribute it and/or modify\n"
2901#~ "it under the terms of the GNU General Public License as published by\n"
2902#~ "the Free Software Foundation; either version 2 of the License, or\n"
2903#~ "(at your option) any later version.\n"
2904#~ "\n"
2905#~ "This program is distributed in the hope that it will be useful,\n"
2906#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2907#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2908#~ "GNU General Public License for more details.\n"
2909#~ "\n"
2910#~ "You should have received a copy of the GNU General Public License\n"
2911#~ "along with this program; if not, write to the Free Software\n"
2912#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2913#~ "USA.\n"
2914#~ "\n"
2915#~ "Melden Sie bitte Fehler an: %s"
2916
2917#~ msgid ""
2918#~ "pykosd v%s (c) %s %s\n"
2919#~ "\n"
2920#~ "An OSD quota monitor for PyKota.\n"
2921#~ "\n"
2922#~ "command line usage :\n"
2923#~ "\n"
2924#~ "  pykosd [options]\n"
2925#~ "\n"
2926#~ "options :\n"
2927#~ "\n"
2928#~ "  -v | --version       Prints pykosd's version number then exits.\n"
2929#~ "  -h | --help          Prints this message then exits.\n"
2930#~ "  \n"
2931#~ "  -c | --color #rrggbb Sets the color to use for display as an "
2932#~ "hexadecimal\n"
2933#~ "                       triplet, for example #FF0000 is 100%% red.\n"
2934#~ "                       Defaults to 100%% green (#00FF00).\n"
2935#~ "                       \n"
2936#~ "  -d | --duration d    Sets the duration of the display in seconds. \n"
2937#~ "                       Defaults to 3 seconds.\n"
2938#~ "                       \n"
2939#~ "  -f | --font f        Sets the font to use for "
2940#~ "display.                      \n"
2941#~ "                       Defaults to the Python OSD library's default.\n"
2942#~ "  \n"
2943#~ "  -l | --loop n        Sets the number of times the info will be "
2944#~ "displayed.\n"
2945#~ "                       Defaults to 0, which means loop forever.\n"
2946#~ "                       \n"
2947#~ "  -s | --sleep s       Sets the sleeping duration between two displays \n"
2948#~ "                       in seconds. Defaults to 180 seconds (3 minutes).\n"
2949#~ "                       \n"
2950#~ "  \n"
2951#~ "examples :                              \n"
2952#~ "\n"
2953#~ "  $ pykosd -s 60 --loop 5\n"
2954#~ "  \n"
2955#~ "  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
2956#~ "  and will last for 3 seconds (the default) each time. After five\n"
2957#~ "  iterations, the program will exit.\n"
2958#~ "  \n"
2959#~ "This program is free software; you can redistribute it and/or modify\n"
2960#~ "it under the terms of the GNU General Public License as published by\n"
2961#~ "the Free Software Foundation; either version 2 of the License, or\n"
2962#~ "(at your option) any later version.\n"
2963#~ "\n"
2964#~ "This program is distributed in the hope that it will be useful,\n"
2965#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2966#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
2967#~ "GNU General Public License for more details.\n"
2968#~ "\n"
2969#~ "You should have received a copy of the GNU General Public License\n"
2970#~ "along with this program; if not, write to the Free Software\n"
2971#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
2972#~ "USA.\n"
2973#~ "\n"
2974#~ "Please e-mail bugs to: %s"
2975#~ msgstr ""
2976#~ "pykosd v%s (c) %s %s\n"
2977#~ "\n"
2978#~ "Ein OSD Kontingent-Anzeiger f�ota.\n"
2979#~ "\n"
2980#~ "Kommandozeilen-Gebrauch:\n"
2981#~ "\n"
2982#~ "  pykosd [Optionen]\n"
2983#~ "\n"
2984#~ "Optionen:\n"
2985#~ "\n"
2986#~ "   -v | --version       Gibt die Versionsnummer von pykosd aus und "
2987#~ "endet.\n"
2988#~ "   -h | --help          Gibt diese Meldung aus und endet.\n"
2989#~ "\n"
2990#~ "   -c | --color #rrggbb Stellt die Farbe f� Anzeige in Form eines\n"
2991#~ "                        hexadezimalen Triplets ein; zum Beipiel: #FF0000 "
2992#~ "ist 100%% rot.\n"
2993#~ "                        Standard ist 100%% gr�0FF00).\n"
2994#~ "\n"
2995#~ "   -d | --duration d    Stellt die Dauer der Anzeige in Sekunden ein.\n"
2996#~ "                        Standard ist 3 Sekunden.\n"
2997#~ "\n"
2998#~ "   -f | --font f        Stellt die Schriftart f� Anzeige ein.\n"
2999#~ "                        Standard ist der Standard der Python OSD "
3000#~ "Bibliothek.\n"
3001#~ "\n"
3002#~ "   -l | --loop n        Stellt ein, wie oft die Information angezeigt "
3003#~ "wird.\n"
3004#~ "                        Standard ist 0, das hei� immer.\n"
3005#~ "\n"
3006#~ "   -s | --sleep s       Stellt die Schlafdauer zwischen zwei Anzeigen in\n"
3007#~ "                        Sekunden ein.\n"
3008#~ "                        Standard ist 180 Sekunden (3 Minuten).\n"
3009#~ "\n"
3010#~ "\n"
3011#~ "Beispiele:\n"
3012#~ "\n"
3013#~ "  $ pykosd -s 60 --loop 5\n"
3014#~ "\n"
3015#~ "  Startet pykosd. Die Anzeige wird alle 60 Sekunden erneuert und dauert\n"
3016#~ "  jedes Mal 3 Sekunden (der Standardwert). Nach f�rchl�en endet\n"
3017#~ "  das Programm.\n"
3018#~ "\n"
3019#~ "This program is free software; you can redistribute it and/or modify\n"
3020#~ "it under the terms of the GNU General Public License as published by\n"
3021#~ "the Free Software Foundation; either version 2 of the License, or\n"
3022#~ "(at your option) any later version.\n"
3023#~ "\n"
3024#~ "This program is distributed in the hope that it will be useful,\n"
3025#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3026#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3027#~ "GNU General Public License for more details.\n"
3028#~ "\n"
3029#~ "You should have received a copy of the GNU General Public License\n"
3030#~ "along with this program; if not, write to the Free Software\n"
3031#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3032#~ "USA.\n"
3033#~ "\n"
3034#~ "Melden Sie bitte Fehler an: %s"
3035
3036#~ msgid ""
3037#~ "pykotme v%s (c) %s %s\n"
3038#~ "\n"
3039#~ "Gives print quotes to users.\n"
3040#~ "\n"
3041#~ "command line usage :\n"
3042#~ "\n"
3043#~ "  pykotme  [options]  [files]\n"
3044#~ "\n"
3045#~ "options :\n"
3046#~ "\n"
3047#~ "  -v | --version       Prints pykotme's version number then exits.\n"
3048#~ "  -h | --help          Prints this message then exits.\n"
3049#~ "  \n"
3050#~ "  -P | --printer p     Gives a quote for this printer only. Actually p "
3051#~ "can\n"
3052#~ "                       use wildcards characters to select only\n"
3053#~ "                       some printers. The default value is *, meaning\n"
3054#~ "                       all printers.\n"
3055#~ "                       You can specify several names or wildcards, \n"
3056#~ "                       by separating them with commas.\n"
3057#~ "  \n"
3058#~ "examples :                              \n"
3059#~ "\n"
3060#~ "  $ pykotme --printer apple file1.ps file2.ps\n"
3061#~ "  \n"
3062#~ "  This will give a print quote to the current user. The quote will show\n"
3063#~ "  the price and size of a job consisting in file1.ps and file2.ps \n"
3064#~ "  which would be sent to the apple printer.\n"
3065#~ "  \n"
3066#~ "  $ pykotme --printer apple,hplaser <file1.ps\n"
3067#~ "  \n"
3068#~ "  This will give a print quote to the current user. The quote will show\n"
3069#~ "  the price and size of a job consisting in file1.ps as read from\n"
3070#~ "  standard input, which would be sent to the apple or hplaser\n"
3071#~ "  printer.\n"
3072#~ "\n"
3073#~ "  $ pykotme \n"
3074#~ "  \n"
3075#~ "  This will give a quote for a job consisting of what is on standard \n"
3076#~ "  input. The quote will list the job size, and the price the job\n"
3077#~ "  would cost on each printer.\n"
3078#~ "\n"
3079#~ "This program is free software; you can redistribute it and/or modify\n"
3080#~ "it under the terms of the GNU General Public License as published by\n"
3081#~ "the Free Software Foundation; either version 2 of the License, or\n"
3082#~ "(at your option) any later version.\n"
3083#~ "\n"
3084#~ "This program is distributed in the hope that it will be useful,\n"
3085#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3086#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3087#~ "GNU General Public License for more details.\n"
3088#~ "\n"
3089#~ "You should have received a copy of the GNU General Public License\n"
3090#~ "along with this program; if not, write to the Free Software\n"
3091#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3092#~ "USA.\n"
3093#~ "\n"
3094#~ "Please e-mail bugs to: %s"
3095#~ msgstr ""
3096#~ "pykotme v%s (c) %s %s\n"
3097#~ "\n"
3098#~ "Gibt den Benutzern ihre Druckkontingente an.\n"
3099#~ "\n"
3100#~ "Kommandozeilen-Gebrauch:\n"
3101#~ "\n"
3102#~ "  pykotme  [Optionen]  [Dateien]\n"
3103#~ "\n"
3104#~ "  -v | --version       Gibt die Versionsnummer von pyktome aus und "
3105#~ "endet.\n"
3106#~ "  -h | --help          Gibt diese Nachricht aus und endet.\n"
3107#~ "\n"
3108#~ "  -P | --printer p     Zeigt ein Kontingent ausschliesslich f�sen "
3109#~ "Drucker an.\n"
3110#~ "                       p kann Platzhalter enthalten um nur einige "
3111#~ "Drucker\n"
3112#~ "                       auszuw�en. Standardwert ist *, d.h. alle "
3113#~ "Drucker.\n"
3114#~ "                       Sie k�n verschiedene Namen oder Platzhalter,\n"
3115#~ "                       durch Kommas getrennt, angeben.\n"
3116#~ "\n"
3117#~ "Beispiele:\n"
3118#~ "\n"
3119#~ "  $ pykotme --printer apple Datei1.ps Datei2.ps\n"
3120#~ "\n"
3121#~ "  Dies gibt ein Druckkontingent f� aktuellen Benutzer an. Das "
3122#~ "Kontingent\n"
3123#~ "  wird mit dem Preis und der Gr�eines Auftrags auf Basis von Datei1."
3124#~ "ps\n"
3125#~ "  und Datei2.ps angegeben, wenn sie an den Drucker apple gesendet "
3126#~ "w�\n"
3127#~ "\n"
3128#~ "  $ pykotme --printer apple,hplaser <Datei1.ps\n"
3129#~ "\n"
3130#~ "  Dies gibt ein Druckkontingent f� aktuellen Benutzer an. Das "
3131#~ "Kontingent\n"
3132#~ "  wird mit dem Preis und der Gr�eines Auftrags auf Basis von Datei1."
3133#~ "ps,\n"
3134#~ "  angegeben, so wie sie vom Standard Input her gelesen wird, wenn sie "
3135#~ "an \n"
3136#~ "  den Drucker apple oder hplaser gesendet w�n"
3137#~ "\n"
3138#~ "  $ pykotme\n"
3139#~ "\n"
3140#~ "  Dies gibt ein Kontingent f�en Auftrag an, der aus dem besteht, "
3141#~ "was\n"
3142#~ "  via Standard Input ankommt. Das Kontingent zeigt die Gr�des "
3143#~ "Auftrags\n"
3144#~ "  und den Preis, den der Auftrag auf jedem Drucker kosten w�n"
3145#~ "\n"
3146#~ "This program is free software; you can redistribute it and/or modify\n"
3147#~ "it under the terms of the GNU General Public License as published by\n"
3148#~ "the Free Software Foundation; either version 2 of the License, or\n"
3149#~ "(at your option) any later version.\n"
3150#~ "\n"
3151#~ "This program is distributed in the hope that it will be useful,\n"
3152#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3153#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3154#~ "GNU General Public License for more details.\n"
3155#~ "\n"
3156#~ "You should have received a copy of the GNU General Public License\n"
3157#~ "along with this program; if not, write to the Free Software\n"
3158#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3159#~ "USA.\n"
3160#~ "\n"
3161#~ "Melden Sie bitte Fehler an: %s"
3162
3163#~ msgid ""
3164#~ "repykota v%s (c) %s %s\n"
3165#~ "\n"
3166#~ "Generates print quota reports.\n"
3167#~ "\n"
3168#~ "command line usage :\n"
3169#~ "\n"
3170#~ "  repykota [options] \n"
3171#~ "\n"
3172#~ "options :\n"
3173#~ "\n"
3174#~ "  -v | --version       Prints repykota's version number then exits.\n"
3175#~ "  -h | --help          Prints this message then exits.\n"
3176#~ "  \n"
3177#~ "  -u | --users         Generates a report on users quota, this is \n"
3178#~ "                       the default.\n"
3179#~ "  \n"
3180#~ "  -g | --groups        Generates a report on group quota instead of "
3181#~ "users.\n"
3182#~ "  \n"
3183#~ "  -P | --printer p     Report quotas on this printer only. Actually p "
3184#~ "can\n"
3185#~ "                       use wildcards characters to select only\n"
3186#~ "                       some printers. The default value is *, meaning\n"
3187#~ "                       all printers.\n"
3188#~ "                       You can specify several names or wildcards, \n"
3189#~ "                       by separating them with commas.\n"
3190#~ "  \n"
3191#~ "examples :                              \n"
3192#~ "\n"
3193#~ "  $ repykota --printer lp\n"
3194#~ "  \n"
3195#~ "  This will print the quota status for all users who use the lp printer.\n"
3196#~ "\n"
3197#~ "  $ repykota \n"
3198#~ "  \n"
3199#~ "  This will print the quota status for all users on all printers.\n"
3200#~ "  \n"
3201#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3202#~ "  \n"
3203#~ "  This will print the quota status for user jerome and all users\n"
3204#~ "  whose name begins with \"jo\" on all printers which name begins\n"
3205#~ "  with \"laser\" or ends with \"pson\".\n"
3206#~ "  \n"
3207#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
3208#~ "  arguments representing users or groups names are ignored, and only the\n"
3209#~ "  current user/group is reported.\n"
3210#~ "\n"
3211#~ "This program is free software; you can redistribute it and/or modify\n"
3212#~ "it under the terms of the GNU General Public License as published by\n"
3213#~ "the Free Software Foundation; either version 2 of the License, or\n"
3214#~ "(at your option) any later version.\n"
3215#~ "\n"
3216#~ "This program is distributed in the hope that it will be useful,\n"
3217#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3218#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3219#~ "GNU General Public License for more details.\n"
3220#~ "\n"
3221#~ "You should have received a copy of the GNU General Public License\n"
3222#~ "along with this program; if not, write to the Free Software\n"
3223#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3224#~ "USA.\n"
3225#~ "\n"
3226#~ "Please e-mail bugs to: %s"
3227#~ msgstr ""
3228#~ "repykota v%s (c) %s %s\n"
3229#~ "\n"
3230#~ "Erzeugt Berichte zu den Druckkontingenten.\n"
3231#~ "\n"
3232#~ "Kommandozeilen-Gebrauch:\n"
3233#~ "\n"
3234#~ "  repykota [Optionen]\n"
3235#~ "\n"
3236#~ "  -v | --version       Gibt die Versionsnummer von repykota aus und "
3237#~ "endet.\n"
3238#~ "  -h | --help          Gibt diese Meldung aus und endet.\n"
3239#~ "\n"
3240#~ "  -u | --users         Erzeugt einen Bericht �ie Kontigente der "
3241#~ "Benutzer.\n"
3242#~ "                       Dies ist der Standard.\n"
3243#~ "\n"
3244#~ "  -g | --groups        Erzeugt einen Bericht �ie Kontingente der "
3245#~ "Gruppe\n"
3246#~ "                       anstelle der Benutzer.\n"
3247#~ "\n"
3248#~ "  -P | --printer p     Druckkontingent nur f�sen Drucker ausgeben.\n"
3249#~ "                       p kann Platzhalter enthalten um nur einige "
3250#~ "Drucker\n"
3251#~ "                       auszuw�en. Der Standardwert ist *, d.h. alle\n"
3252#~ "                       Drucker.\n"
3253#~ "                       Sie k�n verschiedene Namen oder Platzhalter "
3254#~ "angeben,\n"
3255#~ "                       die Sie mit Kommas abtrennen.\n"
3256#~ "\n"
3257#~ "Beispiele:\n"
3258#~ "\n"
3259#~ "  $ repykota --printer lp\n"
3260#~ "\n"
3261#~ "  Dies gibt den Stand der Kontingente aller Benutzer aus, die den\n"
3262#~ "  Drucker lp benutzen.\n"
3263#~ "\n"
3264#~ "  $ repykota\n"
3265#~ "\n"
3266#~ "  Dies gibt den Stand der Kontingente f�e Benutzer auf allen "
3267#~ "Druckern aus.\n"
3268#~ "\n"
3269#~ "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
3270#~ "\n"
3271#~ "  Dies gibt den Stand der Kontingente f� Benutzer jerome und f�~ "alle\n"
3272#~ "  Benutzer aus, deren Namen mit \"jo\" beginnt, auf allen Druckern, deren "
3273#~ "Namen\n"
3274#~ "  mit \"laser\" beginnt oder mit \"pson\" endet.\n"
3275#~ "\n"
3276#~ "  Wenn das Programm von einem Benutzer aufgerufen wird, der kein\n"
3277#~ "  PyKota-Administrator ist, so werden die zus�lichen Optionen f�~ "Benutzer\n"
3278#~ "  oder Gruppen ignoriert und nur die Daten des aktuellen Benutzers/"
3279#~ "Gruppe\n"
3280#~ "  ausgegeben.\n"
3281#~ "\n"
3282#~ "This program is free software; you can redistribute it and/or modify\n"
3283#~ "it under the terms of the GNU General Public License as published by\n"
3284#~ "the Free Software Foundation; either version 2 of the License, or\n"
3285#~ "(at your option) any later version.\n"
3286#~ "\n"
3287#~ "This program is distributed in the hope that it will be useful,\n"
3288#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3289#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3290#~ "GNU General Public License for more details.\n"
3291#~ "\n"
3292#~ "You should have received a copy of the GNU General Public License\n"
3293#~ "along with this program; if not, write to the Free Software\n"
3294#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3295#~ "USA.\n"
3296#~ "\n"
3297#~ "Melden Sie bitte Fehler an: %s"
3298
3299#~ msgid ""
3300#~ "warnpykota v%s (c) %s %s\n"
3301#~ "\n"
3302#~ "Sends mail to users over print quota.\n"
3303#~ "\n"
3304#~ "command line usage :\n"
3305#~ "\n"
3306#~ "  warnpykota  [options]  [names]\n"
3307#~ "\n"
3308#~ "options :\n"
3309#~ "\n"
3310#~ "  -v | --version       Prints warnpykota's version number then exits.\n"
3311#~ "  -h | --help          Prints this message then exits.\n"
3312#~ "  \n"
3313#~ "  -u | --users         Warns users over their print quota, this is the \n"
3314#~ "                       default.\n"
3315#~ "  \n"
3316#~ "  -g | --groups        Warns users whose groups quota are over limit.\n"
3317#~ "  \n"
3318#~ "  -P | --printer p     Verify quotas on this printer only. Actually p "
3319#~ "can\n"
3320#~ "                       use wildcards characters to select only\n"
3321#~ "                       some printers. The default value is *, meaning\n"
3322#~ "                       all printers.\n"
3323#~ "                       You can specify several names or wildcards, \n"
3324#~ "                       by separating them with commas.\n"
3325#~ "  \n"
3326#~ "examples :                              \n"
3327#~ "\n"
3328#~ "  $ warnpykota --printer lp\n"
3329#~ "  \n"
3330#~ "  This will warn all users of the lp printer who have exceeded their\n"
3331#~ "  print quota.\n"
3332#~ "\n"
3333#~ "  $ warnpykota \n"
3334#~ "  \n"
3335#~ "  This will warn all users  who have exceeded their print quota on\n"
3336#~ "  any printer.\n"
3337#~ "\n"
3338#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
3339#~ "  \n"
3340#~ "  This will warn all users of groups which names begins with \"dev\" and\n"
3341#~ "  who have exceeded their print quota on any printer which name begins \n"
3342#~ "  with \"laserjet\"\n"
3343#~ "  \n"
3344#~ "  If launched by an user who is not a PyKota administrator, additionnal\n"
3345#~ "  arguments representing users or groups names are ignored, and only the\n"
3346#~ "  current user/group is reported.\n"
3347#~ "\n"
3348#~ "This program is free software; you can redistribute it and/or modify\n"
3349#~ "it under the terms of the GNU General Public License as published by\n"
3350#~ "the Free Software Foundation; either version 2 of the License, or\n"
3351#~ "(at your option) any later version.\n"
3352#~ "\n"
3353#~ "This program is distributed in the hope that it will be useful,\n"
3354#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3355#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3356#~ "GNU General Public License for more details.\n"
3357#~ "\n"
3358#~ "You should have received a copy of the GNU General Public License\n"
3359#~ "along with this program; if not, write to the Free Software\n"
3360#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3361#~ "USA.\n"
3362#~ "\n"
3363#~ "Please e-mail bugs to: %s"
3364#~ msgstr ""
3365#~ "warnpykota v%s (c) %s %s\n"
3366#~ "\n"
3367#~ "Sendet Post an die Benutzer bez� Druckkontingente.\n"
3368#~ "\n"
3369#~ "Befehlszeilen-Gebrauch:\n"
3370#~ "\n"
3371#~ "  warnpykota  [Optionen]  [Namen]\n"
3372#~ "\n"
3373#~ "Optionen:\n"
3374#~ "\n"
3375#~ "  -v | --version       Gibt die Version von warnpykota aus und endet.\n"
3376#~ "  -h | --help          Gibt diese Meldung aus und endet.\n"
3377#~ "\n"
3378#~ "  -u | --users         Warnt die Benutzer bez� ihres "
3379#~ "Druckkontingents.\n"
3380#~ "                       Das ist der Standard.\n"
3381#~ "\n"
3382#~ "  -g | --groups        Warnt die Benutzer, deren Gruppen �em Limit "
3383#~ "sind.\n"
3384#~ "\n"
3385#~ "  -P | --printer p     Verfiziert die Kontingente allein f�sen "
3386#~ "Drucker.\n"
3387#~ "                       p kann Platzhalter enthalten um nur einige "
3388#~ "Drucker\n"
3389#~ "                       auszuw�en. Standardwert ist *, d.h. alle "
3390#~ "Drucker.\n"
3391#~ "                       Sie k�n verschiedene Namen und Platzhalter "
3392#~ "angeben,\n"
3393#~ "                       die Sie mit Kommas abtrennen m�\n"
3394#~ "\n"
3395#~ "Beispiele:\n"
3396#~ "\n"
3397#~ "  $ warnpykota --printer lp\n"
3398#~ "\n"
3399#~ "  Dies warnt alle Benutzer des Druckers lp, die ihr Druckkontingent\n"
3400#~ "  �hritten haben.\n"
3401#~ "\n"
3402#~ "  $ warnpykota\n"
3403#~ "\n"
3404#~ "  Dies warnt alle Benutzer, die Ihr Druckkontingent auf irgendeinem\n"
3405#~ "  Drucker �hritten haben.\n"
3406#~ "\n"
3407#~ "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
3408#~ "\n"
3409#~ "  Dies warnt alle Benutzer der Gruppen, deren Namen mit \"dev\" beginnen "
3410#~ "und\n"
3411#~ "  die ihr Druckkontingent auf irgendeinem Drucker, dessen Name mit\n"
3412#~ "  \"laserjet\" beginnt.\n"
3413#~ "\n"
3414#~ "  Wenn das Programm von einem Benutzer aufgerufen wird, der nicht ein\n"
3415#~ "  Pykota-Administrator ist, werden die Optionen f�utzer- und \n"
3416#~ "  Gruppennamen ignoriert und nur der aktuelle Benutzer/Gruppe angezeigt.\n"
3417#~ "\n"
3418#~ "This program is free software; you can redistribute it and/or modify\n"
3419#~ "it under the terms of the GNU General Public License as published by\n"
3420#~ "the Free Software Foundation; either version 2 of the License, or\n"
3421#~ "(at your option) any later version.\n"
3422#~ "\n"
3423#~ "This program is distributed in the hope that it will be useful,\n"
3424#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3425#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3426#~ "GNU General Public License for more details.\n"
3427#~ "\n"
3428#~ "You should have received a copy of the GNU General Public License\n"
3429#~ "along with this program; if not, write to the Free Software\n"
3430#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3431#~ "USA.\n"
3432#~ "\n"
3433#~ "Melden Sie bitte Fehler an: %s"
3434
3435#~ msgid ""
3436#~ "Internal SNMP accounting asked, but Python-SNMP is not available. Please "
3437#~ "download it from http://pysnmp.sourceforge.net"
3438#~ msgstr ""
3439#~ "Internes SNMP-Accounting verlangt, doch Python-SNMP ist nicht verf� "
3440#~ "Bitte laden Sie es herunter von http://pysnmp.sourceforge.net"
3441
3442#~ msgid ""
3443#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3444#~ "Libres\n"
3445#~ "\n"
3446#~ "Dumps PyKota database's content.\n"
3447#~ "\n"
3448#~ "command line usage :\n"
3449#~ "\n"
3450#~ "  dumpykota [options] \n"
3451#~ "\n"
3452#~ "options :\n"
3453#~ "\n"
3454#~ "  -v | --version       Prints dumpykota's version number then exits.\n"
3455#~ "  -h | --help          Prints this message then exits.\n"
3456#~ "  \n"
3457#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
3458#~ "                       \n"
3459#~ "                         - history : dumps the jobs history.\n"
3460#~ "                         - users : dumps users.\n"
3461#~ "                         - groups : dumps user groups.\n"
3462#~ "                         - printers : dump printers.\n"
3463#~ "                         - upquotas : dump user quotas.\n"
3464#~ "                         - gpquotas : dump user groups quotas.\n"
3465#~ "                         - payments : dumps user payments.\n"
3466#~ "                         - pmembers : dumps printer groups members.\n"
3467#~ "                         - umembers : dumps user groups members.\n"
3468#~ "                         \n"
3469#~ "                       NB : the -d | --data command line option   \n"
3470#~ "                       is MANDATORY.\n"
3471#~ "  \n"
3472#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not "
3473#~ "specified,\n"
3474#~ "                       the format is to dump datas in the csv format "
3475#~ "(comma\n"
3476#~ "                       separated values). All data dumped is between "
3477#~ "double\n"
3478#~ "                       quotes. Allowed formats are :\n"
3479#~ "                       \n"
3480#~ "                         - csv : separate datas with commas\n"
3481#~ "                         - ssv : separate datas with semicolons\n"
3482#~ "                         - tsv : separate datas with tabs\n"
3483#~ "                         - xml : dump data as XML\n"
3484#~ "                         \n"
3485#~ "  -o | --output fname  All datas will be dumped to the file instead of\n"
3486#~ "                       to the standard output. The special '-' filename\n"
3487#~ "                       is the default value and means stdout.\n"
3488#~ "                       WARNING : existing files are truncated !\n"
3489#~ "  \n"
3490#~ "Examples :\n"
3491#~ "\n"
3492#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
3493#~ "  \n"
3494#~ "  This dumps the history in a comma separated values file, for possible\n"
3495#~ "  use in a spreadsheet.\n"
3496#~ "  \n"
3497#~ "  $ dumpykota --data users --format xml -o users.xml\n"
3498#~ "  \n"
3499#~ "  Dumps all users datas to the users.xml file.\n"
3500#~ "  \n"
3501#~ "This program is free software; you can redistribute it and/or modify\n"
3502#~ "it under the terms of the GNU General Public License as published by\n"
3503#~ "the Free Software Foundation; either version 2 of the License, or\n"
3504#~ "(at your option) any later version.\n"
3505#~ "\n"
3506#~ "This program is distributed in the hope that it will be useful,\n"
3507#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3508#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3509#~ "GNU General Public License for more details.\n"
3510#~ "\n"
3511#~ "You should have received a copy of the GNU General Public License\n"
3512#~ "along with this program; if not, write to the Free Software\n"
3513#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3514#~ "USA.\n"
3515#~ "\n"
3516#~ "Please e-mail bugs to: %s"
3517#~ msgstr ""
3518#~ "dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3519#~ "Libres\n"
3520#~ "\n"
3521#~ "Erzeugt einen Auszug (Dump) des Inhalts der Pykota-Datenbank.\n"
3522#~ "\n"
3523#~ "Kommandozeilen-Gebrauch:\n"
3524#~ "\n"
3525#~ "  dumpykota [Optionen]\n"
3526#~ "\n"
3527#~ "Optionen:\n"
3528#~ "\n"
3529#~ "  -v | --version       Gibt die Versionsnummer von dumpykota aus und "
3530#~ "endet.\n"
3531#~ "  -h | --help          Gibt diese Meldung aus und endet.\n"
3532#~ "\n"
3533#~ "  -d | --data type     Gibt Daten vom Typ 'type' aus. Erlaubte Typen "
3534#~ "sind:\n"
3535#~ "\n"
3536#~ "                         - history:  Gibt die Liste der Auftr� aus.\n"
3537#~ "                         - users:    Gibt die Benutzer aus.\n"
3538#~ "                         - groups:   Gibt die Gruppen aus.\n"
3539#~ "                         - printers: Gibt die Drucker aus.\n"
3540#~ "                         - upquotas: Gibt die Benutzerkontingente aus.\n"
3541#~ "                         - gpquotas: Gibt die Gruppenkontingente aus.\n"
3542#~ "                         - payments: Gibt die Zahlungen der Benutzer "
3543#~ "aus.\n"
3544#~ "                         - pmembers: Gibt die Mitglieder der "
3545#~ "Druckergruppen aus.\n"
3546#~ "                         - umembers: Gibt die Mitglieder der "
3547#~ "Benutzergruppen aus.\n"
3548#~ "                           \n"
3549#~ "                         N.B.: die Kommandozeilenoption -d | --data\n"
3550#~ "                         ist VERPFLICHTEND.\n"
3551#~ "\n"
3552#~ "  -f | --format fmt    Gibt die Daten im Format 'fmt' aus. Wenn nichts "
3553#~ "anderes angegeben\n"
3554#~ "                       werden die Daten im csv (comma separated values = "
3555#~ "Die Werte\n"
3556#~ "                       sind durch Kommas getrennt) ausgegeben. Alle "
3557#~ "ausgegebenen Daten\n"
3558#~ "                       erscheinen zwischen doppelten G�ef�n. "
3559#~ "Erlaubte Formate\n"
3560#~ "                       sind:\n"
3561#~ "\n"
3562#~ "                        - csv: trennt Daten durch Kommas\n"
3563#~ "                        - ssv: trennt Daten durch Strichpunkte\n"
3564#~ "                        - tsv: trennt Daten durch Tabulatorenspr�"
3565#~ "                        - xml: gibt die Daten als XML aus\n"
3566#~ "\n"
3567#~ "  -o | --output fname  Alle Daten werden in eine Datei statt in die "
3568#~ "Standardausgabe\n"
3569#~ "                       geschrieben. Der spezielle Dateiname '-' ist der "
3570#~ "Standardwert\n"
3571#~ "                       und bezeichnet stdout.\n"
3572#~ "                       ACHTUNG: Existierende Dateien werden "
3573#~ "�hrieben.\n"
3574#~ "\n"
3575#~ "Beispiele:\n"
3576#~ "\n"
3577#~ "  $ dumpykota --data history --format csv >myfile.csv\n"
3578#~ "\n"
3579#~ "  Dies schreibt die Liste der Auftr� in eine Datei, in der die Daten "
3580#~ "durch Kommas\n"
3581#~ "  getrennt sind, zum m�chen Gebrauch in einer Tabellenverarbeitung.\n"
3582#~ "\n"
3583#~ "  $ dumpykota --data users --format xml -o users.xml\n"
3584#~ "\n"
3585#~ "  Gibt alle Daten der Nutzer in die Datei users.xml aus.\n"
3586#~ "\n"
3587#~ "This program is free software; you can redistribute it and/or modify\n"
3588#~ "it under the terms of the GNU General Public License as published by\n"
3589#~ "the Free Software Foundation; either version 2 of the License, or\n"
3590#~ "(at your option) any later version.\n"
3591#~ "\n"
3592#~ "This program is distributed in the hope that it will be useful,\n"
3593#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3594#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3595#~ "GNU General Public License for more details.\n"
3596#~ "\n"
3597#~ "You should have received a copy of the GNU General Public License\n"
3598#~ "along with this program; if not, write to the Free Software\n"
3599#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3600#~ "USA.\n"
3601#~ "\n"
3602#~ "Melden Sie bitte Fehler an: %s"
3603
3604#~ msgid "Too many arguments, see help."
3605#~ msgstr "Zu viele Argumente, siehe Hilfe."
3606
3607#~ msgid ""
3608#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3609#~ "Libres\n"
3610#~ "A Print Quota editor for PyKota.\n"
3611#~ "\n"
3612#~ "command line usage :\n"
3613#~ "\n"
3614#~ "  edpykota [options] user1 user2 ... userN\n"
3615#~ "  \n"
3616#~ "  edpykota [options] group1 group2 ... groupN\n"
3617#~ "\n"
3618#~ "options :\n"
3619#~ "\n"
3620#~ "  -v | --version       Prints edpykota's version number then exits.\n"
3621#~ "  -h | --help          Prints this message then exits.\n"
3622#~ "  \n"
3623#~ "  -a | --add           Adds users and/or printers if they don't \n"
3624#~ "                       exist on the Quota Storage Server.\n"
3625#~ "                       \n"
3626#~ "  -d | --delete        Deletes users/groups from the quota storage.\n"
3627#~ "                       Printers are never deleted.\n"
3628#~ "                       \n"
3629#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
3630#~ "                       for a particular printer. Job price is optional.\n"
3631#~ "                       If both are to be set, separate them with a "
3632#~ "comma.\n"
3633#~ "                       Floating point values are allowed.\n"
3634#~ "  \n"
3635#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
3636#~ "                              listed, separated by commas. The groups\n"
3637#~ "                              must already exist in the Quota Storage.\n"
3638#~ "  \n"
3639#~ "  -u | --users         Edit users print quotas, this is the default.\n"
3640#~ "  \n"
3641#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
3642#~ "                       use wildcards characters to select only\n"
3643#~ "                       some printers. The default value is *, meaning\n"
3644#~ "                       all printers. \n"
3645#~ "                       You can specify several names or wildcards, \n"
3646#~ "                       by separating them with commas.\n"
3647#~ "  \n"
3648#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
3649#~ "                       pg1, pg2, etc... which must already exist.\n"
3650#~ "                       A printer group is just like a normal printer,\n"
3651#~ "                       only that it is usually unknown from the printing\n"
3652#~ "                       system. Create printer groups exactly the same\n"
3653#~ "                       way that you create printers, then add other \n"
3654#~ "                       printers to them with this option.\n"
3655#~ "                       Accounting is done on a printer and on all\n"
3656#~ "                       the printer groups it belongs to, quota checking\n"
3657#~ "                       is done on a printer and on all the printer "
3658#~ "groups\n"
3659#~ "                       it belongs to.\n"
3660#~ "  \n"
3661#~ "  -g | --groups        Edit users groups print quotas instead of users.\n"
3662#~ "                          \n"
3663#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
3664#~ "                       print quotas\n"
3665#~ "                       \n"
3666#~ "  -n | --noquota       Doesn't set a quota but only does accounting.\n"
3667#~ "  \n"
3668#~ "  -r | --reset         Resets the actual page counter for the user\n"
3669#~ "                       or group to zero on the specified printers. \n"
3670#~ "                       The life time page counter is kept unchanged.\n"
3671#~ "                       \n"
3672#~ "  -R | --hardreset     Resets the actual and life time page counters\n"
3673#~ "                       for the user or group to zero on the specified \n"
3674#~ "                       printers. \n"
3675#~ "                       \n"
3676#~ "  -l | --limitby l     Choose if the user/group is limited in "
3677#~ "printing                     \n"
3678#~ "                       by its account balance or by its page quota.\n"
3679#~ "                       The default value is 'quota'. Allowed values\n"
3680#~ "                       are 'quota' 'balance' 'quota-then-balance' and\n"
3681#~ "                       'balance-then-quota'.\n"
3682#~ "                       WARNING : quota-then-balance and balance-then-"
3683#~ "quota\n"
3684#~ "                       are not yet implemented.\n"
3685#~ "                       \n"
3686#~ "  -b | --balance b     Sets the user's account balance to "
3687#~ "b.                     \n"
3688#~ "                       Account balance may be increase or decreased\n"
3689#~ "                       if b is prefixed with + or -.\n"
3690#~ "                       WARNING : when decreasing account balance,\n"
3691#~ "                       the total paid so far by the user is decreased\n"
3692#~ "                       too.\n"
3693#~ "                       Groups don't have a real balance, but the\n"
3694#~ "                       sum of their users' account balance.\n"
3695#~ "                       \n"
3696#~ "  -S | --softlimit sl  Sets the quota soft limit to sl "
3697#~ "pages.                       \n"
3698#~ "  \n"
3699#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
3700#~ "  \n"
3701#~ "  user1 through userN and group1 through groupN can use wildcards\n"
3702#~ "  if the --add option is not set.\n"
3703#~ "  \n"
3704#~ "examples :                              \n"
3705#~ "\n"
3706#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3707#~ "  \n"
3708#~ "  This will add users john, paul, george and ringo to the quota\n"
3709#~ "  database, and set their print quotas to the same values than user \n"
3710#~ "  jerome. User jerome must already exist.\n"
3711#~ "  User ringo's email address will also be set to 'ringo@example.com'\n"
3712#~ "  \n"
3713#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3714#~ "  \n"
3715#~ "  This will set jerome's print quota on the lp printer to a soft limit\n"
3716#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
3717#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is "
3718#~ "done.\n"
3719#~ "\n"
3720#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3721#~ "  \n"
3722#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n"
3723#~ "  on the Quota Storage Server they are automatically added. Also\n"
3724#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n"
3725#~ "  already exist in the Quota Storage.\n"
3726#~ "            \n"
3727#~ "  $ edpykota -g -S 500 -H 550 financial support            \n"
3728#~ "  \n"
3729#~ "  This will set print quota soft limit to 500 pages and hard limit\n"
3730#~ "  to 550 pages for groups financial and support on all printers.\n"
3731#~ "  \n"
3732#~ "  $ edpykota --reset jerome \"jo*\"\n"
3733#~ "  \n"
3734#~ "  This will reset jerome's page counter to zero on all printers, as\n"
3735#~ "  well as every user whose name begins with 'jo'.\n"
3736#~ "  Their life time page counter on each printer will be kept unchanged.\n"
3737#~ "  You can also reset the life time page counters by using the\n"
3738#~ "  --hardreset | -R command line option.\n"
3739#~ "  \n"
3740#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3741#~ "  \n"
3742#~ "  This will tell PyKota to not limit jerome when printing on the \n"
3743#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n"
3744#~ "  accounting of the pages he prints will still be kept.\n"
3745#~ "  Print Quotas for jerome on other printers are unchanged.\n"
3746#~ "  \n"
3747#~ "  $ edpykota --limitby balance jerome\n"
3748#~ "  \n"
3749#~ "  This will tell PyKota to limit jerome by his account's balance\n"
3750#~ "  when printing.\n"
3751#~ "  \n"
3752#~ "  $ edpykota --balance +10.0 jerome\n"
3753#~ "  \n"
3754#~ "  This will increase jerome's account balance by 10.0 (in your\n"
3755#~ "  own currency). You can decrease the account balance with a\n"
3756#~ "  dash prefix, and set it to a fixed amount with no prefix.\n"
3757#~ "  \n"
3758#~ "  $ edpykota --delete jerome rachel\n"
3759#~ "  \n"
3760#~ "  This will completely delete jerome and rachel from the Quota Storage\n"
3761#~ "  database. All their quotas and jobs will be deleted too.\n"
3762#~ "  \n"
3763#~ "  $ edpykota --printer lp --charge 0.1\n"
3764#~ "  \n"
3765#~ "  This will set the page price for printer lp to 0.1. Job price\n"
3766#~ "  will not be changed.\n"
3767#~ "  \n"
3768#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3769#~ "  \n"
3770#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and "
3771#~ "HP.\n"
3772#~ "  When printing either on hplj1 or hplj2, print quota will also be \n"
3773#~ "  checked and accounted for on virtual printers Laser and HP.\n"
3774#~ "\n"
3775#~ "This program is free software; you can redistribute it and/or modify\n"
3776#~ "it under the terms of the GNU General Public License as published by\n"
3777#~ "the Free Software Foundation; either version 2 of the License, or\n"
3778#~ "(at your option) any later version.\n"
3779#~ "\n"
3780#~ "This program is distributed in the hope that it will be useful,\n"
3781#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3782#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3783#~ "GNU General Public License for more details.\n"
3784#~ "\n"
3785#~ "You should have received a copy of the GNU General Public License\n"
3786#~ "along with this program; if not, write to the Free Software\n"
3787#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3788#~ "USA.\n"
3789#~ "\n"
3790#~ "Please e-mail bugs to: %s"
3791#~ msgstr ""
3792#~ "edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
3793#~ "Libres\n"
3794#~ "Ein Druckkontingent-Editor f�ota.\n"
3795#~ "\n"
3796#~ "Kommandozeilen-Gebrauch:\n"
3797#~ "\n"
3798#~ "  edpykota [options] benutzer1 benutzer2 ... benutzerN\n"
3799#~ "  \n"
3800#~ "  edpykota [options] gruppe1 gruppe2 ... gruppeN\n"
3801#~ "\n"
3802#~ "Optionen:\n"
3803#~ "\n"
3804#~ "   -v | --version       Gibt die Versionsnummer von edpykota aus und "
3805#~ "endet.\n"
3806#~ "   -h | --help          Gibt diese Meldung aus und endet.\n"
3807#~ "   \n"
3808#~ "   -a | --add           F�ue Benutzer und/oder Drucker hinzu, wenn "
3809#~ "sie \n"
3810#~ "                        noch nicht in der Datenbank der "
3811#~ "Kontigentverwaltung\n"
3812#~ "                        vorhanden sind.\n"
3813#~ "                        \n"
3814#~ "   -d | --delete        L�t Benutzer/Gruppen aus der "
3815#~ "Kontigentverwaltung.\n"
3816#~ "                        Drucker werden nie gel�t.\n"
3817#~ "                        \n"
3818#~ "   -c | --charge p[,j]  Setzt den Preis pro Seite und pro Auftrag fest, "
3819#~ "der \n"
3820#~ "                        f� betreffenden Drucker festgesetzt ist. Der "
3821#~ "Preis \n"
3822#~ "                        pro Auftrag ist fakultativ. Werden beide "
3823#~ "verwendet, \n"
3824#~ "                        trennen Sie sie mit einem Komma ab.\n"
3825#~ "                        Flie�ommazahlen sind erlaubt.\n"
3826#~ "   \n"
3827#~ "   -i | --ingroups g1[,g2...] F�n Benutzer in jede der aufgef�\n"
3828#~ "                              Gruppen ein, Trennung mit Kommas. Die "
3829#~ "Gruppen\n"
3830#~ "                              m�schon in der Kontingentverwaltung "
3831#~ "existieren.\n"
3832#~ "   \n"
3833#~ "   -u | --users         Editiert das Kontingent f� Benutzer, dies "
3834#~ "ist der Standard.\n"
3835#~ "   \n"
3836#~ "   -P | --printer p     Editiert das Kontingent nur auf dem Drucker p. p "
3837#~ "kann aber\n"
3838#~ "                        Platzhalter-Zeichen enthalten, um nur einige "
3839#~ "Drucker\n"
3840#~ "                        auszuw�en. Der Standardwert ist *, das heisst "
3841#~ "alle\n"
3842#~ "                        Drucker\n"
3843#~ "                        Sie k�n verschiedene Namen oder Platzhalter,\n"
3844#~ "                        getrennt durch Kommas, angeben.\n"
3845#~ "   \n"
3846#~ "   -G | --pgroups pg1[,pg2...] F�n/die Drucker der Druckergruppen "
3847#~ "pg1,\n"
3848#~ "                        pg2, etc..., die schon existieren m� hinzu.\n"
3849#~ "                        Eine Druckergruppe ist wie ein normaler Drucker,\n"
3850#~ "                        bloss kennt man ihn �erweise nicht im\n"
3851#~ "                        Drucksystem. Richten Sie Druckergruppen genau\n"
3852#~ "                        gleich wie Drucker ein, dann f�ie andere\n"
3853#~ "                        Drucker mit dieser Option dazu.\n"
3854#~ "                        Die Kontof� wird f�en Drucker und f�~ "alle\n"
3855#~ "                        Druckergruppen, denen er angeh� gemacht,\n"
3856#~ "                        die Kontingent��wird f� Drucker\n"
3857#~ "                        und f�e Druckergruppen, zu denen er geh�\n"
3858#~ "                        gemacht.\n"
3859#~ "  \n"
3860#~ "   -g | --groups        Editiert Benutzergruppen-Kontingente anstelle "
3861#~ "von\n"
3862#~ "                        Einzelbenutzern.\n"
3863#~ "\n"
3864#~ "   -p | --prototype u|g Setzt Benutzer u oder Gruppe g als Vorlage, um\n"
3865#~ "                        Druckkontingente zu setzen.\n"
3866#~ "\n"
3867#~ "   -n | --noquota       Setzt keine Kontingentsbeschr�ung, sondern\n"
3868#~ "                        macht bloss die Kontof�.\n"
3869#~ "\n"
3870#~ "   -r | --reset         Setzt den aktuellen Seitenz�er auf den\n"
3871#~ "                        angegebenen Druckern f� Benutzer oder f�#~ "                        die Gruppe auf Null zur�er lebensl�liche\n"
3872#~ "                        Seitenz�er bleibt unver�ert.\n"
3873#~ "\n"
3874#~ "   -R | --hardreset     Setzt den aktuellen und den lebensl�lichen\n"
3875#~ "                        Seitenz�er auf den angegebenen Druckern f�#~ "                        den Benutzer oder die Gruppe auf Null zur�"
3876#~ "\n"
3877#~ "   -l | --limitby l     Bestimmen Sie, ob der Benutzer/die Gruppe f�~ "das\n"
3878#~ "                        Drucken via account balance oder via "
3879#~ "Seitenkontingent\n"
3880#~ "                        limitiert wird.\n"
3881#~ "                        Der Standardwert ist 'quota'. Erlaubte Werte "
3882#~ "sind\n"
3883#~ "                        'quota' 'balance' 'quota-then-balance' und\n"
3884#~ "                        'balance-then-quota'.\n"
3885#~ "                        ACHTUNG: quota-then-balance und balance-then-"
3886#~ "quota\n"
3887#~ "                        sind noch nicht implementiert.\n"
3888#~ "\n"
3889#~ "   -b | --balance b     Setzt die Abrechnungsbalance f� Benutzer auf "
3890#~ "b.\n"
3891#~ "                        Die Abrechnungsbalance kann erh�oder "
3892#~ "vermindert\n"
3893#~ "                        werden, wenn b das Vorzeichen + oder - tr�.\n"
3894#~ "                        ACHTUNG: wenn die Abrechnungsbalance vermindert "
3895#~ "wird,\n"
3896#~ "                        wird auch die Gesamtsumme, die der Benutzer bis "
3897#~ "anhin\n"
3898#~ "                        bezahlt hat, ebenso vermindert.\n"
3899#~ "                        Gruppen haben keine eigentliche Balance, sondern\n"
3900#~ "                        die Summe der Balance ihrer Benutzer.\n"
3901#~ "\n"
3902#~ "   -S | --softlimit sl   Setzt die weiche Kontingentslimite auf sl "
3903#~ "Seiten.\n"
3904#~ "\n"
3905#~ "   -H | --hardlimit hl   Setzt die harte Kontingentslimita auf hl "
3906#~ "Seiten.\n"
3907#~ "\n"
3908#~ "   benutzer1 bis benutzerN und gruppe1 bis gruppeN k�n Platzhalter "
3909#~ "benutzen,\n"
3910#~ "   wenn die Option --add nicht gesetzt ist.\n"
3911#~ "\n"
3912#~ "Beispiele:\n"
3913#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
3914#~ "  \n"
3915#~ "  Benutzer john, paul, george und ringo werden zur Kontingentverwaltung\n"
3916#~ "  hinzugef�lle ihre Druckkontingentwerte werden auf den Wert\n"
3917#~ "  von Benutzer jerome gesetzt. Der Benutzer jerome muss schon "
3918#~ "existieren.\n"
3919#~ "\n"
3920#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n"
3921#~ "\n"
3922#~ "  Dies setzt das Druckkontingent von jerome f� lp Drucker auf\n"
3923#~ "  eine weiche Grenze von 50 Seiten und auf eine harte Grenze von 80\n"
3924#~ "  Seiten. Wenn entweder der Benutzer jerome oder der Drucker lp nicht\n"
3925#~ "  exisitiert, wird nichts ausgef�n"
3926#~ "\n"
3927#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
3928#~ "\n"
3929#~ "  Das gleiche wie oben, doch wenn entweder der Benutzer jerome oder der\n"
3930#~ "  Drucker lp auf der Kontingentverwaltung nicht exisitieren,\n"
3931#~ "  werden sie automatisch angelegt. Desgleichen wird der Benutzer jerome\n"
3932#~ "  in die Gruppen 'coders' und 'it' eingef�ie aber schon in der\n"
3933#~ "  Kontingentverwaltung existieren m�\n"
3934#~ "\n"
3935#~ "  $ edpykota -g -S 500 -H 550 financial support\n"
3936#~ "\n"
3937#~ "  Dies setzt den Gruppen 'financial' und 'support' das weiche \n"
3938#~ "  Druckkontingent auf 500 und das harte auf 550 Seiten f�e\n"
3939#~ "  Drucker.\n"
3940#~ "\n"
3941#~ "  $ edpykota --reset jerome \"jo*\"\n"
3942#~ "\n"
3943#~ "  Dies setzt den Seitenz�er f�ome auf allen Druckern auf Null\n"
3944#~ "  zur�benso f�e Benutzer, deren Namen mit 'jo' beginnt.\n"
3945#~ "  Ihre lebensl�lichen Seitenz�er auf den einzelnen Druckern bleibt\n"
3946#~ "  unver�ert.\n"
3947#~ "  Sie k�n die lebensl�lichen Seitenz�er mit der\n"
3948#~ "  Kommandozeilenoption --hardreset | -R zur�zen.\n"
3949#~ "\n"
3950#~ "  $ edpykota --printer hpcolor --noquota jerome\n"
3951#~ "\n"
3952#~ "  Dies weist Pykota an, jerome beim Drucken auf dem Drucker hpcolor\n"
3953#~ "  keine Limiten aufzuerlegen. Alle seine Auftr� auf diesen Drucker\n"
3954#~ "  werden zugelassen, doch die Abrechnung der Seiten bleibt.\n"
3955#~ "  Druckkontingente f�ome auf den anderen Druckern bleiben\n"
3956#~ "  unver�ert.\n"
3957#~ "\n"
3958#~ "  $ edpykota --limitby balance jerome\n"
3959#~ "\n"
3960#~ "  Das weist Pykota an, jerome beim Drucken via Konto-Balance zu\n"
3961#~ "  begrenzen.\n"
3962#~ "\n"
3963#~ "  $ edpykota --balance +10.0 jerome\n"
3964#~ "\n"
3965#~ "  Dies erh�den Kontostand von jerome mit 10.0 (in Ihrer W�ung).\n"
3966#~ "  Sie k�n den Stand mit einem Minuszeichen erniedrigen und ihn,\n"
3967#~ "  wenn sie kein Vorzeichen eingeben, auf einen fixen Betrag festlegen.\n"
3968#~ "\n"
3969#~ "  $ edpykota --delete jerome rachel\n"
3970#~ "\n"
3971#~ "  Dies l�t jerome und rachel komplett aus der Kontingenverwaltung.\n"
3972#~ "  Alle ihre Kontingenge und Auftr� werden ebenfalls gel�t.\n"
3973#~ "\n"
3974#~ "  $ edpykota --printer lp --charge 0.1\n"
3975#~ "\n"
3976#~ "  Dies setzt den Seitenpreis auf dem Drucker lp auf 0.1. Der Preis\n"
3977#~ "  pro Auftrag wird nicht ver�ert.\n"
3978#~ "\n"
3979#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
3980#~ "\n"
3981#~ "  Dies f�e Drucker hplj1 und hlpj2 in die Druckergruppen Laser\n"
3982#~ "  und HP ein. Wenn entweder auf hplj1 oder hplj2 gedruckt wird, wird\n"
3983#~ "  das Druckkontingent ebenso f� virtuellen Drucker Laser und\n"
3984#~ "  HP beachtet und berechnet.\n"
3985#~ "\n"
3986#~ "This program is free software; you can redistribute it and/or modify\n"
3987#~ "it under the terms of the GNU General Public License as published by\n"
3988#~ "the Free Software Foundation; either version 2 of the License, or\n"
3989#~ "(at your option) any later version.\n"
3990#~ "\n"
3991#~ "This program is distributed in the hope that it will be useful,\n"
3992#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3993#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
3994#~ "GNU General Public License for more details.\n"
3995#~ "\n"
3996#~ "You should have received a copy of the GNU General Public License\n"
3997#~ "along with this program; if not, write to the Free Software\n"
3998#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
3999#~ "USA.\n"
4000#~ "\n"
4001#~ "Melden Sie bitte Fehler an: %s"
4002
4003#~ msgid ""
4004#~ "Group           used    soft    hard    balance grace         total       "
4005#~ "paid"
4006#~ msgstr ""
4007#~ "Gruppe          used    Soft    Hard    Konto   Aufschub      Gesamt   "
4008#~ "Bezahlt"
4009
4010#~ msgid ""
4011#~ "User            used    soft    hard    balance grace         total       "
4012#~ "paid"
4013#~ msgstr ""
4014#~ "User            used    Soft    Hard    Konto   Aufschub      Gesamt   "
4015#~ "Bezahlt"
4016
4017#~ msgid "Waiting for printer %s to be idle or printing..."
4018#~ msgstr "Am Warten darauf, dass Drucker %s 'idle' oder 'printing' wird..."
Note: See TracBrowser for help on using the browser.