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

Revision 1864, 49.7 kB (checked in by jalet, 20 years ago)

Moved translations files

  • 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 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 Conseil Internet & Logiciels Libres
24# Jerome Alet <alet@librelogiciel.com>, 2003-2004.
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-10-11 14:49+0200\n"
31"PO-Revision-Date: 2004-08-06 15:35:00+0100\n"
32"Last-Translator: Johannes L�ermann <johannes.laemmermann@t-online.de>\n"
33"Language-Team: German <alet@librelogiciel.com>\n"
34"MIME-Version: 1.0\n"
35"Content-Type: text/plain; charset=ISO-8859-15\n"
36"Content-Transfer-Encoding: 8bit\n"
37
38#, python-format
39msgid ""
40"autopykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
41"A tool to automate user account creation and initial balance setting.\n"
42"\n"
43"THIS TOOL MUST NOT BE USED IF YOU WANT TO LIMIT YOUR USERS BY PAGE QUOTA !\n"
44"\n"
45"command line usage :\n"
46"\n"
47"  THIS TOOL MUST NOT BE USED FROM THE COMMAND LINE BUT ONLY AS PART\n"
48"  OF AN external policy IN pykota.conf\n"
49"  \n"
50"  autopykota { -i | --initbalance value } \n"
51"\n"
52"options :\n"
53"\n"
54"  -v | --version       Prints autopykota's version number then exits.\n"
55"  -h | --help          Prints this message then exits.\n"
56"  \n"
57"  -i | --initbalance b Sets the user's account initial balance value to b.\n"
58"                       If the user already exists, actual balance is left\n"
59"                       unmodified. If unset, the default value is 0.\n"
60"                       \n"
61"This program is free software; you can redistribute it and/or modify\n"
62"it under the terms of the GNU General Public License as published by\n"
63"the Free Software Foundation; either version 2 of the License, or\n"
64"(at your option) any later version.\n"
65"\n"
66"This program is distributed in the hope that it will be useful,\n"
67"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
68"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
69"GNU General Public License for more details.\n"
70"\n"
71"You should have received a copy of the GNU General Public License\n"
72"along with this program; if not, write to the Free Software\n"
73"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
74"\n"
75"Please e-mail bugs to: %s"
76msgstr ""
77
78#, python-format
79msgid ""
80"edpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
81"A Print Quota editor for PyKota.\n"
82"\n"
83"command line usage :\n"
84"\n"
85"  edpykota [options] user1 user2 ... userN\n"
86"  \n"
87"  edpykota [options] group1 group2 ... groupN\n"
88"\n"
89"options :\n"
90"\n"
91"  -v | --version       Prints edpykota's version number then exits.\n"
92"  -h | --help          Prints this message then exits.\n"
93"  \n"
94"  -a | --add           Adds users and/or printers if they don't \n"
95"                       exist on the Quota Storage Server.\n"
96"                       \n"
97"  -d | --delete        Deletes users/groups from the quota storage.\n"
98"                       Printers are never deleted.\n"
99"                       \n"
100"  -c | --charge p[,j]  Sets the price per page and per job to charge\n"
101"                       for a particular printer. Job price is optional.\n"
102"                       If both are to be set, separate them with a comma.\n"
103"                       Floating point values are allowed.\n"
104"  \n"
105"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n"
106"                              listed, separated by commas. The groups\n"
107"                              must already exist in the Quota Storage.\n"
108"  \n"
109"  -u | --users         Edit users print quotas, this is the default.\n"
110"  \n"
111"  -P | --printer p     Edit quotas on printer p only. Actually p can\n"
112"                       use wildcards characters to select only\n"
113"                       some printers. The default value is *, meaning\n"
114"                       all printers. \n"
115"                       You can specify several names or wildcards, \n"
116"                       by separating them with commas.\n"
117"  \n"
118"  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n"
119"                       pg1, pg2, etc... which must already exist.\n"
120"                       A printer group is just like a normal printer,\n"
121"                       only that it is usually unknown from the printing\n"
122"                       system. Create printer groups exactly the same\n"
123"                       way that you create printers, then add other \n"
124"                       printers to them with this option.\n"
125"                       Accounting is done on a printer and on all\n"
126"                       the printer groups it belongs to, quota checking\n"
127"                       is done on a printer and on all the printer groups\n"
128"                       it belongs to.\n"
129"  \n"
130"  -g | --groups        Edit users groups print quotas instead of users.\n"
131"                          \n"
132"  -p | --prototype u|g Uses user u or group g as a prototype to set\n"
133"                       print quotas\n"
134"                       \n"
135"  -n | --noquota       Doesn't set a quota but only does accounting.\n"
136"  \n"
137"  -r | --reset         Resets the actual page counter for the user\n"
138"                       or group to zero on the specified printers. \n"
139"                       The life time page counter is kept unchanged.\n"
140"                       \n"
141"  -R | --hardreset     Resets the actual and life time page counters\n"
142"                       for the user or group to zero on the specified \n"
143"                       printers. \n"
144"                       \n"
145"  -l | --limitby l     Choose if the user/group is limited in "
146"printing                     \n"
147"                       by its account balance or by its page quota.\n"
148"                       The default value is 'quota'. Allowed values\n"
149"                       are 'quota' 'balance' 'quota-then-balance' and\n"
150"                       'balance-then-quota'.\n"
151"                       WARNING : quota-then-balance and balance-then-quota\n"
152"                       are not yet implemented.\n"
153"                       \n"
154"  -b | --balance b     Sets the user's account balance to "
155"b.                     \n"
156"                       Account balance may be increase or decreased\n"
157"                       if b is prefixed with + or -.\n"
158"                       WARNING : when decreasing account balance,\n"
159"                       the total paid so far by the user is decreased\n"
160"                       too.\n"
161"                       Groups don't have a real balance, but the\n"
162"                       sum of their users' account balance.\n"
163"                       \n"
164"  -S | --softlimit sl  Sets the quota soft limit to sl "
165"pages.                       \n"
166"  \n"
167"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n"
168"  \n"
169"  user1 through userN and group1 through groupN can use wildcards\n"
170"  if the --add option is not set.\n"
171"  \n"
172"examples :                              \n"
173"\n"
174"  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n"
175"  \n"
176"  This will add users john, paul, george and ringo to the quota\n"
177"  database, and set their print quotas to the same values than user \n"
178"  jerome. User jerome must already exist.\n"
179"  User ringo's email address will also be set to 'ringo@example.com'\n"
180"  \n"
181"  $ edpykota --printer lp -S 50 -H 60 jerome\n"
182"  \n"
183"  This will set jerome's print quota on the lp printer to a soft limit\n"
184"  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n"
185"  printer lp doesn't exist on the Quota Storage Server then nothing is "
186"done.\n"
187"\n"
188"  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n"
189"  \n"
190"  Same as above, but if either user jerome or printer lp doesn't exist \n"
191"  on the Quota Storage Server they are automatically added. Also\n"
192"  user jerome is put into the groups \"coders\" and \"it\" which must\n"
193"  already exist in the Quota Storage.\n"
194"            \n"
195"  $ edpykota -g -S 500 -H 550 financial support            \n"
196"  \n"
197"  This will set print quota soft limit to 500 pages and hard limit\n"
198"  to 550 pages for groups financial and support on all printers.\n"
199"  \n"
200"  $ edpykota --reset jerome \"jo*\"\n"
201"  \n"
202"  This will reset jerome's page counter to zero on all printers, as\n"
203"  well as every user whose name begins with 'jo'.\n"
204"  Their life time page counter on each printer will be kept unchanged.\n"
205"  You can also reset the life time page counters by using the\n"
206"  --hardreset | -R command line option.\n"
207"  \n"
208"  $ edpykota --printer hpcolor --noquota jerome\n"
209"  \n"
210"  This will tell PyKota to not limit jerome when printing on the \n"
211"  hpcolor printer. All his jobs will be allowed on this printer, but \n"
212"  accounting of the pages he prints will still be kept.\n"
213"  Print Quotas for jerome on other printers are unchanged.\n"
214"  \n"
215"  $ edpykota --limitby balance jerome\n"
216"  \n"
217"  This will tell PyKota to limit jerome by his account's balance\n"
218"  when printing.\n"
219"  \n"
220"  $ edpykota --balance +10.0 jerome\n"
221"  \n"
222"  This will increase jerome's account balance by 10.0 (in your\n"
223"  own currency). You can decrease the account balance with a\n"
224"  dash prefix, and set it to a fixed amount with no prefix.\n"
225"  \n"
226"  $ edpykota --delete jerome rachel\n"
227"  \n"
228"  This will completely delete jerome and rachel from the Quota Storage\n"
229"  database. All their quotas and jobs will be deleted too.\n"
230"  \n"
231"  $ edpykota --printer lp --charge 0.1\n"
232"  \n"
233"  This will set the page price for printer lp to 0.1. Job price\n"
234"  will not be changed.\n"
235"  \n"
236"  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n"
237"  \n"
238"  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n"
239"  When printing either on hplj1 or hplj2, print quota will also be \n"
240"  checked and accounted for on virtual printers Laser and HP.\n"
241"\n"
242"This program is free software; you can redistribute it and/or modify\n"
243"it under the terms of the GNU General Public License as published by\n"
244"the Free Software Foundation; either version 2 of the License, or\n"
245"(at your option) any later version.\n"
246"\n"
247"This program is distributed in the hope that it will be useful,\n"
248"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
249"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
250"GNU General Public License for more details.\n"
251"\n"
252"You should have received a copy of the GNU General Public License\n"
253"along with this program; if not, write to the Free Software\n"
254"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
255"\n"
256"Please e-mail bugs to: %s"
257msgstr ""
258
259msgid "You're not allowed to use this command."
260msgstr ""
261
262#, python-format
263msgid "Invalid softlimit value %s."
264msgstr "Ung�r Softlimit Wert %s."
265
266#, python-format
267msgid "Invalid hardlimit value %s."
268msgstr "Ung�r Hardlimit Wert %s."
269
270#, python-format
271msgid "Hard limit %i is less than soft limit %i, values will be exchanged."
272msgstr "Hardlimit %i ist kleiner als Softlimit %i, Werte werden ausgetauscht."
273
274#, python-format
275msgid "Invalid balance value %s"
276msgstr "Ung�r Balance Wert %s"
277
278#, python-format
279msgid "Invalid charge amount value %s"
280msgstr "Ung�r Preish�Wert %s"
281
282#, python-format
283msgid "Invalid limitby value %s"
284msgstr "Ung�r limitby Wert %s"
285
286#, python-format
287msgid "Impossible to add printer %s"
288msgstr "Unm�ch Drucker %s hinzu zuf�
289#, python-format
290msgid "Invalid printer name %s"
291msgstr "Ung�r Drucker Name %s"
292
293#, python-format
294msgid "There's no printer matching %s"
295msgstr "Kein Drucker stimmt mit %s �n"
296
297msgid "You have to pass user or group names on the command line"
298msgstr "Sie m�User oder Gruppen Name auf der Kommandozeile �ben"
299
300#, python-format
301msgid "Prototype %s not found in Quota Storage for printer %s."
302msgstr "Prototyp %s in Kontingentspeicherung f�cker %s nicht gefunden."
303
304#, python-format
305msgid "Prototype object %s not found in Quota Storage."
306msgstr "Prototyp Objekt %s in Kontingentspeicherung nicht gefunden."
307
308#, python-format
309msgid "Undefined hard limit set to soft limit (%s) on printer %s."
310msgstr "Nicht definiertes Hardlimit auf Softlimit (%s) f�cker %s gesetzt."
311
312#, python-format
313msgid "Undefined soft limit set to hard limit (%s) on printer %s."
314msgstr "Nicht definiertes Softlimit auf Hardlimit (%s) f�cker %s gesetzt."
315
316#, python-format
317msgid "Invalid email address %s"
318msgstr "Ung� Email Addresse %s"
319
320#, python-format
321msgid "Invalid group name %s"
322msgstr "Ung�r Gruppen Name %s"
323
324#, python-format
325msgid "Invalid user name %s"
326msgstr "Ung�r User Name %s"
327
328#, python-format
329msgid "Quota not found for object %s on printer %s."
330msgstr "Kontingent f�ekt %s f�cker %s nicht gefunden."
331
332#, python-format
333msgid "Group %s not found in the PyKota Storage."
334msgstr "Gruppe %s in der PyKota Speicherung nicht gefunden."
335
336msgid "incompatible options, see help."
337msgstr "inkompatible Optionen, siehe Hilfe."
338
339#, python-format
340msgid ""
341"pykosd v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
342"An OSD quota monitor for PyKota.\n"
343"\n"
344"command line usage :\n"
345"\n"
346"  pykosd [options]\n"
347"\n"
348"options :\n"
349"\n"
350"  -v | --version       Prints pykosd's version number then exits.\n"
351"  -h | --help          Prints this message then exits.\n"
352"  \n"
353"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n"
354"                       triplet, for example #FF0000 is 100%% red.\n"
355"                       Defaults to 100%% green (#00FF00).\n"
356"                       \n"
357"  -d | --duration d    Sets the duration of the display in seconds. \n"
358"                       Defaults to 3 seconds.\n"
359"                       \n"
360"  -f | --font f        Sets the font to use for "
361"display.                      \n"
362"                       Defaults to the Python OSD library's default.\n"
363"  \n"
364"  -l | --loop n        Sets the number of times the info will be displayed.\n"
365"                       Defaults to 0, which means loop forever.\n"
366"                       \n"
367"  -s | --sleep s       Sets the sleeping duration between two displays \n"
368"                       in seconds. Defaults to 180 seconds (3 minutes).\n"
369"                       \n"
370"  \n"
371"examples :                              \n"
372"\n"
373"  $ pykosd -s 60 --loop 5\n"
374"  \n"
375"  Will launch pykosd. Display will be refreshed every 60 seconds,\n"
376"  and will last for 3 seconds (the default) each time. After five\n"
377"  iterations, the program will exit.\n"
378"  \n"
379"This program is free software; you can redistribute it and/or modify\n"
380"it under the terms of the GNU General Public License as published by\n"
381"the Free Software Foundation; either version 2 of the License, or\n"
382"(at your option) any later version.\n"
383"\n"
384"This program is distributed in the hope that it will be useful,\n"
385"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
386"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
387"GNU General Public License for more details.\n"
388"\n"
389"You should have received a copy of the GNU General Public License\n"
390"along with this program; if not, write to the Free Software\n"
391"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
392"\n"
393"Please e-mail bugs to: %s"
394msgstr ""
395
396#, python-format
397msgid "Invalid duration option %s"
398msgstr "Ung� Zeitdauer Option %s"
399
400#, python-format
401msgid "Invalid loop option %s"
402msgstr "Ung� loop Option %s"
403
404#, python-format
405msgid "Invalid sleep option %s"
406msgstr "Ung� sleep Option %s"
407
408#, python-format
409msgid "Invalid color option %s"
410msgstr "Ung� Farben Option %s"
411
412#, python-format
413msgid "User %s doesn't exist in PyKota's database"
414msgstr "User %s existiert nicht in PyKota's Datenbank"
415
416#, python-format
417msgid "Pages used on %s : %s"
418msgstr "Seiten benutzt f�: %s"
419
420#, python-format
421msgid "PyKota Units left : %.2f"
422msgstr "PyKota Einheiten verbleibend : %.2f"
423
424#, python-format
425msgid ""
426"warnpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
427"\n"
428"Sends mail to users over print quota.\n"
429"\n"
430"command line usage :\n"
431"\n"
432"  warnpykota  [options]  [names]\n"
433"\n"
434"options :\n"
435"\n"
436"  -v | --version       Prints warnpykota's version number then exits.\n"
437"  -h | --help          Prints this message then exits.\n"
438"  \n"
439"  -u | --users         Warns users over their print quota, this is the \n"
440"                       default.\n"
441"  \n"
442"  -g | --groups        Warns users whose groups quota are over limit.\n"
443"  \n"
444"  -P | --printer p     Verify quotas on this printer only. Actually p can\n"
445"                       use wildcards characters to select only\n"
446"                       some printers. The default value is *, meaning\n"
447"                       all printers.\n"
448"                       You can specify several names or wildcards, \n"
449"                       by separating them with commas.\n"
450"  \n"
451"examples :                              \n"
452"\n"
453"  $ warnpykota --printer lp\n"
454"  \n"
455"  This will warn all users of the lp printer who have exceeded their\n"
456"  print quota.\n"
457"\n"
458"  $ warnpykota \n"
459"  \n"
460"  This will warn all users  who have exceeded their print quota on\n"
461"  any printer.\n"
462"\n"
463"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n"
464"  \n"
465"  This will warn all users of groups which names begins with \"dev\" and\n"
466"  who have exceeded their print quota on any printer which name begins \n"
467"  with \"laserjet\"\n"
468"  \n"
469"  If launched by an user who is not a PyKota administrator, additionnal\n"
470"  arguments representing users or groups names are ignored, and only the\n"
471"  current user/group is reported.\n"
472"\n"
473"This program is free software; you can redistribute it and/or modify\n"
474"it under the terms of the GNU General Public License as published by\n"
475"the Free Software Foundation; either version 2 of the License, or\n"
476"(at your option) any later version.\n"
477"\n"
478"This program is distributed in the hope that it will be useful,\n"
479"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
480"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
481"GNU General Public License for more details.\n"
482"\n"
483"You should have received a copy of the GNU General Public License\n"
484"along with this program; if not, write to the Free Software\n"
485"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
486"\n"
487"Please e-mail bugs to: %s"
488msgstr ""
489
490msgid "Job contains no data. Printing is denied."
491msgstr "Auftrag beinhaltet keine Daten. Drucken verweigert."
492
493msgid "Job accounting begins."
494msgstr "Auftrag Accounting beginnt."
495
496msgid "Job accounting ends."
497msgstr "Auftrag Accounting endet."
498
499msgid "Job size forced to 0 because printing is denied."
500msgstr "Auftragsgr�festgesetzt auf 0, weil Drucken verweigert wurde."
501
502#, python-format
503msgid "Job size : %i"
504msgstr "Auftragsgr�: %i"
505
506#, python-format
507msgid "Updating user %s's quota on printer %s"
508msgstr "Update User %ss Kontingent f�cker %s"
509
510msgid "Job added to history."
511msgstr "Auftrag zum Verlauf hinzugef�
512#, python-format
513msgid "File number %s unregistered twice from polling object, ignored."
514msgstr "Datei Nummer %s zweifach vom Abfrage Objekt deregistriert, ignoriert."
515
516#, python-format
517msgid "SIGTERM was sent to real backend %s (pid: %s)"
518msgstr "SIGTERM wurde an reales Backend %s (pid: %s) gesendet"
519
520#, python-format
521msgid "CUPS backend %s died abnormally."
522msgstr "CUPS Backend %s abgest�
523
524#, python-format
525msgid ""
526"dumpykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
527"\n"
528"Dumps PyKota database's content.\n"
529"\n"
530"command line usage :\n"
531"\n"
532"  dumpykota [options] \n"
533"\n"
534"options :\n"
535"\n"
536"  -v | --version       Prints dumpykota's version number then exits.\n"
537"  -h | --help          Prints this message then exits.\n"
538"  \n"
539"  -d | --data type     Dumps 'type' datas. Allowed types are :\n"
540"                       \n"
541"                         - history : dumps the jobs history.\n"
542"                         - users : dumps users.\n"
543"                         - groups : dumps user groups.\n"
544"                         - printers : dump printers.\n"
545"                         - upquotas : dump user quotas.\n"
546"                         - gpquotas : dump user groups quotas.\n"
547"                         - payments : dumps user payments.\n"
548"                         - pmembers : dumps printer groups members.\n"
549"                         - umembers : dumps user groups members.\n"
550"                         \n"
551"                       NB : the -d | --data command line option   \n"
552"                       is MANDATORY.\n"
553"  \n"
554"  -f | --format fmt    Dumps datas in the 'fmt' format. When not specified,\n"
555"                       the format is to dump datas in the csv format (comma\n"
556"                       separated values). All data dumped is between double\n"
557"                       quotes. Allowed formats are :\n"
558"                       \n"
559"                         - csv : separate datas with commas\n"
560"                         - ssv : separate datas with semicolons\n"
561"                         - tsv : separate datas with tabs\n"
562"                         - xml : dump data as XML\n"
563"                         \n"
564"  -o | --output fname  All datas will be dumped to the file instead of\n"
565"                       to the standard output. The special '-' filename\n"
566"                       is the default value and means stdout.\n"
567"                       WARNING : existing files are truncated !\n"
568"  \n"
569"Examples :\n"
570"\n"
571"  $ dumpykota --data history --format csv >myfile.csv\n"
572"  \n"
573"  This dumps the history in a comma separated values file, for possible\n"
574"  use in a spreadsheet.\n"
575"  \n"
576"  $ dumpykota --data users --format xml -o users.xml\n"
577"  \n"
578"  Dumps all users datas to the users.xml file.\n"
579"  \n"
580"This program is free software; you can redistribute it and/or modify\n"
581"it under the terms of the GNU General Public License as published by\n"
582"the Free Software Foundation; either version 2 of the License, or\n"
583"(at your option) any later version.\n"
584"\n"
585"This program is distributed in the hope that it will be useful,\n"
586"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
587"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
588"GNU General Public License for more details.\n"
589"\n"
590"You should have received a copy of the GNU General Public License\n"
591"along with this program; if not, write to the Free Software\n"
592"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
593"\n"
594"Please e-mail bugs to: %s"
595msgstr ""
596
597#, python-format
598msgid "Invalid modifier [%s] for --data command line option, see help."
599msgstr ""
600
601#, python-format
602msgid "Invalid modifier [%s] for --format command line option, see help."
603msgstr ""
604
605msgid "XML output is disabled because the jaxml module is not available."
606msgstr ""
607
608msgid "PyKota data dumper failed : I/O error"
609msgstr ""
610
611msgid "The -d | --data command line option is mandatory, see help."
612msgstr ""
613
614msgid "Too many arguments, see help."
615msgstr ""
616
617msgid "Software accounting already done in first pass. Ignoring."
618msgstr "Software Accounting bereits im ersten Durchgang erledigt. Ignoriere."
619
620msgid "Hardware accounting already done in first pass. Ignoring."
621msgstr "Hardware Accounting bereits im ersten Durchgang erledigt. Ignoriere."
622
623#, python-format
624msgid ""
625"pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
626"A tool to give hints on what accounting method is best for each printer.\n"
627"\n"
628"command line usage :\n"
629"\n"
630"  pkhint [options] [printer1 printer2 printer3 ... printerN] <file.conf\n"
631"\n"
632"options :\n"
633"\n"
634"  -v | --version       Prints pkhint's version number then exits.\n"
635"  -h | --help          Prints this message then exits.\n"
636"  \n"
637"examples :                              \n"
638"\n"
639"  $ pkhint \"hp*\" printer103 </etc/cups/printers.conf\n"
640"  \n"
641"  Will analyze your printing system to test which accounter\n"
642"  is the best for each of the defined printer which\n"
643"  name matches one of the parameters.\n"
644"  \n"
645"  If you don't pass any argument on the command line, all\n"
646"  printers will be analyzed.\n"
647"  \n"
648"This program is free software; you can redistribute it and/or modify\n"
649"it under the terms of the GNU General Public License as published by\n"
650"the Free Software Foundation; either version 2 of the License, or\n"
651"(at your option) any later version.\n"
652"\n"
653"This program is distributed in the hope that it will be useful,\n"
654"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
655"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
656"GNU General Public License for more details.\n"
657"\n"
658"You should have received a copy of the GNU General Public License\n"
659"along with this program; if not, write to the Free Software\n"
660"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
661"\n"
662"Please e-mail bugs to: %s"
663msgstr ""
664
665#, python-format
666msgid "Invalid DeviceURI : %s"
667msgstr "Ung� DeviceURI : %s"
668
669msgid ""
670"\n"
671"Please wait while pkhint analyzes your printing system's configuration..."
672msgstr ""
673"\n"
674"Bitte warten w�end pkhint ihre Drucksystem Konfiguration analysiert..."
675
676#, python-format
677msgid "Unknown device %s for printer %s"
678msgstr "Unbekanntes Ger�%s f�cker %s"
679
680msgid ""
681"\n"
682"Put the following lines into your /etc/pykota/pykota.conf file :\n"
683msgstr ""
684"\n"
685"F�ie folgende Zeilen in ihre /etc/pykota/pykota.conf Datei ein :\n"
686
687msgid "# BEWARE : if software accounting is suggested, this doesn't mean"
688msgstr ""
689"# ACHTUNG: wenn Software Accounting vorgeschlagen wird, bedeutet dies nicht,"
690
691msgid "# that hardware accounting wouldn't work, this only means that PyKota"
692msgstr ""
693" dass Hardware Accounting nicht funktionieren w�es bedeutet nur, dass "
694"PyKota"
695
696msgid "# wasn't able to autodetect which hardware accounting method to use."
697msgstr ""
698" nicht in der Lage war automatisch festzustellen welche Hardware Accounting "
699"Methode zu benutzen ist."
700
701#, python-format
702msgid ""
703"pkprinters v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
704"A Printers Manager for PyKota.\n"
705"\n"
706"command line usage :\n"
707"\n"
708"  pkprinters [options] printer1 printer2 printer3 ... printerN\n"
709"\n"
710"options :\n"
711"\n"
712"  -v | --version       Prints pkprinters's version number then exits.\n"
713"  -h | --help          Prints this message then exits.\n"
714"  \n"
715"  -a | --add           Adds printers if they don't exist on the Quota \n"
716"                       Storage Server. If they exist, they are modified\n"
717"                       unless -s|--skipexisting is also used.\n"
718"                       \n"
719"  -d | --delete        Deletes printers from the quota storage.\n"
720"  \n"
721"  -D | --description d Adds a textual description to printers.\n"
722"                       \n"
723"  -c | --charge p[,j]  Sets the price per page and per job to charge.\n"
724"                       Job price is optional.\n"
725"                       If both are to be set, separate them with a comma.\n"
726"                       Floating point and negative values are allowed.\n"
727"  \n"
728"  -g | --groups pg1[,pg2...] Adds or Remove the printer(s) to the printer \n"
729"                       groups pg1, pg2, etc... which must already exist.\n"
730"                       A printer group is just like a normal printer,\n"
731"                       only that it is usually unknown from the printing\n"
732"                       system. Create printer groups exactly the same\n"
733"                       way that you create printers, then add other \n"
734"                       printers to them with this option.\n"
735"                       Accounting is done on a printer and on all\n"
736"                       the printer groups it belongs to, quota checking\n"
737"                       is done on a printer and on all the printer groups\n"
738"                       it belongs to.\n"
739"                       If the --remove option below is not used, the \n"
740"                       default action is to add printers to the specified\n"
741"                       printer groups.\n"
742"                       \n"
743"  -l | --list          List informations about the printer(s) and the\n"
744"                       printers groups it is a member of.\n"
745"                       \n"
746"  -r | --remove        In combination with the --groups option "
747"above,                       \n"
748"                       remove printers from the specified printers groups.\n"
749"                       \n"
750"  -s | --skipexisting  In combination with the --add option above, tells\n"
751"                       pkprinters to not modify existing printers.\n"
752"  \n"
753"  printer1 through printerN can contain wildcards if the --add option \n"
754"  is not set.\n"
755"  \n"
756"examples :                              \n"
757"\n"
758"  $ pkprinters --add -D \"HP Printer\" --charge 0.05,0.1 hp2100 hp2200 "
759"hp8000\n"
760"  \n"
761"  Will create three printers named hp2100, hp2200 and hp8000.\n"
762"  Their price per page will be set at 0.05 unit, and their price\n"
763"  per job will be set at 0.1 unit. Units are in your own currency,\n"
764"  or whatever you want them to mean.\n"
765"  All of their descriptions will be set to the string \"HP Printer\".\n"
766"  If any of these printers already exists, it will also be modified \n"
767"  unless the -s|--skipexisting command line option is also used.\n"
768"            \n"
769"  $ pkprinters --delete \"*\"\n"
770"  \n"
771"  This will completely delete all printers and associated quota "
772"information,\n"
773"  as well as their job history. USE WITH CARE !\n"
774"  \n"
775"  $ pkprinters --groups Laser,HP \"hp*\"\n"
776"  \n"
777"  This will put all printers which name matches \"hp*\" into printers "
778"groups \n"
779"  Laser and HP, which MUST already exist.\n"
780"  \n"
781"  $ pkprinters --groups LexMark --remove hp2200\n"
782"  \n"
783"  This will remove the hp2200 printer from the LexMark printer group.\n"
784"  \n"
785"This program is free software; you can redistribute it and/or modify\n"
786"it under the terms of the GNU General Public License as published by\n"
787"the Free Software Foundation; either version 2 of the License, or\n"
788"(at your option) any later version.\n"
789"\n"
790"This program is distributed in the hope that it will be useful,\n"
791"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
792"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
793"GNU General Public License for more details.\n"
794"\n"
795"You should have received a copy of the GNU General Public License\n"
796"along with this program; if not, write to the Free Software\n"
797"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
798"\n"
799"Please e-mail bugs to: %s"
800msgstr ""
801
802#, python-format
803msgid "Printer %s already exists, skipping."
804msgstr "Drucker %s existiert bereits, �ringe"
805
806#, python-format
807msgid "Printer %s already exists, will be modified."
808msgstr "Drucker %s existiert bereits, wird modifiziert."
809
810msgid "in"
811msgstr "in"
812
813msgid "You have to pass printer groups names on the command line"
814msgstr "Sie m�Druckergruppen Namen auf der Kommandozeile �ben"
815
816msgid "You have to pass printer names on the command line"
817msgstr "Sie m�Drucker Namen auf der Kommandozeile �ben"
818
819#, python-format
820msgid ""
821"pykotme v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
822"\n"
823"Gives print quotes to users.\n"
824"\n"
825"command line usage :\n"
826"\n"
827"  pykotme  [options]  [files]\n"
828"\n"
829"options :\n"
830"\n"
831"  -v | --version       Prints pykotme's version number then exits.\n"
832"  -h | --help          Prints this message then exits.\n"
833"  \n"
834"  -P | --printer p     Gives a quote for this printer only. Actually p can\n"
835"                       use wildcards characters to select only\n"
836"                       some printers. The default value is *, meaning\n"
837"                       all printers.\n"
838"                       You can specify several names or wildcards, \n"
839"                       by separating them with commas.\n"
840"  \n"
841"examples :                              \n"
842"\n"
843"  $ pykotme --printer apple file1.ps file2.ps\n"
844"  \n"
845"  This will give a print quote to the current user. The quote will show\n"
846"  the price and size of a job consisting in file1.ps and file2.ps \n"
847"  which would be sent to the apple printer.\n"
848"  \n"
849"  $ pykotme --printer apple,hplaser <file1.ps\n"
850"  \n"
851"  This will give a print quote to the current user. The quote will show\n"
852"  the price and size of a job consisting in file1.ps as read from\n"
853"  standard input, which would be sent to the apple or hplaser\n"
854"  printer.\n"
855"\n"
856"  $ pykotme \n"
857"  \n"
858"  This will give a quote for a job consisting of what is on standard \n"
859"  input. The quote will list the job size, and the price the job\n"
860"  would cost on each printer.\n"
861"\n"
862"This program is free software; you can redistribute it and/or modify\n"
863"it under the terms of the GNU General Public License as published by\n"
864"the Free Software Foundation; either version 2 of the License, or\n"
865"(at your option) any later version.\n"
866"\n"
867"This program is distributed in the hope that it will be useful,\n"
868"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
869"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
870"GNU General Public License for more details.\n"
871"\n"
872"You should have received a copy of the GNU General Public License\n"
873"along with this program; if not, write to the Free Software\n"
874"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
875"\n"
876"Please e-mail bugs to: %s"
877msgstr ""
878
879#, python-format
880msgid "Your account balance : %.2f"
881msgstr "Ihr Kontostand : %.2f"
882
883#, python-format
884msgid "Job size : %i pages"
885msgstr "Auftragsgr�: %i Seiten"
886
887#, python-format
888msgid "Cost on printer %s : %.2f"
889msgstr "Kosten f�cker %s : %.2f"
890
891#, python-format
892msgid ""
893"repykota v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres\n"
894"\n"
895"Generates print quota reports.\n"
896"\n"
897"command line usage :\n"
898"\n"
899"  repykota [options] \n"
900"\n"
901"options :\n"
902"\n"
903"  -v | --version       Prints repykota's version number then exits.\n"
904"  -h | --help          Prints this message then exits.\n"
905"  \n"
906"  -u | --users         Generates a report on users quota, this is \n"
907"                       the default.\n"
908"  \n"
909"  -g | --groups        Generates a report on group quota instead of users.\n"
910"  \n"
911"  -P | --printer p     Report quotas on this printer only. Actually p can\n"
912"                       use wildcards characters to select only\n"
913"                       some printers. The default value is *, meaning\n"
914"                       all printers.\n"
915"                       You can specify several names or wildcards, \n"
916"                       by separating them with commas.\n"
917"  \n"
918"examples :                              \n"
919"\n"
920"  $ repykota --printer lp\n"
921"  \n"
922"  This will print the quota status for all users who use the lp printer.\n"
923"\n"
924"  $ repykota \n"
925"  \n"
926"  This will print the quota status for all users on all printers.\n"
927"  \n"
928"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n"
929"  \n"
930"  This will print the quota status for user jerome and all users\n"
931"  whose name begins with \"jo\" on all printers which name begins\n"
932"  with \"laser\" or ends with \"pson\".\n"
933"  \n"
934"  If launched by an user who is not a PyKota administrator, additionnal\n"
935"  arguments representing users or groups names are ignored, and only the\n"
936"  current user/group is reported.\n"
937"\n"
938"This program is free software; you can redistribute it and/or modify\n"
939"it under the terms of the GNU General Public License as published by\n"
940"the Free Software Foundation; either version 2 of the License, or\n"
941"(at your option) any later version.\n"
942"\n"
943"This program is distributed in the hope that it will be useful,\n"
944"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
945"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
946"GNU General Public License for more details.\n"
947"\n"
948"You should have received a copy of the GNU General Public License\n"
949"along with this program; if not, write to the Free Software\n"
950"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.\n"
951"\n"
952"Please e-mail bugs to: %s"
953msgstr ""
954
955#, python-format
956msgid "Unsupported accounter backend %s"
957msgstr "Accounterbackend %s wird nicht unterst�#, python-format
958msgid "Configuration file %s not found."
959msgstr "Konfigurationsdatei %s nicht gefunden."
960
961#, python-format
962msgid "Option %s not found in section global of %s"
963msgstr "Option %s im globalen Abscnitt von %s nicht gefunden"
964
965#, python-format
966msgid "Option %s not found in section %s of %s"
967msgstr "Option %s in Abschnitt %s von %s nicht gfunden"
968
969#, python-format
970msgid "Option logger only supports values in %s"
971msgstr "Option logger unterst�r folgende Werte %s"
972
973#, python-format
974msgid "Invalid accounter %s for printer %s"
975msgstr "Ung�r Accounter %s f�cker %s "
976
977#, python-format
978msgid "Option accounter in section %s only supports values in %s"
979msgstr "Option 'accounter' in Abschnitt %s unterst�r folgende Werte %s"
980
981#, python-format
982msgid "Option enforcement in section %s only supports values in %s"
983msgstr "Option 'enforcement' in Abschnitt %s unterst�r folgende Werte %s"
984
985#, python-format
986msgid "Option onaccountererror in section %s only supports values in %s"
987msgstr ""
988
989#, python-format
990msgid "Invalid policy %s for printer %s"
991msgstr "Ung� Richtlinie ('policy') %s f�cker %s"
992
993#, python-format
994msgid "Option policy in section %s only supports values in %s"
995msgstr "Option 'policy' in Abschnitt %s unterst�r folgende Werte %s"
996
997#, python-format
998msgid "Invalid option mailto %s for printer %s"
999msgstr "Ung� Option 'mailto' %s f�cker %s"
1000
1001#, python-format
1002msgid "Option mailto in section %s only supports values in %s"
1003msgstr "Option 'mailto' in Abschnitt %s unterst�r folgende Werte %s"
1004
1005#, python-format
1006msgid "Invalid grace delay %s"
1007msgstr "Ung� grace delay %s"
1008
1009#, python-format
1010msgid "Invalid poor man's threshold %s"
1011msgstr "Ung� 'poorman' Grenze %s"
1012
1013msgid ""
1014"Your Print Quota account balance is Low.\n"
1015"Soon you'll not be allowed to print anymore.\n"
1016"Please contact the Print Quota Administrator to solve the problem."
1017msgstr ""
1018"Ihr Druck-Kontingent Kontostand ist niedrig.\n"
1019"Bald wird es ihnen nicht mehr gestattet sein zu drucken.\n"
1020"Bitte kontaktieren sie den Druck-Kontingent Administrator um dieses Problem "
1021"zu l�."
1022
1023#, python-format
1024msgid ""
1025"You are not allowed to print anymore because\n"
1026"your Print Quota is exceeded on printer %s."
1027msgstr ""
1028"Es ist ihnen nicht gestattet weiterhin zu drucken, weil \n"
1029"ihr Druck-Kontingent auf Drucker %s �gen ist."
1030
1031#, python-format
1032msgid ""
1033"You will soon be forbidden to print anymore because\n"
1034"your Print Quota is almost reached on printer %s."
1035msgstr ""
1036"Bald wird es ihnen verboten sein zu Drucken, weil \n"
1037"ihr Druck-Kontingent auf Drucker %s fast aufgebraucht ist."
1038
1039#, python-format
1040msgid "Unsupported logging subsystem %s"
1041msgstr "Nicht unterst�logging subsystem %s"
1042
1043#, python-format
1044msgid "Report for %s quota on printer %s"
1045msgstr "Report f�Kontingent auf Drucker %s"
1046
1047#, python-format
1048msgid "Pages grace time: %i days"
1049msgstr "Schonfrist: %i Tage"
1050
1051#, python-format
1052msgid "Price per job: %.3f"
1053msgstr "Preis pro Auftrag: %.3f"
1054
1055#, python-format
1056msgid "Price per page: %.3f"
1057msgstr "Preis pro Seite: %.3f"
1058
1059msgid ""
1060"Group           used    soft    hard    balance grace         total       "
1061"paid"
1062msgstr ""
1063"Gruppe          used    Soft    Hard    Konto   Aufschub      Gesamt   "
1064"Bezahlt"
1065
1066msgid ""
1067"User            used    soft    hard    balance grace         total       "
1068"paid"
1069msgstr ""
1070"User            used    Soft    Hard    Konto   Aufschub      Gesamt   "
1071"Bezahlt"
1072
1073msgid "unknown"
1074msgstr "unbekannt"
1075
1076#, python-format
1077msgid "Real : %s"
1078msgstr "Real : %s"
1079
1080#, python-format
1081msgid "Total : %9i"
1082msgstr "Gesamt : %9i"
1083
1084#, python-format
1085msgid "Unsupported reporter backend %s"
1086msgstr "Nicht unterst�Reporterbackend %s"
1087
1088#, python-format
1089msgid "Unsupported quota storage backend %s"
1090msgstr "Nicht unterst�Kontingentspeicherungsbackend (quota storage) %s"
1091
1092#, python-format
1093msgid "Impossible to connect to SMTP server : %s"
1094msgstr "Unm�ch zu SMTP Server %s zu connecten"
1095
1096#, python-format
1097msgid "Impossible to send mail to %s, error %s : %s"
1098msgstr "Unm�ch Mail an %s zusenden, Fehler %s : %s"
1099
1100#, python-format
1101msgid ""
1102"\n"
1103"\n"
1104"Please contact your system administrator :\n"
1105"\n"
1106"\t%s - <%s>\n"
1107msgstr ""
1108"\n"
1109"\n"
1110"Bitte kontakieren sie ihren Systemadministrator :\n"
1111"\n"
1112"\t%s - <%s>\n"
1113
1114#, python-format
1115msgid "Unable to match user %s on printer %s, applying default policy (%s)"
1116msgstr ""
1117"Keine �ereinstimmung f�r %s auf Drucker %s vorhanden, wende Standard-"
1118"Richtlinie an (%s)"
1119
1120#, python-format
1121msgid ""
1122"Unable to find user %s's account balance, applying default policy (%s) for "
1123"printer %s"
1124msgstr ""
1125"Keine �ereinstimmung f�r %ss Kontostand, wende Standard-Richtlinie (%"
1126"s) f�cker %s an"
1127
1128#, python-format
1129msgid "Print Quota exceeded for group %s on printer %s"
1130msgstr "�erzogenes Druck-Kontingent f�ppe %s auf Drucker %s"
1131
1132msgid "Print Quota"
1133msgstr "Druck-Kontingent"
1134
1135msgid "Print Quota Exceeded"
1136msgstr "�erzogenes Druck-Kontingent"
1137
1138#, python-format
1139msgid "Print Quota low for group %s on printer %s"
1140msgstr "Niedriges Druck-Kontingent f�ppe %s auf Drucker %s"
1141
1142#, python-format
1143msgid "Print Quota exceeded for user %s on printer %s"
1144msgstr "�erzogenes Druck-Kontingent f�r %s auf Drucker %s"
1145
1146#, python-format
1147msgid "Print Quota low for user %s on printer %s"
1148msgstr "Niedriges Druck-Kontingent f�r %s auf Drucker %s"
1149
1150msgid "Print Quota Low"
1151msgstr "Niedriges Druck-Kontingent"
1152
1153#, python-format
1154msgid "Printing system %s, args=%s"
1155msgstr "Drucksystem %s, args=%s"
1156
1157#, python-format
1158msgid "Unable to precompute the job's size with the generic PDL analyzer : %s"
1159msgstr ""
1160"Vorberechnen der Auftragsgr�nicht m�ch mit der allgemeinen PDL "
1161"Analyseroutine : %s"
1162
1163#, python-format
1164msgid "SIGTERM received, job %s cancelled."
1165msgstr "SIGTERM empfangen, Auftrag %s abgebrochen."
1166
1167msgid "Printer hostname undefined, set to 'localhost'"
1168msgstr "Hostname des Drucker nicht definiert, setze auf 'localhost'"
1169
1170#, python-format
1171msgid "Printing system unknown, args=%s"
1172msgstr "Drucksystem unbekannt, args=%s"
1173
1174#, python-format
1175msgid ""
1176"Printer %s not registered in the PyKota system, applying external policy (%"
1177"s) for printer %s"
1178msgstr ""
1179"Drucker %s ist nicht im PyKota System registriert, wende externe Richtlinie "
1180"(%s) f�cker %s an"
1181
1182#, python-format
1183msgid ""
1184"User %s not registered in the PyKota system, applying external policy (%s) "
1185"for printer %s"
1186msgstr ""
1187"User %s ist nicht im PyKota System registriert, wende externe Richtlinie (%"
1188"s) f�cker %s an"
1189
1190#, python-format
1191msgid ""
1192"User %s doesn't have quota on printer %s in the PyKota system, applying "
1193"external policy (%s) for printer %s"
1194msgstr ""
1195"User %s hat im PyKota System kein Kontingent auf Drucker %s, wende externe "
1196"Richtlinie (%s) f�cker %s an"
1197
1198#, python-format
1199msgid ""
1200"External policy %s for printer %s produced an error. Job rejected. Please "
1201"check PyKota's configuration files."
1202msgstr ""
1203"Externe Richtlinie %s f�cker %s hat eine Fehler erzeugt. Auftrag "
1204"abgelehnt. Bitte checken sie PyKota's Konfigurationsdatei."
1205
1206#, python-format
1207msgid ""
1208"Printer %s not registered in the PyKota system, applying default policy (%s)"
1209msgstr ""
1210"Drucker %s ist nicht im PyKota System registriert, wende Standard-Richtlinie "
1211"(%s) an"
1212
1213#, python-format
1214msgid ""
1215"User %s not registered in the PyKota system, applying default policy (%s) "
1216"for printer %s"
1217msgstr ""
1218"User %s ist nicht im PyKota System registriert, wende Standard-Richtlinie (%"
1219"s) f�cker %s an"
1220
1221#, python-format
1222msgid ""
1223"User %s doesn't have quota on printer %s in the PyKota system, applying "
1224"default policy (%s)"
1225msgstr ""
1226"User %s hat im PyKota System f�cker %s kein Kontingent, wende Standard-"
1227"Richtlinie (%s) an"
1228
1229#, python-format
1230msgid ""
1231"Printer %s still not registered in the PyKota system, job will be rejected"
1232msgstr ""
1233"Drucker %s noch immer nicht im PyKota System registriert, Auftrag wird "
1234"abgelehnt werden"
1235
1236#, python-format
1237msgid ""
1238"User %s still not registered in the PyKota system, job will be rejected on "
1239"printer %s"
1240msgstr ""
1241"User %s noch immer nicht im PyKota System registriert, Auftrag wird f�Drucker %s abgelehnt"
1242
1243#, python-format
1244msgid ""
1245"User %s still doesn't have quota on printer %s in the PyKota system, job "
1246"will be rejected"
1247msgstr ""
1248"User %s hat im PyKota System noch immer kein Kontingent f�cker %s, "
1249"Auftrag wird abgelehnt werden"
1250
1251#, python-format
1252msgid ""
1253"Search base %s doesn't seem to exist. Probable misconfiguration. Please "
1254"double check /etc/pykota/pykota.conf : %s"
1255msgstr ""
1256"Such Basis %s scheint nicht zu existieren. M�cherweise Miskonfiguration. "
1257"Bitte /etc/pykota/pykota.conf ��%s"
1258
1259#, python-format
1260msgid "Search for %s(%s) from %s(scope=%s) returned no answer."
1261msgstr "Suche nach %s(%s) aus %s(scope=%s) ergab kein Antwort."
1262
1263#, python-format
1264msgid "Problem adding LDAP entry (%s, %s)"
1265msgstr "Problem LDAP Eintrag (%s, %s) hinzu zu f�
1266#, python-format
1267msgid "Problem deleting LDAP entry (%s)"
1268msgstr "Problem LDAP Eintrag (%s) zu l�en"
1269
1270#, python-format
1271msgid "Problem modifying LDAP entry (%s, %s)"
1272msgstr "Problem LDAP Eintrag (%s, %s) zu modifizieren"
1273
1274#, python-format
1275msgid ""
1276"No pykotaAccountBalance object found for user %s. Did you create LDAP "
1277"entries manually ?"
1278msgstr ""
1279
1280#, python-format
1281msgid ""
1282"Unable to find an existing objectClass %s entry with %s=%s to attach "
1283"pykotaAccount objectClass"
1284msgstr ""
1285"Unm�ch einen existierenden obejctClass %s Eintrag mit %s=%s zu finden, um "
1286"pykotaAccount objectClass anzuf�
1287#, python-format
1288msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s"
1289msgstr ""
1290"Unm�ch einen existierenden Eintrag zu finden, um pykotaGroup objectClass "
1291"anzuf�
1292msgid "Totals may be inaccurate if some users are members of several groups."
1293msgstr ""
1294"Gesamtsummen sind m�cherweise ungenau, falles einige User Mitglieder von "
1295"mehreren Gruppen sind."
1296
1297#, python-format
1298msgid "Network error while doing SNMP queries on printer %s : %s"
1299msgstr ""
1300
1301#, python-format
1302msgid "Problem encountered while doing SNMP queries on printer %s : %s"
1303msgstr ""
1304
1305#, python-format
1306msgid "Waiting for printer %s to be idle or printing..."
1307msgstr ""
1308
1309#, python-format
1310msgid "Waiting for printer %s's idle status to stabilize..."
1311msgstr ""
1312
1313#, python-format
1314msgid "Problem during connection to %s:%s : %s"
1315msgstr ""
1316
1317#, python-format
1318msgid "Problem while sending PJL query to %s:%s : %s"
1319msgstr ""
1320
1321#, python-format
1322msgid "A problem occured while reading printer %s's internal page counter."
1323msgstr ""
1324
1325#, python-format
1326msgid "Retrieving printer %s's page counter from database instead."
1327msgstr ""
1328
1329#, python-format
1330msgid ""
1331"Couldn't retrieve printer %s's internal page counter either before or after "
1332"printing."
1333msgstr ""
1334
1335#, python-format
1336msgid "Job's size forced to 1 page for printer %s."
1337msgstr ""
1338
1339#, python-format
1340msgid "No previous job in database for printer %s."
1341msgstr ""
1342
1343#, python-format
1344msgid "Inconsistent values for printer %s's internal page counter."
1345msgstr ""
1346
1347msgid ""
1348"Internal SNMP accounting asked, but Python-SNMP is not available. Please "
1349"download it from http://pysnmp.sourceforge.net"
1350msgstr ""
1351
1352#, python-format
1353msgid "Unknown printer address in HARDWARE(%s) for printer %s"
1354msgstr "Unbekannte Drucker Adresse in HARDWARE(%s) f�cker %s"
1355
1356#, python-format
1357msgid "Launching HARDWARE(%s)..."
1358msgstr "Starte HARDWARE(%s)..."
1359
1360#, python-format
1361msgid "SIGTERM was sent to hardware accounter %s (pid: %s)"
1362msgstr "SIGTERM wurde an Hardware Accounter %s (pid: %s) gesendet"
1363
1364#, python-format
1365msgid "Line [%s] skipped in accounter's output. Trying again..."
1366msgstr ""
1367
1368#, python-format
1369msgid "Hardware accounter %s exit code is %s"
1370msgstr ""
1371
1372#, python-format
1373msgid "Unable to query printer %s via HARDWARE(%s)"
1374msgstr "Unm�ch Drucker %s via HARDWARE(%s) abzufragen"
1375
1376#, python-format
1377msgid ""
1378"SNMP querying stage interrupted. Using latest value seen for internal page "
1379"counter (%s) on printer %s."
1380msgstr ""
1381
1382#, python-format
1383msgid ""
1384"PJL querying stage interrupted. Using latest value seen for internal page "
1385"counter (%s) on printer %s."
1386msgstr ""
1387
1388#, python-format
1389msgid "Launching SOFTWARE(%s)..."
1390msgstr "Starte SOFTWARE(%s)..."
1391
1392#, python-format
1393msgid "Unable to compute job size with accounter %s"
1394msgstr "Unm�ch Auftragsgr�mit Accounter %s zu berechnen"
1395
1396#, python-format
1397msgid "Problem while waiting for software accounter pid %s to exit : %s"
1398msgstr "Problem beim Warten auf Software Accounter pid %s zu schlie�n : %s"
1399
1400#, python-format
1401msgid "Software accounter %s exit code is %s"
1402msgstr "Software Accounter %s Exit Code ist %s"
1403
1404msgid "PyKota Reports"
1405msgstr "PyKota Reporte"
1406
1407msgid "Report"
1408msgstr "Report"
1409
1410msgid "User / Group names mask"
1411msgstr "User / Gruppen Namen Maske"
1412
1413msgid "Groups report"
1414msgstr "Gruppen Report"
1415
1416msgid "History"
1417msgstr "Verlauf"
1418
1419msgid "Empty"
1420msgstr "Leer"
1421
1422msgid "Date"
1423msgstr "Datum"
1424
1425msgid "Action"
1426msgstr "Aktion"
1427
1428msgid "User"
1429msgstr "User"
1430
1431msgid "Printer"
1432msgstr "Drucker"
1433
1434msgid "Hostname"
1435msgstr "Hostname"
1436
1437msgid "JobId"
1438msgstr "AuftragsId"
1439
1440msgid "JobSize"
1441msgstr "AuftragsGr�
1442
1443msgid "JobPrice"
1444msgstr "AuftragsPreis"
1445
1446msgid "Copies"
1447msgstr "Kopien"
1448
1449msgid "JobBytes"
1450msgstr "Auftrag in Bytes"
1451
1452msgid "PageCounter"
1453msgstr "SeitenZ�er"
1454
1455msgid "Title"
1456msgstr "Titel"
1457
1458msgid "Filename"
1459msgstr "Dateiname"
1460
1461msgid "Options"
1462msgstr "Optionen"
1463
1464msgid "Previous page"
1465msgstr "Vorherige Seite"
1466
1467msgid "Please click on the above button"
1468msgstr ""
Note: See TracBrowser for help on using the browser.