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

Revision 2344, 118.2 kB (checked in by jerome, 19 years ago)

Moved the GPL blurb into a single location.
Now uses named parameters in commands' help.

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