root / pykota / trunk / po / de_DE / pykota.po @ 2028

Revision 2028, 87.7 kB (checked in by jalet, 19 years ago)

Modified copyright years

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS and LPRng
4#
5# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
18# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21#
22# PyKota translation master file.
23# Copyright (c) 2003, 2004, 2005 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003, 2004, 2005.
25#
26msgid ""
27msgstr ""
28"Project-Id-Version: PyKota v1.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"pkbanner v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
41"Libres\n"
42"\n"
43"Generates banners.\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  pkbanner  [options] \n"
48"\n"
49"options :\n"
50"\n"
51"  -v | --version       Prints pkbanner's version number then exits.\n"
52"  -h | --help          Prints this message then exits.\n"
53"  \n"
54"  -l | --logo img      Use the image as the banner's logo. The logo will\n"
55"                       be drawn at the center top of the page. The default\n"
56"                       logo is /usr/share/pykota/logos/pykota.jpeg\n"
57"                       \n"
58"  -p | --pagesize sz   Sets sz as the page size. Most well known\n"
59"                       page sizes are recognized, like 'A4' or 'Letter'\n"
60"                       to name a few. The default size is A4.\n"
61"  \n"
62"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n"
63"                       used to save toner. The default value is 0, which\n"
64"                       means that no toner saving will be done.\n"
65"  \n"
66"  -u | --url u         Uses u as an url to be written at the bottom of \n"
67"                       the banner page. The default url is :\n"
68"                       http://www.librelogiciel.com/software/\n"
69"  \n"
70"examples :                              \n"
71"\n"
72"  Using pkbanner directly from the command line is not recommended,\n"
73"  excepted for testing purposes. You should use pkbanner in the\n"
74"  'startingbanner' or 'endingbanner' directives in pykota.conf\n"
75"  \n"
76"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n"
77"  \n"
78"      With such a setting in pykota.conf, all print jobs will be \n"
79"      prefixed with an A4 banner with no logo, and text luminosity will\n"
80"      be increased by 75%%. The PostScript output will be directly sent\n"
81"      to your printer.\n"
82"      \n"
83"  You'll find more examples in the sample configuration file included    \n"
84"  in PyKota.\n"
85"      \n"
86"This program is free software; you can redistribute it and/or modify\n"
87"it under the terms of the GNU General Public License as published by\n"
88"the Free Software Foundation; either version 2 of the License, or\n"
89"(at your option) any later version.\n"
90"\n"
91"This program is distributed in the hope that it will be useful,\n"
92"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
93"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
94"GNU General Public License for more details.\n"
95"\n"
96"You should have received a copy of the GNU General Public License\n"
97"along with this program; if not, write to the Free Software\n"
98"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
99"\n"
100"Please e-mail bugs to: %s"
101msgstr ""
102
103msgid "Unknown"
104msgstr ""
105
106msgid "Username"
107msgstr ""
108
109msgid "Job"
110msgstr ""
111
112msgid "Date"
113msgstr "Datum"
114
115msgid "Allowed"
116msgstr ""
117
118msgid "Denied"
119msgstr ""
120
121msgid "Allowed with Warning"
122msgstr ""
123
124msgid "Result"
125msgstr ""
126
127msgid "Title"
128msgstr "Titel"
129
130msgid "Filename"
131msgstr "Dateiname"
132
133#, python-format
134msgid "Pages printed so far on %s"
135msgstr ""
136
137msgid "Account balance"
138msgstr ""
139
140msgid "Soft Limit"
141msgstr ""
142
143msgid "Hard Limit"
144msgstr ""
145
146msgid "Date Limit"
147msgstr ""
148
149msgid "Allowed range is (0..99)"
150msgstr ""
151
152#, python-format
153msgid "Invalid 'savetoner' option %s : %s"
154msgstr ""
155
156#, python-format
157msgid "Invalid 'pagesize' option %s, defaulting to A4."
158msgstr ""
159
160#, python-format
161msgid ""
162"pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
163"A tool to give hints on what accounting method is best for each printer.\n"
164"\n"
165"command line usage :\n"
166"\n"
167"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
168"\n"
169"options :\n"
170"\n"
171"  -v | --version       Prints pkhint's version number then exits.\n"
172"  -h | --help          Prints this message then exits.\n"
173"  \n"
174"examples :                              \n"
175"\n"
176"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
177"  \n"
178"  Will analyze your printing system to test which accounter\n"
179"  is the best for each of the defined printer which\n"
180"  name matches one of the parameters.\n"
181"  \n"
182"  If you don't pass any argument on the command line, all\n"
183"  printers will be analyzed.\n"
184"  \n"
185"This program is free software; you can redistribute it and/or modify\n"
186"it under the terms of the GNU General Public License as published by\n"
187"the Free Software Foundation; either version 2 of the License, or\n"
188"(at your option) any later version.\n"
189"\n"
190"This program is distributed in the hope that it will be useful,\n"
191"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
192"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
193"GNU General Public License for more details.\n"
194"\n"
195"You should have received a copy of the GNU General Public License\n"
196"along with this program; if not, write to the Free Software\n"
197"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
198"\n"
199"Please e-mail bugs to: %s"
200msgstr ""
201"pkhint v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
202"Ein Werkzeug, das Hinweise auf die beste Z�methode f�en Drucker "
203"gibt.\n"
204"\n"
205"Kommandozeilen-Gebrauch:\n"
206"\n"
207"  pkhint [Optionen] [Drucker1 Drucker2 Drucker3 ... DruckerN] <file.conf\n"
208"\n"
209"Optionen:\n"
210"\n"
211"  -v | --version       Gibt die Versionsnummer von pkhint aus und endet.\n"
212"  -h | --help          Gibt diese Meldung aus und endet.\n"
213"\n"
214"Beispiele:\n"
215"\n"
216"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
217"\n"
218"  Analysiert Ihr Drucksystem um festzustellen, welcher Z�er\n"
219"  der geeignetste ist f�en der angegebenen Drucker, dessen\n"
220"  Name zu einem der Parameter passt.\n"
221"\n"
222"  Wenn Sie keinen Parameter auf der Kommandozeile �ben,\n"
223"  werden alle Drucker analysiert.\n"
224"\n"
225"This program is free software; you can redistribute it and/or modify\n"
226"it under the terms of the GNU General Public License as published by\n"
227"the Free Software Foundation; either version 2 of the License, or\n"
228"(at your option) any later version.\n"
229"\n"
230"This program is distributed in the hope that it will be useful,\n"
231"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
232"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
233"GNU General Public License for more details.\n"
234"\n"
235"You should have received a copy of the GNU General Public License\n"
236"along with this program; if not, write to the Free Software\n"
237"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
238"\n"
239"Melden Sie bitte Fehler an: %s"
240
241#, python-format
242msgid "Invalid DeviceURI : %s"
243msgstr "Ung� DeviceURI: %s"
244
245msgid ""
246"\n"
247"Please wait while pkhint analyzes your printing system's configuration..."
248msgstr ""
249"\n"
250"Bitte warten Sie w�end pkhint die Konfiguration ihres Drucksystems "
251"analysiert..."
252
253#, python-format
254msgid "Unknown device %s for printer %s"
255msgstr "Unbekannter Anschluss %s f�cker %s"
256
257msgid ""
258"\n"
259"Put the following lines into your /etc/pykota/pykota.conf file :\n"
260msgstr ""
261"\n"
262"F�ie folgende Zeilen in ihre /etc/pykota/pykota.conf Datei ein:\n"
263
264msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
265msgstr ""
266"# ACHTUNG: wenn Software Accounting vorgeschlagen wird, bedeutet dies nicht,"
267
268msgid "# that hardware accounting wouldn't work, this only means that PyKota"
269msgstr ""
270" dass Hardware Accounting nicht funktionieren w�es bedeutet nur, dass "
271"PyKota"
272
273msgid "# wasn't able to autodetect which hardware accounting method to use."
274msgstr ""
275" nicht in der Lage war, automatisch festzustellen, welche Hardware "
276"Accounting Methode zu benutzen ist."
277
278#, python-format
279msgid ""
280"pkmail v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
281"\n"
282"Email gateway for PyKota.\n"
283"\n"
284"command line usage :\n"
285"\n"
286"  pkmail  [options]\n"
287"\n"
288"options :\n"
289"\n"
290"  -v | --version       Prints pkmail's version number then exits.\n"
291"  -h | --help          Prints this message then exits.\n"
292"  \n"
293"    \n"
294"  This command is meant to be used from your mail server's aliases file,\n"
295"  as a pipe. It will then accept commands send to it in email messages,\n"
296"  and will send the answer to the command's originator.\n"
297"  \n"
298"  To use this command, create an email alias in /etc/aliases with\n"
299"  the following format :\n"
300"  \n"
301"    pykotacmd: \"|/usr/bin/pkmail\"\n"
302"    \n"
303"  Then run the 'newaliases' command to regenerate the aliases database.\n"
304"  \n"
305"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n"
306"  the command in the subject.\n"
307"  \n"
308"  List of supported commands :\n"
309"  \n"
310"        report [username]\n"
311"  \n"
312"  NB : For pkmail to work correctly, you may have to put the 'mail'\n"
313"  system user in the 'lpadmin' system group to ensure this user can\n"
314"  read the /etc/pykota/pykotadmin.conf file, and restart your\n"
315"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n"
316"  that you think at least twice before doing this though.\n"
317"  \n"
318"  Use at your own risk !\n"
319"  \n"
320"This program is free software; you can redistribute it and/or modify\n"
321"it under the terms of the GNU General Public License as published by\n"
322"the Free Software Foundation; either version 2 of the License, or\n"
323"(at your option) any later version.\n"
324"\n"
325"This program is distributed in the hope that it will be useful,\n"
326"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
327"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
328"GNU General Public License for more details.\n"
329"\n"
330"You should have received a copy of the GNU General Public License\n"
331"along with this program; if not, write to the Free Software\n"
332"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
333"\n"
334"Please e-mail bugs to: %s"
335msgstr ""
336
337#, python-format
338msgid ""
339"pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
340"Libres\n"
341"A Printers Manager for PyKota.\n"
342"\n"
343"command line usage :\n"
344"\n"
345"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
346"\n"
347"options :\n"
348"\n"
349"  -v | --version       Prints pkprinters's version number then exits.\n"
350"  -h | --help          Prints this message then exits.\n"
351"  \n"
352"  -a | --add           Adds printers if they don't exist on the Quota \n"
353"                       Storage Server. If they exist, they are modified\n"
354"                       unless -s|--skipexisting is also used.\n"
355"                       \n"
356"  -d | --delete        Deletes printers from the quota storage.\n"
357"  \n"
358"  -D | --description d Adds a textual description to printers.\n"
359"                       \n"
360"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
361"                       Job price is optional.\n"
362"                       If both are to be set, separate them with a comma.\n"
363"                       Floating point and negative values are allowed.\n"
364"  \n"
365"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
366"                       groups pg1, pg2, etc... which must already exist.\n"
367"                       A printer group is just like a normal printer,\n"
368"                       only that it is usually unknown from the printing\n"
369"                       system. Create printer groups exactly the same\n"
370"                       way that you create printers, then add other \n"
371"                       printers to them with this option.\n"
372"                       Accounting is done on a printer and on all\n"
373"                       the printer groups it belongs to, quota checking\n"
374"                       is done on a printer and on all the printer groups\n"
375"                       it belongs to.\n"
376"                       If the --remove option below is not used, the \n"
377"                       default action is to add printers to the specified\n"
378"                       printer groups.\n"
379"                       \n"
380"  -l | --list          List informations about the printer(s) and the\n"
381"                       printers groups it is a member of.\n"
382"                       \n"
383"  -r | --remove        In combination with the --groups option "
384"above,                       \n"
385"                       remove printers from the specified printers groups.\n"
386"                       \n"
387"  -s | --skipexisting  In combination with the --add option above, tells\n"
388"                       pkprinters to not modify existing printers.\n"
389"  \n"
390"  printer1 through printerN can contain wildcards if the --add option \n"
391"  is not set.\n"
392"  \n"
393"examples :                              \n"
394"\n"
395"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
396"hp8000\n"
397"  \n"
398"  Will create three printers named hp2100, hp2200 and hp8000.\n"
399"  Their price per page will be set at 0.05 unit, and their price\n"
400"  per job will be set at 0.1 unit. Units are in your own currency,\n"
401"  or whatever you want them to mean.\n"
402"  All of their descriptions will be set to the string \"HP Printer\".\n"
403"  If any of these printers already exists, it will also be modified \n"
404"  unless the -s|--skipexisting command line option is also used.\n"
405"            \n"
406"  $ pkprinters --delete \"*\"\n"
407"  \n"
408"  This will completely delete all printers and associated quota "
409"information,\n"
410"  as well as their job history. USE WITH CARE !\n"
411"  \n"
412"  $ pkprinters --groups Laser,HP \"hp*\"\n"
413"  \n"
414"  This will put all printers which name matches \"hp*\" into printers "
415"groups \n"
416"  Laser and HP, which MUST already exist.\n"
417"  \n"
418"  $ pkprinters --groups LexMark --remove hp2200\n"
419"  \n"
420"  This will remove the hp2200 printer from the LexMark printer group.\n"
421"  \n"
422"This program is free software; you can redistribute it and/or modify\n"
423"it under the terms of the GNU General Public License as published by\n"
424"the Free Software Foundation; either version 2 of the License, or\n"
425"(at your option) any later version.\n"
426"\n"
427"This program is distributed in the hope that it will be useful,\n"
428"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
429"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
430"GNU General Public License for more details.\n"
431"\n"
432"You should have received a copy of the GNU General Public License\n"
433"along with this program; if not, write to the Free Software\n"
434"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
435"\n"
436"Please e-mail bugs to: %s"
437msgstr ""
438"pkprinters v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
439"Libres\n"
440"Ein Druckermanager f�ota.\n"
441"\n"
442"Kommandozeilen-Gebrauch:\n"
443"\n"
444"  pkprinters [Optionen] Drucker1 Drucker2 Drucker3 ... DruckerN\n"
445"\n"
446"Optionen:\n"
447"\n"
448"  -v | --version       Gibt die Versionsnummer von pkprinters aus und "
449"endet.\n"
450"  -h | --help          Gibt diese Nachricht aus und endet.\n"
451"\n"
452"  -a | --add           F�ucker hinzu, wenn sie in der "
453"Kontingentverwaltung\n"
454"                       noch nicht existieren. Wenn sie existieren, werden "
455"sie\n"
456"                       angepasst, ausser -s | --skipexisting ist auch "
457"gesetzt.\n"
458"\n"
459"  -d | --delete        L�t Drucker aus der Kontingentverwaltung.\n"
460"\n"
461"  -D | --description d F�n Druckern eine Beschreibung hinzu.\n"
462"\n"
463"  -c | --charge p[,j]  Setzt den Preis pro Seite und pro Auftrag fest. Der "
464"Preis \n"
465"                       pro Auftrag ist fakultativ.\n"
466"                       Werden beide verwendet, trennen Sie sie mit einem "
467"Komma ab.\n"
468"                       Flie�ommazahlen und negative Werte sind erlaubt.\n"
469"   \n"
470"  -g | --groups pg1[,pg2...] F�n/die Drucker der Druckergruppen pg1,\n"
471"                        pg2, etc..., die schon existieren m� hinzu.\n"
472"                        Eine Druckergruppe ist wie ein normaler Drucker,\n"
473"                        bloss kennt man ihn �erweise im\n"
474"                        Drucksystem nicht. Richten Sie Druckergruppen genau\n"
475"                        gleich wie Drucker ein, dann f�ie andere\n"
476"                        Drucker mit dieser Option hinzu.\n"
477"                        Die Kontof� wird f�en Drucker und f�alle\n"
478"                        Druckergruppen, denen er angeh� gemacht,\n"
479"                        die Kontingent��wird f� Drucker\n"
480"                        und f�e Druckergruppen, zu denen er geh�\n"
481"                        gemacht.\n"
482"                        Wenn die Option --remove (siehe weiter unten) nicht\n"
483"                        gesetzt ist, so werden standardm�ig Drucker der\n"
484"                        angegebenen Druckergruppe hinzugef�"
485"\n"
486"  -l | --list           Gibt Informationen �en/die Drucker und die\n"
487"                        Druckergruppen, denen er angeh� aus.\n"
488"\n"
489"  -r | --remove         In Kombination mit der obigen Option --groups "
490"werden\n"
491"                        Drucker aus der angegebenen Druckergruppe entfernt.\n"
492"\n"
493"  -s | --skipexisting   In Kombination mit der obigen Option --add "
494"verhindert\n"
495"                        dies, dass pkprinters existierende Drucker "
496"ver�ert.\n"
497"\n"
498"  Drucker1 bis DruckerN kann Platzhalter enthalten, wenn die Option --add\n"
499"  nicht gesetzt ist.\n"
500"\n"
501"Beispiele:\n"
502"\n"
503"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
504"hp8000\n"
505"\n"
506"  Dies richtet drei Drucker mit Namen hp2100, hp2200 und hp8000 ein.\n"
507"  Die Seitenkosten f�se Drucker ist auf 0.05 Einheiten festgelegt und\n"
508"  ihr Preis pro Auftrag auf 0.01 Einheiten. Einheiten k�n Ihrer W�ung\n"
509"  entsprechen oder was immer Sie unter ihnen verstehen wollen.\n"
510"  Die Beschreibung aller Drucker ist auf die Zeichenkette \"HP Printer\"\n"
511"  gesetzt. Wenn irgendeiner dieser Drucker schon existiert, wird er\n"
512"  modifiziert, ausser die Option -s | --skipexisting ist auch gesetzt.\n"
513"\n"
514"  $ pkprinters --delete \"*\"\n"
515"\n"
516"  Dies l�t alle Drucker und dazugeh�en Kontingentinformationen\n"
517"  vollst�ig, ebenso die Liste der Druckauftr�. VORSICHT!\n"
518"\n"
519"  $ pkprinters --groups Laser,HP \"hp*\"\n"
520"\n"
521"  Dies f�le Drucker, deren Namen zu \"hp*\" passen, den Druckergruppen\n"
522"  Laser und HP, die schon VORHANDEN SEIN M�SEN, hinzu.\n"
523"\n"
524"  $ pkprinters --groups LexMark --remove hp2200\n"
525"\n"
526"  Dies entfernt den Drucker hp2200 aus der Druckergruppe LexMark.<\n"
527"\n"
528"This program is free software; you can redistribute it and/or modify\n"
529"it under the terms of the GNU General Public License as published by\n"
530"the Free Software Foundation; either version 2 of the License, or\n"
531"(at your option) any later version.\n"
532"\n"
533"This program is distributed in the hope that it will be useful,\n"
534"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
535"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
536"GNU General Public License for more details.\n"
537"\n"
538"You should have received a copy of the GNU General Public License\n"
539"along with this program; if not, write to the Free Software\n"
540"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
541"\n"
542"Melden Sie bitte Fehler an: %s"
543
544msgid "You're not allowed to use this command."
545msgstr "Sie d�diesen Befehl nicht ben�"
546
547#, python-format
548msgid "There's no printer matching %s"
549msgstr "Kein Drucker stimmt mit %s berein"
550
551#, python-format
552msgid "Invalid charge amount value %s"
553msgstr "Ung�r Wert f�ish�%s"
554
555#, python-format
556msgid "Printer %s already exists, skipping."
557msgstr "Drucker %s existiert bereits, wird �rungen"
558
559#, python-format
560msgid "Printer %s already exists, will be modified."
561msgstr "Drucker %s existiert bereits, wird modifiziert."
562
563#, python-format
564msgid "Impossible to add printer %s"
565msgstr "Unm�ch den Drucker %s hinzuzuf�
566#, python-format
567msgid "Invalid printer name %s"
568msgstr "Ung�r Druckername %s"
569
570msgid "in"
571msgstr "in"
572
573msgid "incompatible options, see help."
574msgstr "Inkompatible Optionen, siehe Hilfe."
575
576msgid "You have to pass printer groups names on the command line"
577msgstr ""
578"Sie m�die Namen der Druckergruppen auf der Kommandozeile �ben"
579
580msgid "You have to pass printer names on the command line"
581msgstr "Sie m�Druckernamen auf der Kommandozeile �ben"
582
583#, python-format
584msgid ""
585"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
586"An OSD quota monitor for PyKota.\n"
587"\n"
588"command line usage :\n"
589"\n"
590"  pykosd [options]\n"
591"\n"
592"options :\n"
593"\n"
594"  -v | --version       Prints pykosd's version number then exits.\n"
595"  -h | --help          Prints this message then exits.\n"
596"  \n"
597"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
598"                       triplet, for example #FF0000 is 100%% red.\n"
599"                       Defaults to 100%% green (#00FF00).\n"
600"                       \n"
601"  -d | --duration d    Sets the duration of the display in seconds. \n"
602"                       Defaults to 3 seconds.\n"
603"                       \n"
604"  -f | --font f        Sets the font to use for "
605"display.                      \n"
606"                       Defaults to the Python OSD library's default.\n"
607"  \n"
608"  -l | --loop n        Sets the number of times the info will be displayed.\n"
609"                       Defaults to 0, which means loop forever.\n"
610"                       \n"
611"  -s | --sleep s       Sets the sleeping duration between two displays \n"
612"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
613"                       \n"
614"  \n"
615"examples :                              \n"
616"\n"
617"  $ pykosd -s 60 --loop 5\n"
618"  \n"
619"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
620"  and will last for 3 seconds (the default) each time. After five\n"
621"  iterations, the program will exit.\n"
622"  \n"
623"This program is free software; you can redistribute it and/or modify\n"
624"it under the terms of the GNU General Public License as published by\n"
625"the Free Software Foundation; either version 2 of the License, or\n"
626"(at your option) any later version.\n"
627"\n"
628"This program is distributed in the hope that it will be useful,\n"
629"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
630"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
631"GNU General Public License for more details.\n"
632"\n"
633"You should have received a copy of the GNU General Public License\n"
634"along with this program; if not, write to the Free Software\n"
635"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
636"\n"
637"Please e-mail bugs to: %s"
638msgstr ""
639"pykosd v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
640"Ein OSD Kontingent-Anzeiger f�ota.\n"
641"\n"
642"Kommandozeilen-Gebrauch:\n"
643"\n"
644"  pykosd [Optionen]\n"
645"\n"
646"Optionen:\n"
647"\n"
648"   -v | --version       Gibt die Versionsnummer von pykosd aus und endet.\n"
649"   -h | --help          Gibt diese Meldung aus und endet.\n"
650"\n"
651"   -c | --color #rrggbb Stellt die Farbe f� Anzeige in Form eines\n"
652"                        hexadezimalen Triplets ein; zum Beipiel: #FF0000 ist "
653"100%% rot.\n"
654"                        Standard ist 100%% gr�0FF00).\n"
655"\n"
656"   -d | --duration d    Stellt die Dauer der Anzeige in Sekunden ein.\n"
657"                        Standard ist 3 Sekunden.\n"
658"\n"
659"   -f | --font f        Stellt die Schriftart f� Anzeige ein.\n"
660"                        Standard ist der Standard der Python OSD "
661"Bibliothek.\n"
662"\n"
663"   -l | --loop n        Stellt ein, wie oft die Information angezeigt wird.\n"
664"                        Standard ist 0, das hei� immer.\n"
665"\n"
666"   -s | --sleep s       Stellt die Schlafdauer zwischen zwei Anzeigen in\n"
667"                        Sekunden ein.\n"
668"                        Standard ist 180 Sekunden (3 Minuten).\n"
669"\n"
670"\n"
671"Beispiele:\n"
672"\n"
673"  $ pykosd -s 60 --loop 5\n"
674"\n"
675"  Startet pykosd. Die Anzeige wird alle 60 Sekunden erneuert und dauert\n"
676"  jedes Mal 3 Sekunden (der Standardwert). Nach f�rchl�en endet\n"
677"  das Programm.\n"
678"\n"
679"This program is free software; you can redistribute it and/or modify\n"
680"it under the terms of the GNU General Public License as published by\n"
681"the Free Software Foundation; either version 2 of the License, or\n"
682"(at your option) any later version.\n"
683"\n"
684"This program is distributed in the hope that it will be useful,\n"
685"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
686"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
687"GNU General Public License for more details.\n"
688"\n"
689"You should have received a copy of the GNU General Public License\n"
690"along with this program; if not, write to the Free Software\n"
691"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
692"\n"
693"Melden Sie bitte Fehler an: %s"
694
695#, python-format
696msgid "Invalid duration option %s"
697msgstr "Ung� Option duration %s"
698
699#, python-format
700msgid "Invalid loop option %s"
701msgstr "Ung� Option loop %s"
702
703#, python-format
704msgid "Invalid sleep option %s"
705msgstr "Ung� Option sleep %s"
706
707#, python-format
708msgid "Invalid color option %s"
709msgstr "Ung� Option color %s"
710
711#, python-format
712msgid "User %s doesn't exist in PyKota's database"
713msgstr "Benutzer %s existiert nicht in der PyKota-Datenbank"
714
715#, python-format
716msgid "Pages used on %s : %s"
717msgstr "Seiten benutzt f� %s"
718
719#, python-format
720msgid "PyKota Units left : %.2f"
721msgstr "Verbleibende PyKota-Einheiten: %.2f"
722
723#, python-format
724msgid ""
725"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
726"\n"
727"Gives print quotes to users.\n"
728"\n"
729"command line usage :\n"
730"\n"
731"  pykotme  [options]  [files]\n"
732"\n"
733"options :\n"
734"\n"
735"  -v | --version       Prints pykotme's version number then exits.\n"
736"  -h | --help          Prints this message then exits.\n"
737"  \n"
738"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
739"                       use wildcards characters to select only\n"
740"                       some printers. The default value is *, meaning\n"
741"                       all printers.\n"
742"                       You can specify several names or wildcards, \n"
743"                       by separating them with commas.\n"
744"  \n"
745"examples :                              \n"
746"\n"
747"  $ pykotme --printer apple file1.ps file2.ps\n"
748"  \n"
749"  This will give a print quote to the current user. The quote will show\n"
750"  the price and size of a job consisting in file1.ps and file2.ps \n"
751"  which would be sent to the apple printer.\n"
752"  \n"
753"  $ pykotme --printer apple,hplaser <file1.ps\n"
754"  \n"
755"  This will give a print quote to the current user. The quote will show\n"
756"  the price and size of a job consisting in file1.ps as read from\n"
757"  standard input, which would be sent to the apple or hplaser\n"
758"  printer.\n"
759"\n"
760"  $ pykotme \n"
761"  \n"
762"  This will give a quote for a job consisting of what is on standard \n"
763"  input. The quote will list the job size, and the price the job\n"
764"  would cost on each printer.\n"
765"\n"
766"This program is free software; you can redistribute it and/or modify\n"
767"it under the terms of the GNU General Public License as published by\n"
768"the Free Software Foundation; either version 2 of the License, or\n"
769"(at your option) any later version.\n"
770"\n"
771"This program is distributed in the hope that it will be useful,\n"
772"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
773"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
774"GNU General Public License for more details.\n"
775"\n"
776"You should have received a copy of the GNU General Public License\n"
777"along with this program; if not, write to the Free Software\n"
778"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
779"\n"
780"Please e-mail bugs to: %s"
781msgstr ""
782"pykotme v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels Libres\n"
783"\n"
784"Gibt den Benutzern ihre Druckkontingente an.\n"
785"\n"
786"Kommandozeilen-Gebrauch:\n"
787"\n"
788"  pykotme  [Optionen]  [Dateien]\n"
789"\n"
790"  -v | --version       Gibt die Versionsnummer von pyktome aus und endet.\n"
791"  -h | --help          Gibt diese Nachricht aus und endet.\n"
792"\n"
793"  -P | --printer p     Zeigt ein Kontingent ausschliesslich f�sen "
794"Drucker an.\n"
795"                       p kann Platzhalter enthalten um nur einige Drucker\n"
796"                       auszuw�en. Standardwert ist *, d.h. alle Drucker.\n"
797"                       Sie k�n verschiedene Namen oder Platzhalter,\n"
798"                       durch Kommas getrennt, angeben.\n"
799"\n"
800"Beispiele:\n"
801"\n"
802"  $ pykotme --printer apple Datei1.ps Datei2.ps\n"
803"\n"
804"  Dies gibt ein Druckkontingent f� aktuellen Benutzer an. Das "
805"Kontingent\n"
806"  wird mit dem Preis und der Gr�eines Auftrags auf Basis von Datei1.ps\n"
807"  und Datei2.ps angegeben, wenn sie an den Drucker apple gesendet w�\n"
808"\n"
809"  $ pykotme --printer apple,hplaser <Datei1.ps\n"
810"\n"
811"  Dies gibt ein Druckkontingent f� aktuellen Benutzer an. Das "
812"Kontingent\n"
813"  wird mit dem Preis und der Gr�eines Auftrags auf Basis von Datei1.ps,\n"
814"  angegeben, so wie sie vom Standard Input her gelesen wird, wenn sie an \n"
815"  den Drucker apple oder hplaser gesendet w�n"
816"\n"
817"  $ pykotme\n"
818"\n"
819"  Dies gibt ein Kontingent f�en Auftrag an, der aus dem besteht, was\n"
820"  via Standard Input ankommt. Das Kontingent zeigt die Gr�des Auftrags\n"
821"  und den Preis, den der Auftrag auf jedem Drucker kosten w�n"
822"\n"
823"This program is free software; you can redistribute it and/or modify\n"
824"it under the terms of the GNU General Public License as published by\n"
825"the Free Software Foundation; either version 2 of the License, or\n"
826"(at your option) any later version.\n"
827"\n"
828"This program is distributed in the hope that it will be useful,\n"
829"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
830"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
831"GNU General Public License for more details.\n"
832"\n"
833"You should have received a copy of the GNU General Public License\n"
834"along with this program; if not, write to the Free Software\n"
835"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
836"\n"
837"Melden Sie bitte Fehler an: %s"
838
839#, python-format
840msgid "Your account balance : %.2f"
841msgstr "Ihr Kontostand: %.2f"
842
843#, python-format
844msgid "Job size : %i pages"
845msgstr "Auftragsgr� %i Seiten"
846
847#, python-format
848msgid "Cost on printer %s : %.2f"
849msgstr "Kosten f�cker %s : %.2f"
850
851#, python-format
852msgid ""
853"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
854"Libres\n"
855"A tool to automate user account creation and initial balance setting.\n"
856"\n"
857"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
858"\n"
859"command line usage :\n"
860"\n"
861"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
862"  OF AN external policy IN pykota.conf\n"
863"  \n"
864"  autopykota { -i | --initbalance value } \n"
865"\n"
866"options :\n"
867"\n"
868"  -v | --version       Prints autopykota's version number then exits.\n"
869"  -h | --help          Prints this message then exits.\n"
870"  \n"
871"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
872"                       If the user already exists, actual balance is left\n"
873"                       unmodified. If unset, the default value is 0.\n"
874"                       \n"
875"This program is free software; you can redistribute it and/or modify\n"
876"it under the terms of the GNU General Public License as published by\n"
877"the Free Software Foundation; either version 2 of the License, or\n"
878"(at your option) any later version.\n"
879"\n"
880"This program is distributed in the hope that it will be useful,\n"
881"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
882"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
883"GNU General Public License for more details.\n"
884"\n"
885"You should have received a copy of the GNU General Public License\n"
886"along with this program; if not, write to the Free Software\n"
887"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
888"\n"
889"Please e-mail bugs to: %s"
890msgstr ""
891"autopykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
892"Libres\n"
893"Ein Programm zum automatischen Anlegen von Benutzer-Konti\n"
894"und zum Setzen von Anfangswerten\n"
895"\n"
896"SIE D�FEN NICHT DIESES PROGRAMM VERWENDEN,\n"
897"WENN SIE DIE KONTINGENTE F� IHRE BENUTZER AUF DER BASIS VON SEITENZAHLEN "
898"SETZEN WOLLEN!\n"
899"\n"
900"Gebrauch auf der Kommandozeile:\n"
901"\n"
902"  SIE D�FEN DIESES PROGRAMM NICHT AUF DER KOMMANDOZEILE BENUTZEN, SONDERN\n"
903"  NUR ALS ALS external policy IN pykota.conf\n"
904"\n"
905"  autopykota { -i | --initbalance value }\n"
906"  \n"
907"Optionen:\n"
908"\n"
909"  -v | --version       Gibt die Version von autopykota aus und endet.\n"
910"  -h | --help          Gibt diese Meldung aus und endet.\n"
911"  \n"
912"  -i | --initbalance b Setzt den Anfangswert der Balance des Benutzerkontos "
913"auf b.\n"
914"                       Wenn der Benutzer schon existiert, wird der aktuelle "
915"Balance-Wert\n"
916"                       unver�ert gelassen. Wenn er nicht gesetzt wird,\n"
917"                       ist der Standardwert 0.\n"
918"                       \n"
919"This program is free software; you can redistribute it and/or modify\n"
920"it under the terms of the GNU General Public License as published by\n"
921"the Free Software Foundation; either version 2 of the License, or\n"
922"(at your option) any later version.\n"
923"\n"
924"This program is distributed in the hope that it will be useful,\n"
925"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
926"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
927"GNU General Public License for more details.\n"
928"\n"
929"You should have received a copy of the GNU General Public License\n"
930"along with this program; if not, write to the Free Software\n"
931"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
932"\n"
933"Melden Sie bitte Fehler an: %s"
934
935msgid "Job contains no data. Printing is denied."
936msgstr "Auftrag beinhaltet keine Daten. Druck verweigert."
937
938msgid "Job accounting begins."
939msgstr "Auftrag Accounting beginnt."
940
941msgid "Job accounting ends."
942msgstr "Auftrag Accounting endet."
943
944msgid "Job size forced to 0 because printing is denied."
945msgstr "Auftragsgr�festgesetzt auf 0, weil der Druck verweigert wurde."
946
947#, python-format
948msgid "Job size : %i"
949msgstr "Auftragsgr� %i"
950
951#, python-format
952msgid "Updating user %s's quota on printer %s"
953msgstr "Das Kontingent f�utzer %s auf Drucker %s wird angepasst"
954
955msgid "Job added to history."
956msgstr "Auftrag zum Verlauf hinzugef�
957#, python-format
958msgid "File number %s unregistered twice from polling object, ignored."
959msgstr "Datei Nummer %s zweimal vom Abfrage Objekt abgemeldet, wird ignoriert."
960
961#, python-format
962msgid "SIGTERM was sent to real backend %s (pid: %s)"
963msgstr "SIGTERM wurde an reales Backend %s (pid: %s) gesendet"
964
965#, python-format
966msgid "CUPS backend %s died abnormally."
967msgstr "CUPS Backend %s abgest�
968
969#, python-format
970msgid ""
971"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
972"Libres\n"
973"\n"
974"Dumps PyKota database's content.\n"
975"\n"
976"command line usage :\n"
977"\n"
978"  dumpykota [options] \n"
979"\n"
980"options :\n"
981"\n"
982"  -v | --version       Prints dumpykota's version number then exits.\n"
983"  -h | --help          Prints this message then exits.\n"
984"  \n"
985"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
986"                       \n"
987"                         - history : dumps the jobs history.\n"
988"                         - users : dumps users.\n"
989"                         - groups : dumps user groups.\n"
990"                         - printers : dump printers.\n"
991"                         - upquotas : dump user quotas.\n"
992"                         - gpquotas : dump user groups quotas.\n"
993"                         - payments : dumps user payments.\n"
994"                         - pmembers : dumps printer groups members.\n"
995"                         - umembers : dumps user groups members.\n"
996"                         \n"
997"                       NB : the -d | --data command line option   \n"
998"                       is MANDATORY.\n"
999"  \n"
1000"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
1001"                       the format is to dump datas in the csv format (comma\n"
1002"                       separated values). All data dumped is between double\n"
1003"                       quotes. Allowed formats are :\n"
1004"                       \n"
1005"                         - csv : separate datas with commas\n"
1006"                         - ssv : separate datas with semicolons\n"
1007"                         - tsv : separate datas with tabs\n"
1008"                         - xml : dump data as XML\n"
1009"                         \n"
1010"  -o | --output fname  All datas will be dumped to the file instead of\n"
1011"                       to the standard output. The special '-' filename\n"
1012"                       is the default value and means stdout.\n"
1013"                       WARNING : existing files are truncated !\n"
1014"  \n"
1015"Examples :\n"
1016"\n"
1017"  $ dumpykota --data history --format csv >myfile.csv\n"
1018"  \n"
1019"  This dumps the history in a comma separated values file, for possible\n"
1020"  use in a spreadsheet.\n"
1021"  \n"
1022"  $ dumpykota --data users --format xml -o users.xml\n"
1023"  \n"
1024"  Dumps all users datas to the users.xml file.\n"
1025"  \n"
1026"This program is free software; you can redistribute it and/or modify\n"
1027"it under the terms of the GNU General Public License as published by\n"
1028"the Free Software Foundation; either version 2 of the License, or\n"
1029"(at your option) any later version.\n"
1030"\n"
1031"This program is distributed in the hope that it will be useful,\n"
1032"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1033"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1034"GNU General Public License for more details.\n"
1035"\n"
1036"You should have received a copy of the GNU General Public License\n"
1037"along with this program; if not, write to the Free Software\n"
1038"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1039"\n"
1040"Please e-mail bugs to: %s"
1041msgstr ""
1042"dumpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1043"Libres\n"
1044"\n"
1045"Erzeugt einen Auszug (Dump) des Inhalts der Pykota-Datenbank.\n"
1046"\n"
1047"Kommandozeilen-Gebrauch:\n"
1048"\n"
1049"  dumpykota [Optionen]\n"
1050"\n"
1051"Optionen:\n"
1052"\n"
1053"  -v | --version       Gibt die Versionsnummer von dumpykota aus und endet.\n"
1054"  -h | --help          Gibt diese Meldung aus und endet.\n"
1055"\n"
1056"  -d | --data type     Gibt Daten vom Typ 'type' aus. Erlaubte Typen sind:\n"
1057"\n"
1058"                         - history:  Gibt die Liste der Auftr� aus.\n"
1059"                         - users:    Gibt die Benutzer aus.\n"
1060"                         - groups:   Gibt die Gruppen aus.\n"
1061"                         - printers: Gibt die Drucker aus.\n"
1062"                         - upquotas: Gibt die Benutzerkontingente aus.\n"
1063"                         - gpquotas: Gibt die Gruppenkontingente aus.\n"
1064"                         - payments: Gibt die Zahlungen der Benutzer aus.\n"
1065"                         - pmembers: Gibt die Mitglieder der Druckergruppen "
1066"aus.\n"
1067"                         - umembers: Gibt die Mitglieder der Benutzergruppen "
1068"aus.\n"
1069"                           \n"
1070"                         N.B.: die Kommandozeilenoption -d | --data\n"
1071"                         ist VERPFLICHTEND.\n"
1072"\n"
1073"  -f | --format fmt    Gibt die Daten im Format 'fmt' aus. Wenn nichts "
1074"anderes angegeben\n"
1075"                       werden die Daten im csv (comma separated values = Die "
1076"Werte\n"
1077"                       sind durch Kommas getrennt) ausgegeben. Alle "
1078"ausgegebenen Daten\n"
1079"                       erscheinen zwischen doppelten G�ef�n. Erlaubte "
1080"Formate\n"
1081"                       sind:\n"
1082"\n"
1083"                        - csv: trennt Daten durch Kommas\n"
1084"                        - ssv: trennt Daten durch Strichpunkte\n"
1085"                        - tsv: trennt Daten durch Tabulatorenspr�"
1086"                        - xml: gibt die Daten als XML aus\n"
1087"\n"
1088"  -o | --output fname  Alle Daten werden in eine Datei statt in die "
1089"Standardausgabe\n"
1090"                       geschrieben. Der spezielle Dateiname '-' ist der "
1091"Standardwert\n"
1092"                       und bezeichnet stdout.\n"
1093"                       ACHTUNG: Existierende Dateien werden �hrieben.\n"
1094"\n"
1095"Beispiele:\n"
1096"\n"
1097"  $ dumpykota --data history --format csv >myfile.csv\n"
1098"\n"
1099"  Dies schreibt die Liste der Auftr� in eine Datei, in der die Daten durch "
1100"Kommas\n"
1101"  getrennt sind, zum m�chen Gebrauch in einer Tabellenverarbeitung.\n"
1102"\n"
1103"  $ dumpykota --data users --format xml -o users.xml\n"
1104"\n"
1105"  Gibt alle Daten der Nutzer in die Datei users.xml aus.\n"
1106"\n"
1107"This program is free software; you can redistribute it and/or modify\n"
1108"it under the terms of the GNU General Public License as published by\n"
1109"the Free Software Foundation; either version 2 of the License, or\n"
1110"(at your option) any later version.\n"
1111"\n"
1112"This program is distributed in the hope that it will be useful,\n"
1113"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1114"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1115"GNU General Public License for more details.\n"
1116"\n"
1117"You should have received a copy of the GNU General Public License\n"
1118"along with this program; if not, write to the Free Software\n"
1119"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1120"\n"
1121"Melden Sie bitte Fehler an: %s"
1122
1123#, python-format
1124msgid "Invalid modifier [%s] for --data command line option, see help."
1125msgstr ""
1126"Ung� Einstellung [%s] f�mandozeilenoption --data, siehe Hilfe."
1127
1128#, python-format
1129msgid "Invalid modifier [%s] for --format command line option, see help."
1130msgstr ""
1131"Ung�e Einstellung [%s] f�mandozeilenoption --format, siehe Hilfe."
1132
1133msgid "XML output is disabled because the jaxml module is not available."
1134msgstr "XML-Ausgabe ist unm�ch, weil das jaxml-Modul nicht verf�ist."
1135
1136msgid "PyKota data dumper failed : I/O error"
1137msgstr "PyKota data dumper fehlgeschlagen: I/O-Fehler"
1138
1139msgid "The -d | --data command line option is mandatory, see help."
1140msgstr "Die Kommandozeilenoption -d | --data ist unerl�lich, siehe Hilfe."
1141
1142msgid "Too many arguments, see help."
1143msgstr "Zu viele Argumente, siehe Hilfe."
1144
1145#, python-format
1146msgid ""
1147"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1148"Libres\n"
1149"A Print Quota editor for PyKota.\n"
1150"\n"
1151"command line usage :\n"
1152"\n"
1153"  edpykota [options] user1 user2 ... userN\n"
1154"  \n"
1155"  edpykota [options] group1 group2 ... groupN\n"
1156"\n"
1157"options :\n"
1158"\n"
1159"  -v | --version       Prints edpykota's version number then exits.\n"
1160"  -h | --help          Prints this message then exits.\n"
1161"  \n"
1162"  -a | --add           Adds users and/or printers if they don't \n"
1163"                       exist on the Quota Storage Server.\n"
1164"                       \n"
1165"  -d | --delete        Deletes users/groups from the quota storage.\n"
1166"                       Printers are never deleted.\n"
1167"                       \n"
1168"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
1169"                       for a particular printer. Job price is optional.\n"
1170"                       If both are to be set, separate them with a comma.\n"
1171"                       Floating point values are allowed.\n"
1172"  \n"
1173"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
1174"                              listed, separated by commas. The groups\n"
1175"                              must already exist in the Quota Storage.\n"
1176"  \n"
1177"  -u | --users         Edit users print quotas, this is the default.\n"
1178"  \n"
1179"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
1180"                       use wildcards characters to select only\n"
1181"                       some printers. The default value is *, meaning\n"
1182"                       all printers. \n"
1183"                       You can specify several names or wildcards, \n"
1184"                       by separating them with commas.\n"
1185"  \n"
1186"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
1187"                       pg1, pg2, etc... which must already exist.\n"
1188"                       A printer group is just like a normal printer,\n"
1189"                       only that it is usually unknown from the printing\n"
1190"                       system. Create printer groups exactly the same\n"
1191"                       way that you create printers, then add other \n"
1192"                       printers to them with this option.\n"
1193"                       Accounting is done on a printer and on all\n"
1194"                       the printer groups it belongs to, quota checking\n"
1195"                       is done on a printer and on all the printer groups\n"
1196"                       it belongs to.\n"
1197"  \n"
1198"  -g | --groups        Edit users groups print quotas instead of users.\n"
1199"                          \n"
1200"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
1201"                       print quotas\n"
1202"                       \n"
1203"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
1204"  \n"
1205"  -r | --reset         Resets the actual page counter for the user\n"
1206"                       or group to zero on the specified printers. \n"
1207"                       The life time page counter is kept unchanged.\n"
1208"                       \n"
1209"  -R | --hardreset     Resets the actual and life time page counters\n"
1210"                       for the user or group to zero on the specified \n"
1211"                       printers. \n"
1212"                       \n"
1213"  -l | --limitby l     Choose if the user/group is limited in "
1214"printing                     \n"
1215"                       by its account balance or by its page quota.\n"
1216"                       The default value is 'quota'. Allowed values\n"
1217"                       are 'quota' 'balance' 'quota-then-balance' and\n"
1218"                       'balance-then-quota'.\n"
1219"                       WARNING : quota-then-balance and balance-then-quota\n"
1220"                       are not yet implemented.\n"
1221"                       \n"
1222"  -b | --balance b     Sets the user's account balance to "
1223"b.                     \n"
1224"                       Account balance may be increase or decreased\n"
1225"                       if b is prefixed with + or -.\n"
1226"                       WARNING : when decreasing account balance,\n"
1227"                       the total paid so far by the user is decreased\n"
1228"                       too.\n"
1229"                       Groups don't have a real balance, but the\n"
1230"                       sum of their users' account balance.\n"
1231"                       \n"
1232"  -S | --softlimit sl  Sets the quota soft limit to sl "
1233"pages.                       \n"
1234"  \n"
1235"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
1236"  \n"
1237"  user1 through userN and group1 through groupN can use wildcards\n"
1238"  if the --add option is not set.\n"
1239"  \n"
1240"examples :                              \n"
1241"\n"
1242"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
1243"  \n"
1244"  This will add users john, paul, george and ringo to the quota\n"
1245"  database, and set their print quotas to the same values than user \n"
1246"  jerome. User jerome must already exist.\n"
1247"  User ringo's email address will also be set to 'ringo@example.com'\n"
1248"  \n"
1249"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
1250"  \n"
1251"  This will set jerome's print quota on the lp printer to a soft limit\n"
1252"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
1253"  printer lp doesn't exist on the Quota Storage Server then nothing is "
1254"done.\n"
1255"\n"
1256"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
1257"  \n"
1258"  Same as above, but if either user jerome or printer lp doesn't exist \n"
1259"  on the Quota Storage Server they are automatically added. Also\n"
1260"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
1261"  already exist in the Quota Storage.\n"
1262"            \n"
1263"  $ edpykota -g -S 500 -H 550 financial support            \n"
1264"  \n"
1265"  This will set print quota soft limit to 500 pages and hard limit\n"
1266"  to 550 pages for groups financial and support on all printers.\n"
1267"  \n"
1268"  $ edpykota --reset jerome \"jo*\"\n"
1269"  \n"
1270"  This will reset jerome's page counter to zero on all printers, as\n"
1271"  well as every user whose name begins with 'jo'.\n"
1272"  Their life time page counter on each printer will be kept unchanged.\n"
1273"  You can also reset the life time page counters by using the\n"
1274"  --hardreset | -R command line option.\n"
1275"  \n"
1276"  $ edpykota --printer hpcolor --noquota jerome\n"
1277"  \n"
1278"  This will tell PyKota to not limit jerome when printing on the \n"
1279"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
1280"  accounting of the pages he prints will still be kept.\n"
1281"  Print Quotas for jerome on other printers are unchanged.\n"
1282"  \n"
1283"  $ edpykota --limitby balance jerome\n"
1284"  \n"
1285"  This will tell PyKota to limit jerome by his account's balance\n"
1286"  when printing.\n"
1287"  \n"
1288"  $ edpykota --balance +10.0 jerome\n"
1289"  \n"
1290"  This will increase jerome's account balance by 10.0 (in your\n"
1291"  own currency). You can decrease the account balance with a\n"
1292"  dash prefix, and set it to a fixed amount with no prefix.\n"
1293"  \n"
1294"  $ edpykota --delete jerome rachel\n"
1295"  \n"
1296"  This will completely delete jerome and rachel from the Quota Storage\n"
1297"  database. All their quotas and jobs will be deleted too.\n"
1298"  \n"
1299"  $ edpykota --printer lp --charge 0.1\n"
1300"  \n"
1301"  This will set the page price for printer lp to 0.1. Job price\n"
1302"  will not be changed.\n"
1303"  \n"
1304"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
1305"  \n"
1306"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
1307"  When printing either on hplj1 or hplj2, print quota will also be \n"
1308"  checked and accounted for on virtual printers Laser and HP.\n"
1309"\n"
1310"This program is free software; you can redistribute it and/or modify\n"
1311"it under the terms of the GNU General Public License as published by\n"
1312"the Free Software Foundation; either version 2 of the License, or\n"
1313"(at your option) any later version.\n"
1314"\n"
1315"This program is distributed in the hope that it will be useful,\n"
1316"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1317"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1318"GNU General Public License for more details.\n"
1319"\n"
1320"You should have received a copy of the GNU General Public License\n"
1321"along with this program; if not, write to the Free Software\n"
1322"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1323"\n"
1324"Please e-mail bugs to: %s"
1325msgstr ""
1326"edpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1327"Libres\n"
1328"Ein Druckkontingent-Editor f�ota.\n"
1329"\n"
1330"Kommandozeilen-Gebrauch:\n"
1331"\n"
1332"  edpykota [options] benutzer1 benutzer2 ... benutzerN\n"
1333"  \n"
1334"  edpykota [options] gruppe1 gruppe2 ... gruppeN\n"
1335"\n"
1336"Optionen:\n"
1337"\n"
1338"   -v | --version       Gibt die Versionsnummer von edpykota aus und endet.\n"
1339"   -h | --help          Gibt diese Meldung aus und endet.\n"
1340"   \n"
1341"   -a | --add           F�ue Benutzer und/oder Drucker hinzu, wenn "
1342"sie \n"
1343"                        noch nicht in der Datenbank der Kontigentverwaltung\n"
1344"                        vorhanden sind.\n"
1345"                        \n"
1346"   -d | --delete        L�t Benutzer/Gruppen aus der "
1347"Kontigentverwaltung.\n"
1348"                        Drucker werden nie gel�t.\n"
1349"                        \n"
1350"   -c | --charge p[,j]  Setzt den Preis pro Seite und pro Auftrag fest, "
1351"der \n"
1352"                        f� betreffenden Drucker festgesetzt ist. Der "
1353"Preis \n"
1354"                        pro Auftrag ist fakultativ. Werden beide "
1355"verwendet, \n"
1356"                        trennen Sie sie mit einem Komma ab.\n"
1357"                        Flie�ommazahlen sind erlaubt.\n"
1358"   \n"
1359"   -i | --ingroups g1[,g2...] F�n Benutzer in jede der aufgef�\n"
1360"                              Gruppen ein, Trennung mit Kommas. Die Gruppen\n"
1361"                              m�schon in der Kontingentverwaltung "
1362"existieren.\n"
1363"   \n"
1364"   -u | --users         Editiert das Kontingent f� Benutzer, dies ist "
1365"der Standard.\n"
1366"   \n"
1367"   -P | --printer p     Editiert das Kontingent nur auf dem Drucker p. p "
1368"kann aber\n"
1369"                        Platzhalter-Zeichen enthalten, um nur einige "
1370"Drucker\n"
1371"                        auszuw�en. Der Standardwert ist *, das heisst "
1372"alle\n"
1373"                        Drucker\n"
1374"                        Sie k�n verschiedene Namen oder Platzhalter,\n"
1375"                        getrennt durch Kommas, angeben.\n"
1376"   \n"
1377"   -G | --pgroups pg1[,pg2...] F�n/die Drucker der Druckergruppen pg1,\n"
1378"                        pg2, etc..., die schon existieren m� hinzu.\n"
1379"                        Eine Druckergruppe ist wie ein normaler Drucker,\n"
1380"                        bloss kennt man ihn �erweise nicht im\n"
1381"                        Drucksystem. Richten Sie Druckergruppen genau\n"
1382"                        gleich wie Drucker ein, dann f�ie andere\n"
1383"                        Drucker mit dieser Option dazu.\n"
1384"                        Die Kontof� wird f�en Drucker und f�alle\n"
1385"                        Druckergruppen, denen er angeh� gemacht,\n"
1386"                        die Kontingent��wird f� Drucker\n"
1387"                        und f�e Druckergruppen, zu denen er geh�\n"
1388"                        gemacht.\n"
1389"  \n"
1390"   -g | --groups        Editiert Benutzergruppen-Kontingente anstelle von\n"
1391"                        Einzelbenutzern.\n"
1392"\n"
1393"   -p | --prototype u|g Setzt Benutzer u oder Gruppe g als Vorlage, um\n"
1394"                        Druckkontingente zu setzen.\n"
1395"\n"
1396"   -n | --noquota       Setzt keine Kontingentsbeschr�ung, sondern\n"
1397"                        macht bloss die Kontof�.\n"
1398"\n"
1399"   -r | --reset         Setzt den aktuellen Seitenz�er auf den\n"
1400"                        angegebenen Druckern f� Benutzer oder f�"                        die Gruppe auf Null zur�er lebensl�liche\n"
1401"                        Seitenz�er bleibt unver�ert.\n"
1402"\n"
1403"   -R | --hardreset     Setzt den aktuellen und den lebensl�lichen\n"
1404"                        Seitenz�er auf den angegebenen Druckern f�"                        den Benutzer oder die Gruppe auf Null zur�"
1405"\n"
1406"   -l | --limitby l     Bestimmen Sie, ob der Benutzer/die Gruppe f�\n"
1407"                        Drucken via account balance oder via "
1408"Seitenkontingent\n"
1409"                        limitiert wird.\n"
1410"                        Der Standardwert ist 'quota'. Erlaubte Werte sind\n"
1411"                        'quota' 'balance' 'quota-then-balance' und\n"
1412"                        'balance-then-quota'.\n"
1413"                        ACHTUNG: quota-then-balance und balance-then-quota\n"
1414"                        sind noch nicht implementiert.\n"
1415"\n"
1416"   -b | --balance b     Setzt die Abrechnungsbalance f� Benutzer auf "
1417"b.\n"
1418"                        Die Abrechnungsbalance kann erh�oder vermindert\n"
1419"                        werden, wenn b das Vorzeichen + oder - tr�.\n"
1420"                        ACHTUNG: wenn die Abrechnungsbalance vermindert "
1421"wird,\n"
1422"                        wird auch die Gesamtsumme, die der Benutzer bis "
1423"anhin\n"
1424"                        bezahlt hat, ebenso vermindert.\n"
1425"                        Gruppen haben keine eigentliche Balance, sondern\n"
1426"                        die Summe der Balance ihrer Benutzer.\n"
1427"\n"
1428"   -S | --softlimit sl   Setzt die weiche Kontingentslimite auf sl Seiten.\n"
1429"\n"
1430"   -H | --hardlimit hl   Setzt die harte Kontingentslimita auf hl Seiten.\n"
1431"\n"
1432"   benutzer1 bis benutzerN und gruppe1 bis gruppeN k�n Platzhalter "
1433"benutzen,\n"
1434"   wenn die Option --add nicht gesetzt ist.\n"
1435"\n"
1436"Beispiele:\n"
1437"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
1438"  \n"
1439"  Benutzer john, paul, george und ringo werden zur Kontingentverwaltung\n"
1440"  hinzugef�lle ihre Druckkontingentwerte werden auf den Wert\n"
1441"  von Benutzer jerome gesetzt. Der Benutzer jerome muss schon existieren.\n"
1442"\n"
1443"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
1444"\n"
1445"  Dies setzt das Druckkontingent von jerome f� lp Drucker auf\n"
1446"  eine weiche Grenze von 50 Seiten und auf eine harte Grenze von 80\n"
1447"  Seiten. Wenn entweder der Benutzer jerome oder der Drucker lp nicht\n"
1448"  exisitiert, wird nichts ausgef�n"
1449"\n"
1450"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
1451"\n"
1452"  Das gleiche wie oben, doch wenn entweder der Benutzer jerome oder der\n"
1453"  Drucker lp auf der Kontingentverwaltung nicht exisitieren,\n"
1454"  werden sie automatisch angelegt. Desgleichen wird der Benutzer jerome\n"
1455"  in die Gruppen 'coders' und 'it' eingef�ie aber schon in der\n"
1456"  Kontingentverwaltung existieren m�\n"
1457"\n"
1458"  $ edpykota -g -S 500 -H 550 financial support\n"
1459"\n"
1460"  Dies setzt den Gruppen 'financial' und 'support' das weiche \n"
1461"  Druckkontingent auf 500 und das harte auf 550 Seiten f�e\n"
1462"  Drucker.\n"
1463"\n"
1464"  $ edpykota --reset jerome \"jo*\"\n"
1465"\n"
1466"  Dies setzt den Seitenz�er f�ome auf allen Druckern auf Null\n"
1467"  zur�benso f�e Benutzer, deren Namen mit 'jo' beginnt.\n"
1468"  Ihre lebensl�lichen Seitenz�er auf den einzelnen Druckern bleibt\n"
1469"  unver�ert.\n"
1470"  Sie k�n die lebensl�lichen Seitenz�er mit der\n"
1471"  Kommandozeilenoption --hardreset | -R zur�zen.\n"
1472"\n"
1473"  $ edpykota --printer hpcolor --noquota jerome\n"
1474"\n"
1475"  Dies weist Pykota an, jerome beim Drucken auf dem Drucker hpcolor\n"
1476"  keine Limiten aufzuerlegen. Alle seine Auftr� auf diesen Drucker\n"
1477"  werden zugelassen, doch die Abrechnung der Seiten bleibt.\n"
1478"  Druckkontingente f�ome auf den anderen Druckern bleiben\n"
1479"  unver�ert.\n"
1480"\n"
1481"  $ edpykota --limitby balance jerome\n"
1482"\n"
1483"  Das weist Pykota an, jerome beim Drucken via Konto-Balance zu\n"
1484"  begrenzen.\n"
1485"\n"
1486"  $ edpykota --balance +10.0 jerome\n"
1487"\n"
1488"  Dies erh�den Kontostand von jerome mit 10.0 (in Ihrer W�ung).\n"
1489"  Sie k�n den Stand mit einem Minuszeichen erniedrigen und ihn,\n"
1490"  wenn sie kein Vorzeichen eingeben, auf einen fixen Betrag festlegen.\n"
1491"\n"
1492"  $ edpykota --delete jerome rachel\n"
1493"\n"
1494"  Dies l�t jerome und rachel komplett aus der Kontingenverwaltung.\n"
1495"  Alle ihre Kontingenge und Auftr� werden ebenfalls gel�t.\n"
1496"\n"
1497"  $ edpykota --printer lp --charge 0.1\n"
1498"\n"
1499"  Dies setzt den Seitenpreis auf dem Drucker lp auf 0.1. Der Preis\n"
1500"  pro Auftrag wird nicht ver�ert.\n"
1501"\n"
1502"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
1503"\n"
1504"  Dies f�e Drucker hplj1 und hlpj2 in die Druckergruppen Laser\n"
1505"  und HP ein. Wenn entweder auf hplj1 oder hplj2 gedruckt wird, wird\n"
1506"  das Druckkontingent ebenso f� virtuellen Drucker Laser und\n"
1507"  HP beachtet und berechnet.\n"
1508"\n"
1509"This program is free software; you can redistribute it and/or modify\n"
1510"it under the terms of the GNU General Public License as published by\n"
1511"the Free Software Foundation; either version 2 of the License, or\n"
1512"(at your option) any later version.\n"
1513"\n"
1514"This program is distributed in the hope that it will be useful,\n"
1515"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1516"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1517"GNU General Public License for more details.\n"
1518"\n"
1519"You should have received a copy of the GNU General Public License\n"
1520"along with this program; if not, write to the Free Software\n"
1521"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1522"\n"
1523"Melden Sie bitte Fehler an: %s"
1524
1525#, python-format
1526msgid "Invalid softlimit value %s."
1527msgstr "Ung�r Wert f�tlimit %s."
1528
1529#, python-format
1530msgid "Invalid hardlimit value %s."
1531msgstr "Ung�r Wert f�dlimit %s."
1532
1533#, python-format
1534msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
1535msgstr "Hardlimit %i ist kleiner als Softlimit %i, Werte werden ausgetauscht."
1536
1537#, python-format
1538msgid "Invalid balance value %s"
1539msgstr "Ung�r Wert f�ance %s"
1540
1541#, python-format
1542msgid "Invalid limitby value %s"
1543msgstr "Ung�r Wert f�itby %s"
1544
1545msgid "You have to pass user or group names on the command line"
1546msgstr "Sie m�Benutzer- oder Gruppenname auf der Kommandozeile �ben"
1547
1548#, python-format
1549msgid "Prototype %s not found in Quota Storage for printer %s."
1550msgstr "Prototyp %s in Kontingentverwaltung f�cker %s nicht gefunden."
1551
1552#, python-format
1553msgid "Prototype object %s not found in Quota Storage."
1554msgstr "Prototyp Objekt %s in Kontingentverwaltung nicht gefunden."
1555
1556#, python-format
1557msgid "Undefined hard limit set to soft limit (%s) on printer %s."
1558msgstr "Nicht definiertes Hardlimit auf Softlimit (%s) f�cker %s gesetzt."
1559
1560#, python-format
1561msgid "Undefined soft limit set to hard limit (%s) on printer %s."
1562msgstr "Nicht definiertes Softlimit auf Hardlimit (%s) f�cker %s gesetzt."
1563
1564#, python-format
1565msgid "Invalid email address %s"
1566msgstr "Ung� Email-Adresse %s"
1567
1568#, python-format
1569msgid "Unknown group %s"
1570msgstr ""
1571
1572#, python-format
1573msgid "Unknown user %s"
1574msgstr ""
1575
1576#, python-format
1577msgid "Invalid group name %s"
1578msgstr "Ung�r Gruppenname %s"
1579
1580#, python-format
1581msgid "Invalid user name %s"
1582msgstr "Ung�r Benutzername %s"
1583
1584#, python-format
1585msgid "Quota not found for object %s on printer %s."
1586msgstr "Kontingent f�ekt %s auf Drucker %s nicht gefunden."
1587
1588#, python-format
1589msgid "Group %s not found in the PyKota Storage."
1590msgstr "Gruppe %s in der PyKota Kontingentverwaltung nicht gefunden."
1591
1592msgid "Software accounting already done in first pass. Ignoring."
1593msgstr ""
1594"Software Kontof� bereits im ersten Durchgang erledigt. Wird ignoriert."
1595
1596msgid "Hardware accounting already done in first pass. Ignoring."
1597msgstr "Hardware Kontof� bereits im ersten Durchgang erledigt. Ignoriere."
1598
1599msgid "Job size and price now set in history."
1600msgstr ""
1601
1602#, python-format
1603msgid ""
1604"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1605"Libres\n"
1606"\n"
1607"Generates print quota reports.\n"
1608"\n"
1609"command line usage :\n"
1610"\n"
1611"  repykota [options] \n"
1612"\n"
1613"options :\n"
1614"\n"
1615"  -v | --version       Prints repykota's version number then exits.\n"
1616"  -h | --help          Prints this message then exits.\n"
1617"  \n"
1618"  -u | --users         Generates a report on users quota, this is \n"
1619"                       the default.\n"
1620"  \n"
1621"  -g | --groups        Generates a report on group quota instead of users.\n"
1622"  \n"
1623"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
1624"                       use wildcards characters to select only\n"
1625"                       some printers. The default value is *, meaning\n"
1626"                       all printers.\n"
1627"                       You can specify several names or wildcards, \n"
1628"                       by separating them with commas.\n"
1629"  \n"
1630"examples :                              \n"
1631"\n"
1632"  $ repykota --printer lp\n"
1633"  \n"
1634"  This will print the quota status for all users who use the lp printer.\n"
1635"\n"
1636"  $ repykota \n"
1637"  \n"
1638"  This will print the quota status for all users on all printers.\n"
1639"  \n"
1640"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1641"  \n"
1642"  This will print the quota status for user jerome and all users\n"
1643"  whose name begins with \"jo\" on all printers which name begins\n"
1644"  with \"laser\" or ends with \"pson\".\n"
1645"  \n"
1646"  If launched by an user who is not a PyKota administrator, additionnal\n"
1647"  arguments representing users or groups names are ignored, and only the\n"
1648"  current user/group is reported.\n"
1649"\n"
1650"This program is free software; you can redistribute it and/or modify\n"
1651"it under the terms of the GNU General Public License as published by\n"
1652"the Free Software Foundation; either version 2 of the License, or\n"
1653"(at your option) any later version.\n"
1654"\n"
1655"This program is distributed in the hope that it will be useful,\n"
1656"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1657"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1658"GNU General Public License for more details.\n"
1659"\n"
1660"You should have received a copy of the GNU General Public License\n"
1661"along with this program; if not, write to the Free Software\n"
1662"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1663"\n"
1664"Please e-mail bugs to: %s"
1665msgstr ""
1666"repykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1667"Libres\n"
1668"\n"
1669"Erzeugt Berichte zu den Druckkontingenten.\n"
1670"\n"
1671"Kommandozeilen-Gebrauch:\n"
1672"\n"
1673"  repykota [Optionen]\n"
1674"\n"
1675"  -v | --version       Gibt die Versionsnummer von repykota aus und endet.\n"
1676"  -h | --help          Gibt diese Meldung aus und endet.\n"
1677"\n"
1678"  -u | --users         Erzeugt einen Bericht �ie Kontigente der "
1679"Benutzer.\n"
1680"                       Dies ist der Standard.\n"
1681"\n"
1682"  -g | --groups        Erzeugt einen Bericht �ie Kontingente der "
1683"Gruppe\n"
1684"                       anstelle der Benutzer.\n"
1685"\n"
1686"  -P | --printer p     Druckkontingent nur f�sen Drucker ausgeben.\n"
1687"                       p kann Platzhalter enthalten um nur einige Drucker\n"
1688"                       auszuw�en. Der Standardwert ist *, d.h. alle\n"
1689"                       Drucker.\n"
1690"                       Sie k�n verschiedene Namen oder Platzhalter "
1691"angeben,\n"
1692"                       die Sie mit Kommas abtrennen.\n"
1693"\n"
1694"Beispiele:\n"
1695"\n"
1696"  $ repykota --printer lp\n"
1697"\n"
1698"  Dies gibt den Stand der Kontingente aller Benutzer aus, die den\n"
1699"  Drucker lp benutzen.\n"
1700"\n"
1701"  $ repykota\n"
1702"\n"
1703"  Dies gibt den Stand der Kontingente f�e Benutzer auf allen Druckern "
1704"aus.\n"
1705"\n"
1706"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
1707"\n"
1708"  Dies gibt den Stand der Kontingente f� Benutzer jerome und f�e\n"
1709"  Benutzer aus, deren Namen mit \"jo\" beginnt, auf allen Druckern, deren "
1710"Namen\n"
1711"  mit \"laser\" beginnt oder mit \"pson\" endet.\n"
1712"\n"
1713"  Wenn das Programm von einem Benutzer aufgerufen wird, der kein\n"
1714"  PyKota-Administrator ist, so werden die zus�lichen Optionen f�Benutzer\n"
1715"  oder Gruppen ignoriert und nur die Daten des aktuellen Benutzers/Gruppe\n"
1716"  ausgegeben.\n"
1717"\n"
1718"This program is free software; you can redistribute it and/or modify\n"
1719"it under the terms of the GNU General Public License as published by\n"
1720"the Free Software Foundation; either version 2 of the License, or\n"
1721"(at your option) any later version.\n"
1722"\n"
1723"This program is distributed in the hope that it will be useful,\n"
1724"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1725"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1726"GNU General Public License for more details.\n"
1727"\n"
1728"You should have received a copy of the GNU General Public License\n"
1729"along with this program; if not, write to the Free Software\n"
1730"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1731"\n"
1732"Melden Sie bitte Fehler an: %s"
1733
1734#, python-format
1735msgid ""
1736"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1737"Libres\n"
1738"\n"
1739"Sends mail to users over print quota.\n"
1740"\n"
1741"command line usage :\n"
1742"\n"
1743"  warnpykota  [options]  [names]\n"
1744"\n"
1745"options :\n"
1746"\n"
1747"  -v | --version       Prints warnpykota's version number then exits.\n"
1748"  -h | --help          Prints this message then exits.\n"
1749"  \n"
1750"  -u | --users         Warns users over their print quota, this is the \n"
1751"                       default.\n"
1752"  \n"
1753"  -g | --groups        Warns users whose groups quota are over limit.\n"
1754"  \n"
1755"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
1756"                       use wildcards characters to select only\n"
1757"                       some printers. The default value is *, meaning\n"
1758"                       all printers.\n"
1759"                       You can specify several names or wildcards, \n"
1760"                       by separating them with commas.\n"
1761"  \n"
1762"examples :                              \n"
1763"\n"
1764"  $ warnpykota --printer lp\n"
1765"  \n"
1766"  This will warn all users of the lp printer who have exceeded their\n"
1767"  print quota.\n"
1768"\n"
1769"  $ warnpykota \n"
1770"  \n"
1771"  This will warn all users  who have exceeded their print quota on\n"
1772"  any printer.\n"
1773"\n"
1774"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1775"  \n"
1776"  This will warn all users of groups which names begins with \"dev\" and\n"
1777"  who have exceeded their print quota on any printer which name begins \n"
1778"  with \"laserjet\"\n"
1779"  \n"
1780"  If launched by an user who is not a PyKota administrator, additionnal\n"
1781"  arguments representing users or groups names are ignored, and only the\n"
1782"  current user/group is reported.\n"
1783"\n"
1784"This program is free software; you can redistribute it and/or modify\n"
1785"it under the terms of the GNU General Public License as published by\n"
1786"the Free Software Foundation; either version 2 of the License, or\n"
1787"(at your option) any later version.\n"
1788"\n"
1789"This program is distributed in the hope that it will be useful,\n"
1790"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1791"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1792"GNU General Public License for more details.\n"
1793"\n"
1794"You should have received a copy of the GNU General Public License\n"
1795"along with this program; if not, write to the Free Software\n"
1796"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1797"\n"
1798"Please e-mail bugs to: %s"
1799msgstr ""
1800"warnpykota v%s (c) 2003, 2004, 2005 C@LL - Conseil Internet & Logiciels "
1801"Libres\n"
1802"\n"
1803"Sendet Post an die Benutzer bez� Druckkontingente.\n"
1804"\n"
1805"Befehlszeilen-Gebrauch:\n"
1806"\n"
1807"  warnpykota  [Optionen]  [Namen]\n"
1808"\n"
1809"Optionen:\n"
1810"\n"
1811"  -v | --version       Gibt die Version von warnpykota aus und endet.\n"
1812"  -h | --help          Gibt diese Meldung aus und endet.\n"
1813"\n"
1814"  -u | --users         Warnt die Benutzer bez� ihres Druckkontingents.\n"
1815"                       Das ist der Standard.\n"
1816"\n"
1817"  -g | --groups        Warnt die Benutzer, deren Gruppen �em Limit "
1818"sind.\n"
1819"\n"
1820"  -P | --printer p     Verfiziert die Kontingente allein f�sen "
1821"Drucker.\n"
1822"                       p kann Platzhalter enthalten um nur einige Drucker\n"
1823"                       auszuw�en. Standardwert ist *, d.h. alle Drucker.\n"
1824"                       Sie k�n verschiedene Namen und Platzhalter "
1825"angeben,\n"
1826"                       die Sie mit Kommas abtrennen m�\n"
1827"\n"
1828"Beispiele:\n"
1829"\n"
1830"  $ warnpykota --printer lp\n"
1831"\n"
1832"  Dies warnt alle Benutzer des Druckers lp, die ihr Druckkontingent\n"
1833"  �hritten haben.\n"
1834"\n"
1835"  $ warnpykota\n"
1836"\n"
1837"  Dies warnt alle Benutzer, die Ihr Druckkontingent auf irgendeinem\n"
1838"  Drucker �hritten haben.\n"
1839"\n"
1840"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
1841"\n"
1842"  Dies warnt alle Benutzer der Gruppen, deren Namen mit \"dev\" beginnen "
1843"und\n"
1844"  die ihr Druckkontingent auf irgendeinem Drucker, dessen Name mit\n"
1845"  \"laserjet\" beginnt.\n"
1846"\n"
1847"  Wenn das Programm von einem Benutzer aufgerufen wird, der nicht ein\n"
1848"  Pykota-Administrator ist, werden die Optionen f�utzer- und \n"
1849"  Gruppennamen ignoriert und nur der aktuelle Benutzer/Gruppe angezeigt.\n"
1850"\n"
1851"This program is free software; you can redistribute it and/or modify\n"
1852"it under the terms of the GNU General Public License as published by\n"
1853"the Free Software Foundation; either version 2 of the License, or\n"
1854"(at your option) any later version.\n"
1855"\n"
1856"This program is distributed in the hope that it will be useful,\n"
1857"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1858"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
1859"GNU General Public License for more details.\n"
1860"\n"
1861"You should have received a copy of the GNU General Public License\n"
1862"along with this program; if not, write to the Free Software\n"
1863"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
1864"\n"
1865"Melden Sie bitte Fehler an: %s"
1866
1867#, python-format
1868msgid "Unsupported accounter backend %s"
1869msgstr "Accounterbackend %s wird nicht unterst�#, python-format
1870msgid "Configuration file %s not found."
1871msgstr "Konfigurationsdatei %s nicht gefunden."
1872
1873#, python-format
1874msgid "Option %s not found in section global of %s"
1875msgstr "Option %s im globalen Abschnitt von %s nicht gefunden"
1876
1877#, python-format
1878msgid "Option %s not found in section %s of %s"
1879msgstr "Option %s in Abschnitt %s von %s nicht gfunden"
1880
1881#, python-format
1882msgid "Option logger only supports values in %s"
1883msgstr "Option logger unterst�ur folgende Werte %s"
1884
1885#, python-format
1886msgid "Invalid accounter %s for printer %s"
1887msgstr "Ung�r Accounter %s f�cker %s "
1888
1889#, python-format
1890msgid "Option accounter in section %s only supports values in %s"
1891msgstr "Option 'accounter' in Abschnitt %s unterst�ur folgende Werte %s"
1892
1893#, python-format
1894msgid "Option enforcement in section %s only supports values in %s"
1895msgstr "Option 'enforcement' in Abschnitt %s unterst�ur folgende Werte %s"
1896
1897#, python-format
1898msgid "Option onaccountererror in section %s only supports values in %s"
1899msgstr ""
1900"Option 'onaccountererror' in Abschnitt %s unterst�ur folgende Werte %s"
1901
1902#, python-format
1903msgid "Invalid policy %s for printer %s"
1904msgstr "Ung� Richtlinie ('policy') %s f�cker %s"
1905
1906#, python-format
1907msgid "Option policy in section %s only supports values in %s"
1908msgstr "Option 'policy' in Abschnitt %s unterst�ur folgende Werte %s"
1909
1910#, python-format
1911msgid "Invalid option mailto %s for printer %s"
1912msgstr "Ung� Option 'mailto' %s f�cker %s"
1913
1914#, python-format
1915msgid "Option mailto in section %s only supports values in %s"
1916msgstr "Option 'mailto' in Abschnitt %s unterst�ur folgende Werte %s"
1917
1918#, python-format
1919msgid "Invalid grace delay %s"
1920msgstr "Ung� Schongrenze %s"
1921
1922#, python-format
1923msgid "Invalid poor man's threshold %s"
1924msgstr "Ung� 'poorman' Grenze %s"
1925
1926msgid ""
1927"Your Print Quota account balance is Low.\n"
1928"Soon you'll not be allowed to print anymore.\n"
1929"Please contact the Print Quota Administrator to solve the problem."
1930msgstr ""
1931"Ihr Druckkontingent-Kontostand ist niedrig.\n"
1932"Bald wird es Ihnen nicht mehr gestattet sein zu drucken.\n"
1933"Bitte kontaktieren Sie den Druckkontingent-Administrator,\n"
1934"um dieses Problem zu l�."
1935
1936#, python-format
1937msgid ""
1938"You are not allowed to print anymore because\n"
1939"your Print Quota is exceeded on printer %s."
1940msgstr ""
1941"Es ist ihnen nicht gestattet weiterhin zu drucken, weil \n"
1942"ihr Druckkontingent auf Drucker %s �gen ist."
1943
1944#, python-format
1945msgid ""
1946"You will soon be forbidden to print anymore because\n"
1947"your Print Quota is almost reached on printer %s."
1948msgstr ""
1949"Bald wird es ihnen verboten sein zu Drucken, weil \n"
1950"ihr Druckkontingent auf Drucker %s fast aufgebraucht ist."
1951
1952#, python-format
1953msgid "Option accountbanner in section %s only supports values in %s"
1954msgstr ""
1955
1956#, python-format
1957msgid "Unsupported logging subsystem %s"
1958msgstr "Nicht unterst� logging subsystem %s"
1959
1960#, python-format
1961msgid "Report for %s quota on printer %s"
1962msgstr "Report f�Kontingent auf Drucker %s"
1963
1964#, python-format
1965msgid "Pages grace time: %i days"
1966msgstr "Schonfrist: %i Tage"
1967
1968#, python-format
1969msgid "Price per job: %.3f"
1970msgstr "Preis pro Auftrag: %.3f"
1971
1972#, python-format
1973msgid "Price per page: %.3f"
1974msgstr "Preis pro Seite: %.3f"
1975
1976msgid ""
1977"Group           used    soft    hard    balance grace         total       "
1978"paid"
1979msgstr ""
1980"Gruppe          used    Soft    Hard    Konto   Aufschub      Gesamt   "
1981"Bezahlt"
1982
1983msgid ""
1984"User            used    soft    hard    balance grace         total       "
1985"paid"
1986msgstr ""
1987"User            used    Soft    Hard    Konto   Aufschub      Gesamt   "
1988"Bezahlt"
1989
1990msgid "unknown"
1991msgstr "unbekannt"
1992
1993#, python-format
1994msgid "Real : %s"
1995msgstr "Real : %s"
1996
1997#, python-format
1998msgid "Total : %9i"
1999msgstr "Gesamt : %9i"
2000
2001#, python-format
2002msgid "Unsupported reporter backend %s"
2003msgstr "Nicht unterst� Report-Backend %s"
2004
2005#, python-format
2006msgid "Unsupported quota storage backend %s"
2007msgstr "Nicht unterst� Kontingentspeicherungsbackend (quota storage) %s"
2008
2009#, python-format
2010msgid "Impossible to connect to SMTP server : %s"
2011msgstr "SMTP-Server kann nicht erreicht werden: %s"
2012
2013#, python-format
2014msgid "Impossible to send mail to %s, error %s : %s"
2015msgstr "Unm�ch Mail an %s zu senden, Fehler %s : %s"
2016
2017#, python-format
2018msgid ""
2019"\n"
2020"\n"
2021"Please contact your system administrator :\n"
2022"\n"
2023"\t%s - <%s>\n"
2024msgstr ""
2025"\n"
2026"\n"
2027"Bitte kontakieren Sie Ihren Systemadministrator:\n"
2028"\n"
2029"\t%s - <%s>\n"
2030
2031#, python-format
2032msgid "Unable to match user %s on printer %s, applying default policy (%s)"
2033msgstr ""
2034"Keine �ereinstimmung f�utzer %s auf Drucker %s vorhanden, wende "
2035"Standard-Richtlinie an (%s)"
2036
2037#, python-format
2038msgid ""
2039"Unable to find user %s's account balance, applying default policy (%s) for "
2040"printer %s"
2041msgstr ""
2042"Keine �ereinstimmung f� Kontostand von Benutzer %s,\n"
2043"wende Standard-Richtlinie (%s) f�cker %s an"
2044
2045#, python-format
2046msgid "Print Quota exceeded for group %s on printer %s"
2047msgstr "�erzogenes Druckkontingent f�ppe %s auf Drucker %s"
2048
2049msgid "Print Quota"
2050msgstr "Druckkontingent"
2051
2052msgid "Print Quota Exceeded"
2053msgstr "�erzogenes Druckkontingent"
2054
2055#, python-format
2056msgid "Print Quota low for group %s on printer %s"
2057msgstr "Niedriges Druckkontingent f�ppe %s auf Drucker %s"
2058
2059#, python-format
2060msgid "Print Quota exceeded for user %s on printer %s"
2061msgstr "�erzogenes Druckkontingent f�utzer %s auf Drucker %s"
2062
2063#, python-format
2064msgid "Print Quota low for user %s on printer %s"
2065msgstr "Niedriges Druckkontingent f�utzer %s auf Drucker %s"
2066
2067msgid "Print Quota Low"
2068msgstr "Niedriges Druckkontingent"
2069
2070#, python-format
2071msgid "Printing system %s, args=%s"
2072msgstr "Drucksystem %s, args=%s"
2073
2074#, python-format
2075msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
2076msgstr ""
2077"Vorausberechnung der Auftragsgr�nicht m�ch mit der allgemeinen PDL "
2078"Analyseroutine : %s"
2079
2080#, python-format
2081msgid "SIGTERM received, job %s cancelled."
2082msgstr "SIGTERM empfangen, Auftrag %s abgebrochen."
2083
2084#, python-format
2085msgid "Banner generator %s exit code is %s"
2086msgstr ""
2087
2088msgid "Printer hostname undefined, set to 'localhost'"
2089msgstr "Hostname des Druckers nicht definiert, setze auf 'localhost'"
2090
2091#, python-format
2092msgid "Printing system unknown, args=%s"
2093msgstr "Drucksystem unbekannt, args=%s"
2094
2095#, python-format
2096msgid ""
2097"Printer %s not registered in the PyKota system, applying external policy (%"
2098"s) for printer %s"
2099msgstr ""
2100"Drucker %s ist nicht im PyKota System registriert, wende externe Richtlinie "
2101"(%s) f�cker %s an"
2102
2103#, python-format
2104msgid ""
2105"User %s not registered in the PyKota system, applying external policy (%s) "
2106"for printer %s"
2107msgstr ""
2108"Benutzer %s ist nicht in der PyKota-Verwaltung registriert, wende externe "
2109"Richtlinie (%s) f�cker %s an"
2110
2111#, python-format
2112msgid ""
2113"User %s doesn't have quota on printer %s in the PyKota system, applying "
2114"external policy (%s) for printer %s"
2115msgstr ""
2116"Benutzer %s hat in der PyKota-Verwaltung kein Kontingent auf Drucker %s, "
2117"wende externe Richtlinie (%s) f�cker %s an"
2118
2119#, python-format
2120msgid ""
2121"External policy %s for printer %s produced an error. Job rejected. Please "
2122"check PyKota's configuration files."
2123msgstr ""
2124"Externe Richtlinie %s f�cker %s hat eine Fehler erzeugt. Auftrag "
2125"abgelehnt. Bitte ��ie PyKota's Konfigurationsdatei."
2126
2127#, python-format
2128msgid ""
2129"Printer %s not registered in the PyKota system, applying default policy (%s)"
2130msgstr ""
2131"Drucker %s ist nicht in der PyKota-Verwaltung registriert, wende Standard-"
2132"Richtlinie (%s) an"
2133
2134#, python-format
2135msgid ""
2136"User %s not registered in the PyKota system, applying default policy (%s) "
2137"for printer %s"
2138msgstr ""
2139"Benutzer %s ist nicht in der PyKota-Verwaltung registriert, wende Standard-"
2140"Richtlinie (%s) f�cker %s an"
2141
2142#, python-format
2143msgid ""
2144"User %s doesn't have quota on printer %s in the PyKota system, applying "
2145"default policy (%s)"
2146msgstr ""
2147"Benutzer %s hat in der PyKota-Verwaltung f�cker %s kein Kontingent, "
2148"wende Standard-Richtlinie (%s) an"
2149
2150#, python-format
2151msgid ""
2152"Printer %s still not registered in the PyKota system, job will be rejected"
2153msgstr ""
2154"Drucker %s noch immer nicht in der PyKota-Verwaltung registriert, Auftrag "
2155"wird abgelehnt werden"
2156
2157#, python-format
2158msgid ""
2159"User %s still not registered in the PyKota system, job will be rejected on "
2160"printer %s"
2161msgstr ""
2162"Benutzer %s noch immer nicht in der PyKota-Verwaltung registriert, Auftrag "
2163"f�cker %s wird abgelehnt"
2164
2165#, python-format
2166msgid ""
2167"User %s still doesn't have quota on printer %s in the PyKota system, job "
2168"will be rejected"
2169msgstr ""
2170"Benutzer %s hat in der PyKota-Verwaltung noch immer kein Kontingent f�Drucker %s, Auftrag wird abgelehnt"
2171
2172#, python-format
2173msgid "Network error while doing SNMP queries on printer %s : %s"
2174msgstr "Netzwerk-Fehler w�end SNMP-Abfragen auf Drucker %s: %s"
2175
2176#, python-format
2177msgid "SNMP message decoding error for printer %s : %s"
2178msgstr ""
2179
2180#, python-format
2181msgid "Problem encountered while doing SNMP queries on printer %s : %s"
2182msgstr ""
2183"Es sind Probleme w�end den SNMP-Abfragen auf Drucker %s aufgetreten: %s"
2184
2185#, python-format
2186msgid "Waiting for printer %s to be idle or printing..."
2187msgstr "Am Warten darauf, dass Drucker %s 'idle' oder 'printing' wird..."
2188
2189#, python-format
2190msgid "Waiting for printer %s's idle status to stabilize..."
2191msgstr "Am Warten darauf, dass der idle-Status von Drucker %s stabil wird..."
2192
2193#, python-format
2194msgid "Problem during connection to %s:%s : %s"
2195msgstr "Problem w�end der Verbindung zu %s:%s : %s"
2196
2197#, python-format
2198msgid "Problem while sending PJL query to %s:%s : %s"
2199msgstr "Probleme w�end des Sendens der PJL-Abfrage an %s:%s :%s"
2200
2201#, python-format
2202msgid "A problem occured while reading printer %s's internal page counter."
2203msgstr ""
2204"Ein Problem trat w�dend des Auslesens des internen Seitenz�ers von "
2205"Drucker %s auf."
2206
2207#, python-format
2208msgid "Retrieving printer %s's page counter from database instead."
2209msgstr ""
2210"Seitenz�er f�cker %s wird anstelle dessen aus der Datenbank genommen."
2211
2212#, python-format
2213msgid ""
2214"Couldn't retrieve printer %s's internal page counter either before or after "
2215"printing."
2216msgstr ""
2217"Es war unm�ch, den internen Seitenz�er von Drucker %s vor oder nach dem "
2218"Drucken zu lesen."
2219
2220#, python-format
2221msgid "Job's size forced to 1 page for printer %s."
2222msgstr "Auftragsgr�f�cker %s auf 1 Seite festgelegt."
2223
2224#, python-format
2225msgid "No previous job in database for printer %s."
2226msgstr "Kein fr� Auftrag f�cker %s in der Datenbank"
2227
2228#, python-format
2229msgid "Inconsistent values for printer %s's internal page counter."
2230msgstr "Inkonsistente Werte f� internen Seitenz�er von Drucker %s"
2231
2232msgid ""
2233"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
2234"download it from http://pysnmp.sourceforge.net"
2235msgstr ""
2236"Internes SNMP-Accounting verlangt, doch Python-SNMP ist nicht verf� "
2237"Bitte laden Sie es herunter von http://pysnmp.sourceforge.net"
2238
2239#, python-format
2240msgid "Unknown printer address in HARDWARE(%s) for printer %s"
2241msgstr "Unbekannte Drucker Adresse in HARDWARE(%s) f�cker %s"
2242
2243#, python-format
2244msgid "Launching HARDWARE(%s)..."
2245msgstr "Starte HARDWARE(%s)..."
2246
2247#, python-format
2248msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
2249msgstr "SIGTERM wurde an Hardware Accounter %s (pid: %s) gesendet"
2250
2251#, python-format
2252msgid "Line [%s] skipped in accounter's output. Trying again..."
2253msgstr ""
2254"Linie [%s] in der Ausgabe des Z�ers �rungen. Erneuter Versuch..."
2255
2256#, python-format
2257msgid "Hardware accounter %s exit code is %s"
2258msgstr "Der Exit-Code des Hardwarez�ers %s ist %s"
2259
2260#, python-format
2261msgid "Unable to query printer %s via HARDWARE(%s)"
2262msgstr "Unm�ch Drucker %s via HARDWARE(%s) abzufragen"
2263
2264#, python-format
2265msgid ""
2266"SNMP querying stage interrupted. Using latest value seen for internal page "
2267"counter (%s) on printer %s."
2268msgstr ""
2269"SNMP-Abfrage-Status unterbrochen. Es wird der letzte bekannte Wert des "
2270"internen Seitenz�ers (%s) von Drucker %s verwendet."
2271
2272#, python-format
2273msgid ""
2274"PJL querying stage interrupted. Using latest value seen for internal page "
2275"counter (%s) on printer %s."
2276msgstr ""
2277"PJL-Abfrage-Status unterbrochen. Es wird der letzte bekannte Wert des "
2278"internen Seitenz�er (%s) von Drucker %s verwendet."
2279
2280#, python-format
2281msgid "Launching SOFTWARE(%s)..."
2282msgstr "Starte SOFTWARE(%s)..."
2283
2284#, python-format
2285msgid "Unable to compute job size with accounter %s"
2286msgstr "Es ist unm�ch, die Auftragsgr�mit Accounter %s zu berechnen"
2287
2288#, python-format
2289msgid "Problem while waiting for software accounter pid %s to exit : %s"
2290msgstr ""
2291"Probleme beim Warten auf das Beenden des Software-Accounters pid %s: %s"
2292
2293#, python-format
2294msgid "Software accounter %s exit code is %s"
2295msgstr "Der Exit-Code des Software-Accounters %s ist %s"
2296
2297msgid "Totals may be inaccurate if some users are members of several groups."
2298msgstr ""
2299"Gesamtsummen sind m�cherweise ungenau, falles einige Benutzer Mitglieder "
2300"von mehreren Gruppen sind."
2301
2302#, python-format
2303msgid ""
2304"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
2305"double check /etc/pykota/pykota.conf : %s"
2306msgstr ""
2307"Suchbasis %s scheint nicht zu existieren. M�herweise falsche "
2308"Konfiguration. Bitte /etc/pykota/pykota.conf ��%s"
2309
2310#, python-format
2311msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
2312msgstr "Suche nach %s(%s) aus %s(scope=%s) ergab kein Antwort."
2313
2314#, python-format
2315msgid "Problem adding LDAP entry (%s, %s)"
2316msgstr "Problem, den LDAP-Eintrag (%s, %s) hinzuzuf�
2317#, python-format
2318msgid "Problem deleting LDAP entry (%s)"
2319msgstr "Problem LDAP Eintrag (%s) zu l�en"
2320
2321#, python-format
2322msgid "Problem modifying LDAP entry (%s, %s)"
2323msgstr "Problem LDAP Eintrag (%s, %s) zu modifizieren"
2324
2325#, python-format
2326msgid ""
2327"No pykotaAccountBalance object found for user %s. Did you create LDAP "
2328"entries manually ?"
2329msgstr ""
2330"Kein Objekt pykotaAccountBalance f�utzer %s gefunden. Haben Sie die "
2331"LDAP-Eintr� manuell erzeugt?"
2332
2333#, python-format
2334msgid ""
2335"Unable to find an existing objectClass %s entry with %s=%s to attach "
2336"pykotaAccount objectClass"
2337msgstr ""
2338"Unm�ch einen existierenden objectClass-Entrag %s mit %s=%s zu finden, um "
2339"objectClass pykotaAccount anzuf�
2340#, python-format
2341msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
2342msgstr ""
2343"Unm�ch einen existierenden Eintrag zu finden, um pykotaGroup objectClass %"
2344"s anzuf�
2345msgid "PyKota Reports"
2346msgstr "PyKota Reporte"
2347
2348msgid "Report"
2349msgstr "Report"
2350
2351msgid "Printer"
2352msgstr "Drucker"
2353
2354msgid "User / Group names mask"
2355msgstr "Benutzer- / Gruppenname-Maske"
2356
2357msgid "Groups report"
2358msgstr "Gruppen Report"
2359
2360msgid "Please click on the above button"
2361msgstr "Bitte dr�Sie den obigen Knopf"
2362
2363msgid "History"
2364msgstr "Verlauf"
2365
2366msgid "Empty"
2367msgstr "Leer"
2368
2369msgid "Action"
2370msgstr "Aktion"
2371
2372msgid "User"
2373msgstr "Benutzer"
2374
2375msgid "Hostname"
2376msgstr "Hostname"
2377
2378msgid "JobId"
2379msgstr "AuftragsId"
2380
2381msgid "JobSize"
2382msgstr "AuftragsGr�
2383
2384msgid "JobPrice"
2385msgstr "AuftragsPreis"
2386
2387msgid "Copies"
2388msgstr "Kopien"
2389
2390msgid "JobBytes"
2391msgstr "Auftrag in Bytes"
2392
2393msgid "PageCounter"
2394msgstr "SeitenZ�er"
2395
2396msgid "Options"
2397msgstr "Optionen"
2398
2399msgid "Previous page"
2400msgstr "Vorherige Seite"
Note: See TracBrowser for help on using the browser.