Changeset 1798 for pykota/trunk/po/de

Show
Ignore:
Timestamp:
10/11/04 14:54:57 (20 years ago)
Author:
jalet
Message:

Updated translations file which now include all commands' help

Location:
pykota/trunk/po/de
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/de/pykota.po

    r1671 r1798  
    2828"Project-Id-Version: PyKota v1.19\n" 
    2929"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    30 "POT-Creation-Date: 2004-07-21 15:35:00+0100\n" 
     30"POT-Creation-Date: 2004-10-11 14:49+0200\n" 
    3131"PO-Revision-Date: 2004-08-06 15:35:00+0100\n" 
    3232"Last-Translator: Johannes L�ermann <johannes.laemmermann@t-online.de>\n" 
     
    3737 
    3838#, 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 edpykota'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 pkprinters'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   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 
    39956msgid "Unsupported accounter backend %s" 
    40957msgstr "Accounterbackend %s wird nicht unterst�#, python-format 
     
    67984 
    68985#, python-format 
     986msgid "Option onaccountererror in section %s only supports values in %s" 
     987msgstr "" 
     988 
     989#, python-format 
    69990msgid "Invalid policy %s for printer %s" 
    70991msgstr "Ung� Richtlinie ('policy') %s f�cker %s" 
     
    3281249"Auftrag wird abgelehnt werden" 
    3291250 
     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� 
    3301292msgid "Totals may be inaccurate if some users are members of several groups." 
    3311293msgstr "" 
     
    3341296 
    3351297#, 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 
    3361353msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
    3371354msgstr "Unbekannte Drucker Adresse in HARDWARE(%s) f�cker %s" 
     
    3421359 
    3431360#, python-format 
    344 msgid "Incorrect answer : %s" 
    345 msgstr "Falsche Antwort : %s" 
    346  
    347 #, python-format 
    3481361msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    3491362msgstr "SIGTERM wurde an Hardware Accounter %s (pid: %s) gesendet" 
    3501363 
    3511364#, 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 
    3521373msgid "Unable to query printer %s via HARDWARE(%s)" 
    3531374msgstr "Unm�ch Drucker %s via HARDWARE(%s) abzufragen" 
    3541375 
    3551376#, 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 
    3561389msgid "Launching SOFTWARE(%s)..." 
    3571390msgstr "Starte SOFTWARE(%s)..." 
     
    3691402msgstr "Software Accounter %s Exit Code ist %s" 
    3701403 
    371 #, python-format 
    372 msgid "" 
    373 "Search base %s doesn't seem to exist. Probable misconfiguration. Please " 
    374 "double check /etc/pykota/pykota.conf : %s" 
    375 msgstr "" 
    376 "Such Basis %s scheint nicht zu existieren. M�cherweise Miskonfiguration. " 
    377 "Bitte /etc/pykota/pykota.conf ��%s" 
    378  
    379 #, python-format 
    380 msgid "Search for %s(%s) from %s(scope=%s) returned no answer." 
    381 msgstr "Suche nach %s(%s) aus %s(scope=%s) ergab kein Antwort." 
    382  
    383 #, python-format 
    384 msgid "Problem adding LDAP entry (%s, %s)" 
    385 msgstr "Problem LDAP Eintrag (%s, %s) hinzu zu f� 
    386 #, python-format 
    387 msgid "Problem deleting LDAP entry (%s)" 
    388 msgstr "Problem LDAP Eintrag (%s) zu l�en" 
    389  
    390 #, python-format 
    391 msgid "Problem modifying LDAP entry (%s, %s)" 
    392 msgstr "Problem LDAP Eintrag (%s, %s) zu modifizieren" 
    393  
    394 #, python-format 
    395 msgid "" 
    396 "Unable to find an existing objectClass %s entry with %s=%s to attach " 
    397 "pykotaAccount objectClass" 
    398 msgstr "" 
    399 "Unm�ch einen existierenden obejctClass %s Eintrag mit %s=%s zu finden, um " 
    400 "pykotaAccount objectClass anzuf� 
    401 #, python-format 
    402 msgid "Unable to find an existing entry to attach pykotaGroup objectclass %s" 
    403 msgstr "" 
    404 "Unm�ch einen existierenden Eintrag zu finden, um pykotaGroup objectClass " 
    405 "anzuf� 
    4061404msgid "PyKota Reports" 
    4071405msgstr "PyKota Reporte" 
     
    4641462msgstr "Optionen" 
    4651463 
    466 msgid "Job contains no data. Printing is denied." 
    467 msgstr "Auftrag beinhaltet keine Daten. Drucken verweigert." 
    468  
    469 msgid "Job accounting begins." 
    470 msgstr "Auftrag Accounting beginnt." 
    471  
    472 msgid "Job accounting ends." 
    473 msgstr "Auftrag Accounting endet." 
    474  
    475 msgid "Job size forced to 0 because printing is denied." 
    476 msgstr "Auftragsgr�festgesetzt auf 0, weil Drucken verweigert wurde." 
    477  
    478 #, python-format 
    479 msgid "Job size : %i" 
    480 msgstr "Auftragsgr�: %i" 
    481  
    482 #, python-format 
    483 msgid "Updating user %s's quota on printer %s" 
    484 msgstr "Update User %ss Kontingent f�cker %s" 
    485  
    486 msgid "Job added to history." 
    487 msgstr "Auftrag zum Verlauf hinzugef� 
    488 #, python-format 
    489 msgid "File number %s unregistered twice from polling object, ignored." 
    490 msgstr "Datei Nummer %s zweifach vom Abfrage Objekt deregistriert, ignoriert." 
    491  
    492 #, python-format 
    493 msgid "SIGTERM was sent to real backend %s (pid: %s)" 
    494 msgstr "SIGTERM wurde an reales Backend %s (pid: %s) gesendet" 
    495  
    496 #, python-format 
    497 msgid "CUPS backend %s died abnormally." 
    498 msgstr "CUPS Backend %s abgest� 
    499  
    500 #, python-format 
    501 msgid "Invalid softlimit value %s." 
    502 msgstr "Ung�r Softlimit Wert %s." 
    503  
    504 #, python-format 
    505 msgid "Invalid hardlimit value %s." 
    506 msgstr "Ung�r Hardlimit Wert %s." 
    507  
    508 #, python-format 
    509 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    510 msgstr "Hardlimit %i ist kleiner als Softlimit %i, Werte werden ausgetauscht." 
    511  
    512 #, python-format 
    513 msgid "Invalid balance value %s" 
    514 msgstr "Ung�r Balance Wert %s" 
    515  
    516 #, python-format 
    517 msgid "Invalid charge amount value %s" 
    518 msgstr "Ung�r Preish�Wert %s" 
    519  
    520 #, python-format 
    521 msgid "Invalid limitby value %s" 
    522 msgstr "Ung�r limitby Wert %s" 
    523  
    524 #, python-format 
    525 msgid "Impossible to add printer %s" 
    526 msgstr "Unm�ch Drucker %s hinzu zuf� 
    527 #, python-format 
    528 msgid "Invalid printer name %s" 
    529 msgstr "Ung�r Drucker Name %s" 
    530  
    531 #, python-format 
    532 msgid "There's no printer matching %s" 
    533 msgstr "Kein Drucker stimmt mit %s �n" 
    534  
    535 msgid "You have to pass user or group names on the command line" 
    536 msgstr "Sie m�User oder Gruppen Name auf der Kommandozeile �ben" 
    537  
    538 #, python-format 
    539 msgid "Prototype %s not found in Quota Storage for printer %s." 
    540 msgstr "Prototyp %s in Kontingentspeicherung f�cker %s nicht gefunden." 
    541  
    542 #, python-format 
    543 msgid "Prototype object %s not found in Quota Storage." 
    544 msgstr "Prototyp Objekt %s in Kontingentspeicherung nicht gefunden." 
    545  
    546 #, python-format 
    547 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    548 msgstr "Nicht definiertes Hardlimit auf Softlimit (%s) f�cker %s gesetzt." 
    549  
    550 #, python-format 
    551 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    552 msgstr "Nicht definiertes Softlimit auf Hardlimit (%s) f�cker %s gesetzt." 
    553  
    554 #, python-format 
    555 msgid "Invalid email address %s" 
    556 msgstr "Ung� Email Addresse %s" 
    557  
    558 #, python-format 
    559 msgid "Invalid group name %s" 
    560 msgstr "Ung�r Gruppen Name %s" 
    561  
    562 #, python-format 
    563 msgid "Invalid user name %s" 
    564 msgstr "Ung�r User Name %s" 
    565  
    566 #, python-format 
    567 msgid "Quota not found for object %s on printer %s." 
    568 msgstr "Kontingent f�ekt %s f�cker %s nicht gefunden." 
    569  
    570 #, python-format 
    571 msgid "Group %s not found in the PyKota Storage." 
    572 msgstr "Gruppe %s in der PyKota Speicherung nicht gefunden." 
    573  
    574 msgid "incompatible options, see help." 
    575 msgstr "inkompatible Optionen, siehe Hilfe." 
    576  
    577 #, python-format 
    578 msgid "Printer %s already exists, skipping." 
    579 msgstr "Drucker %s existiert bereits, �ringe" 
    580  
    581 #, python-format 
    582 msgid "Printer %s already exists, will be modified." 
    583 msgstr "Drucker %s existiert bereits, wird modifiziert." 
    584  
    585 msgid "in" 
    586 msgstr "in" 
    587  
    588 msgid "You have to pass printer groups names on the command line" 
    589 msgstr "Sie m�Druckergruppen Namen auf der Kommandozeile �ben" 
    590  
    591 msgid "You have to pass printer names on the command line" 
    592 msgstr "Sie m�Drucker Namen auf der Kommandozeile �ben" 
    593  
    594 msgid "Software accounting already done in first pass. Ignoring." 
    595 msgstr "Software Accounting bereits im ersten Durchgang erledigt. Ignoriere." 
    596  
    597 msgid "Hardware accounting already done in first pass. Ignoring." 
    598 msgstr "Hardware Accounting bereits im ersten Durchgang erledigt. Ignoriere." 
    599  
    600 #, python-format 
    601 msgid "Invalid DeviceURI : %s" 
    602 msgstr "Ung� DeviceURI : %s" 
    603  
    604 msgid "" 
    605 "\n" 
    606 "Please wait while pkhint analyzes your printing system's configuration..." 
    607 msgstr "" 
    608 "\n" 
    609 "Bitte warten w�end pkhint ihre Drucksystem Konfiguration analysiert..." 
    610  
    611 #, python-format 
    612 msgid "Unknown device %s for printer %s" 
    613 msgstr "Unbekanntes Ger�%s f�cker %s" 
    614  
    615 msgid "" 
    616 "\n" 
    617 "Put the following lines into your /etc/pykota/pykota.conf file :\n" 
    618 msgstr "" 
    619 "\n" 
    620 "F�ie folgende Zeilen in ihre /etc/pykota/pykota.conf Datei ein :\n" 
    621  
    622 msgid "# BEWARE : if software accounting is suggested, this doesn't mean" 
    623 msgstr "" 
    624 "# ACHTUNG: wenn Software Accounting vorgeschlagen wird, bedeutet dies nicht," 
    625  
    626 msgid "# that hardware accounting wouldn't work, this only means that PyKota" 
    627 msgstr "" 
    628 " dass Hardware Accounting nicht funktionieren w�es bedeutet nur, dass " 
    629 "PyKota" 
    630  
    631 msgid "# wasn't able to autodetect which hardware accounting method to use." 
    632 msgstr "" 
    633 " nicht in der Lage war automatisch festzustellen welche Hardware Accounting " 
    634 "Methode zu benutzen ist." 
    635  
    636 #, python-format 
    637 msgid "Invalid duration option %s" 
    638 msgstr "Ung� Zeitdauer Option %s" 
    639  
    640 #, python-format 
    641 msgid "Invalid loop option %s" 
    642 msgstr "Ung� loop Option %s" 
    643  
    644 #, python-format 
    645 msgid "Invalid sleep option %s" 
    646 msgstr "Ung� sleep Option %s" 
    647  
    648 #, python-format 
    649 msgid "Invalid color option %s" 
    650 msgstr "Ung� Farben Option %s" 
    651  
    652 #, python-format 
    653 msgid "User %s doesn't exist in PyKota's database" 
    654 msgstr "User %s existiert nicht in PyKota's Datenbank" 
    655  
    656 #, python-format 
    657 msgid "Pages used on %s : %s" 
    658 msgstr "Seiten benutzt f�: %s" 
    659  
    660 #, python-format 
    661 msgid "PyKota Units left : %.2f" 
    662 msgstr "PyKota Einheiten verbleibend : %.2f" 
    663  
    664 #, python-format 
    665 msgid "Your account balance : %.2f" 
    666 msgstr "Ihr Kontostand : %.2f" 
    667  
    668 #, python-format 
    669 msgid "Job size : %i pages" 
    670 msgstr "Auftragsgr�: %i Seiten" 
    671  
    672 #, python-format 
    673 msgid "Cost on printer %s : %.2f" 
    674 msgstr "Kosten f�cker %s : %.2f" 
    675  
    676 #, python-format 
    6771464msgid "Previous page" 
    6781465msgstr "Vorherige Seite" 
     1466 
     1467#~ msgid "Incorrect answer : %s" 
     1468#~ msgstr "Falsche Antwort : %s"