Show
Ignore:
Timestamp:
03/26/06 11:58:23 (18 years ago)
Author:
jerome
Message:

PyKota v1.24beta is out.

Files:
1 modified

Legend:

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

    r2627 r2808  
    2424"Project-Id-Version: PyKota 1.23\n" 
    2525"Report-Msgid-Bugs-To: alet@librelogiciel.com\n" 
    26 "POT-Creation-Date: 2004-11-25 10:16+0100\n" 
     26"POT-Creation-Date: 2006-03-26 11:13+0200\n" 
    2727"PO-Revision-Date: 2005-10-08 15:44+0200\n" 
    2828"Last-Translator: Micha� Dobroczy� <michal.dobroczynski@gmail.com>\n" 
     
    8888 
    8989#, python-format 
     90msgid "" 
     91"edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     92"\n" 
     93"A Print Quota editor for PyKota.\n" 
     94"\n" 
     95"command line usage :\n" 
     96"\n" 
     97"  edpykota [options] user1 user2 ... userN\n" 
     98"  \n" 
     99"  edpykota [options] group1 group2 ... groupN\n" 
     100"\n" 
     101"options :\n" 
     102"\n" 
     103"  -v | --version       Prints edpykota's version number then exits.\n" 
     104"  -h | --help          Prints this message then exits.\n" 
     105"  \n" 
     106"  -a | --add           Adds users or groups print quota entries if\n" 
     107"                       they don't exist in database.\n" 
     108"                       \n" 
     109"  -d | --delete        Deletes users or groups print quota entries.\n" 
     110"                       Users or groups are never deleted, you have\n" 
     111"                       to use the pkusers command to delete them.\n" 
     112"                       The history will be purge from all matching\n" 
     113"                       jobs, unless -g | --groups is used.\n" 
     114"  \n" 
     115"  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     116"                       use wildcards characters to select only\n" 
     117"                       some printers. The default value is *, meaning\n" 
     118"                       all printers. \n" 
     119"                       You can specify several names or wildcards, \n" 
     120"                       by separating them with commas.\n" 
     121"  \n" 
     122"  -g | --groups        Edit groups print quota entries instead of \n" 
     123"                       users print quota entries.\n" 
     124"                          \n" 
     125"  -L | --list          Lists users or groups print quota entries.\n" 
     126"  \n" 
     127"  -n | --noquota       Sets both soft and hard limits to None for users\n" 
     128"                       or groups print quota entries.\n" 
     129"  \n" 
     130"  -r | --reset         Resets the actual page counter for the user\n" 
     131"                       or group to zero on the specified printers. \n" 
     132"                       The life time page counter is kept unchanged.\n" 
     133"                       \n" 
     134"  -R | --hardreset     Resets the actual and life time page counters\n" 
     135"                       for the user or group to zero on the specified \n" 
     136"                       printers. This is a shortcut for '--used 0'.\n" 
     137"                       \n" 
     138"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     139"                       edpykota to not modify existing print quota entries.\n" 
     140"                       \n" 
     141"  -S | --softlimit sl  Sets the quota soft limit to sl " 
     142"pages.                       \n" 
     143"  \n" 
     144"  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     145"  \n" 
     146"  -I | --increase v    Increase existing Soft and Hard limits by the value\n" 
     147"                       of v. You can prefix v with + or -, if no sign is\n" 
     148"                       used, + is assumed.\n" 
     149"\n" 
     150"  -U | --used u        Sets the page counters for the user u pages on\n" 
     151"                       the selected printers. Doesn't work for groups, " 
     152"since\n" 
     153"                       their page counters are the sum of all their " 
     154"members'\n" 
     155"                       page counters.\n" 
     156"                       Useful for migrating users from a different system\n" 
     157"                       where they have already used some pages. Actual\n" 
     158"                       and Life Time page counters may be increased or " 
     159"decreased\n" 
     160"                       if u is prefixed with + or -.\n" 
     161"                       WARNING : BOTH page counters are modified in all " 
     162"cases,\n" 
     163"                       so be careful.\n" 
     164"                       NB : if u equals '0', then the action taken is\n" 
     165"                       the same as if --hardreset was used.\n" 
     166"\n" 
     167"  user1 through userN and group1 through groupN can use wildcards\n" 
     168"  if the --add option is not set.\n" 
     169"  \n" 
     170"examples :                              \n" 
     171"\n" 
     172"  $ edpykota --add john paul george ringo\n" 
     173"  \n" 
     174"  This will create print quota entries for users john, paul, george\n" 
     175"  and ringo on all printers. These print quota entries will have no\n" 
     176"  limit set.\n" 
     177"  \n" 
     178"  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     179"  \n" 
     180"  This will set jerome's print quota on the lp printer to a soft limit\n" 
     181"  of 50 pages, and a hard limit of 60 pages. Both user jerome and\n" 
     182"  printer lp have been previously created with the pkusers and pkprinters\n" 
     183"  commands, respectively.\n" 
     184"\n" 
     185"  $ edpykota -g -S 500 -H 550 financial support            \n" 
     186"  \n" 
     187"  This will set print quota soft limit to 500 pages and hard limit\n" 
     188"  to 550 pages for groups financial and support on all printers.\n" 
     189"  \n" 
     190"  $ edpykota --reset jerome \"jo*\"\n" 
     191"  \n" 
     192"  This will reset jerome's page counter to zero on all printers, as\n" 
     193"  well as every user whose name begins with 'jo'.\n" 
     194"  Their life time page counter on each printer will be kept unchanged.\n" 
     195"  You can also reset the life time page counters by using the\n" 
     196"  --hardreset | -R command line option.\n" 
     197"  \n" 
     198"  $ edpykota --printer hpcolor --noquota jerome\n" 
     199"  \n" 
     200"  This will tell PyKota to not limit jerome when printing on the \n" 
     201"  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     202"  accounting of the pages he prints will still be kept.\n" 
     203"  Print Quotas for jerome on other printers are unchanged.\n" 
     204"  \n" 
     205"  $ edpykota --delete --printer \"HP*,XER*\" jerome rachel\n" 
     206"  \n" 
     207"  This will delete users jerome and rachel's print quota\n" 
     208"  entries on all printers which name begin with 'HP' or\n" 
     209"  'XER'. The jobs printed by these users on these printers\n" 
     210"  will be deleted from the history.\n" 
     211msgstr "" 
     212 
     213#, python-format 
     214msgid "You can't set negative limits for %s" 
     215msgstr "" 
     216 
     217msgid "Extracting datas" 
     218msgstr "" 
     219 
     220#, python-format 
     221msgid "Page counter : %s" 
     222msgstr "" 
     223 
     224#, python-format 
     225msgid "Lifetime page counter : %s" 
     226msgstr "" 
     227 
     228#, python-format 
     229msgid "Soft limit : %s" 
     230msgstr "" 
     231 
     232#, python-format 
     233msgid "Hard limit : %s" 
     234msgstr "" 
     235 
     236#, python-format 
     237msgid "Date limit : %s" 
     238msgstr "" 
     239 
     240#, python-format 
     241msgid "Maximum job size : %s" 
     242msgstr "Maksymalny rozmiar zadania drukowania : %s" 
     243 
     244#, python-format 
     245msgid "%s pages" 
     246msgstr "%s stron" 
     247 
     248msgid "Unlimited" 
     249msgstr "Nieograniczone" 
     250 
     251#, python-format 
     252msgid "Warning banners printed : %s" 
     253msgstr "" 
     254 
     255msgid "Deletion" 
     256msgstr "" 
     257 
     258#, python-format 
     259msgid "Invalid used value %s." 
     260msgstr "Nieprawdi�owa warto��used' %s" 
     261 
     262#, python-format 
     263msgid "Invalid increase value %s." 
     264msgstr "Nieprawid�owa warto��increase' %s" 
     265 
     266#, python-format 
     267msgid "Invalid softlimit value %s." 
     268msgstr "Nieprawid�owa warto��softlimit' %s" 
     269 
     270#, python-format 
     271msgid "Invalid hardlimit value %s." 
     272msgstr "Nieprawid�owa warto��hardlimit' %s" 
     273 
     274#, python-format 
     275msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
     276msgstr "" 
     277"Twardy limit %i jest mniejszy ni� mi�i limit %i, warto�ci zostan� " 
     278"zamienione." 
     279 
     280#, python-format 
     281msgid "Undefined hard limit set to soft limit (%s)." 
     282msgstr "" 
     283 
     284#, python-format 
     285msgid "Undefined soft limit set to hard limit (%s)." 
     286msgstr "" 
     287 
     288msgid "Creation" 
     289msgstr "" 
     290 
     291#, python-format 
     292msgid "" 
     293"Impossible to create print quota entries if the user or group object '%s' " 
     294"doesn't already exist. Please use pkusers to create it first." 
     295msgstr "" 
     296 
     297msgid "Modification" 
     298msgstr "" 
     299 
     300msgid "incompatible options, see help." 
     301msgstr "niekompatybilne opcje, zajrzyj do pomocy." 
     302 
     303msgid "You have to pass user or group names on the command line" 
     304msgstr "Musisz poda�azw��ytkownika lub grupy w linii komend" 
     305 
     306#, python-format 
     307msgid "" 
     308"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     309"\n" 
     310"Generates banners.\n" 
     311"\n" 
     312"command line usage :\n" 
     313"\n" 
     314"  pkbanner  [options]  [more info]\n" 
     315"\n" 
     316"options :\n" 
     317"\n" 
     318"  -v | --version       Prints pkbanner's version number then exits.\n" 
     319"  -h | --help          Prints this message then exits.\n" 
     320"  \n" 
     321"  -l | --logo img      Use the image as the banner's logo. The logo will\n" 
     322"                       be drawn at the center top of the page. The default\n" 
     323"                       logo is /usr/share/pykota/logos/pykota.jpeg\n" 
     324"                       \n" 
     325"  -p | --pagesize sz   Sets sz as the page size. Most well known\n" 
     326"                       page sizes are recognized, like 'A4' or 'Letter'\n" 
     327"                       to name a few. The default size is A4.\n" 
     328"  \n" 
     329"  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n" 
     330"                       used to save toner. The default value is 0, which\n" 
     331"                       means that no toner saving will be done.\n" 
     332"  \n" 
     333"  -u | --url u         Uses u as an url to be written at the bottom of \n" 
     334"                       the banner page. The default url is :\n" 
     335"                       http://www.librelogiciel.com/software/\n" 
     336"  \n" 
     337"examples :                              \n" 
     338"\n" 
     339"  Using pkbanner directly from the command line is not recommended,\n" 
     340"  excepted for testing purposes. You should use pkbanner in the\n" 
     341"  'startingbanner' or 'endingbanner' directives in pykota.conf\n" 
     342"  \n" 
     343"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" 
     344"  \n" 
     345"      With such a setting in pykota.conf, all print jobs will be \n" 
     346"      prefixed with an A4 banner with no logo, and text luminosity will\n" 
     347"      be increased by 75%%. The PostScript output will be directly sent\n" 
     348"      to your printer.\n" 
     349"      \n" 
     350"  You'll find more examples in the sample configuration file included    \n" 
     351"  in PyKota.\n" 
     352msgstr "" 
     353"pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     354"\n" 
     355"Generuje banery.\n" 
     356"\n" 
     357"u�ycie z linii polece�n" 
     358"\n" 
     359"  pkbanner  [opcje]  [wi�j informacji]\n" 
     360"\n" 
     361"opcje :\n" 
     362"\n" 
     363"  -v | --version       Wy�wietla wersj�kbanner i nast�ie ko� " 
     364"dzia�anie.\n" 
     365"  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     366"dzia�anie.\n" 
     367"  \n" 
     368"  -l | --logo img      U�yj obrazka img jako logo, kt�b�ie " 
     369"wy�rodkowane\n" 
     370"                       u g�strony. Domy�lnym logo jest\n" 
     371"                       /usr/share/pykota/logos/pykota.jpeg\n" 
     372"                       \n" 
     373"  -p | --pagesize sz   Ustawia sz jako rozmiar strony. Wi�zo��g�e " 
     374"znanych\n" 
     375"                       rozmiar�est rozpoznawana, jak 'A4' czy 'Letter'\n" 
     376"                       dla przyk�adu. Domy�lnym rozmiarem jest A4.\n" 
     377"  \n" 
     378"  -s | --savetoner s   Ustawia wsp�ynnik jasno�ci tekstu na s%%. Opcja ta " 
     379"mo�e by�n" 
     380"                       u�yta jako 'oszcz�o�ciowe drukowanie'. Domy�ln� " 
     381"warto�ci� jest 0, co oznacza\n" 
     382"                       brak oszcz�o�ciowego drukowania.\n" 
     383"  \n" 
     384"  -u | --url u         U�ywa u jako url (odno�nika) kt�b�ie wydrukowany " 
     385"na  \n" 
     386"                       dole strony bannera. Domy�lnym odno�nikiem jest :\n" 
     387"                       http://www.librelogiciel.com/software/\n" 
     388"  \n" 
     389"przyk�ady :                              \n" 
     390"\n" 
     391"  U�ywanie pkbanner bezpo�rednio z linii polece�e jest zalecane,\n" 
     392"  chyba �e w gr�chodzi testowanie. pkbanner powinien by��yty w " 
     393"dyrektywach\n" 
     394"  'startingbanner' lub 'endingbanner' kt�s� obecne w pliku pykota.conf\n" 
     395"  \n" 
     396"    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" 
     397"  \n" 
     398"      Z takim ustawieniem w pykota.conf, wszystkie zadania drukowania \n" 
     399"      b� poprzedzone bannerem rozmiaru A4 kt�nie b�ie zawiera� loga, " 
     400"za� jasno��ekstu\n" 
     401"      b�ie zwi�zona do 75%%. Wyj�cie PostScript b�ie wys�ane " 
     402"bezpo�rednio\n" 
     403"      do drukarku.\n" 
     404"      \n" 
     405"  Wi�j mo�liwo�ci znajdziesz w przyk�adowym pliku konfiguracjnym zawartym " 
     406"w pakiecie    \n" 
     407"  PyKota.\n" 
     408 
     409msgid "Unknown" 
     410msgstr "Nieznany" 
     411 
     412msgid "Username" 
     413msgstr "U�ytkownik" 
     414 
     415msgid "More Info" 
     416msgstr "Wi�j informacji" 
     417 
     418msgid "Job" 
     419msgstr "Zadanie drukowania" 
     420 
     421msgid "Date" 
     422msgstr "Data" 
     423 
     424msgid "Allowed" 
     425msgstr "Dozwolone" 
     426 
     427msgid "Denied" 
     428msgstr "Odmowa" 
     429 
     430msgid "Allowed with Warning" 
     431msgstr "Dozwolone z ostrze�eniem" 
     432 
     433msgid "Problem" 
     434msgstr "" 
     435 
     436msgid "Cancelled" 
     437msgstr "" 
     438 
     439msgid "Result" 
     440msgstr "Rezultat" 
     441 
     442msgid "Title" 
     443msgstr "Tytu�" 
     444 
     445msgid "Filename" 
     446msgstr "Nazwa pliku" 
     447 
     448#, python-format 
     449msgid "Pages printed so far on %s" 
     450msgstr "Strony wydrukowane dotychczas na %s" 
     451 
     452msgid "Account balance" 
     453msgstr "Stan konta" 
     454 
     455msgid "Soft Limit" 
     456msgstr "Mi�i limit" 
     457 
     458msgid "Hard Limit" 
     459msgstr "Twardy limit" 
     460 
     461msgid "Date Limit" 
     462msgstr "Limit czasowy" 
     463 
     464msgid "No Limit" 
     465msgstr "" 
     466 
     467msgid "No Accounting" 
     468msgstr "" 
     469 
     470msgid "Forbidden" 
     471msgstr "" 
     472 
     473msgid "Printing Mode" 
     474msgstr "" 
     475 
     476msgid "Allowed range is (0..99)" 
     477msgstr "Dozwolony zakres to (0..99)" 
     478 
     479#, python-format 
     480msgid "Invalid 'savetoner' option %s : %s" 
     481msgstr "Nieprawid�owa opcja 'savetoner' %s : %s" 
     482 
     483#, python-format 
     484msgid "Invalid 'pagesize' option %s, defaulting to A4." 
     485msgstr "Nieprawid�owa opcja 'pagesize' %s, zostanie u�yta domy�lna warto��4." 
     486 
     487#, python-format 
     488msgid "" 
     489"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     490"\n" 
     491"Email gateway for PyKota.\n" 
     492"\n" 
     493"command line usage :\n" 
     494"\n" 
     495"  pkmail  [options]\n" 
     496"\n" 
     497"options :\n" 
     498"\n" 
     499"  -v | --version       Prints pkmail's version number then exits.\n" 
     500"  -h | --help          Prints this message then exits.\n" 
     501"  \n" 
     502"    \n" 
     503"  This command is meant to be used from your mail server's aliases file,\n" 
     504"  as a pipe. It will then accept commands send to it in email messages,\n" 
     505"  and will send the answer to the command's originator.\n" 
     506"  \n" 
     507"  To use this command, create an email alias in /etc/aliases with\n" 
     508"  the following format :\n" 
     509"  \n" 
     510"    pykotacmd: \"|/usr/bin/pkmail\"\n" 
     511"    \n" 
     512"  Then run the 'newaliases' command to regenerate the aliases database.\n" 
     513"  \n" 
     514"  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n" 
     515"  the command in the subject.\n" 
     516"  \n" 
     517"  List of supported commands :\n" 
     518"  \n" 
     519"        report [username]\n" 
     520"  \n" 
     521"  NB : For pkmail to work correctly, you may have to put the 'mail'\n" 
     522"  system user in the 'pykota' system group to ensure this user can\n" 
     523"  read the /etc/pykota/pykotadmin.conf file, and restart your\n" 
     524"  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n" 
     525"  that you think at least twice before doing this though.\n" 
     526"  \n" 
     527"  Use at your own risk !\n" 
     528msgstr "" 
     529"pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     530"\n" 
     531"Brama e-mail dla systemu PyKota.\n" 
     532"\n" 
     533"u�ycie z linii komend :\n" 
     534"\n" 
     535"  pkmail  [opcje]\n" 
     536"\n" 
     537"opcje :\n" 
     538"\n" 
     539"  -v | --version       Wy�wietla wersj�kmail i nast�ie ko� " 
     540"dzia�anie.\n" 
     541"  -h | --help          Wy�wietla t� wiadomo�� nast�ie ko� dzia�anie.\n" 
     542"  \n" 
     543"    \n" 
     544"  Ta komenda powinna by��ywana bezpo�rednio z twojego pliku alias�n" 
     545"  jako fragment potoku. W�as pkmail b�ie akceptowa�o komendy wys�ane w " 
     546"wiadomo�ciach,\n" 
     547"  e-mail i b�ie odpowiada�o osobie wysy�aj�cej.\n" 
     548"  \n" 
     549"  Aby u�ywac tej komendy utw�alias e-mailowy w pliku /etc/aliases, " 
     550"skorzystaj z formatu \n" 
     551"  podanego poni�ej:\n" 
     552"  \n" 
     553"    pykotacmd: \"|/usr/bin/pkmail\"\n" 
     554"    \n" 
     555"  Nast�ie uruchom komend�newaliases' aby przebudowa�az�lias�n" 
     556"  \n" 
     557"  Od tego momentu mo�esz wysy�a�iadomo��e-mail na adres " 
     558"'pykotacmd@yourdomain.com' \n" 
     559"  z komend� w tytule.\n" 
     560"  \n" 
     561"  Lista dost�ych komend :\n" 
     562"  \n" 
     563"        report [u�ytkownik]\n" 
     564"  \n" 
     565"  UWAGA : Aby pkmail mog�o dzia�a�oprawnie najprawdopodobniej b�iesz " 
     566"musia� \n" 
     567"  doda�ystemowego u�ytkonika 'mail' do systemowej grupy 'pykota' aby " 
     568"zezwoli�n" 
     569"  u�ytkownik 'mail' m�odczyta�lik /etc/pykota/pykotadmin.conf, " 
     570"nast�ie zrestartuj\n" 
     571"  serwer pocztowy (np.: /etc/init.d/exim restart). Pami�j - zastan�i�n" 
     572"  dok�adnie nad mo�liwymi skutkami zanim dodasz u�ytkownika 'mail' do grupy " 
     573"'pykota'.\n" 
     574"  \n" 
     575"  U�ywasz na w�asn� odpowiedzialno��\n" 
     576 
     577#, python-format 
     578msgid "" 
     579"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     580"\n" 
     581"A turn key tool for PyKota. When launched, this command will initialize\n" 
     582"PyKota's database with all existing print queues and some or all users.\n" 
     583"For now, no prices or limits are set, so printing is fully accounted\n" 
     584"for, but not limited. That's why you'll probably want to also use\n" 
     585"edpykota once the database has been initialized.\n" 
     586"\n" 
     587"command line usage :\n" 
     588"\n" 
     589"  pkturnkey [options] [printqueues names]\n" 
     590"\n" 
     591"options :\n" 
     592"\n" 
     593"  -v | --version       Prints pkturnkey version number then exits.\n" 
     594"  -h | --help          Prints this message then exits.\n" 
     595"  \n" 
     596"  -c | --doconf        Give hints about what to put into pykota.conf\n" 
     597"  \n" 
     598"  -d | --dousers       Manages users accounts as well.\n" 
     599"  \n" 
     600"  -D | --dogroups      Manages users groups as well.\n" 
     601"                       Implies -d | --dousers.\n" 
     602"  \n" 
     603"  -e | --emptygroups   Includes empty groups.\n" 
     604"  \n" 
     605"  -f | --force         Modifies the database instead of printing what\n" 
     606"                       it would do.\n" 
     607"                       \n" 
     608"  -u | --uidmin uid    Only adds users whose uid is greater than or equal " 
     609"to\n" 
     610"                       uid. You can pass an username there as well, and its\n" 
     611"                       uid will be used automatically.\n" 
     612"                       If not set, 0 will be used automatically.\n" 
     613"                       Implies -d | --dousers.\n" 
     614"                       \n" 
     615"  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n" 
     616"                       uid. You can pass an username there as well, and its\n" 
     617"                       uid will be used automatically.\n" 
     618"                       If not set, a large value will be used " 
     619"automatically.\n" 
     620"                       Implies -d | --dousers.\n" 
     621"\n" 
     622"  -g | --gidmin gid    Only adds groups whose gid is greater than or equal " 
     623"to\n" 
     624"                       gid. You can pass a groupname there as well, and its\n" 
     625"                       gid will be used automatically.\n" 
     626"                       If not set, 0 will be used automatically.\n" 
     627"                       Implies -D | --dogroups.\n" 
     628"                       \n" 
     629"  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal " 
     630"to\n" 
     631"                       gid. You can pass a groupname there as well, and its\n" 
     632"                       gid will be used automatically.\n" 
     633"                       If not set, a large value will be used " 
     634"automatically.\n" 
     635"                       Implies -D | --dogroups.\n" 
     636"\n" 
     637"examples :                              \n" 
     638"\n" 
     639"  $ pkturnkey --dousers --uidmin jerome\n" 
     640"\n" 
     641"  Will simulate the initialization of PyKota's database will all existing\n" 
     642"  printers and print accounts for all users whose uid is greater than\n" 
     643"  or equal to jerome's one. Won't manage any users group.\n" 
     644"  \n" 
     645"  To REALLY initialize the database instead of simulating it, please\n" 
     646"  use the -f | --force command line switch.\n" 
     647"  \n" 
     648"  You can limit the initialization to only a subset of the existing\n" 
     649"  printers, by passing their names at the end of the command line.\n" 
     650msgstr "" 
     651"pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     652"\n" 
     653"Program inicjalizacyjny dla systemu PyKota. Po uruchomieniu program " 
     654"zainicjalizuje\n" 
     655"baz�anych systemu PyKota z wszystkimi istniej�cymi kolejkami drukowania " 
     656"oraz z wszystkimi llub cz�i� u�ytkownik�n" 
     657"Na chwil�becn� �adne limity oraz ceny nie s� ustalone. Drukowanie jest " 
     658"rozliczane jednak�e\n" 
     659"nie jest w �aden spos�imitowane. St�d te� prawdopodobnie b�iesz chcia� " 
     660"skorzysta� \n" 
     661"programu edpykota po zainicjalizowaniu bazy danych.\n" 
     662"\n" 
     663"u�ycie z linii polece�n" 
     664"\n" 
     665"  pkturnkey [opcje] [nazwy kolejek drukowania]\n" 
     666"\n" 
     667"opcje :\n" 
     668"\n" 
     669"  -v | --version       Wy�wietla wersj�kturnkey i nast�ie ko� " 
     670"dzia�anie.\n" 
     671"  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     672"dzia�anie.\n" 
     673"  \n" 
     674"  -c | --doconf        Wy�wietl podpowiedzi dotycz�ce konfiguracji pykota." 
     675"conf\n" 
     676"  \n" 
     677"  -d | --dousers       Bierze pod uwag�onta u�ytkownik�n" 
     678"  \n" 
     679"  -D | --dogroups      Bierze pod uwag�onta grup.\n" 
     680"                       Implikuje -d | --dousers.\n" 
     681"  \n" 
     682"  -e | --emptygroups   Bierze pod uwag�uste grupy.\n" 
     683"  \n" 
     684"  -f | --force         Modyfikuje baz�anych zamiast wy�wietlania zmian na " 
     685"ekranie.\n" 
     686"                       \n" 
     687"  -u | --uidmin uid    Bierze pod uwag�ylko u�ytkownik�t�h id jest " 
     688"wi�zy lub r� uid\n" 
     689"                       Mo�esz poda��e� nazw��ytkownika, w�as " 
     690"jego \n" 
     691"                       uid zostanie u�yty automatycznie.\n" 
     692"                       Je�li nie podano domy�ln� warto�ci� jest 0.\n" 
     693"                       Implikuje -d | --dousers.\n" 
     694"                       \n" 
     695"  -U | --uidmax uid    Bierze pod uwag�ylko u�ytkownik�t�h id jest " 
     696"mniejsze lub r�\n" 
     697"                       od uid. Mo�esz r�e� poda�azw��ytkownika, " 
     698"w�as jego\n" 
     699"                       uid b�ie u�yty automatycznie.\n" 
     700"                       Je�li nie podano domy�ln� warto�ci� jest bli�ej " 
     701"nieokre�lona wielka warto��n" 
     702"                       Implikuje -d | --dousers.\n" 
     703"\n" 
     704"  -g | --gidmin gid    Bierze pod uwag�ylko grupy kt�h id jest wi�ze " 
     705"lub r�\n" 
     706"                       gid. Mo�esz tak�e poda�azw�rupy, w�as jej\n" 
     707"                       gid b�ie u�yty automatycznie.\n" 
     708"                       Je�li nie podano domy�ln� warto�ci� jest 0.\n" 
     709"                       Implikuje -D | --dogroups.\n" 
     710"                       \n" 
     711"  -G | --gidmax gid    Bierze pod uwag�ylko grupy kt�h id jest mniejsze " 
     712"lub r�\n" 
     713"                       gid. Mo�esz tak�e poda�azw�rupy, w�as jej\n" 
     714"                       gid b�ie u�yty automatycznie.\n" 
     715"                       Je�li nie podano domy�ln� warto�ci� jest bli�ej " 
     716"nieokre�lona wielka liczba.\n" 
     717"                       Implikuje -D | --dogroups.\n" 
     718"\n" 
     719"przyk�ady :                              \n" 
     720"\n" 
     721"  $ pkturnkey --dousers --uidmin jerome\n" 
     722"\n" 
     723"  Powy�sza komenda uruchomi symulacj�nicjalizacj�azy systemu PyKota, to " 
     724"znaczy\n" 
     725"  utworzy wszystkie drukarki oraz konta drukowania dla wszystkich " 
     726"u�ytkownik�t�h uid \n" 
     727"  jest wi�zy lub r� uid u�ytkownika jerome. Grupy nie b� brane pod " 
     728"uwag�n" 
     729"  \n" 
     730"  Aby NA PRAWD�zainicjalizowa�az�wy��czy�ymulacj�nale�y \n" 
     731"  u�y�pcji -f | --force.\n" 
     732"  \n" 
     733"  Mo�esz ograniczy�nicjalizacj�ylko dla okre�lonej liczby istniej�cych " 
     734"drukarek\n" 
     735"  poprzez podanie ich nazw na ko�linii polece�" 
     736 
     737#, python-format 
     738msgid "" 
     739"Printer %s is not managed by PyKota yet. Please modify printers.conf and " 
     740"restart CUPS." 
     741msgstr "" 
     742"Drukarka %s nie jest obs�ugiwana przez system PyKota. Prosz�modyfikowa� 
     743"plik printers.conf i nast�ie ponownie uruchomi�s�ug�UPS." 
     744 
     745msgid "You're not allowed to use this command." 
     746msgstr "Nie jeste� uprawniony do u�ywania tej komendy." 
     747 
     748msgid "Please be patient..." 
     749msgstr "Prosz�ierpliwie czeka�." 
     750 
     751msgid "Don't worry, the database WILL NOT BE MODIFIED." 
     752msgstr "Bez obaw, baza danych NIE B�ZIE ZMODYFIKOWANA." 
     753 
     754msgid "Please WORRY NOW, the database WILL BE MODIFIED." 
     755msgstr "Teraz MO�ESZ SI�MARTWI�poniewa� baza danych B�ZIE ZMODYFIKOWANA." 
     756 
     757msgid "System users will have a print account as well !" 
     758msgstr "U�ytkownicy systemowi tak�e b� posiadali konta drukowania!" 
     759 
     760#, python-format 
     761msgid "Unknown username %s : %s" 
     762msgstr "Nieznany u�ytkownik %s : %s" 
     763 
     764msgid "System groups will have a print account as well !" 
     765msgstr "Grupy systemowe tak�e b� posiada�y konta drukowania!" 
     766 
     767#, python-format 
     768msgid "Unknown groupname %s : %s" 
     769msgstr "Nieznana nazwa grupy %s : %s" 
     770 
     771msgid "Simulation terminated." 
     772msgstr "Symulacja przerwana." 
     773 
     774msgid "Database initialized !" 
     775msgstr "Baza danych zainicjalizowana!" 
     776 
     777msgid "The --uidmin or --uidmax command line option implies --dousers as well." 
     778msgstr "Opcje linii polece�uidmin lub --uidmax implikuj� opcj�-dousers." 
     779 
     780msgid "" 
     781"The --gidmin or --gidmax command line option implies --dogroups as well." 
     782msgstr "Opcje linii polece�gidmin lub --gidmax implikuj� opcj�-dogroups." 
     783 
     784msgid "The --dogroups command line option implies --dousers as well." 
     785msgstr "Opcja linii polece�dogroups implikuje opcj�-dousers." 
     786 
     787#, python-format 
     788msgid "" 
     789"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     790"\n" 
     791"An OSD quota monitor for PyKota.\n" 
     792"\n" 
     793"command line usage :\n" 
     794"\n" 
     795"  pykosd [options]\n" 
     796"\n" 
     797"options :\n" 
     798"\n" 
     799"  -v | --version       Prints pykosd's version number then exits.\n" 
     800"  -h | --help          Prints this message then exits.\n" 
     801"  \n" 
     802"  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
     803"                       triplet, for example #FF0000 is 100%% red.\n" 
     804"                       Defaults to 100%% green (#00FF00).\n" 
     805"                       \n" 
     806"  -d | --duration d    Sets the duration of the display in seconds. \n" 
     807"                       Defaults to 3 seconds.\n" 
     808"                       \n" 
     809"  -f | --font f        Sets the font to use for " 
     810"display.                      \n" 
     811"                       Defaults to the Python OSD library's default.\n" 
     812"  \n" 
     813"  -l | --loop n        Sets the number of times the info will be displayed.\n" 
     814"                       Defaults to 0, which means loop forever.\n" 
     815"                       \n" 
     816"  -s | --sleep s       Sets the sleeping duration between two displays \n" 
     817"                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
     818"                       \n" 
     819"  \n" 
     820"examples :                              \n" 
     821"\n" 
     822"  $ pykosd -s 60 --loop 5\n" 
     823"  \n" 
     824"  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
     825"  and will last for 3 seconds (the default) each time. After five\n" 
     826"  iterations, the program will exit.\n" 
     827msgstr "" 
     828"pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     829"\n" 
     830"Monitor OSD dla systemu PyKota.\n" 
     831"\n" 
     832"u�ycie z linii polece�n" 
     833"\n" 
     834"  pykosd [opcje]\n" 
     835"\n" 
     836"opcje :\n" 
     837"\n" 
     838"  -v | --version       Wy�wietla wersj�ykosd i nast�ie ko� " 
     839"dzia�anie.\n" 
     840"  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     841"dzia�anie.\n" 
     842"  \n" 
     843"  -c | --color #rrggbb Ustawia kolor wy�wietlania jako triplet " 
     844"szesnastkowy,\n" 
     845"                       na przyk�ad #FF0000 to 100%% czerwieni.\n" 
     846"                       Domy�lne ustawienie to 100%% zieleni (#00FF00).\n" 
     847"                       \n" 
     848"  -d | --duration d    Ustala czas wy�wietlania w sekundach. \n" 
     849"                       Domy�lna warto��o 3 sekundy.\n" 
     850"                       \n" 
     851"  -f | --font f        Czcionka jaka b�ie u�yta do wy�wietlania " 
     852"danych.                      \n" 
     853"                       Domy�lna warto��o domy�lna czcionka biblioteki OSD " 
     854"Pythona.\n" 
     855"  \n" 
     856"  -l | --loop n        Ustala liczb�y�wietle�munikat�n" 
     857"                       Warto��omy�lna to 0 co oznacza niesko�n� p��n" 
     858"                       \n" 
     859"  -s | --sleep s       Ustala czas pomi�y kolejnymi wy�wietleniami \n" 
     860"                       w sekundach. Warto��omy�lna to 180 sekund (3 " 
     861"minuty).\n" 
     862"                       \n" 
     863"  \n" 
     864"przyk�ady :                              \n" 
     865"\n" 
     866"  $ pykosd -s 60 --loop 5\n" 
     867"  \n" 
     868"  Uruchomi pykosd. Zawarto��kranu b�ie od�wierzona co 60 sekund,\n" 
     869"  i b�ie widoczna przez 3 sekundy (domy�lnie) za ka�dym razem. Po pi�tek " 
     870"iteracji\n" 
     871"  program zako� swoje dzia�anie.\n" 
     872 
     873#, python-format 
     874msgid "Invalid duration option %s" 
     875msgstr "Nieprawid�owa opcja 'duration' %s" 
     876 
     877#, python-format 
     878msgid "Invalid loop option %s" 
     879msgstr "Nieprawid�owa opcja 'loop' %s" 
     880 
     881#, python-format 
     882msgid "Invalid sleep option %s" 
     883msgstr "Nieprawid�owa opcja 'sleep' %s" 
     884 
     885#, python-format 
     886msgid "Invalid color option %s" 
     887msgstr "Nieprawid�owa opcja 'color' %s" 
     888 
     889#, python-format 
     890msgid "User %s doesn't exist in PyKota's database" 
     891msgstr "U�ytkownik %s nie istnieje w bazie danych systemu PyKota" 
     892 
     893#, python-format 
     894msgid "Pages used on %s : %s" 
     895msgstr "Strony wydrukowane na %s : %s" 
     896 
     897#, python-format 
     898msgid "PyKota Units left : %.2f" 
     899msgstr "Pozosta�e jednostki PyKota : %.2f" 
     900 
     901msgid "Printing denied." 
     902msgstr "" 
     903 
     904msgid "Printing not limited." 
     905msgstr "" 
     906 
     907msgid "Printing not limited, no accounting." 
     908msgstr "" 
     909 
     910#, python-format 
     911msgid "" 
     912"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     913"\n" 
     914"Generates print quota reports.\n" 
     915"\n" 
     916"command line usage :\n" 
     917"\n" 
     918"  repykota [options] \n" 
     919"\n" 
     920"options :\n" 
     921"\n" 
     922"  -v | --version       Prints repykota's version number then exits.\n" 
     923"  -h | --help          Prints this message then exits.\n" 
     924"  \n" 
     925"  -u | --users         Generates a report on users quota, this is \n" 
     926"                       the default.\n" 
     927"  \n" 
     928"  -g | --groups        Generates a report on group quota instead of users.\n" 
     929"  \n" 
     930"  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n" 
     931"                              groups. Reserved to PyKota Administrators.\n" 
     932"  \n" 
     933"  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
     934"                       use wildcards characters to select only\n" 
     935"                       some printers. The default value is *, meaning\n" 
     936"                       all printers.\n" 
     937"                       You can specify several names or wildcards, \n" 
     938"                       by separating them with commas.\n" 
     939"  \n" 
     940"examples :                              \n" 
     941"\n" 
     942"  $ repykota --printer lp\n" 
     943"  \n" 
     944"  This will print the quota status for all users who use the lp printer.\n" 
     945"\n" 
     946"  $ repykota \n" 
     947"  \n" 
     948"  This will print the quota status for all users on all printers.\n" 
     949"  \n" 
     950"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     951"  \n" 
     952"  This will print the quota status for user jerome and all users\n" 
     953"  whose name begins with \"jo\" on all printers which name begins\n" 
     954"  with \"laser\" or ends with \"pson\".\n" 
     955"  \n" 
     956"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     957"  arguments representing users or groups names are ignored, and only the\n" 
     958"  current user/group is reported.\n" 
     959msgstr "" 
     960"repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     961"\n" 
     962"Generuje raporty limit�rukowania.\n" 
     963"\n" 
     964"u�ycie z linii polece�n" 
     965"\n" 
     966"  repykota [opcje] \n" 
     967"\n" 
     968"opcje :\n" 
     969"\n" 
     970"  -v | --version       Wy�wietla wersj�epykota i nast�ie ko� " 
     971"dzia�anie.\n" 
     972"  -h | --help          Wy�wietla t� wiadomo�� nast�ie ko� dzia�anie.\n" 
     973"  \n" 
     974"  -u | --users         Generuje raport dla u�ytkownika/u�ytkownik�ta " 
     975"opcja jest \n" 
     976"                       domy�lna.\n" 
     977"  \n" 
     978"  -g | --groups        Generuje raport dla grup/grupy zamiast dla " 
     979"u�ytkownika.\n" 
     980"  \n" 
     981"  -i | --ingroups g1[,g2...]  Bierze pod uwag��ytkownik��cych " 
     982"cz�onkami wymienionych\n" 
     983"                              grup. Zarezerwowane dla administrator� 
     984"systemu PyKota.\n" 
     985"  \n" 
     986"  -P | --printer p     Generuj raporty tylko dla drukarki p. Dodatkowo p " 
     987"akceptuje \n" 
     988"                       wzorce dopasowania tak aby� m�wybra�ylko\n" 
     989"                       niekt�drukarki. Warto�ci� domy�ln� jest *, co " 
     990"oznacza\n" 
     991"                       wszystkie drukarki.\n" 
     992"                       Mo�esz okre�li�iele nazw oraz wzorc�opasowania \n" 
     993"                       oddzielaj�c je przecinkami.\n" 
     994"  \n" 
     995"przyk�ady :                              \n" 
     996"\n" 
     997"  $ repykota --printer lp\n" 
     998"  \n" 
     999"  Wy�wietli stan limit�la wszystkich u�ytkownik�t� u�ywaj� drukarki " 
     1000"lp.\n" 
     1001"\n" 
     1002"  $ repykota \n" 
     1003"  \n" 
     1004"  Wy�wietli stan limit�la wszystkich u�ytkownik�a wszystkich " 
     1005"drukarkach.\n" 
     1006"  \n" 
     1007"  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
     1008"  \n" 
     1009"  Wy�wietli stan limit�la u�ytkownika jerome oraz wszystkich " 
     1010"u�ytkownik�" 
     1011"  kt�h nazwa rozpoczyna si�d znak�"jo\" na wszystkich drukarkach " 
     1012"kt�h nazwy \n" 
     1013"  rozpoczynaj� si�d wyra�enia \"laser\" oraz ko� wyra�eniem \"pson\".\n" 
     1014"  \n" 
     1015"  Je�li repykota zostanie uruchomiona przez u�ytkownika kt�nie jest " 
     1016"administratorem\n" 
     1017"  systemu PyKota w�as argumenty reprezentuj�ce u�ytkownik�ub grupy s� " 
     1018"ignorowane i \n" 
     1019"  wy�wietlany jest raport tylko dla u�ytkownika/grupy.\n" 
     1020 
     1021msgid "Option --ingroups is reserved to PyKota Administrators." 
     1022msgstr "" 
     1023"Opcja --ingroups jest zarezerwowana dla administrator�ystemu PyKota." 
     1024 
     1025#, python-format 
     1026msgid "There's no printer matching %s" 
     1027msgstr "Drukarka odpowiadaj�ca nazwie %s nie istnieje" 
     1028 
     1029#, python-format 
    901030msgid "SIGTERM received, job %s cancelled." 
    911031msgstr "Przechwycono sygna� SIGTERM, zadanie drukowania %s anulowano." 
     
    941034msgstr "Nie masz mo�liwo�ci drukowania w tym momencie." 
    951035 
    96 #, python-format 
    97 msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" 
    98 msgstr "" 
    99 "Brak mo�liwo�ci obliczenia wielko�ci zadania drukowania przy u�yciu og�go " 
    100 "analizatora PDL: %s" 
     1036msgid "Print job cancelled." 
     1037msgstr "" 
    1011038 
    1021039#, python-format 
     
    2661203msgstr "Zadanie drukowania nie zawiera �adnych danych. Odmowa drukowania." 
    2671204 
     1205msgid "Error in external policy script. Printing is denied." 
     1206msgstr "" 
     1207 
     1208#, python-format 
     1209msgid "" 
     1210"Still no print quota entry for user %s on printer %s after external policy. " 
     1211"Printing is denied." 
     1212msgstr "" 
     1213 
     1214msgid "Printing is denied by printer policy." 
     1215msgstr "" 
     1216 
    2681217msgid "Job allowed by printer policy. No accounting will be done." 
    2691218msgstr "" 
     
    3051254"Zadanie drukowania odrzucone, konto osoby drukuj�cej nie zostanie obci��one." 
    3061255 
     1256msgid "Job cancelled, no accounting will be done." 
     1257msgstr "" 
     1258 
    3071259msgid "Job accounting begins." 
    3081260msgstr "Rozpoczynanie procesu obci��ania konta osoby drukuj�cej." 
     
    3131265"zosta� rozpocz�." 
    3141266 
     1267msgid "Job cancelled, no accounting has been done." 
     1268msgstr "" 
     1269 
    3151270msgid "Job accounting ends." 
    3161271msgstr "Ko�nie procesu obci��ania konta osoby drukuj�cej." 
    3171272 
     1273msgid "" 
     1274"Job size forced to 0 because the real CUPS backend failed. No accounting " 
     1275"will be done." 
     1276msgstr "" 
     1277 
     1278msgid "The real CUPS backend failed, but the job will be accounted for anyway." 
     1279msgstr "" 
     1280 
    3181281msgid "Job size forced to 0 because printing is denied." 
    3191282msgstr "Rozmiar zadania drukowania zmieniony na 0 z powodu odmowy drukowania." 
    3201283 
     1284msgid "Job size forced to 0 because printing was cancelled." 
     1285msgstr "" 
     1286 
    3211287#, python-format 
    3221288msgid "Job size : %i" 
     
    3371303msgid "Billing code %s was updated." 
    3381304msgstr "Kod rozliczeniowy %s zaktualizowano." 
     1305 
     1306#, python-format 
     1307msgid "Incorrect value for the 'onbackenderror' directive in section [%s]" 
     1308msgstr "" 
     1309 
     1310#, python-format 
     1311msgid "The real backend produced an error, we will try again in %s seconds." 
     1312msgstr "" 
     1313 
     1314#, python-format 
     1315msgid "Job %s interrupted by the administrator !" 
     1316msgstr "" 
     1317 
     1318#, python-format 
     1319msgid "" 
     1320"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1321"\n" 
     1322"A billing codes Manager for PyKota.\n" 
     1323"\n" 
     1324"command line usage :\n" 
     1325"\n" 
     1326"  pkbcodes [options] code1 code2 code3 ... codeN\n" 
     1327"\n" 
     1328"options :\n" 
     1329"\n" 
     1330"  -v | --version       Prints pkbcodes version number then exits.\n" 
     1331"  -h | --help          Prints this message then exits.\n" 
     1332"  \n" 
     1333"  -a | --add           Adds billing codes if they don't exist in PyKota's\n" 
     1334"                       database. If they exist, they are modified\n" 
     1335"                       unless -s|--skipexisting is also used.\n" 
     1336"\n" 
     1337"  -d | --delete        Deletes billing codes from PyKota's database.\n" 
     1338"                       NB : the history entries with this billing code\n" 
     1339"                       are not deleted, voluntarily.\n" 
     1340"\n" 
     1341"  -D | --description d Adds a textual description to billing codes.\n" 
     1342"\n" 
     1343"  -l | --list          List informations about the billing codes.\n" 
     1344"\n" 
     1345"  -r | --reset         Resets the billing codes' balance and page counters\n" 
     1346"                       to 0.\n" 
     1347"\n" 
     1348"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     1349"                       pkbcodes to not modify existing billing codes.\n" 
     1350"\n" 
     1351"  code1 through codeN can contain wildcards if the --add option\n" 
     1352"  is not set.\n" 
     1353"\n" 
     1354"examples :                              \n" 
     1355"\n" 
     1356"  $ pkbcodes --add -D \"My project\" myproj\n" 
     1357"\n" 
     1358"  Will create the myproj billing code with \"My project\"\n" 
     1359"  as the description.\n" 
     1360"\n" 
     1361"  $ pkbcodes --delete \"*\"\n" 
     1362"\n" 
     1363"  This will completely delete all the billing codes, but without\n" 
     1364"  removing any matching job from the history. USE WITH CARE ANYWAY !\n" 
     1365"  \n" 
     1366"  $ pkbcodes --list \"my*\"\n" 
     1367"  \n" 
     1368"  This will list all billing codes which name begins with 'my'.\n" 
     1369msgstr "" 
     1370"pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1371"\n" 
     1372"Mened�er kod�ozliczeniowych dla systemu PyKota.\n" 
     1373"\n" 
     1374"u�ycie z linii polece�n" 
     1375"\n" 
     1376"  pkbcodes [opcje] kod1 kod2 kod3 ... kodN\n" 
     1377"\n" 
     1378"opcje :\n" 
     1379"\n" 
     1380"  -v | --version       Wy�wietla wersj�kbcodes i nast�ie ko� " 
     1381"dzia�anie.\n" 
     1382"  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     1383"dzia�anie.\n" 
     1384"  \n" 
     1385"  -a | --add           Dodaje kody rozliczeniowe je�li nie istniej� jeszcze " 
     1386"w bazie danych PyKota\n" 
     1387"                       Je�li kody istniej� w�as s� modyfikowane\n" 
     1388"                       chyba �e opcja -s|--skipexisting jest tak�e podana " 
     1389"(w�as s� pomijane).\n" 
     1390"\n" 
     1391"  -d | --delete        Usuwa kody rozliczeniowe z bazy PyKota.\n" 
     1392"                       UWAGA : wpisy w historii dotycz�ce usuni�ch kod� 
     1393"rozliczeniowych\n" 
     1394"                       nie s� usuwane.\n" 
     1395"\n" 
     1396"  -D | --description d Dodaje opis tekstowy dla kodu rozliczeniowego.\n" 
     1397"\n" 
     1398"  -l | --list          Wy�wietl informacje na temat istniej�cych kod� 
     1399"rozliczeniowych.\n" 
     1400"\n" 
     1401"  -r | --reset         Zeruje saldo oraz liczniki stron dla podanego kodu " 
     1402"rozliczeniowego\n" 
     1403"\n" 
     1404"  -s | --skipexisting  W po��czeniu z opcj� --add, powoduje �e \n" 
     1405"                       pkbcodes nie modyfikuje istniej�cych kod� 
     1406"rozliczeniowych.\n" 
     1407"\n" 
     1408"  Nazwy od kod1 do kodN mog� zawiera�zorce dopasowania je�li opcja --add \n" 
     1409"  nie jest ustawiona.\n" 
     1410"\n" 
     1411"przyk�ady :                              \n" 
     1412"\n" 
     1413"  $ pkbcodes --add -D \"M�rojekt\" myproj\n" 
     1414"\n" 
     1415"  Utworzy kod rozliczeniowy o nazwie myproj z \"M�rojekt\" \n" 
     1416"  w opisie kodu.\n" 
     1417"\n" 
     1418"  $ pkbcodes --delete \"*\"\n" 
     1419"\n" 
     1420"  Usunie wszystkie kody rozliczeniowe z bazy PyKota, jednak�e nie usunie\n" 
     1421"  �adnych odpowiadaj�ych zada�ukowania z historii. MIMO WSZYSTKO U�YWAJ " 
     1422"OSTRO�NIE !\n" 
     1423"  \n" 
     1424"  $ pkbcodes --list \"my*\"\n" 
     1425"  \n" 
     1426"  Wy�wietli wszystkie kody rozliczeniowe kt�h nazwa rozpoczyna si��owem " 
     1427"'my'.\n" 
     1428 
     1429#, python-format 
     1430msgid "There's no billingcode matching %s" 
     1431msgstr "Nie odnaleziono kodu rozliczeniowego o nazwie %s" 
     1432 
     1433msgid "pages" 
     1434msgstr "strony" 
     1435 
     1436msgid "and" 
     1437msgstr "i" 
     1438 
     1439msgid "credits" 
     1440msgstr "kredyty" 
     1441 
     1442#, python-format 
     1443msgid "Billing code [%s] already exists, skipping." 
     1444msgstr "Kod rozliczeniowy [%s] istnieje, pomijam." 
     1445 
     1446#, python-format 
     1447msgid "Billing code [%s] already exists, will be modified." 
     1448msgstr "Kod rozliczeniowy [%s] istnieje, zostanie zmodyfikowany." 
     1449 
     1450msgid "You have to pass billing codes on the command line" 
     1451msgstr "Musisz poda�ody rozliczeniowe w linii polece�#, python-format 
     1452msgid "" 
     1453"pknotify v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1454"\n" 
     1455"Notifies or ask questions to end users who launched the PyKotIcon " 
     1456"application.\n" 
     1457"\n" 
     1458"command line usage :\n" 
     1459"\n" 
     1460"  pknotify  [options]  [arguments]\n" 
     1461"\n" 
     1462"options :\n" 
     1463"\n" 
     1464"  -v | --version             Prints pkbanner's version number then exits.\n" 
     1465"  -h | --help                Prints this message then exits.\n" 
     1466"  \n" 
     1467"  -d | --destination h[:p]   Sets the destination hostname and optional\n" 
     1468"                             port onto which contact the remote PyKotIcon\n" 
     1469"                             application. This option is mandatory.\n" 
     1470"                             When not specified, the port defaults to 7654.\n" 
     1471"                             \n" 
     1472"  -a | --ask                 Tells pknotify to ask something to the end\n" 
     1473"                             user. Then pknotify will output the result.\n" 
     1474"                       \n" 
     1475"  -C | --checkauth           When --ask is used and both an 'username' and " 
     1476"a\n" 
     1477"                             'password' are asked to the end user, then\n" 
     1478"                             pknotify will try to authenticate the user\n" 
     1479"                             through PAM. If authentified, this program\n" 
     1480"                             will print \"AUTH=YES\", else \"AUTH=NO\".\n" 
     1481"                             If a field is missing, \"AUTH=IMPOSSIBLE\" " 
     1482"will\n" 
     1483"                             be printed. If the user is authenticated, then\n" 
     1484"                             \"USERNAME=xxxx\" will be printed as well.\n" 
     1485"                             \n" 
     1486"  -c | --confirm             Tells pknotify to ask for either a " 
     1487"confirmation                       \n" 
     1488"                             or abortion.\n" 
     1489"                             \n" 
     1490"  -D | --denyafter N         With --checkauth above, makes pknotify " 
     1491"loop                           \n" 
     1492"                             up to N times if the password is incorrect.\n" 
     1493"                             After having reached the limit, \"DENY\" will\n" 
     1494"                             be printed, which effectively rejects the job.\n" 
     1495"                             The default value of N is 1, meaning the job\n" 
     1496"                             is denied after the first unsuccessful try.\n" 
     1497"                             \n" 
     1498"  -n | --notify              Tells pknotify to send an informational " 
     1499"message\n" 
     1500"                             message to the end user.\n" 
     1501"                             \n" 
     1502"  -q | --quit                Tells pknotify to send a message asking the\n" 
     1503"                             PyKotIcon application to exit. This option can\n" 
     1504"                             be combined with the other ones to make " 
     1505"PyKotIcon\n" 
     1506"                             exit after having sent the answer from the " 
     1507"dialog.\n" 
     1508"                             \n" 
     1509"  -t | --timeout T           Tells pknotify to ignore the end user's answer " 
     1510"if\n" 
     1511"                             it comes pas T seconds after the dialog box " 
     1512"being\n" 
     1513"                             opened. The default value is 0 seconds, which \n" 
     1514"                             tells pknotify to wait indefinitely.\n" 
     1515"                             Use this option to avoid having an user who\n" 
     1516"                             leaved his computer stall a whole print queue.\n" 
     1517"                             \n" 
     1518"  You MUST specify either --ask, --confirm, --notify or --quit.\n" 
     1519"\n" 
     1520"  arguments :             \n" 
     1521"  \n" 
     1522"    -a | --ask : Several arguments are accepted, or the form\n" 
     1523"                 \"label:varname:defaultvalue\". The result will\n" 
     1524"                 be printed to stdout in the following format :\n" 
     1525"                 VAR1NAME=VAR1VALUE\n" 
     1526"                 VAR2NAME=VAR2VALUE\n" 
     1527"                 ...\n" 
     1528"                 If the dialog was cancelled, nothing will be\n" 
     1529"                 printed. If one of the varname is 'password'\n" 
     1530"                 then this field is asked as a password (you won't\n" 
     1531"                 see what you type in), and is NOT printed. Although\n" 
     1532"                 it is not printed, it will be used to check if\n" 
     1533"                 authentication is valid if you specify --checkauth.\n" 
     1534"                 \n" 
     1535"    -c | --confirm : A single argument is expected, representing the\n" 
     1536"                     message to display. If the dialog is confirmed\n" 
     1537"                     then pknotify will print OK, else CANCEL.\n" 
     1538"                     \n" 
     1539"    -n | --notify : A single argument is expected, representing " 
     1540"the                 \n" 
     1541"                    message to display. In this case pknotify will\n" 
     1542"                    always print OK.\n" 
     1543"                    \n" 
     1544"examples :                    \n" 
     1545"\n" 
     1546"  pknotify -d client:7654 --confirm \"This job costs :\n" 
     1547"10 credits !\"\n" 
     1548"  \n" 
     1549"  Would display the cost of a print job and asks for confirmation.\n" 
     1550"  \n" 
     1551"  pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 \\\n" 
     1552"           --checkauth --ask \"Your name:username:\" \"Your password:" 
     1553"password:\"\n" 
     1554"           \n" 
     1555"  Asks an username and password, and checks if they are valid.         \n" 
     1556"  NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is\n" 
     1557"  only set if you launch pknotify from cupspykota through a directive\n" 
     1558"  in ~pykota/pykota.conf\n" 
     1559"  \n" 
     1560"  The TCP port you'll use must be reachable on the client from the\n" 
     1561"  print server.\n" 
     1562msgstr "" 
     1563 
     1564msgid "You MUST install PyPAM for this functionnality to work !" 
     1565msgstr "" 
     1566 
     1567#, python-format 
     1568msgid "Authentication error for user %s : %s" 
     1569msgstr "" 
     1570 
     1571#, python-format 
     1572msgid "Internal error : can't authenticate user %s" 
     1573msgstr "" 
     1574 
     1575#, python-format 
     1576msgid "Password correct for user %s" 
     1577msgstr "" 
     1578 
     1579#, python-format 
     1580msgid "" 
     1581"The end user at %s:%i didn't answer within %i seconds. The print job will be " 
     1582"cancelled." 
     1583msgstr "" 
     1584 
     1585msgid "Connection error" 
     1586msgstr "" 
     1587 
     1588msgid "some options are mandatory, see help." 
     1589msgstr "" 
     1590 
     1591msgid "some options require arguments, see help." 
     1592msgstr "" 
     1593 
     1594#, python-format 
     1595msgid "" 
     1596"pkusers v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1597"\n" 
     1598"An Users and Groups Manager for PyKota.\n" 
     1599"\n" 
     1600"command line usage :\n" 
     1601"\n" 
     1602"  pkusers [options] user1 user2 user3 ... userN\n" 
     1603"  \n" 
     1604"or :  \n" 
     1605"\n" 
     1606"  pkusers --groups [options] group1 group2 group3 ... groupN\n" 
     1607"\n" 
     1608"options :\n" 
     1609"\n" 
     1610"  -v | --version       Prints pkusers's version number then exits.\n" 
     1611"  -h | --help          Prints this message then exits.\n" 
     1612"  \n" 
     1613"  -a | --add           Adds users if they don't exist on the database.\n" 
     1614"                       If they exist, they are modified unless\n" 
     1615"                       -s|--skipexisting is also used.\n" 
     1616"                       \n" 
     1617"  -d | --delete        Deletes users from the quota storage.\n" 
     1618"  \n" 
     1619"  -D | --description d Adds a textual description to users or groups.\n" 
     1620"                       \n" 
     1621"  -g | --groups        Edit users groups instead of users.\n" 
     1622"                          \n" 
     1623"  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
     1624"                       when computing the cost of a print job. Positive or \n" 
     1625"                       negative floating point values are allowed,\n" 
     1626"                       this allows you to do some really creative\n" 
     1627"                       things like giving money to an user whenever\n" 
     1628"                       he prints. The number of pages in a print job\n" 
     1629"                       is not modified by this coefficient, only the\n" 
     1630"                       cost of the job for a particular user.\n" 
     1631"                       Only users have such a coefficient.\n" 
     1632"  \n" 
     1633"  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     1634"                              listed, separated by commas. The groups\n" 
     1635"                              must already exist in the Quota Storage.\n" 
     1636"                       \n" 
     1637"  -L | --list          Lists users or groups.\n" 
     1638"  \n" 
     1639"  -l | --limitby l     Choose if the user/group is limited in " 
     1640"printing                     \n" 
     1641"                       by its account balance or by its page quota.\n" 
     1642"                       The default value is 'quota'. Allowed values\n" 
     1643"                       are 'quota' 'balance' 'noquota' 'noprint' \n" 
     1644"                       and 'nochange' :\n" 
     1645"                       \n" 
     1646"                         - quota : limit by number of pages per printer.\n" 
     1647"                         - balance : limit by number of credits in account.\n" 
     1648"                         - noquota : no limit, accounting still done.\n" 
     1649"                         - nochange : no limit, accounting not done. \n" 
     1650"                         - noprint : printing is denied. \n" 
     1651"                       NB : nochange and noprint are not supported for " 
     1652"groups.\n" 
     1653"                       \n" 
     1654"  -b | --balance b     Sets the user's account balance to " 
     1655"b.                     \n" 
     1656"                       Account balance may be increase or decreased\n" 
     1657"                       if b is prefixed with + or -.\n" 
     1658"                       WARNING : when decreasing account balance,\n" 
     1659"                       the total paid so far by the user is decreased\n" 
     1660"                       too.\n" 
     1661"                       Groups don't have a real balance, but the\n" 
     1662"                       sum of their users' account balance.\n" 
     1663"                       \n" 
     1664"  -C | --comment txt   Defines some informational text to be associated\n" 
     1665"                       with a change to an user's account balance.\n" 
     1666"                       Only meaningful if -b | --balance is also used.\n" 
     1667"                       \n" 
     1668"                       \n" 
     1669"  -r | --remove        In combination with the --ingroups option " 
     1670"above,                       \n" 
     1671"                       remove users from the specified users groups.\n" 
     1672"                       \n" 
     1673"  -s | --skipexisting  In combination with the --add option above, tells\n" 
     1674"                       pkusers to not modify existing users.\n" 
     1675"                       \n" 
     1676"  user1 through userN and group1 through groupN can use wildcards\n" 
     1677"  if the --add option is not set.\n" 
     1678"  \n" 
     1679"examples :                              \n" 
     1680"\n" 
     1681"  $ pkusers --add john paul george ringo/ringo@example.com\n" 
     1682"  \n" 
     1683"  This will add users john, paul, george and ringo to the quota\n" 
     1684"  database. User ringo's email address will also be set to \n" 
     1685"  'ringo@example.com'\n" 
     1686"  \n" 
     1687"  $ pkusers --ingroups coders,it jerome\n" 
     1688"  \n" 
     1689"  User jerome is put into the groups \"coders\" and \"it\" which must\n" 
     1690"  already exist in the quota database.\n" 
     1691"            \n" 
     1692"  $ pkusers --limitby balance jerome\n" 
     1693"  \n" 
     1694"  This will tell PyKota to limit jerome by his account's balance\n" 
     1695"  when printing.\n" 
     1696"  \n" 
     1697"  $ pkusers --balance +10.0 --comment \"He paid with his blood !\" jerome\n" 
     1698"  \n" 
     1699"  This will increase jerome's account balance by 10.0 (in your\n" 
     1700"  own currency). You can decrease the account balance with a\n" 
     1701"  dash prefix, and set it to a fixed amount with no prefix.\n" 
     1702"  A comment will be stored for this balance change.\n" 
     1703"  \n" 
     1704"  $ pkusers --delete jerome rachel\n" 
     1705"  \n" 
     1706"  This will completely delete jerome and rachel from the quota\n" 
     1707"  database. All their quotas and jobs will be deleted too.\n" 
     1708"  \n" 
     1709"  $ pkusers --overcharge 2.5 poorstudent\n" 
     1710"  \n" 
     1711"  This will overcharge the poorstudent user by a factor of 2.5.\n" 
     1712"  \n" 
     1713"  $ pkusers --overcharge -1 jerome\n" 
     1714"  \n" 
     1715"  User jerome will actually earn money whenever he prints.\n" 
     1716"  \n" 
     1717"  $ pkusers --overcharge 0 boss\n" 
     1718"  \n" 
     1719"  User boss can print at will, it won't cost him anything because the\n" 
     1720"  cost of each print job will be multiplied by zero before charging\n" 
     1721"  his account.\n" 
     1722msgstr "" 
     1723 
     1724#, python-format 
     1725msgid "There's no %s matching %s" 
     1726msgstr "" 
     1727 
     1728#, python-format 
     1729msgid "Limited by : %s" 
     1730msgstr "" 
     1731 
     1732#, python-format 
     1733msgid "Account balance : %.2f" 
     1734msgstr "" 
     1735 
     1736#, python-format 
     1737msgid "Total paid so far : %.2f" 
     1738msgstr "" 
     1739 
     1740#, python-format 
     1741msgid "Overcharging factor : %.2f" 
     1742msgstr "" 
     1743 
     1744#, python-format 
     1745msgid "Group balance : %.2f" 
     1746msgstr "" 
     1747 
     1748#, python-format 
     1749msgid "Invalid limitby value %s" 
     1750msgstr "Niperawid�owa warto��limitby' %s" 
     1751 
     1752#, python-format 
     1753msgid "Invalid overcharge value %s" 
     1754msgstr "Nieprawid�owa warto��overcharge' %s" 
     1755 
     1756#, python-format 
     1757msgid "Invalid balance value %s" 
     1758msgstr "Nieprawid�owa warto��balance' %s" 
     1759 
     1760#, python-format 
     1761msgid "There's no users group matching %s" 
     1762msgstr "" 
     1763 
     1764#, python-format 
     1765msgid "Invalid email address %s" 
     1766msgstr "Nieprawid�owy adres e-mail %s" 
     1767 
     1768#, python-format 
     1769msgid "Unknown group %s" 
     1770msgstr "Nieznana grupa %s" 
     1771 
     1772#, python-format 
     1773msgid "Unknown user %s" 
     1774msgstr "Nieznany u�ytkownik %s" 
     1775 
     1776#, python-format 
     1777msgid "%s %s already exists, skipping." 
     1778msgstr "" 
     1779 
     1780#, python-format 
     1781msgid "%s %s already exists, will be modified." 
     1782msgstr "" 
     1783 
     1784#, python-format 
     1785msgid "Invalid name %s" 
     1786msgstr "" 
     1787 
     1788msgid "You have to pass user groups names on the command line" 
     1789msgstr "" 
     1790 
     1791#, python-format 
     1792msgid "" 
     1793"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1794"\n" 
     1795"Gives print quotes to users.\n" 
     1796"\n" 
     1797"command line usage :\n" 
     1798"\n" 
     1799"  pykotme  [options]  [files]\n" 
     1800"\n" 
     1801"options :\n" 
     1802"\n" 
     1803"  -v | --version       Prints pykotme's version number then exits.\n" 
     1804"  -h | --help          Prints this message then exits.\n" 
     1805"  \n" 
     1806"  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
     1807"                       use wildcards characters to select only\n" 
     1808"                       some printers. The default value is *, meaning\n" 
     1809"                       all printers.\n" 
     1810"                       You can specify several names or wildcards, \n" 
     1811"                       by separating them with commas.\n" 
     1812"  \n" 
     1813"examples :                              \n" 
     1814"\n" 
     1815"  $ pykotme --printer apple file1.ps file2.ps\n" 
     1816"  \n" 
     1817"  This will give a print quote to the current user. The quote will show\n" 
     1818"  the price and size of a job consisting in file1.ps and file2.ps \n" 
     1819"  which would be sent to the apple printer.\n" 
     1820"  \n" 
     1821"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     1822"  \n" 
     1823"  This will give a print quote to the current user. The quote will show\n" 
     1824"  the price and size of a job consisting in file1.ps as read from\n" 
     1825"  standard input, which would be sent to the apple or hplaser\n" 
     1826"  printer.\n" 
     1827"\n" 
     1828"  $ pykotme \n" 
     1829"  \n" 
     1830"  This will give a quote for a job consisting of what is on standard \n" 
     1831"  input. The quote will list the job size, and the price the job\n" 
     1832"  would cost on each printer.\n" 
     1833msgstr "" 
     1834"pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1835"\n" 
     1836"Pokazuje ceny wydruk��ytkownikom.\n" 
     1837"\n" 
     1838"u�ycie z linii polece�n" 
     1839"\n" 
     1840"  pykotme  [opcje]  [pliki]\n" 
     1841"\n" 
     1842"options :\n" 
     1843"\n" 
     1844"  -v | --version       Wy�wietla wersj�ykotme i nast�ie ko� " 
     1845"dzia�anie.\n" 
     1846"  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     1847"dzia�anie.\n" 
     1848"  \n" 
     1849"  -P | --printer p     Pokazuje informacj� cenie tylko na drukarce p. " 
     1850"Dodatkowo p akceptuje\n" 
     1851"                       wzorce dopasowania tak aby� m�wybra�ylko " 
     1852"niekt�n" 
     1853"                       drukarki. Warto�ci� domy�ln� jest *, co oznacza\n" 
     1854"                       Wszystkie drukarki.\n" 
     1855"                       Mo�esz poda�iele nazw i wzorc�opasowania \n" 
     1856"                       oddzielaj�c je przecinkiem.\n" 
     1857"  \n" 
     1858"przyk�ady :                              \n" 
     1859"\n" 
     1860"  $ pykotme --printer apple file1.ps file2.ps\n" 
     1861"  \n" 
     1862"  Poda informacj� cenie dla u�ytkownika kt�uruchomi� pykotme. Program " 
     1863"wy�wietli\n" 
     1864"  cen�raz rozmiar zada�ukowania w plikach file1.ps i file2.ps \n" 
     1865"  kt�mia�yby zosta�ydrukowane na drukarce apple.\n" 
     1866"  \n" 
     1867"  $ pykotme --printer apple,hplaser <file1.ps\n" 
     1868"  \n" 
     1869"  Poda informacj� cenie dla u�ytkownika kt�uruchomi� pykotme. Program " 
     1870"wy�wietli\n" 
     1871"  cen�raz rozmiar zadania drukowania w pliku file1.ps kt�zostanie " 
     1872"odczytany \n" 
     1873"  ze standardowego wej�cia a kt�mia�by zosta�ydrukowany na drukarce " 
     1874"apple lub hplaser.\n" 
     1875"\n" 
     1876"  $ pykotme \n" 
     1877"  \n" 
     1878"  Program wy�wietli informacj� cenie i rozmiarze zadania drukowania kt�" 
     1879"zostanie odczytane\n" 
     1880"  ze standardowego wej�cia. Raport dotycz�cy ceny i rozmiaru zostanie " 
     1881"wy�wietlony dla wszystkich dost�ych drukarek.\n" 
     1882 
     1883#, python-format 
     1884msgid "Your account balance : %.2f" 
     1885msgstr "Tw�tan konta to : %.2f" 
     1886 
     1887#, python-format 
     1888msgid "Job size : %i pages" 
     1889msgstr "Rozmiar zadania drukowania : %i stron" 
     1890 
     1891#, python-format 
     1892msgid "Cost on printer %s : %.2f" 
     1893msgstr "Koszt wydruku na drukarce %s : %.2f" 
     1894 
     1895msgid "won't be charged, printer is in passthrough mode" 
     1896msgstr "" 
     1897 
     1898msgid "won't be charged, your account is immutable" 
     1899msgstr "" 
     1900 
     1901#, python-format 
     1902msgid "" 
     1903"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1904"\n" 
     1905"Sends mail to users over print quota.\n" 
     1906"\n" 
     1907"command line usage :\n" 
     1908"\n" 
     1909"  warnpykota  [options]  [names]\n" 
     1910"\n" 
     1911"options :\n" 
     1912"\n" 
     1913"  -v | --version       Prints warnpykota's version number then exits.\n" 
     1914"  -h | --help          Prints this message then exits.\n" 
     1915"  \n" 
     1916"  -u | --users         Warns users over their print quota, this is the \n" 
     1917"                       default.\n" 
     1918"  \n" 
     1919"  -g | --groups        Warns users whose groups quota are over limit.\n" 
     1920"  \n" 
     1921"  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
     1922"                       use wildcards characters to select only\n" 
     1923"                       some printers. The default value is *, meaning\n" 
     1924"                       all printers.\n" 
     1925"                       You can specify several names or wildcards, \n" 
     1926"                       by separating them with commas.\n" 
     1927"  \n" 
     1928"examples :                              \n" 
     1929"\n" 
     1930"  $ warnpykota --printer lp\n" 
     1931"  \n" 
     1932"  This will warn all users of the lp printer who have exceeded their\n" 
     1933"  print quota.\n" 
     1934"\n" 
     1935"  $ warnpykota \n" 
     1936"  \n" 
     1937"  This will warn all users  who have exceeded their print quota on\n" 
     1938"  any printer.\n" 
     1939"\n" 
     1940"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     1941"  \n" 
     1942"  This will warn all users of groups which names begins with \"dev\" and\n" 
     1943"  who have exceeded their print quota on any printer which name begins \n" 
     1944"  with \"laserjet\"\n" 
     1945"  \n" 
     1946"  If launched by an user who is not a PyKota administrator, additionnal\n" 
     1947"  arguments representing users or groups names are ignored, and only the\n" 
     1948"  current user/group is reported.\n" 
     1949msgstr "" 
     1950"warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     1951"\n" 
     1952"Wysy�a wiadomo�ci e-mail dla u�ytkownik�t� przekroczyli limit.\n" 
     1953"\n" 
     1954"u�ycie z linii komend :\n" 
     1955"\n" 
     1956"  warnpykota  [opcje]  [nazwy]\n" 
     1957"\n" 
     1958"opcje :\n" 
     1959"\n" 
     1960"  -v | --version       Wy�wietla wersj�arnpykota i nast�ie ko� " 
     1961"dzia�anie.\n" 
     1962"  -h | --help          Wy�wietla t� informacj� i nast�ie ko� " 
     1963"dzia�anie.\n" 
     1964"  \n" 
     1965"  -u | --users         Powiadamia u�ytkownik�t� przekroczyli limit, \n" 
     1966"                       opcja domy�lna.\n" 
     1967"  \n" 
     1968"  -g | --groups        Ostrzega u�ytkownik�t�h limit grupowy jest " 
     1969"przekroczony.\n" 
     1970"  \n" 
     1971"  -P | --printer p     Weryfikuj limity tylko dla drukarki p. Dodatkowo p " 
     1972"ackeptuje\n" 
     1973"                       wzorce dopasowania aby� m�wybra�ylko \n" 
     1974"                       niekt�drukarki. Warto�ci� domy�ln� jest *, co " 
     1975"oznacza\n" 
     1976"                       wszystkie drukarki.\n" 
     1977"                       Mo�esz okre�li�iele nazw oraz wzorc�opasowania \n" 
     1978"                       oddzielaj�c je przecinkami.\n" 
     1979"  \n" 
     1980"przyk�ady :                              \n" 
     1981"\n" 
     1982"  $ warnpykota --printer lp\n" 
     1983"  \n" 
     1984"  Powy�sza komenda spowoduje wys�anie powiadomienia dla wszystkich " 
     1985"u�ytkownik�t� \n" 
     1986"  przekroczyli limit na drukarce lp.\n" 
     1987"\n" 
     1988"  $ warnpykota \n" 
     1989"  \n" 
     1990"  Powy�sza komenda spowoduje wys�anie powiadomienia do wszystkich " 
     1991"u�ytkownik�t� \n" 
     1992"  przekroczyli limit na kt�kolwiek z drukarek.\n" 
     1993"\n" 
     1994"  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
     1995"  \n" 
     1996"  Komenda spowoduje wys�anie powiadomienia do wszystkich u�ytkownik� 
     1997"b�cych \n" 
     1998"  cz�onkami grup kt�h nazwa rozpoczyna si�d s�owa \"dev\" i \n" 
     1999"  kt� przekroczyli limit na kt�kolwiek z drukarek kt� nazwa " 
     2000"rozpoczyna si�d \n" 
     2001"  s�owa \"laserjet\"\n" 
     2002"  \n" 
     2003"  Je�li warnpykota zostanie uruchomiona przez u�ytkownika kt�nie jest " 
     2004"administratorem\n" 
     2005"  systemu PyKota w�as argumenty reprezentuj�ce u�ytkownik�ub grupy s� " 
     2006"ignorowane i \n" 
     2007"  wysy�ane jest powiadomienie tylko dla u�ytkownika/grupy.\n" 
    3392008 
    3402009#, python-format 
     
    3652034"                         - umembers : dumps user groups members.\n" 
    3662035"                         - billingcodes : dumps billing codes.\n" 
     2036"                         - all : dumps all PyKota datas. The output format\n" 
     2037"                                 is always XML in this case.\n" 
    3672038"                         \n" 
    3682039"                       NB : the -d | --data command line option   \n" 
     
    3772048"                         - ssv : separate datas with semicolons\n" 
    3782049"                         - tsv : separate datas with tabs\n" 
    379 "                         - xml : dump data as XML\n" 
     2050"                         - xml : dump data as XML \n" 
    3802051"                         - cups : dump datas in CUPS' page_log format :\n" 
    3812052"                                  ONLY AVAILABLE WITH --data history\n" 
     
    4312102"  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n" 
    4322103msgstr "" 
    433 "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    434 "\n" 
    435 "Zrzuca zawarto��azy danych PyKota.\n" 
    436 "\n" 
    437 "u�ycie z linii polece�n" 
    438 "\n" 
    439 "  dumpykota [opcje] [wyra�eniefiltru]\n" 
    440 "\n" 
    441 "opcje :\n" 
    442 "\n" 
    443 "  -v | --version       Wy�wietla wersj�umpykota i nast�ie ko� " 
    444 "dzia�anie.\n" 
    445 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    446 "dzia�anie.\n" 
    447 "  \n" 
    448 "  -d | --data typ      Zrzuca 'typ' danych. Dozwolone typy to :\n" 
    449 "                       \n" 
    450 "                         - history : zrzuca histori�ada�ukowania.\n" 
    451 "                         - users : zrzuca u�ytkownik�n" 
    452 "                         - groups : zrzuca grupy u�ytkownik�n" 
    453 "                         - printers : zrzuca drukarki.\n" 
    454 "                         - upquotas : zrzuca limity u�ytkownik�n" 
    455 "                         - gpquotas : zrzuca limity grup u�ytkownik�n" 
    456 "                         - payments : zrzuca p�atno�ci u�ytkownik�n" 
    457 "                         - pmembers : zrzuca cz�onk�rup drukarek.\n" 
    458 "                         - umembers : zrzuca cz�onk�rup u�ytkownik�n" 
    459 "                         - billingcodes : zrzuca kody rozliczeniowe.\n" 
    460 "                         \n" 
    461 "                       UWAGA : opcja -d | --data linii polece�\n" 
    462 "                       jest OBOWI�ZKOWA.\n" 
    463 "  \n" 
    464 "  -f | --format fmt    Zrzuca dane w formacie 'fmt'. Kiedy 'fmt' nie " 
    465 "zostanie podany,\n" 
    466 "                       w�as domy�lnym formatem jest csv (comma\n" 
    467 "                       separated values). Zrzucone dane s� otoczone " 
    468 "cudzys�owiami.\n" 
    469 "                       Dozwolone formaty to :\n" 
    470 "                       \n" 
    471 "                         - csv : rozdziel dane przecinkami\n" 
    472 "                         - ssv : rozdziel dane �rednikami\n" 
    473 "                         - tsv : rozdziel dane znakiem tabulacji\n" 
    474 "                         - xml : zrzut danych w formacie XML\n" 
    475 "                         - cups : zrzut danych w formie pliku 'page_log' " 
    476 "systemu CUPS :\n" 
    477 "                                  DOST�NE TYLKO Z --data history\n" 
    478 "                         \n" 
    479 "  -o | --output plik  Dane zostan� zapisane w pliku o nazwie 'plik'.\n" 
    480 "                       Specjalna nazwa pliku '-'\n" 
    481 "                       jest warto�ci� domy�ln� i oznacza wyj�cie " 
    482 "standardowe.\n" 
    483 "                       UWAGA : istniej�ce pliki b� nadpisywane !\n" 
    484 "\n" 
    485 "  -s | --sum           Sumuj wybrane dane.\n" 
    486 "                           OPCJA DOST�NA TYLKO W PO��CZENIU Z --data " 
    487 "history lub payments\n" 
    488 "\n" 
    489 "  U�yj filtru aby pobra�ylko wybrane dane. \n" 
    490 "  Dozwolone filtry i ich formy :\n" 
    491 "                \n" 
    492 "         klucz=warto��" 
    493 "                         \n" 
    494 "  Dozwolone warto�ci klucza to :  \n" 
    495 "                       \n" 
    496 "         username       Nazwa u�ytkownika\n" 
    497 "         groupname      Nazwa grupy u�ytkownik�" 
    498 "         printername    Nazwa drukarki\n" 
    499 "         pgroupname     Nazwa grupy drukarek\n" 
    500 "         hostname       Nazwa hosta klienta\n" 
    501 "         billingcode    Kod rozliczeniowy zadania drukowania\n" 
    502 "         start          Data drukowania zadania\n" 
    503 "         end            Data drukowania zadania\n" 
    504 "         \n" 
    505 "  W przeciwie�ie do innych narz�i systemu PyKota opcje dopasowania \n" 
    506 "  nie s� wspierane, wi�nie mo�esz ich u�ywa�n" 
    507 "  \n" 
    508 "  UWAGA : nie wszystkie klucze s� dozwolone dla wybranego tyou danych, tak " 
    509 "wi�istnieje \n" 
    510 "  mo�liwo���e otrzymasz puste wyniki je�li u�yjesz klucza kt�jest " 
    511 "niedost�y dla \n" 
    512 "  danego typu danych.\n" 
    513 "  \n" 
    514 "Przyk�ady :\n" 
    515 "\n" 
    516 "  $ dumpykota --data history --format csv >nazwapliku.csv\n" 
    517 "  \n" 
    518 "  Zrzuca histori� formie danych oddzielonych przecinkami, kt�p�ej " 
    519 "mog� \n" 
    520 "  by��yte w arkuszu kalkulacyjnym.\n" 
    521 "  \n" 
    522 "  $ dumpykota --data users --format xml -o users.xml\n" 
    523 "  \n" 
    524 "  Zrzuca dane u�ytkownik� formacie XML do pliku users.xml.\n" 
    525 "  \n" 
    526 "  $ dumpykota --data history printername=HP2100 username=jerome\n" 
    527 "  \n" 
    528 "  Zrzuca histori�ada�ukowania dla u�ytkownika jerome na drukarce " 
    529 "HP2100.\n" 
    530 "  \n" 
    531 "  $ dumpykota --data history start=200503 end=20050730234615\n" 
    532 "  \n" 
    533 "  Zrzuca wszystkie zadania wydrukowane w przedziale czasu od p�cy 1 marca " 
    534 "2005\n" 
    535 "  do 30 czerwca 2005, godzina 23:46 i 15 sekund w��cznie.\n" 
    5362104 
    5372105msgid "The -d | --data command line option is mandatory, see help." 
     
    5402108#, python-format 
    5412109msgid "" 
    542 "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    543 "\n" 
    544 "A Print Quota editor for PyKota.\n" 
     2110"pkinvoice v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     2111"\n" 
     2112"An invoice generator for PyKota.\n" 
    5452113"\n" 
    5462114"command line usage :\n" 
    5472115"\n" 
    548 "  edpykota [options] user1 user2 ... userN\n" 
    549 "  \n" 
    550 "  edpykota [options] group1 group2 ... groupN\n" 
     2116"  pkinvoice [options] user1 user2 ... userN\n" 
    5512117"\n" 
    5522118"options :\n" 
    5532119"\n" 
    5542120"  -v | --version       Prints edpykota's version number then exits.\n" 
    555 "  -h | --help          Prints this message then exits.\n" 
    556 "  \n" 
    557 "  -a | --add           Adds users and/or printers if they don't \n" 
    558 "                       exist on the Quota Storage Server.\n" 
    559 "                       \n" 
    560 "  -d | --delete        Deletes users/groups from the quota storage.\n" 
    561 "                       Printers are never deleted.\n" 
    562 "                       \n" 
    563 "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
    564 "                       for a particular printer. Job price is optional.\n" 
    565 "                       If both are to be set, separate them with a comma.\n" 
    566 "                       Floating point values are allowed.\n" 
    567 "                       \n" 
    568 "  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
    569 "                       when computing the cost of a print job. Positive or \n" 
    570 "                       negative floating point values are allowed,\n" 
    571 "                       this allows you to do some really creative\n" 
    572 "                       things like giving money to an user whenever\n" 
    573 "                       he prints. The number of pages in a print job\n" 
    574 "                       is not modified by this coefficient, only the\n" 
    575 "                       cost of the job for a particular user.\n" 
    576 "                       Only users have a coefficient.\n" 
    577 "  \n" 
    578 "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
    579 "                              listed, separated by commas. The groups\n" 
    580 "                              must already exist in the Quota Storage.\n" 
    581 "  \n" 
    582 "  -u | --users         Edit users print quotas, this is the default.\n" 
    583 "  \n" 
    584 "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
    585 "                       use wildcards characters to select only\n" 
    586 "                       some printers. The default value is *, meaning\n" 
    587 "                       all printers. \n" 
    588 "                       You can specify several names or wildcards, \n" 
    589 "                       by separating them with commas.\n" 
    590 "  \n" 
    591 "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
    592 "                       pg1, pg2, etc... which must already exist.\n" 
    593 "                       A printer group is just like a normal printer,\n" 
    594 "                       only that it is usually unknown from the printing\n" 
    595 "                       system. Create printer groups exactly the same\n" 
    596 "                       way that you create printers, then add other \n" 
    597 "                       printers to them with this option.\n" 
    598 "                       Accounting is done on a printer and on all\n" 
    599 "                       the printer groups it belongs to, quota checking\n" 
    600 "                       is done on a printer and on all the printer groups\n" 
    601 "                       it belongs to.\n" 
    602 "  \n" 
    603 "  -g | --groups        Edit users groups print quotas instead of users.\n" 
    604 "                          \n" 
    605 "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
    606 "                       print quotas\n" 
    607 "                       \n" 
    608 "  -n | --noquota       Sets both soft and hard limits to None for a\n" 
    609 "                       particular print quota entry.\n" 
    610 "                       This is NOT the same as --limitby noquota\n" 
    611 "                       which acts on ALL print quota entries for a\n" 
    612 "                       particular user.\n" 
    613 "  \n" 
    614 "  -r | --reset         Resets the actual page counter for the user\n" 
    615 "                       or group to zero on the specified printers. \n" 
    616 "                       The life time page counter is kept unchanged.\n" 
    617 "                       \n" 
    618 "  -R | --hardreset     Resets the actual and life time page counters\n" 
    619 "                       for the user or group to zero on the specified \n" 
    620 "                       printers. This is a shortcut for '--used 0'.\n" 
    621 "                       \n" 
    622 "  -l | --limitby l     Choose if the user/group is limited in " 
    623 "printing                     \n" 
    624 "                       by its account balance or by its page quota.\n" 
    625 "                       The default value is 'quota'. Allowed values\n" 
    626 "                       are 'quota' 'balance' 'noquota' 'noprint' \n" 
    627 "                       and 'nochange' :\n" 
    628 "                       \n" 
    629 "                         - quota : limit by number of pages per printer.\n" 
    630 "                         - balance : limit by number of credits in account.\n" 
    631 "                         - noquota : no limit, accounting still done.\n" 
    632 "                         - nochange : no limit, accounting not done. \n" 
    633 "                         - noprint : printing is denied. \n" 
    634 "                       NB : nochange and noprint are not supported for " 
    635 "groups.\n" 
    636 "                       \n" 
    637 "  -b | --balance b     Sets the user's account balance to " 
    638 "b.                     \n" 
    639 "                       Account balance may be increase or decreased\n" 
    640 "                       if b is prefixed with + or -.\n" 
    641 "                       WARNING : when decreasing account balance,\n" 
    642 "                       the total paid so far by the user is decreased\n" 
    643 "                       too.\n" 
    644 "                       Groups don't have a real balance, but the\n" 
    645 "                       sum of their users' account balance.\n" 
    646 "                       \n" 
    647 "  -C | --comment txt   Defines some informational text to be associated\n" 
    648 "                       with a change to an user's account balance.\n" 
    649 "                       Only meaningful if -b | --balance is also used.\n" 
    650 "                       \n" 
    651 "  -S | --softlimit sl  Sets the quota soft limit to sl " 
    652 "pages.                       \n" 
    653 "  \n" 
    654 "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
    655 "  \n" 
    656 "  -I | --increase v    Increase both Soft and Hard limits by the value\n" 
    657 "                       of v. You can prefix v with + or -, if no sign is\n" 
    658 "                       used, + is assumed.\n" 
    659 "\n" 
    660 "  -U | --used usage    Sets the pagecounters for the user to usage pages;\n" 
    661 "                       useful for migrating users from a different system\n" 
    662 "                       where they have already used some pages. Actual\n" 
    663 "                       and Life Time page counters may be increased or " 
    664 "decreased\n" 
    665 "                       if usage is prefixed with + or -.\n" 
    666 "                       WARNING : BOTH page counters are modified in all " 
    667 "cases,\n" 
    668 "                       so be careful.\n" 
    669 "                       NB : if 'usage' equals '0', then the action taken is\n" 
    670 "                       the same as if --hardreset was used.\n" 
    671 "\n" 
    672 "  user1 through userN and group1 through groupN can use wildcards\n" 
    673 "  if the --add option is not set.\n" 
    674 "  \n" 
    675 "examples :                              \n" 
    676 "\n" 
    677 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    678 "  \n" 
    679 "  This will add users john, paul, george and ringo to the quota\n" 
    680 "  database, and set their print quotas to the same values than user \n" 
    681 "  jerome. User jerome must already exist.\n" 
    682 "  User ringo's email address will also be set to 'ringo@example.com'\n" 
    683 "  \n" 
    684 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    685 "  \n" 
    686 "  This will set jerome's print quota on the lp printer to a soft limit\n" 
    687 "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
    688 "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
    689 "done.\n" 
    690 "\n" 
    691 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    692 "  \n" 
    693 "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
    694 "  on the Quota Storage Server they are automatically added. Also\n" 
    695 "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
    696 "  already exist in the Quota Storage.\n" 
    697 "            \n" 
    698 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    699 "  \n" 
    700 "  This will set print quota soft limit to 500 pages and hard limit\n" 
    701 "  to 550 pages for groups financial and support on all printers.\n" 
    702 "  \n" 
    703 "  $ edpykota --reset jerome \"jo*\"\n" 
    704 "  \n" 
    705 "  This will reset jerome's page counter to zero on all printers, as\n" 
    706 "  well as every user whose name begins with 'jo'.\n" 
    707 "  Their life time page counter on each printer will be kept unchanged.\n" 
    708 "  You can also reset the life time page counters by using the\n" 
    709 "  --hardreset | -R command line option.\n" 
    710 "  \n" 
    711 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    712 "  \n" 
    713 "  This will tell PyKota to not limit jerome when printing on the \n" 
    714 "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
    715 "  accounting of the pages he prints will still be kept.\n" 
    716 "  Print Quotas for jerome on other printers are unchanged.\n" 
    717 "  \n" 
    718 "  $ edpykota --limitby balance jerome\n" 
    719 "  \n" 
    720 "  This will tell PyKota to limit jerome by his account's balance\n" 
    721 "  when printing.\n" 
    722 "  \n" 
    723 "  $ edpykota --balance +10.0 jerome\n" 
    724 "  \n" 
    725 "  This will increase jerome's account balance by 10.0 (in your\n" 
    726 "  own currency). You can decrease the account balance with a\n" 
    727 "  dash prefix, and set it to a fixed amount with no prefix.\n" 
    728 "  \n" 
    729 "  $ edpykota --delete jerome rachel\n" 
    730 "  \n" 
    731 "  This will completely delete jerome and rachel from the Quota Storage\n" 
    732 "  database. All their quotas and jobs will be deleted too.\n" 
    733 "  \n" 
    734 "  $ edpykota --printer lp --charge 0.1\n" 
    735 "  \n" 
    736 "  This will set the page price for printer lp to 0.1. Job price\n" 
    737 "  will not be changed.\n" 
    738 "  \n" 
    739 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    740 "  \n" 
    741 "  This will put printers hplj1 and hplj2 in printers groups Laser and HP.\n" 
    742 "  When printing either on hplj1 or hplj2, print quota will also be \n" 
    743 "  checked and accounted for on virtual printers Laser and HP.\n" 
    744 "  \n" 
    745 "  $ edpykota --overcharge 2.5 poorstudent\n" 
    746 "  \n" 
    747 "  This will overcharge the poorstudent user by a factor of 2.5.\n" 
    748 "  \n" 
    749 "  $ edpykota --overcharge -1 jerome\n" 
    750 "  \n" 
    751 "  User jerome will actually earn money whenever he prints.\n" 
    752 "  \n" 
    753 "  $ edpykota --overcharge 0 boss\n" 
    754 "  \n" 
    755 "  User boss can print at will, it won't cost him anything because the\n" 
    756 "  cost of each print job will be multiplied by zero before charging\n" 
    757 "  his account.\n" 
    758 msgstr "" 
    759 "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    760 "\n" 
    761 "Edytor limit�rukowania dla systemu PyKota.\n" 
    762 "\n" 
    763 "u�ycie z linii polece�n" 
    764 "\n" 
    765 "  edpykota [opcje] u�ytkownik1 u�ytkownik2 ... u�ytkownikN\n" 
    766 "  \n" 
    767 "  edpykota [opcje] grupa1 grupa2 ... grupaN\n" 
    768 "\n" 
    769 "opcje :\n" 
    770 "\n" 
    771 "  -v | --version       Wy�wietla wersj�ystemu PyKota i ko� dzia�anie.\n" 
    772 "  -h | --help          Wy�wietla t� wiadomo�� ko� dzia�anie.\n" 
    773 "  \n" 
    774 "  -a | --add           Dodaje u�ytkownik�/lib drukarki je�li te nie " 
    775 "istniej� \n" 
    776 "                       w systemie limit�a serwerze.\n" 
    777 "                       \n" 
    778 "  -d | --delete        Usuwa u�ytkownik�rupy z systemu limit�n" 
    779 "                         Drukarki nigdy nie s� usuwane.\n" 
    780 "                       \n" 
    781 "  -c | --charge p[,j]  Ustawia cen�a stron� za zadanie drukowania\n" 
    782 "                       dla wybranej drukarki. Cena zadania drukowania jest " 
    783 "argumentem opcjonalnym.\n" 
    784 "                       Je�li obydwie warto�ci maj� by�stawione, oddziel je " 
    785 "przecinkiem.\n" 
    786 "                       Liczby zmiennoprzecinkowe s� dozwolone.\n" 
    787 "                       \n" 
    788 "  -o | --overcharge f  Ustawia wsp�ynnik doliczania dla wybranego " 
    789 "u�ytkownika  \n" 
    790 "                       kt�b�ie u�yty podczas wyliczania ceny zadania " 
    791 "drukowania. Dodatnie oraz \n" 
    792 "                       ujemne warto�ci zmiennoprzecinkowe s� dozwolone,\n" 
    793 "                       co pozwala na ustawienie na prawd�iekawych\n" 
    794 "                       efekt�ak uzupe�nianie konta za ka�dym razem kiedy " 
    795 "uzytkownik co�\n" 
    796 "                       drukuje. Liczba stron nie jest modyfikowana\n" 
    797 "                       przez ten wsp�ynnik, tylko \n" 
    798 "                       koszt zadania drukowania dla danego u�ytkownika.\n" 
    799 "                       Tylko u�ytkownicy posiadaj� wsp�ynniki.\n" 
    800 "  \n" 
    801 "  -i | --ingroups g1[,g2...]  Do��cza u�ytkownik�o ka�dej z wymienionych " 
    802 "grup,\n" 
    803 "                               oddzielonych przecinkami. Grupy\n" 
    804 "                              musz� istnie� systemie limit�n" 
    805 "  \n" 
    806 "  -u | --users         Edytuj limity u�ytkownika, akcja domy�lna.\n" 
    807 "  \n" 
    808 "  -P | --printer p     Edytuj limity tylko dla drukarki p. Dodatkowo p " 
    809 "akceptuje \n" 
    810 "                       wzorce dopasowania tak aby� m�wybra�ylko \n" 
    811 "                       niekt�drukarki. Domy�ln� warto�ci� jest * co " 
    812 "oznacza\n" 
    813 "                       wszystkie drukarki. \n" 
    814 "                       Mo�esz poda�iele nazw lub wzorc�opasowania, \n" 
    815 "                       rozdziel je przecinkami.\n" 
    816 "  \n" 
    817 "  -G | --pgroups pg1[,pg2...] Dodaje drukark�rukarki do grup drukarek\n" 
    818 "                       pg1, pg2, etc... kt�musz� istnie� bazie danych.\n" 
    819 "                       Grupa drukarek to nic innego jak zwyk�a drukarka ,\n" 
    820 "                       z t� r�c�, �e nie jest widoczna przez nadrz�y " 
    821 "system drukowania.\n" 
    822 "                       Utw�grup�rukarek tak \n" 
    823 "                       jak dodajesz nowe drukarki, nast�ie dodaj inne \n" 
    824 "                       drukarki do tej grupy przy u�yciu tej opcji.\n" 
    825 "                       Rozliczanie jest przeprowadzane na drukarce oraz na \n" 
    826 "                       wszystkich grupach drukarek do kt�h nale�y dana " 
    827 "drukarka, sprawdzanie limit�n" 
    828 "                       jest przeprowadzane na drukarce oraz na wszystkich " 
    829 "grupach drukarek\n" 
    830 "                       do kt�h nale�y dana drukarka.\n" 
    831 "  \n" 
    832 "  -g | --groups        Edytuj limity grup u�ytkownik�nie u�ytkownik�n" 
    833 "                          \n" 
    834 "  -p | --prototype u|g U�ywa u�ytkownika u lub grupy g jako prototypu dla " 
    835 "ustalenia\n" 
    836 "                       limit�rukowania\n" 
    837 "                       \n" 
    838 "  -n | --noquota       Ustawia obydwa limity (mi�i i twardy) na warto�� 
    839 "None dla\n" 
    840 "                       konkretnego wpisu w systemie limit�n" 
    841 "                       Ta opcja NIE jest r�wa�na opcji --limitby noquota\n" 
    842 "                       kt�swoim dzia�aniem obejmuje WSZYSTKIE wpisy " 
    843 "limit�la\n" 
    844 "                       wybranego uzytkownika.\n" 
    845 "  \n" 
    846 "  -r | --reset         Zeruje licznik stron dla wybranego u�ytkownika lub\n" 
    847 "                       grupy na podanej drukarce. \n" 
    848 "                       Licznik 'life time page counter' nie jest " 
    849 "modyfikowany.\n" 
    850 "                       \n" 
    851 "  -R | --hardreset     Zeruje WSZYSTKIE liczniki stron (aktualny i 'life " 
    852 "time')\n" 
    853 "                       dla u�ytkownika lub grupy na wybranej \n" 
    854 "                       drukarce/wybranych drukarkach. Jest to skr�la " 
    855 "opcji '--used 0'.\n" 
    856 "                       \n" 
    857 "  -l | --limitby l     Wybierz spos�graniczania drukowania \n" 
    858 "                       albo poprzez stan konta lub poprzez limit stron.\n" 
    859 "                       Domy�ln� warto�ci� jest limit stron. Dozwolone " 
    860 "warto�ci to\n" 
    861 "                       'quota' 'balance' 'noquota' 'noprint' \n" 
    862 "                       i 'nochange' :\n" 
    863 "                       \n" 
    864 "                         - quota : ograniczaj wzgl�j liczby wydrukowanych " 
    865 "stron na danej drukarce.\n" 
    866 "                         - balance : ograniczaj wzgl�m stanu konta.\n" 
    867 "                         - noquota : brak limitu, rozliczanie jest " 
    868 "przeprowadzane.\n" 
    869 "                         - nochange : brak limitu, rozliczanie nie jest " 
    870 "przeprowadzane. \n" 
    871 "                         - noprint : zakaz drukowania. \n" 
    872 "                       UWAGA : 'nochange' i 'noprint' nie maj� zastosowania " 
    873 "w przypadku grup.\n" 
    874 "                       \n" 
    875 "  -b | --balance b     Ustawia stan konta na b.                     \n" 
    876 "                       Stan konta mo�e by�wi�zony lub zmniejszony\n" 
    877 "                       je�li b jest poprzedzone znakiem + lub -.\n" 
    878 "                       UWAGA : je�li pomniejszasz stan konta,\n" 
    879 "                       w�as og� warto��p�at dla u�ytkownika jest " 
    880 "tak�e pomniejszana.\n" 
    881 "                       Grupy nie maj� rzeczywistego stanu konta, jedynie\n" 
    882 "                       sum�ald u�ytkownik�worz�cych grup�n" 
    883 "                       \n" 
    884 "  -C | --comment txt   Definiuje tekst informacyjny kt�b�ie po��czony " 
    885 "ze zmian�\n" 
    886 "                       stanu konta u�ytkownika.\n" 
    887 "                       Ma sens tylko je�li opcja -b | --balance jest " 
    888 "okre�lona.\n" 
    889 "                       \n" 
    890 "  -S | --softlimit sl  Ustala limit mi�i na sl " 
    891 "stron.                       \n" 
    892 "  \n" 
    893 "  -H | --hardlimit hl  Ustawia limit twardy na hl stron.\n" 
    894 "  \n" 
    895 "  -I | --increase v    Zmie�a limity (twardy i mi�i) o warto��.\n" 
    896 "                       Warto�� mo�e by�oprzedzona znakiem + lub -. Je�li " 
    897 "�aden ze znak�ie jest\n" 
    898 "                       podany,w�as domy�lnym jest znak +.\n" 
    899 "\n" 
    900 "  -U | --used ustr    Ustawia liczniki stron na warto��str stron;\n" 
    901 "                       u�yteczne podczas migracji u�ytkownik� innego " 
    902 "systemu\n" 
    903 "                       gdzie liczniki mia�y warto��iezerow�. Oba " 
    904 "liczniki : Aktualny\n" 
    905 "                       i Life Time mog� by�wi�zone lub zmniejszone\n" 
    906 "                       je�li ustr jest poprzedzone znakiem + lub -.\n" 
    907 "                       UWAGA : OBA liczniki stron s� modyfikowane w ka�dym " 
    908 "przypadku,\n" 
    909 "                       wi�b�d� ostro�ny.\n" 
    910 "                       UWAGA : je�li istr jest r� 0, w�as opcja ta " 
    911 "odpowiada opcji\n" 
    912 "                       --hardreset opisanej powy�ej.\n" 
    913 "\n" 
    914 "  Nazwy u�ytkownik1 do u�ytkownikN i grupa1 do grupaN ackeptuj� wzorce " 
    915 "dopasowania\n" 
    916 "  je�li opcja --add nie jest obecna.\n" 
    917 "  \n" 
    918 "przyk�ady :                              \n" 
    919 "\n" 
    920 "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
    921 "  \n" 
    922 "  Komenda doda u�ytkownik�ohn, paul, george oraz ringo do systemu\n" 
    923 "  limit�dodatkowo ich limity zostan� ustawione na warto��imit� 
    924 "u�ytkownika \n" 
    925 "  jerome. U�ytkownik jerome musi istnie� systemie limit�n" 
    926 "  Adres e-mail u�ytkownika ringo zostanie dodatkowo ustawiony na " 
    927 "'ringo@example.com'\n" 
    928 "  \n" 
    929 "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
    930 "  \n" 
    931 "  Powy�sza komenda ustali na drukarce lp limit mi�i dla u�ytkownika jerome " 
    932 "na 50 stron,\n" 
    933 "  za� limit twardy na 60 stron. Je�li u�ytkownik jerome lub\n" 
    934 "  drukarka lp nie istniej� w systemie limit��as nic nie jest " 
    935 "wykonywane.\n" 
    936 "\n" 
    937 "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
    938 "  \n" 
    939 "  Jak powy�ej z t� r�c�, �e je�li u�ytkownik jerome lub drukarka lp nie " 
    940 "istniej� \n" 
    941 "  w systemie limit��as s� automatycznie dodawane. Dodatkowo\n" 
    942 "  u�ytkownik jerome b�ie dodany do grup \"coders\" i \"it\" kt�to\n" 
    943 "  musz� istnie� systemie limit�n" 
    944 "            \n" 
    945 "  $ edpykota -g -S 500 -H 550 financial support            \n" 
    946 "  \n" 
    947 "  Komenda ustali limit mi�i na 500 stron i limit twardy na 550 stron\n" 
    948 "  dla grup financial i support na wszystkich drukarkach.\n" 
    949 "  \n" 
    950 "  $ edpykota --reset jerome \"jo*\"\n" 
    951 "  \n" 
    952 "  Komenda wyzeruje licznik stron dla u�ytkownika jerome na wszystkich " 
    953 "drukarkach, jak i \n" 
    954 "  dla ka�dego innego u�ytkownika kt�o nazwa ropoczyna si�d s�owa 'jo'.\n" 
    955 "  Licznik 'life time' dla tych u�ytkownik�ozostanie niezmieniony.\n" 
    956 "  Je�li chcesz wyzerowa�icznik 'life time' w�as skorzystaj z opcji\n" 
    957 "  --hardreset | -R.\n" 
    958 "  \n" 
    959 "  $ edpykota --printer hpcolor --noquota jerome\n" 
    960 "  \n" 
    961 "  Powy�sza komenda spowoduje �e u�ytkownik jerome b�ie m�drukowa�ez " 
    962 "ogranicze�" 
    963 "  na drukarce hpcolor. Wszystkie zadania drukowania b� akceptowane przez " 
    964 "drukark�jednak�e \n" 
    965 "  rozliczanie stron w dalszym ci�gu b�ie prowadzone.\n" 
    966 "  Limity drukowania na innych drukarkach dla u�ytkownika jerome pozostan� " 
    967 "niezmienione.\n" 
    968 "  \n" 
    969 "  $ edpykota --limitby balance jerome\n" 
    970 "  \n" 
    971 "  Powy�sza komenda spowoduje, �e u�ytkownik jerome b�ie ograniczany " 
    972 "wzgl�m\n" 
    973 "  stanu swojego konta.\n" 
    974 "  \n" 
    975 "  $ edpykota --balance +10.0 jerome\n" 
    976 "  \n" 
    977 "  Powy�sza komenda spowoduje zwi�zenie stanu konta u�ytkownika jerome o " 
    978 "10.0 jednostek (w lokalnej\n" 
    979 "  walucie). Mo�esz pomniejszy�tan konta je�li podasz znak -\n" 
    980 "  przed kwot�, mo�esz r�e� ustali�tan konta na sztywno, w�as nie " 
    981 "podawaj znaku + ani -.\n" 
    982 "  \n" 
    983 "  $ edpykota --delete jerome rachel\n" 
    984 "  \n" 
    985 "  Usuwa u�ytkownik�erome i rachel z systemu limit�n" 
    986 "  Wszystkie limity oraz historia zada�ukowania skojarzona z tymi " 
    987 "u�ytkownikami zostanie tak�e usuni�.\n" 
    988 "  \n" 
    989 "  $ edpykota --printer lp --charge 0.1\n" 
    990 "  \n" 
    991 "  Powy�sza komenda ustali cen�a stron�a drukarce lp na 0.1. Cena za " 
    992 "zadanie drukowania\n" 
    993 "  nie b�ie zmieniona.\n" 
    994 "  \n" 
    995 "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
    996 "  \n" 
    997 "  Drukarki hplj1 i hplj2 zostan�mieszczone w grupach drukarek Laser i HP.\n" 
    998 "  Podczas drukowania na hplj1 lub hplj2, limit drukowania b�ie sprawdzony " 
    999 "i rozliczony \n" 
    1000 "  tak�e na wirtualnych drukarkach Laser i HP.\n" 
    1001 "  \n" 
    1002 "  $ edpykota --overcharge 2.5 biednystudent\n" 
    1003 "  \n" 
    1004 "  Od tego momentu u�ytkownik biednystudent b�ie p�aci� 2.5 raza wi�j za " 
    1005 "ka�d� wydrukowan� stron�adanie drukowania.\n" 
    1006 "  \n" 
    1007 "  $ edpykota --overcharge -1 jerome\n" 
    1008 "  \n" 
    1009 "  Od tego momentu u�ytkownik jerome b�ie 'zarabia�' za ka�dym razem kiedy " 
    1010 "drukuje.\n" 
    1011 "  \n" 
    1012 "  $ edpykota --overcharge 0 boss\n" 
    1013 "  \n" 
    1014 "  U�ytkownik boss mo�e drukowa�ez �adnych ogranicze�oniewa�\n" 
    1015 "  koszt ka�dego zadania drukowania b�ie przemno�ony przez 0.\n" 
    1016  
    1017 msgid "You're not allowed to use this command." 
    1018 msgstr "Nie jeste� uprawniony do u�ywania tej komendy." 
    1019  
    1020 #, python-format 
    1021 msgid "Invalid limitby value %s" 
    1022 msgstr "Niperawid�owa warto��limitby' %s" 
    1023  
    1024 #, python-format 
    1025 msgid "Invalid used value %s." 
    1026 msgstr "Nieprawdi�owa warto��used' %s" 
    1027  
    1028 #, python-format 
    1029 msgid "Invalid increase value %s." 
    1030 msgstr "Nieprawid�owa warto��increase' %s" 
    1031  
    1032 #, python-format 
    1033 msgid "Invalid softlimit value %s." 
    1034 msgstr "Nieprawid�owa warto��softlimit' %s" 
    1035  
    1036 #, python-format 
    1037 msgid "Invalid hardlimit value %s." 
    1038 msgstr "Nieprawid�owa warto��hardlimit' %s" 
    1039  
    1040 #, python-format 
    1041 msgid "Hard limit %i is less than soft limit %i, values will be exchanged." 
    1042 msgstr "" 
    1043 "Twardy limit %i jest mniejszy ni� mi�i limit %i, warto�ci zostan� " 
    1044 "zamienione." 
    1045  
    1046 #, python-format 
    1047 msgid "Invalid overcharge value %s" 
    1048 msgstr "Nieprawid�owa warto��overcharge' %s" 
    1049  
    1050 #, python-format 
    1051 msgid "Invalid balance value %s" 
    1052 msgstr "Nieprawid�owa warto��balance' %s" 
    1053  
    1054 #, python-format 
    1055 msgid "Invalid charge amount value %s" 
    1056 msgstr "Nieprawid�owa warto��woty 'charge' %s" 
    1057  
    1058 #, python-format 
    1059 msgid "Impossible to add printer %s" 
    1060 msgstr "Dodanie drukarki %s jest niemo�liwe" 
    1061  
    1062 #, python-format 
    1063 msgid "Invalid printer name %s" 
    1064 msgstr "B��a nazwa drukarki %s" 
    1065  
    1066 #, python-format 
    1067 msgid "There's no printer matching %s" 
    1068 msgstr "Drukarka odpowiadaj�ca nazwie %s nie istnieje" 
    1069  
    1070 msgid "You have to pass user or group names on the command line" 
    1071 msgstr "Musisz poda�azw��ytkownika lub grupy w linii komend" 
    1072  
    1073 #, python-format 
    1074 msgid "Prototype object %s not found in Quota Storage." 
    1075 msgstr "Prototyp obiektu %s nie zosta� znaleziony w Bazie Limit� 
    1076 #, python-format 
    1077 msgid "Prototype %s not found in Quota Storage for printer %s." 
    1078 msgstr "Prototyp %s nie zosta� znaleziony w Bazie Limit�la drukarki %s." 
    1079  
    1080 #, python-format 
    1081 msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
    1082 msgstr "" 
    1083 "Niezdefiniowany twardy limit zostaje ustawiony jako mi�i limit (%s) dla " 
    1084 "drukarki %s." 
    1085  
    1086 #, python-format 
    1087 msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
    1088 msgstr "" 
    1089 "Niezdefiniowany mi�i limit zostaje ustawiony jako twardy limit (%s) dla " 
    1090 "drukarki %s." 
    1091  
    1092 #, python-format 
    1093 msgid "Invalid email address %s" 
    1094 msgstr "Nieprawid�owy adres e-mail %s" 
    1095  
    1096 #, python-format 
    1097 msgid "Unknown group %s" 
    1098 msgstr "Nieznana grupa %s" 
    1099  
    1100 #, python-format 
    1101 msgid "Unknown user %s" 
    1102 msgstr "Nieznany u�ytkownik %s" 
    1103  
    1104 #, python-format 
    1105 msgid "Invalid group name %s" 
    1106 msgstr "Nieprawid�owa nazwa grupy %s" 
    1107  
    1108 #, python-format 
    1109 msgid "Invalid user name %s" 
    1110 msgstr "Nieprawid�owa nazwa u�ytkownika %s" 
    1111  
    1112 #, python-format 
    1113 msgid "Quota not found for object %s on printer %s." 
    1114 msgstr "Nie znaleziono limitu dla obiektu %s dla drukarki %s." 
    1115  
    1116 #, python-format 
    1117 msgid "You can't increase limits by %s when no limit is set." 
    1118 msgstr "" 
    1119 "Nie mo�esz podnie��imit� %s kiedy �aden z limit�ie jest ustawiony." 
    1120  
    1121 msgid "You can't set negative limits." 
    1122 msgstr "Limity nie mog� przyjmowa�arto�ci ujemnych." 
    1123  
    1124 #, python-format 
    1125 msgid "Group %s not found in the PyKota Storage." 
    1126 msgstr "Grupa %s nie zosta�a znaleziona w Bazie PyKota." 
    1127  
    1128 #, python-format 
    1129 msgid "Nonexistent user %s or missing print quota entry." 
    1130 msgstr "Niestniej�cy u�ytkownik %s lub brak wpisu limitu drukowania." 
    1131  
    1132 #, python-format 
    1133 msgid "Nonexistent group %s or missing print quota entry." 
    1134 msgstr "Nieistniej�ca grupa %s lub brak wpisu limitu drukowania." 
    1135  
    1136 msgid "incompatible options, see help." 
    1137 msgstr "niekompatybilne opcje, zajrzyj do pomocy." 
    1138  
    1139 #, python-format 
    1140 msgid "" 
    1141 "repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1142 "\n" 
    1143 "Generates print quota reports.\n" 
    1144 "\n" 
    1145 "command line usage :\n" 
    1146 "\n" 
    1147 "  repykota [options] \n" 
    1148 "\n" 
    1149 "options :\n" 
    1150 "\n" 
    1151 "  -v | --version       Prints repykota's version number then exits.\n" 
    1152 "  -h | --help          Prints this message then exits.\n" 
    1153 "  \n" 
    1154 "  -u | --users         Generates a report on users quota, this is \n" 
    1155 "                       the default.\n" 
    1156 "  \n" 
    1157 "  -g | --groups        Generates a report on group quota instead of users.\n" 
    1158 "  \n" 
    1159 "  -i | --ingroups g1[,g2...]  Only lists users who are members of these\n" 
    1160 "                              groups. Reserved to PyKota Administrators.\n" 
    1161 "  \n" 
    1162 "  -P | --printer p     Report quotas on this printer only. Actually p can\n" 
    1163 "                       use wildcards characters to select only\n" 
    1164 "                       some printers. The default value is *, meaning\n" 
    1165 "                       all printers.\n" 
    1166 "                       You can specify several names or wildcards, \n" 
    1167 "                       by separating them with commas.\n" 
    1168 "  \n" 
    1169 "examples :                              \n" 
    1170 "\n" 
    1171 "  $ repykota --printer lp\n" 
    1172 "  \n" 
    1173 "  This will print the quota status for all users who use the lp printer.\n" 
    1174 "\n" 
    1175 "  $ repykota \n" 
    1176 "  \n" 
    1177 "  This will print the quota status for all users on all printers.\n" 
    1178 "  \n" 
    1179 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1180 "  \n" 
    1181 "  This will print the quota status for user jerome and all users\n" 
    1182 "  whose name begins with \"jo\" on all printers which name begins\n" 
    1183 "  with \"laser\" or ends with \"pson\".\n" 
    1184 "  \n" 
    1185 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1186 "  arguments representing users or groups names are ignored, and only the\n" 
    1187 "  current user/group is reported.\n" 
    1188 msgstr "" 
    1189 "repykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1190 "\n" 
    1191 "Generuje raporty limit�rukowania.\n" 
    1192 "\n" 
    1193 "u�ycie z linii polece�n" 
    1194 "\n" 
    1195 "  repykota [opcje] \n" 
    1196 "\n" 
    1197 "opcje :\n" 
    1198 "\n" 
    1199 "  -v | --version       Wy�wietla wersj�epykota i nast�ie ko� " 
    1200 "dzia�anie.\n" 
    1201 "  -h | --help          Wy�wietla t� wiadomo�� nast�ie ko� dzia�anie.\n" 
    1202 "  \n" 
    1203 "  -u | --users         Generuje raport dla u�ytkownika/u�ytkownik�ta " 
    1204 "opcja jest \n" 
    1205 "                       domy�lna.\n" 
    1206 "  \n" 
    1207 "  -g | --groups        Generuje raport dla grup/grupy zamiast dla " 
    1208 "u�ytkownika.\n" 
    1209 "  \n" 
    1210 "  -i | --ingroups g1[,g2...]  Bierze pod uwag��ytkownik��cych " 
    1211 "cz�onkami wymienionych\n" 
    1212 "                              grup. Zarezerwowane dla administrator� 
    1213 "systemu PyKota.\n" 
    1214 "  \n" 
    1215 "  -P | --printer p     Generuj raporty tylko dla drukarki p. Dodatkowo p " 
    1216 "akceptuje \n" 
    1217 "                       wzorce dopasowania tak aby� m�wybra�ylko\n" 
    1218 "                       niekt�drukarki. Warto�ci� domy�ln� jest *, co " 
    1219 "oznacza\n" 
    1220 "                       wszystkie drukarki.\n" 
    1221 "                       Mo�esz okre�li�iele nazw oraz wzorc�opasowania \n" 
    1222 "                       oddzielaj�c je przecinkami.\n" 
    1223 "  \n" 
    1224 "przyk�ady :                              \n" 
    1225 "\n" 
    1226 "  $ repykota --printer lp\n" 
    1227 "  \n" 
    1228 "  Wy�wietli stan limit�la wszystkich u�ytkownik�t� u�ywaj� drukarki " 
    1229 "lp.\n" 
    1230 "\n" 
    1231 "  $ repykota \n" 
    1232 "  \n" 
    1233 "  Wy�wietli stan limit�la wszystkich u�ytkownik�a wszystkich " 
    1234 "drukarkach.\n" 
    1235 "  \n" 
    1236 "  $ repykota --printer \"laser*,*pson\" jerome \"jo*\"\n" 
    1237 "  \n" 
    1238 "  Wy�wietli stan limit�la u�ytkownika jerome oraz wszystkich " 
    1239 "u�ytkownik�" 
    1240 "  kt�h nazwa rozpoczyna si�d znak�"jo\" na wszystkich drukarkach " 
    1241 "kt�h nazwy \n" 
    1242 "  rozpoczynaj� si�d wyra�enia \"laser\" oraz ko� wyra�eniem \"pson\".\n" 
    1243 "  \n" 
    1244 "  Je�li repykota zostanie uruchomiona przez u�ytkownika kt�nie jest " 
    1245 "administratorem\n" 
    1246 "  systemu PyKota w�as argumenty reprezentuj�ce u�ytkownik�ub grupy s� " 
    1247 "ignorowane i \n" 
    1248 "  wy�wietlany jest raport tylko dla u�ytkownika/grupy.\n" 
    1249  
    1250 msgid "Option --ingroups is reserved to PyKota Administrators." 
    1251 msgstr "" 
    1252 "Opcja --ingroups jest zarezerwowana dla administrator�ystemu PyKota." 
    1253  
    1254 #, python-format 
    1255 msgid "" 
    1256 "warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1257 "\n" 
    1258 "Sends mail to users over print quota.\n" 
    1259 "\n" 
    1260 "command line usage :\n" 
    1261 "\n" 
    1262 "  warnpykota  [options]  [names]\n" 
    1263 "\n" 
    1264 "options :\n" 
    1265 "\n" 
    1266 "  -v | --version       Prints warnpykota's version number then exits.\n" 
    1267 "  -h | --help          Prints this message then exits.\n" 
    1268 "  \n" 
    1269 "  -u | --users         Warns users over their print quota, this is the \n" 
    1270 "                       default.\n" 
    1271 "  \n" 
    1272 "  -g | --groups        Warns users whose groups quota are over limit.\n" 
    1273 "  \n" 
    1274 "  -P | --printer p     Verify quotas on this printer only. Actually p can\n" 
    1275 "                       use wildcards characters to select only\n" 
    1276 "                       some printers. The default value is *, meaning\n" 
    1277 "                       all printers.\n" 
    1278 "                       You can specify several names or wildcards, \n" 
    1279 "                       by separating them with commas.\n" 
    1280 "  \n" 
    1281 "examples :                              \n" 
    1282 "\n" 
    1283 "  $ warnpykota --printer lp\n" 
    1284 "  \n" 
    1285 "  This will warn all users of the lp printer who have exceeded their\n" 
    1286 "  print quota.\n" 
    1287 "\n" 
    1288 "  $ warnpykota \n" 
    1289 "  \n" 
    1290 "  This will warn all users  who have exceeded their print quota on\n" 
    1291 "  any printer.\n" 
    1292 "\n" 
    1293 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1294 "  \n" 
    1295 "  This will warn all users of groups which names begins with \"dev\" and\n" 
    1296 "  who have exceeded their print quota on any printer which name begins \n" 
    1297 "  with \"laserjet\"\n" 
    1298 "  \n" 
    1299 "  If launched by an user who is not a PyKota administrator, additionnal\n" 
    1300 "  arguments representing users or groups names are ignored, and only the\n" 
    1301 "  current user/group is reported.\n" 
    1302 msgstr "" 
    1303 "warnpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1304 "\n" 
    1305 "Wysy�a wiadomo�ci e-mail dla u�ytkownik�t� przekroczyli limit.\n" 
    1306 "\n" 
    1307 "u�ycie z linii komend :\n" 
    1308 "\n" 
    1309 "  warnpykota  [opcje]  [nazwy]\n" 
    1310 "\n" 
    1311 "opcje :\n" 
    1312 "\n" 
    1313 "  -v | --version       Wy�wietla wersj�arnpykota i nast�ie ko� " 
    1314 "dzia�anie.\n" 
    1315 "  -h | --help          Wy�wietla t� informacj� i nast�ie ko� " 
    1316 "dzia�anie.\n" 
    1317 "  \n" 
    1318 "  -u | --users         Powiadamia u�ytkownik�t� przekroczyli limit, \n" 
    1319 "                       opcja domy�lna.\n" 
    1320 "  \n" 
    1321 "  -g | --groups        Ostrzega u�ytkownik�t�h limit grupowy jest " 
    1322 "przekroczony.\n" 
    1323 "  \n" 
    1324 "  -P | --printer p     Weryfikuj limity tylko dla drukarki p. Dodatkowo p " 
    1325 "ackeptuje\n" 
    1326 "                       wzorce dopasowania aby� m�wybra�ylko \n" 
    1327 "                       niekt�drukarki. Warto�ci� domy�ln� jest *, co " 
    1328 "oznacza\n" 
    1329 "                       wszystkie drukarki.\n" 
    1330 "                       Mo�esz okre�li�iele nazw oraz wzorc�opasowania \n" 
    1331 "                       oddzielaj�c je przecinkami.\n" 
    1332 "  \n" 
    1333 "przyk�ady :                              \n" 
    1334 "\n" 
    1335 "  $ warnpykota --printer lp\n" 
    1336 "  \n" 
    1337 "  Powy�sza komenda spowoduje wys�anie powiadomienia dla wszystkich " 
    1338 "u�ytkownik�t� \n" 
    1339 "  przekroczyli limit na drukarce lp.\n" 
    1340 "\n" 
    1341 "  $ warnpykota \n" 
    1342 "  \n" 
    1343 "  Powy�sza komenda spowoduje wys�anie powiadomienia do wszystkich " 
    1344 "u�ytkownik�t� \n" 
    1345 "  przekroczyli limit na kt�kolwiek z drukarek.\n" 
    1346 "\n" 
    1347 "  $ warnpykota --groups --printer \"laserjet*\" \"dev*\"\n" 
    1348 "  \n" 
    1349 "  Komenda spowoduje wys�anie powiadomienia do wszystkich u�ytkownik� 
    1350 "b�cych \n" 
    1351 "  cz�onkami grup kt�h nazwa rozpoczyna si�d s�owa \"dev\" i \n" 
    1352 "  kt� przekroczyli limit na kt�kolwiek z drukarek kt� nazwa " 
    1353 "rozpoczyna si�d \n" 
    1354 "  s�owa \"laserjet\"\n" 
    1355 "  \n" 
    1356 "  Je�li warnpykota zostanie uruchomiona przez u�ytkownika kt�nie jest " 
    1357 "administratorem\n" 
    1358 "  systemu PyKota w�as argumenty reprezentuj�ce u�ytkownik�ub grupy s� " 
    1359 "ignorowane i \n" 
    1360 "  wysy�ane jest powiadomienie tylko dla u�ytkownika/grupy.\n" 
    1361  
    1362 #, python-format 
    1363 msgid "" 
    1364 "pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1365 "\n" 
    1366 "Generates banners.\n" 
    1367 "\n" 
    1368 "command line usage :\n" 
    1369 "\n" 
    1370 "  pkbanner  [options]  [more info]\n" 
    1371 "\n" 
    1372 "options :\n" 
    1373 "\n" 
    1374 "  -v | --version       Prints pkbanner's version number then exits.\n" 
    13752121"  -h | --help          Prints this message then exits.\n" 
    13762122"  \n" 
     
    13822128"                       page sizes are recognized, like 'A4' or 'Letter'\n" 
    13832129"                       to name a few. The default size is A4.\n" 
    1384 "  \n" 
    1385 "  -s | --savetoner s   Sets the text luminosity factor to s%%. This can be \n" 
    1386 "                       used to save toner. The default value is 0, which\n" 
    1387 "                       means that no toner saving will be done.\n" 
    1388 "  \n" 
    1389 "  -u | --url u         Uses u as an url to be written at the bottom of \n" 
    1390 "                       the banner page. The default url is :\n" 
    1391 "                       http://www.librelogiciel.com/software/\n" 
    1392 "  \n" 
    1393 "examples :                              \n" 
    1394 "\n" 
    1395 "  Using pkbanner directly from the command line is not recommended,\n" 
    1396 "  excepted for testing purposes. You should use pkbanner in the\n" 
    1397 "  'startingbanner' or 'endingbanner' directives in pykota.conf\n" 
    1398 "  \n" 
    1399 "    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" 
    1400 "  \n" 
    1401 "      With such a setting in pykota.conf, all print jobs will be \n" 
    1402 "      prefixed with an A4 banner with no logo, and text luminosity will\n" 
    1403 "      be increased by 75%%. The PostScript output will be directly sent\n" 
    1404 "      to your printer.\n" 
    1405 "      \n" 
    1406 "  You'll find more examples in the sample configuration file included    \n" 
    1407 "  in PyKota.\n" 
    1408 msgstr "" 
    1409 "pkbanner v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1410 "\n" 
    1411 "Generuje banery.\n" 
    1412 "\n" 
    1413 "u�ycie z linii polece�n" 
    1414 "\n" 
    1415 "  pkbanner  [opcje]  [wi�j informacji]\n" 
    1416 "\n" 
    1417 "opcje :\n" 
    1418 "\n" 
    1419 "  -v | --version       Wy�wietla wersj�kbanner i nast�ie ko� " 
    1420 "dzia�anie.\n" 
    1421 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    1422 "dzia�anie.\n" 
    1423 "  \n" 
    1424 "  -l | --logo img      U�yj obrazka img jako logo, kt�b�ie " 
    1425 "wy�rodkowane\n" 
    1426 "                       u g�strony. Domy�lnym logo jest\n" 
    1427 "                       /usr/share/pykota/logos/pykota.jpeg\n" 
    1428 "                       \n" 
    1429 "  -p | --pagesize sz   Ustawia sz jako rozmiar strony. Wi�zo��g�e " 
    1430 "znanych\n" 
    1431 "                       rozmiar�est rozpoznawana, jak 'A4' czy 'Letter'\n" 
    1432 "                       dla przyk�adu. Domy�lnym rozmiarem jest A4.\n" 
    1433 "  \n" 
    1434 "  -s | --savetoner s   Ustawia wsp�ynnik jasno�ci tekstu na s%%. Opcja ta " 
    1435 "mo�e by�n" 
    1436 "                       u�yta jako 'oszcz�o�ciowe drukowanie'. Domy�ln� " 
    1437 "warto�ci� jest 0, co oznacza\n" 
    1438 "                       brak oszcz�o�ciowego drukowania.\n" 
    1439 "  \n" 
    1440 "  -u | --url u         U�ywa u jako url (odno�nika) kt�b�ie wydrukowany " 
    1441 "na  \n" 
    1442 "                       dole strony bannera. Domy�lnym odno�nikiem jest :\n" 
    1443 "                       http://www.librelogiciel.com/software/\n" 
    1444 "  \n" 
    1445 "przyk�ady :                              \n" 
    1446 "\n" 
    1447 "  U�ywanie pkbanner bezpo�rednio z linii polece�e jest zalecane,\n" 
    1448 "  chyba �e w gr�chodzi testowanie. pkbanner powinien by��yty w " 
    1449 "dyrektywach\n" 
    1450 "  'startingbanner' lub 'endingbanner' kt�s� obecne w pliku pykota.conf\n" 
    1451 "  \n" 
    1452 "    startingbanner: /usr/bin/pkbanner --logo=\"\" --savetoner=75\n" 
    1453 "  \n" 
    1454 "      Z takim ustawieniem w pykota.conf, wszystkie zadania drukowania \n" 
    1455 "      b� poprzedzone bannerem rozmiaru A4 kt�nie b�ie zawiera� loga, " 
    1456 "za� jasno��ekstu\n" 
    1457 "      b�ie zwi�zona do 75%%. Wyj�cie PostScript b�ie wys�ane " 
    1458 "bezpo�rednio\n" 
    1459 "      do drukarku.\n" 
    1460 "      \n" 
    1461 "  Wi�j mo�liwo�ci znajdziesz w przyk�adowym pliku konfiguracjnym zawartym " 
    1462 "w pakiecie    \n" 
    1463 "  PyKota.\n" 
    1464  
    1465 msgid "Unknown" 
    1466 msgstr "Nieznany" 
    1467  
    1468 msgid "Username" 
    1469 msgstr "U�ytkownik" 
    1470  
    1471 msgid "More Info" 
    1472 msgstr "Wi�j informacji" 
    1473  
    1474 msgid "Job" 
    1475 msgstr "Zadanie drukowania" 
    1476  
    1477 msgid "Date" 
    1478 msgstr "Data" 
    1479  
    1480 msgid "Allowed" 
    1481 msgstr "Dozwolone" 
    1482  
    1483 msgid "Denied" 
    1484 msgstr "Odmowa" 
    1485  
    1486 msgid "Allowed with Warning" 
    1487 msgstr "Dozwolone z ostrze�eniem" 
    1488  
    1489 msgid "Result" 
    1490 msgstr "Rezultat" 
    1491  
    1492 msgid "Title" 
    1493 msgstr "Tytu�" 
    1494  
    1495 msgid "Filename" 
    1496 msgstr "Nazwa pliku" 
    1497  
    1498 #, python-format 
    1499 msgid "Pages printed so far on %s" 
    1500 msgstr "Strony wydrukowane dotychczas na %s" 
    1501  
    1502 msgid "Account balance" 
    1503 msgstr "Stan konta" 
    1504  
    1505 msgid "Soft Limit" 
    1506 msgstr "Mi�i limit" 
    1507  
    1508 msgid "Hard Limit" 
    1509 msgstr "Twardy limit" 
    1510  
    1511 msgid "Date Limit" 
    1512 msgstr "Limit czasowy" 
    1513  
    1514 msgid "Allowed range is (0..99)" 
    1515 msgstr "Dozwolony zakres to (0..99)" 
    1516  
    1517 #, python-format 
    1518 msgid "Invalid 'savetoner' option %s : %s" 
    1519 msgstr "Nieprawid�owa opcja 'savetoner' %s : %s" 
    1520  
    1521 #, python-format 
    1522 msgid "Invalid 'pagesize' option %s, defaulting to A4." 
    1523 msgstr "Nieprawid�owa opcja 'pagesize' %s, zostanie u�yta domy�lna warto��4." 
    1524  
    1525 #, python-format 
    1526 msgid "" 
    1527 "pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1528 "\n" 
    1529 "A billing codes Manager for PyKota.\n" 
    1530 "\n" 
    1531 "command line usage :\n" 
    1532 "\n" 
    1533 "  pkbcodes [options] code1 code2 code3 ... codeN\n" 
    1534 "\n" 
    1535 "options :\n" 
    1536 "\n" 
    1537 "  -v | --version       Prints pkbcodes version number then exits.\n" 
    1538 "  -h | --help          Prints this message then exits.\n" 
    1539 "  \n" 
    1540 "  -a | --add           Adds billing codes if they don't exist in PyKota's\n" 
    1541 "                       database. If they exist, they are modified\n" 
    1542 "                       unless -s|--skipexisting is also used.\n" 
    1543 "\n" 
    1544 "  -d | --delete        Deletes billing codes from PyKota's database.\n" 
    1545 "                       NB : the history entries with this billing code\n" 
    1546 "                       are not deleted, voluntarily.\n" 
    1547 "\n" 
    1548 "  -D | --description d Adds a textual description to billing codes.\n" 
    1549 "\n" 
    1550 "  -l | --list          List informations about the billing codes.\n" 
    1551 "\n" 
    1552 "  -r | --reset         Resets the billing codes' balance and page counters\n" 
    1553 "                       to 0.\n" 
    1554 "\n" 
    1555 "  -s | --skipexisting  In combination with the --add option above, tells\n" 
    1556 "                       pkbcodes to not modify existing billing codes.\n" 
    1557 "\n" 
    1558 "  code1 through codeN can contain wildcards if the --add option\n" 
    1559 "  is not set.\n" 
    1560 "\n" 
    1561 "examples :                              \n" 
    1562 "\n" 
    1563 "  $ pkbcodes --add -D \"My project\" myproj\n" 
    1564 "\n" 
    1565 "  Will create the myproj billing code with \"My project\"\n" 
    1566 "  as the description.\n" 
    1567 "\n" 
    1568 "  $ pkbcodes --delete \"*\"\n" 
    1569 "\n" 
    1570 "  This will completely delete all the billing codes, but without\n" 
    1571 "  removing any matching job from the history. USE WITH CARE ANYWAY !\n" 
    1572 "  \n" 
    1573 "  $ pkbcodes --list \"my*\"\n" 
    1574 "  \n" 
    1575 "  This will list all billing codes which name begins with 'my'.\n" 
    1576 msgstr "" 
    1577 "pkbcodes v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1578 "\n" 
    1579 "Mened�er kod�ozliczeniowych dla systemu PyKota.\n" 
    1580 "\n" 
    1581 "u�ycie z linii polece�n" 
    1582 "\n" 
    1583 "  pkbcodes [opcje] kod1 kod2 kod3 ... kodN\n" 
    1584 "\n" 
    1585 "opcje :\n" 
    1586 "\n" 
    1587 "  -v | --version       Wy�wietla wersj�kbcodes i nast�ie ko� " 
    1588 "dzia�anie.\n" 
    1589 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    1590 "dzia�anie.\n" 
    1591 "  \n" 
    1592 "  -a | --add           Dodaje kody rozliczeniowe je�li nie istniej� jeszcze " 
    1593 "w bazie danych PyKota\n" 
    1594 "                       Je�li kody istniej� w�as s� modyfikowane\n" 
    1595 "                       chyba �e opcja -s|--skipexisting jest tak�e podana " 
    1596 "(w�as s� pomijane).\n" 
    1597 "\n" 
    1598 "  -d | --delete        Usuwa kody rozliczeniowe z bazy PyKota.\n" 
    1599 "                       UWAGA : wpisy w historii dotycz�ce usuni�ch kod� 
    1600 "rozliczeniowych\n" 
    1601 "                       nie s� usuwane.\n" 
    1602 "\n" 
    1603 "  -D | --description d Dodaje opis tekstowy dla kodu rozliczeniowego.\n" 
    1604 "\n" 
    1605 "  -l | --list          Wy�wietl informacje na temat istniej�cych kod� 
    1606 "rozliczeniowych.\n" 
    1607 "\n" 
    1608 "  -r | --reset         Zeruje saldo oraz liczniki stron dla podanego kodu " 
    1609 "rozliczeniowego\n" 
    1610 "\n" 
    1611 "  -s | --skipexisting  W po��czeniu z opcj� --add, powoduje �e \n" 
    1612 "                       pkbcodes nie modyfikuje istniej�cych kod� 
    1613 "rozliczeniowych.\n" 
    1614 "\n" 
    1615 "  Nazwy od kod1 do kodN mog� zawiera�zorce dopasowania je�li opcja --add \n" 
    1616 "  nie jest ustawiona.\n" 
    1617 "\n" 
    1618 "przyk�ady :                              \n" 
    1619 "\n" 
    1620 "  $ pkbcodes --add -D \"M�rojekt\" myproj\n" 
    1621 "\n" 
    1622 "  Utworzy kod rozliczeniowy o nazwie myproj z \"M�rojekt\" \n" 
    1623 "  w opisie kodu.\n" 
    1624 "\n" 
    1625 "  $ pkbcodes --delete \"*\"\n" 
    1626 "\n" 
    1627 "  Usunie wszystkie kody rozliczeniowe z bazy PyKota, jednak�e nie usunie\n" 
    1628 "  �adnych odpowiadaj�ych zada�ukowania z historii. MIMO WSZYSTKO U�YWAJ " 
    1629 "OSTRO�NIE !\n" 
    1630 "  \n" 
    1631 "  $ pkbcodes --list \"my*\"\n" 
    1632 "  \n" 
    1633 "  Wy�wietli wszystkie kody rozliczeniowe kt�h nazwa rozpoczyna si��owem " 
    1634 "'my'.\n" 
    1635  
    1636 #, python-format 
    1637 msgid "Billing code [%s] already exists, skipping." 
    1638 msgstr "Kod rozliczeniowy [%s] istnieje, pomijam." 
    1639  
    1640 #, python-format 
    1641 msgid "Billing code [%s] already exists, will be modified." 
    1642 msgstr "Kod rozliczeniowy [%s] istnieje, zostanie zmodyfikowany." 
    1643  
    1644 #, python-format 
    1645 msgid "Impossible to add billingcode %s" 
    1646 msgstr "Dodanie kodu rozliczeniowego %s jest niemo�liwe" 
    1647  
    1648 #, python-format 
    1649 msgid "There's no billingcode matching %s" 
    1650 msgstr "Nie odnaleziono kodu rozliczeniowego o nazwie %s" 
    1651  
    1652 msgid "pages" 
    1653 msgstr "strony" 
    1654  
    1655 msgid "and" 
    1656 msgstr "i" 
    1657  
    1658 msgid "credits" 
    1659 msgstr "kredyty" 
    1660  
    1661 msgid "You have to pass billing codes on the command line" 
    1662 msgstr "Musisz poda�ody rozliczeniowe w linii polece�#, python-format 
    1663 msgid "" 
    1664 "pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1665 "\n" 
    1666 "Email gateway for PyKota.\n" 
    1667 "\n" 
    1668 "command line usage :\n" 
    1669 "\n" 
    1670 "  pkmail  [options]\n" 
    1671 "\n" 
    1672 "options :\n" 
    1673 "\n" 
    1674 "  -v | --version       Prints pkmail's version number then exits.\n" 
    1675 "  -h | --help          Prints this message then exits.\n" 
    1676 "  \n" 
    1677 "    \n" 
    1678 "  This command is meant to be used from your mail server's aliases file,\n" 
    1679 "  as a pipe. It will then accept commands send to it in email messages,\n" 
    1680 "  and will send the answer to the command's originator.\n" 
    1681 "  \n" 
    1682 "  To use this command, create an email alias in /etc/aliases with\n" 
    1683 "  the following format :\n" 
    1684 "  \n" 
    1685 "    pykotacmd: \"|/usr/bin/pkmail\"\n" 
    1686 "    \n" 
    1687 "  Then run the 'newaliases' command to regenerate the aliases database.\n" 
    1688 "  \n" 
    1689 "  You can now send commands by email to 'pykotacmd@yourdomain.com', with\n" 
    1690 "  the command in the subject.\n" 
    1691 "  \n" 
    1692 "  List of supported commands :\n" 
    1693 "  \n" 
    1694 "        report [username]\n" 
    1695 "  \n" 
    1696 "  NB : For pkmail to work correctly, you may have to put the 'mail'\n" 
    1697 "  system user in the 'pykota' system group to ensure this user can\n" 
    1698 "  read the /etc/pykota/pykotadmin.conf file, and restart your\n" 
    1699 "  mail server (e.g. /etc/init.d/exim restart). It is strongly advised\n" 
    1700 "  that you think at least twice before doing this though.\n" 
    1701 "  \n" 
    1702 "  Use at your own risk !\n" 
    1703 msgstr "" 
    1704 "pkmail v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    1705 "\n" 
    1706 "Brama e-mail dla systemu PyKota.\n" 
    1707 "\n" 
    1708 "u�ycie z linii komend :\n" 
    1709 "\n" 
    1710 "  pkmail  [opcje]\n" 
    1711 "\n" 
    1712 "opcje :\n" 
    1713 "\n" 
    1714 "  -v | --version       Wy�wietla wersj�kmail i nast�ie ko� " 
    1715 "dzia�anie.\n" 
    1716 "  -h | --help          Wy�wietla t� wiadomo�� nast�ie ko� dzia�anie.\n" 
    1717 "  \n" 
    1718 "    \n" 
    1719 "  Ta komenda powinna by��ywana bezpo�rednio z twojego pliku alias�n" 
    1720 "  jako fragment potoku. W�as pkmail b�ie akceptowa�o komendy wys�ane w " 
    1721 "wiadomo�ciach,\n" 
    1722 "  e-mail i b�ie odpowiada�o osobie wysy�aj�cej.\n" 
    1723 "  \n" 
    1724 "  Aby u�ywac tej komendy utw�alias e-mailowy w pliku /etc/aliases, " 
    1725 "skorzystaj z formatu \n" 
    1726 "  podanego poni�ej:\n" 
    1727 "  \n" 
    1728 "    pykotacmd: \"|/usr/bin/pkmail\"\n" 
    1729 "    \n" 
    1730 "  Nast�ie uruchom komend�newaliases' aby przebudowa�az�lias�n" 
    1731 "  \n" 
    1732 "  Od tego momentu mo�esz wysy�a�iadomo��e-mail na adres " 
    1733 "'pykotacmd@yourdomain.com' \n" 
    1734 "  z komend� w tytule.\n" 
    1735 "  \n" 
    1736 "  Lista dost�ych komend :\n" 
    1737 "  \n" 
    1738 "        report [u�ytkownik]\n" 
    1739 "  \n" 
    1740 "  UWAGA : Aby pkmail mog�o dzia�a�oprawnie najprawdopodobniej b�iesz " 
    1741 "musia� \n" 
    1742 "  doda�ystemowego u�ytkonika 'mail' do systemowej grupy 'pykota' aby " 
    1743 "zezwoli�n" 
    1744 "  u�ytkownik 'mail' m�odczyta�lik /etc/pykota/pykotadmin.conf, " 
    1745 "nast�ie zrestartuj\n" 
    1746 "  serwer pocztowy (np.: /etc/init.d/exim restart). Pami�j - zastan�i�n" 
    1747 "  dok�adnie nad mo�liwymi skutkami zanim dodasz u�ytkownika 'mail' do grupy " 
    1748 "'pykota'.\n" 
    1749 "  \n" 
    1750 "  U�ywasz na w�asn� odpowiedzialno��\n" 
     2130"                       \n" 
     2131"  -n | --number N      Sets the number of the first invoice. This number\n" 
     2132"                       will automatically be incremented for each invoice.\n" 
     2133"                       \n" 
     2134"  -o | --output f.pdf  Defines the name of the invoice file which will\n" 
     2135"                       be generated as a PDF document. If not set or\n" 
     2136"                       set to '-', the PDF document is sent to standard\n" 
     2137"                       output. \n" 
     2138"                       \n" 
     2139"  -u | --unit u        Defines the name of the unit to use on the " 
     2140"invoice.                       \n" 
     2141"                       The default unit is 'Credits', optionally translated\n" 
     2142"                       to your native language if it is supported by " 
     2143"PyKota.\n" 
     2144"  \n" 
     2145"  -V | --vat p         Sets the percent value of the applicable VAT to be\n" 
     2146"                       exposed. The default is 0.0, meaning no VAT\n" 
     2147"                       information will be included.\n" 
     2148"                       \n" 
     2149"  -s | --start date    Sets the starting date for the print jobs invoiced.\n" 
     2150"  \n" 
     2151"  -e | --end date      Sets the ending date for the print jobs invoiced.\n" 
     2152"                       \n" 
     2153"  user1 through userN can use wildcards if needed. If no user argument is\n" 
     2154"  used, a wildcard of '*' is assumed, meaning include all users.\n" 
     2155"  \n" 
     2156"  Dates formating with --start and --end :\n" 
     2157"  \n" 
     2158"    YYYY : year boundaries\n" 
     2159"    YYYYMM : month boundaries\n" 
     2160"    YYYYMMDD : day boundaries\n" 
     2161"    YYYYMMDDhh : hour boundaries\n" 
     2162"    YYYYMMDDhhmm : minute boundaries\n" 
     2163"    YYYYMMDDhhmmss : second boundaries\n" 
     2164"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-" 
     2165"15)\n" 
     2166"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n" 
     2167"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" 
     2168"    now[+-NbDays] : now more or less N days (e.g. now-15)\n" 
     2169"\n" 
     2170"  'now' and 'today' are not exactly the same since today represents the " 
     2171"first\n" 
     2172"  or last second of the day depending on if it's used in a start= or end=\n" 
     2173"  date expression. The utility to be able to specify dates in the future is\n" 
     2174"  a question which remains to be answered :-)\n" 
     2175"                                        \n" 
     2176"examples :                       \n" 
     2177"\n" 
     2178"  $ pkinvoice --unit EURO --output invoices.pdf --start=now-30\n" 
     2179"  \n" 
     2180"  Will generate a PDF document containing invoices for all users\n" 
     2181"  who have spent some credits last month. Invoices will be done in\n" 
     2182"  EURO.  No VAT information will be included.\n" 
     2183msgstr "" 
     2184 
     2185msgid "Invoice" 
     2186msgstr "" 
     2187 
     2188msgid "Since" 
     2189msgstr "" 
     2190 
     2191msgid "Until" 
     2192msgstr "" 
     2193 
     2194msgid "Edited on" 
     2195msgstr "" 
     2196 
     2197msgid "Number of pages printed" 
     2198msgstr "" 
     2199 
     2200msgid "Amount due" 
     2201msgstr "" 
     2202 
     2203msgid "Included VAT" 
     2204msgstr "" 
     2205 
     2206msgid "Here's the invoice for your printouts" 
     2207msgstr "" 
     2208 
     2209#, python-format 
     2210msgid "Incorrect value '%s' for the --vat command line option" 
     2211msgstr "" 
     2212 
     2213#, python-format 
     2214msgid "Incorrect value '%s' for the --number command line option" 
     2215msgstr "" 
     2216 
     2217msgid "Generating invoices" 
     2218msgstr "" 
     2219 
     2220msgid "Credits" 
     2221msgstr "" 
    17512222 
    17522223#, python-format 
     
    19612432 
    19622433#, python-format 
     2434msgid "Passthrough mode : %s" 
     2435msgstr "Tryb 'passthrough' : %s" 
     2436 
     2437msgid "ON" 
     2438msgstr "W��czone" 
     2439 
     2440msgid "OFF" 
     2441msgstr "Wy��czone" 
     2442 
     2443msgid "in" 
     2444msgstr "w" 
     2445 
     2446#, python-format 
     2447msgid "Invalid charge amount value %s" 
     2448msgstr "Nieprawid�owa warto��woty 'charge' %s" 
     2449 
     2450#, python-format 
    19632451msgid "Invalid maximum job size value %s" 
    19642452msgstr "Nieprawid�owa maksymalna warto��adania drukowania %s" 
     
    19722460msgstr "Drukarka %s istnieje, zostanie zmodyfikowana." 
    19732461 
    1974 msgid "in" 
    1975 msgstr "w" 
    1976  
    1977 #, python-format 
    1978 msgid "Passthrough mode : %s" 
    1979 msgstr "Tryb 'passthrough' : %s" 
    1980  
    1981 msgid "ON" 
    1982 msgstr "W��czone" 
    1983  
    1984 msgid "OFF" 
    1985 msgstr "Wy��czone" 
    1986  
    1987 #, python-format 
    1988 msgid "Maximum job size : %s" 
    1989 msgstr "Maksymalny rozmiar zadania drukowania : %s" 
    1990  
    1991 #, python-format 
    1992 msgid "%s pages" 
    1993 msgstr "%s stron" 
    1994  
    1995 msgid "Unlimited" 
    1996 msgstr "Nieograniczone" 
     2462#, python-format 
     2463msgid "Invalid printer name %s" 
     2464msgstr "B��a nazwa drukarki %s" 
    19972465 
    19982466msgid "You have to pass printer groups names on the command line" 
     
    20032471 
    20042472#, python-format 
    2005 msgid "" 
    2006 "pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2007 "\n" 
    2008 "A turn key tool for PyKota. When launched, this command will initialize\n" 
    2009 "PyKota's database with all existing print queues and some or all users.\n" 
    2010 "For now, no prices or limits are set, so printing is fully accounted\n" 
    2011 "for, but not limited. That's why you'll probably want to also use\n" 
    2012 "edpykota once the database has been initialized.\n" 
    2013 "\n" 
    2014 "command line usage :\n" 
    2015 "\n" 
    2016 "  pkturnkey [options] [printqueues names]\n" 
    2017 "\n" 
    2018 "options :\n" 
    2019 "\n" 
    2020 "  -v | --version       Prints pkturnkey version number then exits.\n" 
    2021 "  -h | --help          Prints this message then exits.\n" 
    2022 "  \n" 
    2023 "  -c | --doconf        Give hints about what to put into pykota.conf\n" 
    2024 "  \n" 
    2025 "  -d | --dousers       Manages users accounts as well.\n" 
    2026 "  \n" 
    2027 "  -D | --dogroups      Manages users groups as well.\n" 
    2028 "                       Implies -d | --dousers.\n" 
    2029 "  \n" 
    2030 "  -e | --emptygroups   Includes empty groups.\n" 
    2031 "  \n" 
    2032 "  -f | --force         Modifies the database instead of printing what\n" 
    2033 "                       it would do.\n" 
    2034 "                       \n" 
    2035 "  -u | --uidmin uid    Only adds users whose uid is greater than or equal " 
    2036 "to\n" 
    2037 "                       uid. You can pass an username there as well, and its\n" 
    2038 "                       uid will be used automatically.\n" 
    2039 "                       If not set, 0 will be used automatically.\n" 
    2040 "                       Implies -d | --dousers.\n" 
    2041 "                       \n" 
    2042 "  -U | --uidmax uid    Only adds users whose uid is lesser than or equal to\n" 
    2043 "                       uid. You can pass an username there as well, and its\n" 
    2044 "                       uid will be used automatically.\n" 
    2045 "                       If not set, a large value will be used " 
    2046 "automatically.\n" 
    2047 "                       Implies -d | --dousers.\n" 
    2048 "\n" 
    2049 "  -g | --gidmin gid    Only adds groups whose gid is greater than or equal " 
    2050 "to\n" 
    2051 "                       gid. You can pass a groupname there as well, and its\n" 
    2052 "                       gid will be used automatically.\n" 
    2053 "                       If not set, 0 will be used automatically.\n" 
    2054 "                       Implies -D | --dogroups.\n" 
    2055 "                       \n" 
    2056 "  -G | --gidmax gid    Only adds groups whose gid is lesser than or equal " 
    2057 "to\n" 
    2058 "                       gid. You can pass a groupname there as well, and its\n" 
    2059 "                       gid will be used automatically.\n" 
    2060 "                       If not set, a large value will be used " 
    2061 "automatically.\n" 
    2062 "                       Implies -D | --dogroups.\n" 
    2063 "\n" 
    2064 "examples :                              \n" 
    2065 "\n" 
    2066 "  $ pkturnkey --dousers --uidmin jerome\n" 
    2067 "\n" 
    2068 "  Will simulate the initialization of PyKota's database will all existing\n" 
    2069 "  printers and print accounts for all users whose uid is greater than\n" 
    2070 "  or equal to jerome's one. Won't manage any users group.\n" 
    2071 "  \n" 
    2072 "  To REALLY initialize the database instead of simulating it, please\n" 
    2073 "  use the -f | --force command line switch.\n" 
    2074 "  \n" 
    2075 "  You can limit the initialization to only a subset of the existing\n" 
    2076 "  printers, by passing their names at the end of the command line.\n" 
    2077 msgstr "" 
    2078 "pkturnkey v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2079 "\n" 
    2080 "Program inicjalizacyjny dla systemu PyKota. Po uruchomieniu program " 
    2081 "zainicjalizuje\n" 
    2082 "baz�anych systemu PyKota z wszystkimi istniej�cymi kolejkami drukowania " 
    2083 "oraz z wszystkimi llub cz�i� u�ytkownik�n" 
    2084 "Na chwil�becn� �adne limity oraz ceny nie s� ustalone. Drukowanie jest " 
    2085 "rozliczane jednak�e\n" 
    2086 "nie jest w �aden spos�imitowane. St�d te� prawdopodobnie b�iesz chcia� " 
    2087 "skorzysta� \n" 
    2088 "programu edpykota po zainicjalizowaniu bazy danych.\n" 
    2089 "\n" 
    2090 "u�ycie z linii polece�n" 
    2091 "\n" 
    2092 "  pkturnkey [opcje] [nazwy kolejek drukowania]\n" 
    2093 "\n" 
    2094 "opcje :\n" 
    2095 "\n" 
    2096 "  -v | --version       Wy�wietla wersj�kturnkey i nast�ie ko� " 
    2097 "dzia�anie.\n" 
    2098 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    2099 "dzia�anie.\n" 
    2100 "  \n" 
    2101 "  -c | --doconf        Wy�wietl podpowiedzi dotycz�ce konfiguracji pykota." 
    2102 "conf\n" 
    2103 "  \n" 
    2104 "  -d | --dousers       Bierze pod uwag�onta u�ytkownik�n" 
    2105 "  \n" 
    2106 "  -D | --dogroups      Bierze pod uwag�onta grup.\n" 
    2107 "                       Implikuje -d | --dousers.\n" 
    2108 "  \n" 
    2109 "  -e | --emptygroups   Bierze pod uwag�uste grupy.\n" 
    2110 "  \n" 
    2111 "  -f | --force         Modyfikuje baz�anych zamiast wy�wietlania zmian na " 
    2112 "ekranie.\n" 
    2113 "                       \n" 
    2114 "  -u | --uidmin uid    Bierze pod uwag�ylko u�ytkownik�t�h id jest " 
    2115 "wi�zy lub r� uid\n" 
    2116 "                       Mo�esz poda��e� nazw��ytkownika, w�as " 
    2117 "jego \n" 
    2118 "                       uid zostanie u�yty automatycznie.\n" 
    2119 "                       Je�li nie podano domy�ln� warto�ci� jest 0.\n" 
    2120 "                       Implikuje -d | --dousers.\n" 
    2121 "                       \n" 
    2122 "  -U | --uidmax uid    Bierze pod uwag�ylko u�ytkownik�t�h id jest " 
    2123 "mniejsze lub r�\n" 
    2124 "                       od uid. Mo�esz r�e� poda�azw��ytkownika, " 
    2125 "w�as jego\n" 
    2126 "                       uid b�ie u�yty automatycznie.\n" 
    2127 "                       Je�li nie podano domy�ln� warto�ci� jest bli�ej " 
    2128 "nieokre�lona wielka warto��n" 
    2129 "                       Implikuje -d | --dousers.\n" 
    2130 "\n" 
    2131 "  -g | --gidmin gid    Bierze pod uwag�ylko grupy kt�h id jest wi�ze " 
    2132 "lub r�\n" 
    2133 "                       gid. Mo�esz tak�e poda�azw�rupy, w�as jej\n" 
    2134 "                       gid b�ie u�yty automatycznie.\n" 
    2135 "                       Je�li nie podano domy�ln� warto�ci� jest 0.\n" 
    2136 "                       Implikuje -D | --dogroups.\n" 
    2137 "                       \n" 
    2138 "  -G | --gidmax gid    Bierze pod uwag�ylko grupy kt�h id jest mniejsze " 
    2139 "lub r�\n" 
    2140 "                       gid. Mo�esz tak�e poda�azw�rupy, w�as jej\n" 
    2141 "                       gid b�ie u�yty automatycznie.\n" 
    2142 "                       Je�li nie podano domy�ln� warto�ci� jest bli�ej " 
    2143 "nieokre�lona wielka liczba.\n" 
    2144 "                       Implikuje -D | --dogroups.\n" 
    2145 "\n" 
    2146 "przyk�ady :                              \n" 
    2147 "\n" 
    2148 "  $ pkturnkey --dousers --uidmin jerome\n" 
    2149 "\n" 
    2150 "  Powy�sza komenda uruchomi symulacj�nicjalizacj�azy systemu PyKota, to " 
    2151 "znaczy\n" 
    2152 "  utworzy wszystkie drukarki oraz konta drukowania dla wszystkich " 
    2153 "u�ytkownik�t�h uid \n" 
    2154 "  jest wi�zy lub r� uid u�ytkownika jerome. Grupy nie b� brane pod " 
    2155 "uwag�n" 
    2156 "  \n" 
    2157 "  Aby NA PRAWD�zainicjalizowa�az�wy��czy�ymulacj�nale�y \n" 
    2158 "  u�y�pcji -f | --force.\n" 
    2159 "  \n" 
    2160 "  Mo�esz ograniczy�nicjalizacj�ylko dla okre�lonej liczby istniej�cych " 
    2161 "drukarek\n" 
    2162 "  poprzez podanie ich nazw na ko�linii polece�" 
    2163  
    2164 #, python-format 
    2165 msgid "" 
    2166 "Printer %s is not managed by PyKota yet. Please modify printers.conf and " 
    2167 "restart CUPS." 
    2168 msgstr "" 
    2169 "Drukarka %s nie jest obs�ugiwana przez system PyKota. Prosz�modyfikowa� 
    2170 "plik printers.conf i nast�ie ponownie uruchomi�s�ug�UPS." 
    2171  
    2172 msgid "Please be patient..." 
    2173 msgstr "Prosz�ierpliwie czeka�." 
    2174  
    2175 msgid "Don't worry, the database WILL NOT BE MODIFIED." 
    2176 msgstr "Bez obaw, baza danych NIE B�ZIE ZMODYFIKOWANA." 
    2177  
    2178 msgid "Please WORRY NOW, the database WILL BE MODIFIED." 
    2179 msgstr "Teraz MO�ESZ SI�MARTWI�poniewa� baza danych B�ZIE ZMODYFIKOWANA." 
    2180  
    2181 msgid "System users will have a print account as well !" 
    2182 msgstr "U�ytkownicy systemowi tak�e b� posiadali konta drukowania!" 
    2183  
    2184 #, python-format 
    2185 msgid "Unknown username %s : %s" 
    2186 msgstr "Nieznany u�ytkownik %s : %s" 
    2187  
    2188 msgid "System groups will have a print account as well !" 
    2189 msgstr "Grupy systemowe tak�e b� posiada�y konta drukowania!" 
    2190  
    2191 #, python-format 
    2192 msgid "Unknown groupname %s : %s" 
    2193 msgstr "Nieznana nazwa grupy %s : %s" 
    2194  
    2195 msgid "Simulation terminated." 
    2196 msgstr "Symulacja przerwana." 
    2197  
    2198 msgid "Database initialized !" 
    2199 msgstr "Baza danych zainicjalizowana!" 
    2200  
    2201 msgid "The --uidmin or --uidmax command line option implies --dousers as well." 
    2202 msgstr "Opcje linii polece�uidmin lub --uidmax implikuj� opcj�-dousers." 
    2203  
    2204 msgid "" 
    2205 "The --gidmin or --gidmax command line option implies --dogroups as well." 
    2206 msgstr "Opcje linii polece�gidmin lub --gidmax implikuj� opcj�-dogroups." 
    2207  
    2208 msgid "The --dogroups command line option implies --dousers as well." 
    2209 msgstr "Opcja linii polece�dogroups implikuje opcj�-dousers." 
    2210  
    2211 #, python-format 
    2212 msgid "" 
    2213 "pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2214 "\n" 
    2215 "An OSD quota monitor for PyKota.\n" 
    2216 "\n" 
    2217 "command line usage :\n" 
    2218 "\n" 
    2219 "  pykosd [options]\n" 
    2220 "\n" 
    2221 "options :\n" 
    2222 "\n" 
    2223 "  -v | --version       Prints pykosd's version number then exits.\n" 
    2224 "  -h | --help          Prints this message then exits.\n" 
    2225 "  \n" 
    2226 "  -c | --color #rrggbb Sets the color to use for display as an hexadecimal\n" 
    2227 "                       triplet, for example #FF0000 is 100%% red.\n" 
    2228 "                       Defaults to 100%% green (#00FF00).\n" 
    2229 "                       \n" 
    2230 "  -d | --duration d    Sets the duration of the display in seconds. \n" 
    2231 "                       Defaults to 3 seconds.\n" 
    2232 "                       \n" 
    2233 "  -f | --font f        Sets the font to use for " 
    2234 "display.                      \n" 
    2235 "                       Defaults to the Python OSD library's default.\n" 
    2236 "  \n" 
    2237 "  -l | --loop n        Sets the number of times the info will be displayed.\n" 
    2238 "                       Defaults to 0, which means loop forever.\n" 
    2239 "                       \n" 
    2240 "  -s | --sleep s       Sets the sleeping duration between two displays \n" 
    2241 "                       in seconds. Defaults to 180 seconds (3 minutes).\n" 
    2242 "                       \n" 
    2243 "  \n" 
    2244 "examples :                              \n" 
    2245 "\n" 
    2246 "  $ pykosd -s 60 --loop 5\n" 
    2247 "  \n" 
    2248 "  Will launch pykosd. Display will be refreshed every 60 seconds,\n" 
    2249 "  and will last for 3 seconds (the default) each time. After five\n" 
    2250 "  iterations, the program will exit.\n" 
    2251 msgstr "" 
    2252 "pykosd v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2253 "\n" 
    2254 "Monitor OSD dla systemu PyKota.\n" 
    2255 "\n" 
    2256 "u�ycie z linii polece�n" 
    2257 "\n" 
    2258 "  pykosd [opcje]\n" 
    2259 "\n" 
    2260 "opcje :\n" 
    2261 "\n" 
    2262 "  -v | --version       Wy�wietla wersj�ykosd i nast�ie ko� " 
    2263 "dzia�anie.\n" 
    2264 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    2265 "dzia�anie.\n" 
    2266 "  \n" 
    2267 "  -c | --color #rrggbb Ustawia kolor wy�wietlania jako triplet " 
    2268 "szesnastkowy,\n" 
    2269 "                       na przyk�ad #FF0000 to 100%% czerwieni.\n" 
    2270 "                       Domy�lne ustawienie to 100%% zieleni (#00FF00).\n" 
    2271 "                       \n" 
    2272 "  -d | --duration d    Ustala czas wy�wietlania w sekundach. \n" 
    2273 "                       Domy�lna warto��o 3 sekundy.\n" 
    2274 "                       \n" 
    2275 "  -f | --font f        Czcionka jaka b�ie u�yta do wy�wietlania " 
    2276 "danych.                      \n" 
    2277 "                       Domy�lna warto��o domy�lna czcionka biblioteki OSD " 
    2278 "Pythona.\n" 
    2279 "  \n" 
    2280 "  -l | --loop n        Ustala liczb�y�wietle�munikat�n" 
    2281 "                       Warto��omy�lna to 0 co oznacza niesko�n� p��n" 
    2282 "                       \n" 
    2283 "  -s | --sleep s       Ustala czas pomi�y kolejnymi wy�wietleniami \n" 
    2284 "                       w sekundach. Warto��omy�lna to 180 sekund (3 " 
    2285 "minuty).\n" 
    2286 "                       \n" 
    2287 "  \n" 
    2288 "przyk�ady :                              \n" 
    2289 "\n" 
    2290 "  $ pykosd -s 60 --loop 5\n" 
    2291 "  \n" 
    2292 "  Uruchomi pykosd. Zawarto��kranu b�ie od�wierzona co 60 sekund,\n" 
    2293 "  i b�ie widoczna przez 3 sekundy (domy�lnie) za ka�dym razem. Po pi�tek " 
    2294 "iteracji\n" 
    2295 "  program zako� swoje dzia�anie.\n" 
    2296  
    2297 #, python-format 
    2298 msgid "Invalid duration option %s" 
    2299 msgstr "Nieprawid�owa opcja 'duration' %s" 
    2300  
    2301 #, python-format 
    2302 msgid "Invalid loop option %s" 
    2303 msgstr "Nieprawid�owa opcja 'loop' %s" 
    2304  
    2305 #, python-format 
    2306 msgid "Invalid sleep option %s" 
    2307 msgstr "Nieprawid�owa opcja 'sleep' %s" 
    2308  
    2309 #, python-format 
    2310 msgid "Invalid color option %s" 
    2311 msgstr "Nieprawid�owa opcja 'color' %s" 
    2312  
    2313 #, python-format 
    2314 msgid "User %s doesn't exist in PyKota's database" 
    2315 msgstr "U�ytkownik %s nie istnieje w bazie danych systemu PyKota" 
    2316  
    2317 #, python-format 
    2318 msgid "Pages used on %s : %s" 
    2319 msgstr "Strony wydrukowane na %s : %s" 
    2320  
    2321 #, python-format 
    2322 msgid "PyKota Units left : %.2f" 
    2323 msgstr "Pozosta�e jednostki PyKota : %.2f" 
    2324  
    2325 #, python-format 
    2326 msgid "" 
    2327 "pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2328 "\n" 
    2329 "Gives print quotes to users.\n" 
    2330 "\n" 
    2331 "command line usage :\n" 
    2332 "\n" 
    2333 "  pykotme  [options]  [files]\n" 
    2334 "\n" 
    2335 "options :\n" 
    2336 "\n" 
    2337 "  -v | --version       Prints pykotme's version number then exits.\n" 
    2338 "  -h | --help          Prints this message then exits.\n" 
    2339 "  \n" 
    2340 "  -P | --printer p     Gives a quote for this printer only. Actually p can\n" 
    2341 "                       use wildcards characters to select only\n" 
    2342 "                       some printers. The default value is *, meaning\n" 
    2343 "                       all printers.\n" 
    2344 "                       You can specify several names or wildcards, \n" 
    2345 "                       by separating them with commas.\n" 
    2346 "  \n" 
    2347 "examples :                              \n" 
    2348 "\n" 
    2349 "  $ pykotme --printer apple file1.ps file2.ps\n" 
    2350 "  \n" 
    2351 "  This will give a print quote to the current user. The quote will show\n" 
    2352 "  the price and size of a job consisting in file1.ps and file2.ps \n" 
    2353 "  which would be sent to the apple printer.\n" 
    2354 "  \n" 
    2355 "  $ pykotme --printer apple,hplaser <file1.ps\n" 
    2356 "  \n" 
    2357 "  This will give a print quote to the current user. The quote will show\n" 
    2358 "  the price and size of a job consisting in file1.ps as read from\n" 
    2359 "  standard input, which would be sent to the apple or hplaser\n" 
    2360 "  printer.\n" 
    2361 "\n" 
    2362 "  $ pykotme \n" 
    2363 "  \n" 
    2364 "  This will give a quote for a job consisting of what is on standard \n" 
    2365 "  input. The quote will list the job size, and the price the job\n" 
    2366 "  would cost on each printer.\n" 
    2367 msgstr "" 
    2368 "pykotme v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
    2369 "\n" 
    2370 "Pokazuje ceny wydruk��ytkownikom.\n" 
    2371 "\n" 
    2372 "u�ycie z linii polece�n" 
    2373 "\n" 
    2374 "  pykotme  [opcje]  [pliki]\n" 
    2375 "\n" 
    2376 "options :\n" 
    2377 "\n" 
    2378 "  -v | --version       Wy�wietla wersj�ykotme i nast�ie ko� " 
    2379 "dzia�anie.\n" 
    2380 "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
    2381 "dzia�anie.\n" 
    2382 "  \n" 
    2383 "  -P | --printer p     Pokazuje informacj� cenie tylko na drukarce p. " 
    2384 "Dodatkowo p akceptuje\n" 
    2385 "                       wzorce dopasowania tak aby� m�wybra�ylko " 
    2386 "niekt�n" 
    2387 "                       drukarki. Warto�ci� domy�ln� jest *, co oznacza\n" 
    2388 "                       Wszystkie drukarki.\n" 
    2389 "                       Mo�esz poda�iele nazw i wzorc�opasowania \n" 
    2390 "                       oddzielaj�c je przecinkiem.\n" 
    2391 "  \n" 
    2392 "przyk�ady :                              \n" 
    2393 "\n" 
    2394 "  $ pykotme --printer apple file1.ps file2.ps\n" 
    2395 "  \n" 
    2396 "  Poda informacj� cenie dla u�ytkownika kt�uruchomi� pykotme. Program " 
    2397 "wy�wietli\n" 
    2398 "  cen�raz rozmiar zada�ukowania w plikach file1.ps i file2.ps \n" 
    2399 "  kt�mia�yby zosta�ydrukowane na drukarce apple.\n" 
    2400 "  \n" 
    2401 "  $ pykotme --printer apple,hplaser <file1.ps\n" 
    2402 "  \n" 
    2403 "  Poda informacj� cenie dla u�ytkownika kt�uruchomi� pykotme. Program " 
    2404 "wy�wietli\n" 
    2405 "  cen�raz rozmiar zadania drukowania w pliku file1.ps kt�zostanie " 
    2406 "odczytany \n" 
    2407 "  ze standardowego wej�cia a kt�mia�by zosta�ydrukowany na drukarce " 
    2408 "apple lub hplaser.\n" 
    2409 "\n" 
    2410 "  $ pykotme \n" 
    2411 "  \n" 
    2412 "  Program wy�wietli informacj� cenie i rozmiarze zadania drukowania kt�" 
    2413 "zostanie odczytane\n" 
    2414 "  ze standardowego wej�cia. Raport dotycz�cy ceny i rozmiaru zostanie " 
    2415 "wy�wietlony dla wszystkich dost�ych drukarek.\n" 
    2416  
    2417 #, python-format 
    2418 msgid "Your account balance : %.2f" 
    2419 msgstr "Tw�tan konta to : %.2f" 
    2420  
    2421 #, python-format 
    2422 msgid "Job size : %i pages" 
    2423 msgstr "Rozmiar zadania drukowania : %i stron" 
    2424  
    2425 #, python-format 
    2426 msgid "Cost on printer %s : %.2f" 
    2427 msgstr "Koszt wydruku na drukarce %s : %.2f" 
    2428  
    2429 msgid "PyKota Data Dumper" 
    2430 msgstr "PyKota Data Dumper" 
    2431  
    2432 msgid "Dump" 
    2433 msgstr "Zrzut" 
    2434  
    2435 msgid "Please click on the above button" 
    2436 msgstr "Prosz�likn��a guzik powy�ej" 
    2437  
    2438 msgid "Data Type" 
    2439 msgstr "Typ danych" 
    2440  
    2441 msgid "Output Format" 
    2442 msgstr "Format wyj�ciowy" 
    2443  
    2444 msgid "Filter" 
    2445 msgstr "Filtr" 
    2446  
    2447 msgid "Summarize" 
    2448 msgstr "Podsumowanie" 
    2449  
    2450 msgid "only for payments or history" 
    2451 msgstr "tylko dla historii p�atno�ci" 
    2452  
    2453 msgid "PyKota Reports" 
    2454 msgstr "Raporty PyKota" 
    2455  
    2456 msgid "Report" 
    2457 msgstr "Raport" 
    2458  
    2459 msgid "Printer" 
    2460 msgstr "Drukarka" 
    2461  
    2462 msgid "User / Group names mask" 
    2463 msgstr "Maska nazwy u�ytkownika / grupy " 
    2464  
    2465 msgid "Groups report" 
    2466 msgstr "Raport grup" 
    2467  
    2468 msgid "History" 
    2469 msgstr "Historia" 
    2470  
    2471 msgid "Empty" 
    2472 msgstr "Pusty" 
    2473  
    2474 msgid "Action" 
    2475 msgstr "Akcja" 
    2476  
    2477 msgid "User" 
    2478 msgstr "U�ytkownik" 
    2479  
    2480 msgid "Hostname" 
    2481 msgstr "Nazwa hosta" 
    2482  
    2483 msgid "JobId" 
    2484 msgstr "ID zadania drukowania" 
    2485  
    2486 msgid "Number of pages" 
    2487 msgstr "Liczba stron" 
    2488  
    2489 msgid "Cost" 
    2490 msgstr "Koszt" 
    2491  
    2492 msgid "Copies" 
    2493 msgstr "Kopie" 
    2494  
    2495 msgid "Number of bytes" 
    2496 msgstr "Liczba bajt� 
    2497 msgid "Printer's internal counter" 
    2498 msgstr "Wewn�zny licznik drukarki" 
    2499  
    2500 msgid "Options" 
    2501 msgstr "Opcje" 
    2502  
    2503 msgid "MD5Sum" 
    2504 msgstr "Suma kontrolna MD5" 
    2505  
    2506 msgid "Billing code" 
    2507 msgstr "Kod rozliczeniowy" 
    2508  
    2509 msgid "Precomputed number of pages" 
    2510 msgstr "Wst�ie wyliczona liczba stron" 
    2511  
    2512 msgid "Precomputed cost" 
    2513 msgstr "Wst�ie wyliczony koszt" 
    2514  
    2515 msgid "Pages details" 
    2516 msgstr "Szczeg�stron" 
    2517  
    2518 msgid "(not supported yet)" 
    2519 msgstr "(brak wsparcia)" 
    2520  
    2521 msgid "Previous page" 
    2522 msgstr "Poprzednia strona" 
    2523  
    2524 msgid "PyKota Quotes" 
    2525 msgstr "Ceny PyKota" 
    2526  
    2527 msgid "Quote" 
    2528 msgstr "Cena" 
    2529  
    2530 msgid "" 
    2531 "The exact cost of a print job can only be determined for a particular user. " 
    2532 "Please retry while logged-in." 
    2533 msgstr "" 
    2534 "Dok�adny koszt wydrukowania zadania mo�e by�kre�lony tylko dla podanego " 
    2535 "u�ytkownika. Prosz�pr�a�onownie po zalogowaniu." 
    2536  
    2537 #, python-format 
    25382473msgid "Unsupported accounter backend %s" 
    25392474msgstr "Nie wspierany backend dla mechanizmu zliczania stron %s" 
     
    25682503 
    25692504#, python-format 
     2505msgid "Invalid preaccounter %s for printer %s" 
     2506msgstr "" 
     2507 
     2508#, python-format 
     2509msgid "Option preaccounter in section %s only supports values in %s" 
     2510msgstr "" 
     2511 
     2512#, python-format 
    25702513msgid "Invalid accounter %s for printer %s" 
    25712514msgstr "Nieprawid�owy mechanizm zliczania stron %s dla drukarki %s" 
     
    25892532 
    25902533#, python-format 
     2534msgid "" 
     2535"Option onbackenderror in section %s only supports values 'charge', " 
     2536"'nocharge', and 'retry:num:delay'" 
     2537msgstr "" 
     2538 
     2539#, python-format 
    25912540msgid "Option onaccountererror in section %s only supports values in %s" 
    25922541msgstr "Opcja 'onaccountererror' w sekcji %s akceptuje warto�ci tylko w %s" 
     
    26152564msgid "Invalid poor man's threshold %s" 
    26162565msgstr "Nieprawid�owa warto��poor man's threshold' %s" 
     2566 
     2567#, python-format 
     2568msgid "Invalid balancezero value %s" 
     2569msgstr "" 
    26172570 
    26182571msgid "" 
     
    26432596 
    26442597#, python-format 
     2598msgid "Incorrect value %s for the duplicatesdelay directive in section %s" 
     2599msgstr "" 
     2600 
     2601#, python-format 
    26452602msgid "Option accountbanner in section %s only supports values in %s" 
    26462603msgstr "Opcja 'accountbanner' w sekcji %s akceptuje warto�ci tylko w %s" 
     
    26492606msgid "Option trustjobsize for printer %s is incorrect" 
    26502607msgstr "Opcja 'trustjobsize' dla drukarki %s jest nieprawid�owa" 
     2608 
     2609msgid "History" 
     2610msgstr "Historia" 
    26512611 
    26522612msgid "Users" 
     
    26742634msgstr "Kody Rozliczeniowe" 
    26752635 
     2636msgid "All" 
     2637msgstr "" 
     2638 
    26762639msgid "Comma Separated Values" 
    26772640msgstr "CSV - warto�ci oddzielone przecinkami" 
     
    26902653 
    26912654#, python-format 
     2655msgid "Invalid modifier [%s] for --data command line option, see help." 
     2656msgstr "Nieprawid�owy modyfikator [%s] dla opcji --data, zajrzyj do pomocy." 
     2657 
     2658msgid "" 
     2659"Dumping all PyKota's datas forces format to XML, and disables --sum and " 
     2660"filters." 
     2661msgstr "" 
     2662 
     2663#, python-format 
    26922664msgid "Invalid filter value [%s], see help." 
    26932665msgstr "Nieprawid�owa warto��iltru [%s], skorzystaj z pomocy." 
    26942666 
    26952667#, python-format 
    2696 msgid "Invalid modifier [%s] for --data command line option, see help." 
    2697 msgstr "Nieprawid�owy modyfikator [%s] dla opcji --data, zajrzyj do pomocy." 
    2698  
    2699 #, python-format 
    27002668msgid "Invalid modifier [%s] for --format command line option, see help." 
    27012669msgstr "Nieprawid�owy modyfikator [%s] dla opcji --format, zajrzyj do pomocy." 
     
    27672735msgstr "Niewspierany backend bazy limit�s" 
    27682736 
     2737msgid "Done" 
     2738msgstr "" 
     2739 
     2740msgid "Average speed" 
     2741msgstr "" 
     2742 
     2743msgid "entries per second" 
     2744msgstr "" 
     2745 
    27692746#, python-format 
    27702747msgid "Strange problem with uid(%s) : %s" 
     
    28392816msgid "Print Quota Low" 
    28402817msgstr "Niski poziom Limitu Drukowania" 
    2841  
    2842 #, python-format 
    2843 msgid "A problem occured while reading printer %s's internal page counter." 
    2844 msgstr "" 
    2845 "Wyst�pi� problem podczas odczytywania wewn�znego licznika drukarki %s." 
    2846  
    2847 #, python-format 
    2848 msgid "Retrieving printer %s's page counter from database instead." 
    2849 msgstr "Odczytuj�tan wewn�znego licznika drukarki %s z bazy danych." 
    2850  
    2851 #, python-format 
    2852 msgid "" 
    2853 "Couldn't retrieve printer %s's internal page counter either before or after " 
    2854 "printing." 
    2855 msgstr "" 
    2856 "Brak mo�liwo�ci odczytania warto�ci wewn�znego licznika drukarki %s " 
    2857 "zar� przed jak i po drukowaniu." 
    2858  
    2859 #, python-format 
    2860 msgid "Job's size forced to 1 page for printer %s." 
    2861 msgstr "Rozmiar zadania drukowania zmieniony na 1 dla drukarki %s." 
    2862  
    2863 #, python-format 
    2864 msgid "No previous job in database for printer %s." 
    2865 msgstr "Brak poprzedniego zadania drukowania w bazie danych dla drukarki %s." 
    2866  
    2867 #, python-format 
    2868 msgid "Inconsistent values for printer %s's internal page counter." 
    2869 msgstr "Niesp� warto�ci wewn�znego licznika drukarki %s." 
    2870  
    2871 #, python-format 
    2872 msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
    2873 msgstr "Nieznany adres drukarki w HARDWARE(%s) dla drukarki %s" 
    2874  
    2875 #, python-format 
    2876 msgid "Launching HARDWARE(%s)..." 
    2877 msgstr "Uruchamianie HARDWARE(%s)..." 
    2878  
    2879 #, python-format 
    2880 msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
    2881 msgstr "" 
    2882 "Sygna� SIGTERM zosta� wys�any do sprz�wego mechanizmu zliczania stron %s " 
    2883 "(pid: %s)" 
    2884  
    2885 #, python-format 
    2886 msgid "Line [%s] skipped in accounter's output. Trying again..." 
    2887 msgstr "" 
    2888 "Linia [%s] zosta�a pomini� w wyj�ciu z mechanizmu zliczaj�cego. Pr�� 
    2889 "ponownie..." 
    2890  
    2891 #, python-format 
    2892 msgid "Hardware accounter %s exit code is %s" 
    2893 msgstr "Kod wyj�cia dla sprz�wego mechanizmu zliczania stron %s to %s" 
    2894  
    2895 #, python-format 
    2896 msgid "Unable to query printer %s via HARDWARE(%s)" 
    2897 msgstr "Brak mo�liwo�ci odczytu danych z drukarki %s poprzez HARDWARE(%s)" 
    2898  
    2899 #, python-format 
    2900 msgid "Problem during connection to %s:%s : %s" 
    2901 msgstr "Wyst�pi� problem podczas ��czenia si� %s:%s : %s" 
    2902  
    2903 #, python-format 
    2904 msgid "Problem while sending PJL query to %s:%s : %s" 
    2905 msgstr "Wyst�pi� problem podczas wysy�ania zapytania PJL do %s:%s : %s" 
    2906  
    2907 #, python-format 
    2908 msgid "Problem while receiving PJL answer from %s:%s : %s" 
    2909 msgstr "Wyst�pi� problem podczas odbierania odpowiedzi PJL z %s:%s : %s" 
    2910  
    2911 #, python-format 
    2912 msgid "Waiting for printer %s to be printing..." 
    2913 msgstr "Oczekiwanie na rozpocz�e drukowania przez drukark�s ..." 
    2914  
    2915 #, python-format 
    2916 msgid "Waiting for printer %s's idle status to stabilize..." 
    2917 msgstr "Oczekiwanie na ustabilizowanie si�tanu 'idle' drukarki %s..." 
    2918  
    2919 #, python-format 
    2920 msgid "" 
    2921 "PJL querying stage interrupted. Using latest value seen for internal page " 
    2922 "counter (%s) on printer %s." 
    2923 msgstr "" 
    2924 "Etap wysy�ania zapytania PJL zosta� przerwany. U�ywam ostatniej warto�ci dla " 
    2925 "wewn�znego licznika stron (%s) dla drukarki %s." 
    2926  
    2927 #, python-format 
    2928 msgid "Network error while doing SNMP queries on printer %s : %s" 
    2929 msgstr "" 
    2930 "Wyst�pi� b��d po��czenia podczas wysy�ania zapytania SNMP na drukarce %s : %s" 
    2931  
    2932 #, python-format 
    2933 msgid "SNMP message decoding error for printer %s : %s" 
    2934 msgstr "Wyst�pi� b��d podczas dekodowania danych SNMP dla drukarki %s : %s" 
    2935  
    2936 #, python-format 
    2937 msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
    2938 msgstr "" 
    2939 "Wyst�pi� problem podczas wykonywania zapytania SNMP na drukarce %s : %s" 
    2940  
    2941 #, python-format 
    2942 msgid "" 
    2943 "SNMP querying stage interrupted. Using latest value seen for internal page " 
    2944 "counter (%s) on printer %s." 
    2945 msgstr "" 
    2946 "Etap wysy�ania zapytania SNMP zosta� przerwany. U�ywam ostatniej warto�ci " 
    2947 "dla wewn�znego licznika stron (%s) dla drukarki %s." 
    2948  
    2949 #, python-format 
    2950 msgid "Launching SOFTWARE(%s)..." 
    2951 msgstr "Uruchamiam SOFTWARE(%s)" 
    2952  
    2953 #, python-format 
    2954 msgid "Unable to compute job size with accounter %s" 
    2955 msgstr "" 
    2956 "Obliczenie rozmiaru zadania drukowania z u�yciem mechanizmu zliczaj�cego %s " 
    2957 "jest niemo�liwe" 
    2958  
    2959 #, python-format 
    2960 msgid "Problem while waiting for software accounter pid %s to exit : %s" 
    2961 msgstr "" 
    2962 "Wyst�pi� problem podczas oczekiwania na zako�nie pracy procesu (pid: %s) " 
    2963 "programowego zliczania stron : %s" 
    2964  
    2965 #, python-format 
    2966 msgid "Software accounter %s exit code is %s" 
    2967 msgstr "Kod wyj�cia programowego mechanizmu zliczania stron %s to %s" 
    2968  
    2969 msgid "Totals may be inaccurate if some users are members of several groups." 
    2970 msgstr "" 
    2971 "Sumy mog� nie odzwierciedla�aktycznego stanu je�eli niekt� u�ytkownicy " 
    2972 "s� cz�onkami wielu grup." 
    29732818 
    29742819#, python-format 
     
    30272872"%s" 
    30282873 
    3029 msgid "ALLOW" 
    3030 msgstr "ZEZW�" 
    3031  
    3032 msgid "WARN" 
    3033 msgstr "OSTRZE�" 
    3034  
    3035 msgid "DENY" 
    3036 msgstr "ZABRO� 
    3037  
    3038 msgid "won't be charged, printer is in passthrough mode" 
    3039 msgstr "" 
    3040  
    3041 msgid "won't be charged, your account is immutable" 
    3042 msgstr "" 
    3043  
    3044 msgid "Printing denied." 
    3045 msgstr "" 
    3046  
    3047 msgid "Printing not limited." 
    3048 msgstr "" 
    3049  
    3050 msgid "Printing not limited, no accounting." 
    3051 msgstr "" 
    3052  
    3053 msgid "No Accounting" 
    3054 msgstr "" 
    3055  
    3056 msgid "No Limit" 
    3057 msgstr "" 
    3058  
    3059 msgid "Forbidden" 
    3060 msgstr "" 
    3061  
    3062 msgid "Printing Mode" 
    3063 msgstr "" 
     2874#, python-format 
     2875msgid "A problem occured while reading printer %s's internal page counter." 
     2876msgstr "" 
     2877"Wyst�pi� problem podczas odczytywania wewn�znego licznika drukarki %s." 
     2878 
     2879#, python-format 
     2880msgid "Retrieving printer %s's page counter from database instead." 
     2881msgstr "Odczytuj�tan wewn�znego licznika drukarki %s z bazy danych." 
     2882 
     2883#, python-format 
     2884msgid "" 
     2885"Couldn't retrieve printer %s's internal page counter either before or after " 
     2886"printing." 
     2887msgstr "" 
     2888"Brak mo�liwo�ci odczytania warto�ci wewn�znego licznika drukarki %s " 
     2889"zar� przed jak i po drukowaniu." 
     2890 
     2891#, python-format 
     2892msgid "Job's size forced to 1 page for printer %s." 
     2893msgstr "Rozmiar zadania drukowania zmieniony na 1 dla drukarki %s." 
     2894 
     2895#, python-format 
     2896msgid "No previous job in database for printer %s." 
     2897msgstr "Brak poprzedniego zadania drukowania w bazie danych dla drukarki %s." 
     2898 
     2899#, python-format 
     2900msgid "Inconsistent values for printer %s's internal page counter." 
     2901msgstr "Niesp� warto�ci wewn�znego licznika drukarki %s." 
     2902 
     2903#, python-format 
     2904msgid "Unknown printer address in HARDWARE(%s) for printer %s" 
     2905msgstr "Nieznany adres drukarki w HARDWARE(%s) dla drukarki %s" 
     2906 
     2907#, python-format 
     2908msgid "Launching HARDWARE(%s)..." 
     2909msgstr "Uruchamianie HARDWARE(%s)..." 
     2910 
     2911#, python-format 
     2912msgid "SIGTERM was sent to hardware accounter %s (pid: %s)" 
     2913msgstr "" 
     2914"Sygna� SIGTERM zosta� wys�any do sprz�wego mechanizmu zliczania stron %s " 
     2915"(pid: %s)" 
     2916 
     2917#, python-format 
     2918msgid "Line [%s] skipped in accounter's output. Trying again..." 
     2919msgstr "" 
     2920"Linia [%s] zosta�a pomini� w wyj�ciu z mechanizmu zliczaj�cego. Pr�� 
     2921"ponownie..." 
     2922 
     2923#, python-format 
     2924msgid "Hardware accounter %s exit code is %s" 
     2925msgstr "Kod wyj�cia dla sprz�wego mechanizmu zliczania stron %s to %s" 
     2926 
     2927#, python-format 
     2928msgid "Unable to query printer %s via HARDWARE(%s)" 
     2929msgstr "Brak mo�liwo�ci odczytu danych z drukarki %s poprzez HARDWARE(%s)" 
     2930 
     2931#, python-format 
     2932msgid "Problem during connection to %s:%s : %s" 
     2933msgstr "Wyst�pi� problem podczas ��czenia si� %s:%s : %s" 
     2934 
     2935#, python-format 
     2936msgid "Problem while sending PJL query to %s:%s : %s" 
     2937msgstr "Wyst�pi� problem podczas wysy�ania zapytania PJL do %s:%s : %s" 
     2938 
     2939#, python-format 
     2940msgid "Problem while receiving PJL answer from %s:%s : %s" 
     2941msgstr "Wyst�pi� problem podczas odbierania odpowiedzi PJL z %s:%s : %s" 
     2942 
     2943#, python-format 
     2944msgid "Waiting for printer %s to be printing..." 
     2945msgstr "Oczekiwanie na rozpocz�e drukowania przez drukark�s ..." 
     2946 
     2947#, python-format 
     2948msgid "Waiting for printer %s's idle status to stabilize..." 
     2949msgstr "Oczekiwanie na ustabilizowanie si�tanu 'idle' drukarki %s..." 
     2950 
     2951#, python-format 
     2952msgid "" 
     2953"PJL querying stage interrupted. Using latest value seen for internal page " 
     2954"counter (%s) on printer %s." 
     2955msgstr "" 
     2956"Etap wysy�ania zapytania PJL zosta� przerwany. U�ywam ostatniej warto�ci dla " 
     2957"wewn�znego licznika stron (%s) dla drukarki %s." 
     2958 
     2959#, python-format 
     2960msgid "Network error while doing SNMP queries on printer %s : %s" 
     2961msgstr "" 
     2962"Wyst�pi� b��d po��czenia podczas wysy�ania zapytania SNMP na drukarce %s : %s" 
     2963 
     2964#, python-format 
     2965msgid "SNMP message decoding error for printer %s : %s" 
     2966msgstr "Wyst�pi� b��d podczas dekodowania danych SNMP dla drukarki %s : %s" 
     2967 
     2968#, python-format 
     2969msgid "Problem encountered while doing SNMP queries on printer %s : %s" 
     2970msgstr "" 
     2971"Wyst�pi� problem podczas wykonywania zapytania SNMP na drukarce %s : %s" 
     2972 
     2973#, python-format 
     2974msgid "" 
     2975"SNMP querying stage interrupted. Using latest value seen for internal page " 
     2976"counter (%s) on printer %s." 
     2977msgstr "" 
     2978"Etap wysy�ania zapytania SNMP zosta� przerwany. U�ywam ostatniej warto�ci " 
     2979"dla wewn�znego licznika stron (%s) dla drukarki %s." 
     2980 
     2981#, python-format 
     2982msgid "Unable to precompute the job's size with the generic PDL analyzer : %s" 
     2983msgstr "" 
     2984"Brak mo�liwo�ci obliczenia wielko�ci zadania drukowania przy u�yciu og�go " 
     2985"analizatora PDL: %s" 
     2986 
     2987#, python-format 
     2988msgid "Launching SOFTWARE(%s)..." 
     2989msgstr "Uruchamiam SOFTWARE(%s)" 
     2990 
     2991#, python-format 
     2992msgid "Unable to compute job size with accounter %s" 
     2993msgstr "" 
     2994"Obliczenie rozmiaru zadania drukowania z u�yciem mechanizmu zliczaj�cego %s " 
     2995"jest niemo�liwe" 
     2996 
     2997#, python-format 
     2998msgid "Problem while waiting for software accounter pid %s to exit : %s" 
     2999msgstr "" 
     3000"Wyst�pi� problem podczas oczekiwania na zako�nie pracy procesu (pid: %s) " 
     3001"programowego zliczania stron : %s" 
     3002 
     3003#, python-format 
     3004msgid "Software accounter %s exit code is %s" 
     3005msgstr "Kod wyj�cia programowego mechanizmu zliczania stron %s to %s" 
     3006 
     3007msgid "Totals may be inaccurate if some users are members of several groups." 
     3008msgstr "" 
     3009"Sumy mog� nie odzwierciedla�aktycznego stanu je�eli niekt� u�ytkownicy " 
     3010"s� cz�onkami wielu grup." 
     3011 
     3012#~ msgid "" 
     3013#~ "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     3014#~ "\n" 
     3015#~ "Dumps PyKota database's content.\n" 
     3016#~ "\n" 
     3017#~ "command line usage :\n" 
     3018#~ "\n" 
     3019#~ "  dumpykota [options] [filterexpr]\n" 
     3020#~ "\n" 
     3021#~ "options :\n" 
     3022#~ "\n" 
     3023#~ "  -v | --version       Prints dumpykota's version number then exits.\n" 
     3024#~ "  -h | --help          Prints this message then exits.\n" 
     3025#~ "  \n" 
     3026#~ "  -d | --data type     Dumps 'type' datas. Allowed types are :\n" 
     3027#~ "                       \n" 
     3028#~ "                         - history : dumps the jobs history.\n" 
     3029#~ "                         - users : dumps users.\n" 
     3030#~ "                         - groups : dumps user groups.\n" 
     3031#~ "                         - printers : dump printers.\n" 
     3032#~ "                         - upquotas : dump user quotas.\n" 
     3033#~ "                         - gpquotas : dump user groups quotas.\n" 
     3034#~ "                         - payments : dumps user payments.\n" 
     3035#~ "                         - pmembers : dumps printer groups members.\n" 
     3036#~ "                         - umembers : dumps user groups members.\n" 
     3037#~ "                         - billingcodes : dumps billing codes.\n" 
     3038#~ "                         \n" 
     3039#~ "                       NB : the -d | --data command line option   \n" 
     3040#~ "                       is MANDATORY.\n" 
     3041#~ "  \n" 
     3042#~ "  -f | --format fmt    Dumps datas in the 'fmt' format. When not " 
     3043#~ "specified,\n" 
     3044#~ "                       the format is to dump datas in the csv format " 
     3045#~ "(comma\n" 
     3046#~ "                       separated values). All data dumped is between " 
     3047#~ "double\n" 
     3048#~ "                       quotes. Allowed formats are :\n" 
     3049#~ "                       \n" 
     3050#~ "                         - csv : separate datas with commas\n" 
     3051#~ "                         - ssv : separate datas with semicolons\n" 
     3052#~ "                         - tsv : separate datas with tabs\n" 
     3053#~ "                         - xml : dump data as XML\n" 
     3054#~ "                         - cups : dump datas in CUPS' page_log format :\n" 
     3055#~ "                                  ONLY AVAILABLE WITH --data history\n" 
     3056#~ "                         \n" 
     3057#~ "  -o | --output fname  All datas will be dumped to the file instead of\n" 
     3058#~ "                       to the standard output. The special '-' filename\n" 
     3059#~ "                       is the default value and means stdout.\n" 
     3060#~ "                       WARNING : existing files are truncated !\n" 
     3061#~ "\n" 
     3062#~ "  -s | --sum           Summarize the selected datas.\n" 
     3063#~ "                           ONLY AVAILABLE WITH --data history or " 
     3064#~ "payments\n" 
     3065#~ "\n" 
     3066#~ "  Use the filter expressions to extract only parts of the \n" 
     3067#~ "  datas. Allowed filters are of the form :\n" 
     3068#~ "                \n" 
     3069#~ "         key=value\n" 
     3070#~ "                         \n" 
     3071#~ "  Allowed keys for now are :  \n" 
     3072#~ "                       \n" 
     3073#~ "         username       User's name\n" 
     3074#~ "         groupname      Users group's name\n" 
     3075#~ "         printername    Printer's name\n" 
     3076#~ "         pgroupname     Printers group's name\n" 
     3077#~ "         hostname       Client's hostname\n" 
     3078#~ "         billingcode    Job's billing code\n" 
     3079#~ "         start          Job's date of printing\n" 
     3080#~ "         end            Job's date of printing\n" 
     3081#~ "         \n" 
     3082#~ "  Contrary to other PyKota management tools, wildcard characters are " 
     3083#~ "not \n" 
     3084#~ "  expanded, so you can't use them.\n" 
     3085#~ "  \n" 
     3086#~ "  NB : not all keys are allowed for each data type, so the result may " 
     3087#~ "be \n" 
     3088#~ "  empty if you use a key not available for a particular data type.\n" 
     3089#~ "  \n" 
     3090#~ "Examples :\n" 
     3091#~ "\n" 
     3092#~ "  $ dumpykota --data history --format csv >myfile.csv\n" 
     3093#~ "  \n" 
     3094#~ "  This dumps the history in a comma separated values file, for possible\n" 
     3095#~ "  use in a spreadsheet.\n" 
     3096#~ "  \n" 
     3097#~ "  $ dumpykota --data users --format xml -o users.xml\n" 
     3098#~ "  \n" 
     3099#~ "  Dumps all users datas to the users.xml file.\n" 
     3100#~ "  \n" 
     3101#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n" 
     3102#~ "  \n" 
     3103#~ "  Dumps the job history for user jerome on printer HP2100 only.\n" 
     3104#~ "  \n" 
     3105#~ "  $ dumpykota --data history start=200503 end=20050730234615\n" 
     3106#~ "  \n" 
     3107#~ "  Dumps all jobs printed between March 1st 2005 at midnight and\n" 
     3108#~ "  July 30th 2005 at 23 hours 46 minutes and 15 secondes included.\n" 
     3109#~ msgstr "" 
     3110#~ "dumpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     3111#~ "\n" 
     3112#~ "Zrzuca zawarto��azy danych PyKota.\n" 
     3113#~ "\n" 
     3114#~ "u�ycie z linii polece�n" 
     3115#~ "\n" 
     3116#~ "  dumpykota [opcje] [wyra�eniefiltru]\n" 
     3117#~ "\n" 
     3118#~ "opcje :\n" 
     3119#~ "\n" 
     3120#~ "  -v | --version       Wy�wietla wersj�umpykota i nast�ie ko� " 
     3121#~ "dzia�anie.\n" 
     3122#~ "  -h | --help          Wy�wietla t� informacj� nast�ie ko� " 
     3123#~ "dzia�anie.\n" 
     3124#~ "  \n" 
     3125#~ "  -d | --data typ      Zrzuca 'typ' danych. Dozwolone typy to :\n" 
     3126#~ "                       \n" 
     3127#~ "                         - history : zrzuca histori�ada�ukowania.\n" 
     3128#~ "                         - users : zrzuca u�ytkownik�n" 
     3129#~ "                         - groups : zrzuca grupy u�ytkownik�n" 
     3130#~ "                         - printers : zrzuca drukarki.\n" 
     3131#~ "                         - upquotas : zrzuca limity u�ytkownik�n" 
     3132#~ "                         - gpquotas : zrzuca limity grup u�ytkownik�n" 
     3133#~ "                         - payments : zrzuca p�atno�ci u�ytkownik�n" 
     3134#~ "                         - pmembers : zrzuca cz�onk�rup drukarek.\n" 
     3135#~ "                         - umembers : zrzuca cz�onk�rup u�ytkownik�n" 
     3136#~ "                         - billingcodes : zrzuca kody rozliczeniowe.\n" 
     3137#~ "                         \n" 
     3138#~ "                       UWAGA : opcja -d | --data linii polece�\n" 
     3139#~ "                       jest OBOWI�ZKOWA.\n" 
     3140#~ "  \n" 
     3141#~ "  -f | --format fmt    Zrzuca dane w formacie 'fmt'. Kiedy 'fmt' nie " 
     3142#~ "zostanie podany,\n" 
     3143#~ "                       w�as domy�lnym formatem jest csv (comma\n" 
     3144#~ "                       separated values). Zrzucone dane s� otoczone " 
     3145#~ "cudzys�owiami.\n" 
     3146#~ "                       Dozwolone formaty to :\n" 
     3147#~ "                       \n" 
     3148#~ "                         - csv : rozdziel dane przecinkami\n" 
     3149#~ "                         - ssv : rozdziel dane �rednikami\n" 
     3150#~ "                         - tsv : rozdziel dane znakiem tabulacji\n" 
     3151#~ "                         - xml : zrzut danych w formacie XML\n" 
     3152#~ "                         - cups : zrzut danych w formie pliku 'page_log' " 
     3153#~ "systemu CUPS :\n" 
     3154#~ "                                  DOST�NE TYLKO Z --data history\n" 
     3155#~ "                         \n" 
     3156#~ "  -o | --output plik  Dane zostan� zapisane w pliku o nazwie 'plik'.\n" 
     3157#~ "                       Specjalna nazwa pliku '-'\n" 
     3158#~ "                       jest warto�ci� domy�ln� i oznacza wyj�cie " 
     3159#~ "standardowe.\n" 
     3160#~ "                       UWAGA : istniej�ce pliki b� nadpisywane !\n" 
     3161#~ "\n" 
     3162#~ "  -s | --sum           Sumuj wybrane dane.\n" 
     3163#~ "                           OPCJA DOST�NA TYLKO W PO��CZENIU Z --data " 
     3164#~ "history lub payments\n" 
     3165#~ "\n" 
     3166#~ "  U�yj filtru aby pobra�ylko wybrane dane. \n" 
     3167#~ "  Dozwolone filtry i ich formy :\n" 
     3168#~ "                \n" 
     3169#~ "         klucz=warto��" 
     3170#~ "                         \n" 
     3171#~ "  Dozwolone warto�ci klucza to :  \n" 
     3172#~ "                       \n" 
     3173#~ "         username       Nazwa u�ytkownika\n" 
     3174#~ "         groupname      Nazwa grupy u�ytkownik�" 
     3175#~ "         printername    Nazwa drukarki\n" 
     3176#~ "         pgroupname     Nazwa grupy drukarek\n" 
     3177#~ "         hostname       Nazwa hosta klienta\n" 
     3178#~ "         billingcode    Kod rozliczeniowy zadania drukowania\n" 
     3179#~ "         start          Data drukowania zadania\n" 
     3180#~ "         end            Data drukowania zadania\n" 
     3181#~ "         \n" 
     3182#~ "  W przeciwie�ie do innych narz�i systemu PyKota opcje dopasowania \n" 
     3183#~ "  nie s� wspierane, wi�nie mo�esz ich u�ywa�n" 
     3184#~ "  \n" 
     3185#~ "  UWAGA : nie wszystkie klucze s� dozwolone dla wybranego tyou danych, " 
     3186#~ "tak wi�istnieje \n" 
     3187#~ "  mo�liwo���e otrzymasz puste wyniki je�li u�yjesz klucza kt�jest " 
     3188#~ "niedost�y dla \n" 
     3189#~ "  danego typu danych.\n" 
     3190#~ "  \n" 
     3191#~ "Przyk�ady :\n" 
     3192#~ "\n" 
     3193#~ "  $ dumpykota --data history --format csv >nazwapliku.csv\n" 
     3194#~ "  \n" 
     3195#~ "  Zrzuca histori� formie danych oddzielonych przecinkami, kt�p�ej " 
     3196#~ "mog� \n" 
     3197#~ "  by��yte w arkuszu kalkulacyjnym.\n" 
     3198#~ "  \n" 
     3199#~ "  $ dumpykota --data users --format xml -o users.xml\n" 
     3200#~ "  \n" 
     3201#~ "  Zrzuca dane u�ytkownik� formacie XML do pliku users.xml.\n" 
     3202#~ "  \n" 
     3203#~ "  $ dumpykota --data history printername=HP2100 username=jerome\n" 
     3204#~ "  \n" 
     3205#~ "  Zrzuca histori�ada�ukowania dla u�ytkownika jerome na drukarce " 
     3206#~ "HP2100.\n" 
     3207#~ "  \n" 
     3208#~ "  $ dumpykota --data history start=200503 end=20050730234615\n" 
     3209#~ "  \n" 
     3210#~ "  Zrzuca wszystkie zadania wydrukowane w przedziale czasu od p�cy 1 " 
     3211#~ "marca 2005\n" 
     3212#~ "  do 30 czerwca 2005, godzina 23:46 i 15 sekund w��cznie.\n" 
     3213 
     3214#~ msgid "" 
     3215#~ "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     3216#~ "\n" 
     3217#~ "A Print Quota editor for PyKota.\n" 
     3218#~ "\n" 
     3219#~ "command line usage :\n" 
     3220#~ "\n" 
     3221#~ "  edpykota [options] user1 user2 ... userN\n" 
     3222#~ "  \n" 
     3223#~ "  edpykota [options] group1 group2 ... groupN\n" 
     3224#~ "\n" 
     3225#~ "options :\n" 
     3226#~ "\n" 
     3227#~ "  -v | --version       Prints edpykota's version number then exits.\n" 
     3228#~ "  -h | --help          Prints this message then exits.\n" 
     3229#~ "  \n" 
     3230#~ "  -a | --add           Adds users and/or printers if they don't \n" 
     3231#~ "                       exist on the Quota Storage Server.\n" 
     3232#~ "                       \n" 
     3233#~ "  -d | --delete        Deletes users/groups from the quota storage.\n" 
     3234#~ "                       Printers are never deleted.\n" 
     3235#~ "                       \n" 
     3236#~ "  -c | --charge p[,j]  Sets the price per page and per job to charge\n" 
     3237#~ "                       for a particular printer. Job price is optional.\n" 
     3238#~ "                       If both are to be set, separate them with a " 
     3239#~ "comma.\n" 
     3240#~ "                       Floating point values are allowed.\n" 
     3241#~ "                       \n" 
     3242#~ "  -o | --overcharge f  Sets the overcharging factor applied to the user \n" 
     3243#~ "                       when computing the cost of a print job. Positive " 
     3244#~ "or \n" 
     3245#~ "                       negative floating point values are allowed,\n" 
     3246#~ "                       this allows you to do some really creative\n" 
     3247#~ "                       things like giving money to an user whenever\n" 
     3248#~ "                       he prints. The number of pages in a print job\n" 
     3249#~ "                       is not modified by this coefficient, only the\n" 
     3250#~ "                       cost of the job for a particular user.\n" 
     3251#~ "                       Only users have a coefficient.\n" 
     3252#~ "  \n" 
     3253#~ "  -i | --ingroups g1[,g2...]  Puts the users into each of the groups\n" 
     3254#~ "                              listed, separated by commas. The groups\n" 
     3255#~ "                              must already exist in the Quota Storage.\n" 
     3256#~ "  \n" 
     3257#~ "  -u | --users         Edit users print quotas, this is the default.\n" 
     3258#~ "  \n" 
     3259#~ "  -P | --printer p     Edit quotas on printer p only. Actually p can\n" 
     3260#~ "                       use wildcards characters to select only\n" 
     3261#~ "                       some printers. The default value is *, meaning\n" 
     3262#~ "                       all printers. \n" 
     3263#~ "                       You can specify several names or wildcards, \n" 
     3264#~ "                       by separating them with commas.\n" 
     3265#~ "  \n" 
     3266#~ "  -G | --pgroups pg1[,pg2...] Adds the printer(s) to the printer groups\n" 
     3267#~ "                       pg1, pg2, etc... which must already exist.\n" 
     3268#~ "                       A printer group is just like a normal printer,\n" 
     3269#~ "                       only that it is usually unknown from the printing\n" 
     3270#~ "                       system. Create printer groups exactly the same\n" 
     3271#~ "                       way that you create printers, then add other \n" 
     3272#~ "                       printers to them with this option.\n" 
     3273#~ "                       Accounting is done on a printer and on all\n" 
     3274#~ "                       the printer groups it belongs to, quota checking\n" 
     3275#~ "                       is done on a printer and on all the printer " 
     3276#~ "groups\n" 
     3277#~ "                       it belongs to.\n" 
     3278#~ "  \n" 
     3279#~ "  -g | --groups        Edit users groups print quotas instead of users.\n" 
     3280#~ "                          \n" 
     3281#~ "  -p | --prototype u|g Uses user u or group g as a prototype to set\n" 
     3282#~ "                       print quotas\n" 
     3283#~ "                       \n" 
     3284#~ "  -n | --noquota       Sets both soft and hard limits to None for a\n" 
     3285#~ "                       particular print quota entry.\n" 
     3286#~ "                       This is NOT the same as --limitby noquota\n" 
     3287#~ "                       which acts on ALL print quota entries for a\n" 
     3288#~ "                       particular user.\n" 
     3289#~ "  \n" 
     3290#~ "  -r | --reset         Resets the actual page counter for the user\n" 
     3291#~ "                       or group to zero on the specified printers. \n" 
     3292#~ "                       The life time page counter is kept unchanged.\n" 
     3293#~ "                       \n" 
     3294#~ "  -R | --hardreset     Resets the actual and life time page counters\n" 
     3295#~ "                       for the user or group to zero on the specified \n" 
     3296#~ "                       printers. This is a shortcut for '--used 0'.\n" 
     3297#~ "                       \n" 
     3298#~ "  -l | --limitby l     Choose if the user/group is limited in " 
     3299#~ "printing                     \n" 
     3300#~ "                       by its account balance or by its page quota.\n" 
     3301#~ "                       The default value is 'quota'. Allowed values\n" 
     3302#~ "                       are 'quota' 'balance' 'noquota' 'noprint' \n" 
     3303#~ "                       and 'nochange' :\n" 
     3304#~ "                       \n" 
     3305#~ "                         - quota : limit by number of pages per printer.\n" 
     3306#~ "                         - balance : limit by number of credits in " 
     3307#~ "account.\n" 
     3308#~ "                         - noquota : no limit, accounting still done.\n" 
     3309#~ "                         - nochange : no limit, accounting not done. \n" 
     3310#~ "                         - noprint : printing is denied. \n" 
     3311#~ "                       NB : nochange and noprint are not supported for " 
     3312#~ "groups.\n" 
     3313#~ "                       \n" 
     3314#~ "  -b | --balance b     Sets the user's account balance to " 
     3315#~ "b.                     \n" 
     3316#~ "                       Account balance may be increase or decreased\n" 
     3317#~ "                       if b is prefixed with + or -.\n" 
     3318#~ "                       WARNING : when decreasing account balance,\n" 
     3319#~ "                       the total paid so far by the user is decreased\n" 
     3320#~ "                       too.\n" 
     3321#~ "                       Groups don't have a real balance, but the\n" 
     3322#~ "                       sum of their users' account balance.\n" 
     3323#~ "                       \n" 
     3324#~ "  -C | --comment txt   Defines some informational text to be associated\n" 
     3325#~ "                       with a change to an user's account balance.\n" 
     3326#~ "                       Only meaningful if -b | --balance is also used.\n" 
     3327#~ "                       \n" 
     3328#~ "  -S | --softlimit sl  Sets the quota soft limit to sl " 
     3329#~ "pages.                       \n" 
     3330#~ "  \n" 
     3331#~ "  -H | --hardlimit hl  Sets the quota hard limit to hl pages.\n" 
     3332#~ "  \n" 
     3333#~ "  -I | --increase v    Increase both Soft and Hard limits by the value\n" 
     3334#~ "                       of v. You can prefix v with + or -, if no sign is\n" 
     3335#~ "                       used, + is assumed.\n" 
     3336#~ "\n" 
     3337#~ "  -U | --used usage    Sets the pagecounters for the user to usage " 
     3338#~ "pages;\n" 
     3339#~ "                       useful for migrating users from a different " 
     3340#~ "system\n" 
     3341#~ "                       where they have already used some pages. Actual\n" 
     3342#~ "                       and Life Time page counters may be increased or " 
     3343#~ "decreased\n" 
     3344#~ "                       if usage is prefixed with + or -.\n" 
     3345#~ "                       WARNING : BOTH page counters are modified in all " 
     3346#~ "cases,\n" 
     3347#~ "                       so be careful.\n" 
     3348#~ "                       NB : if 'usage' equals '0', then the action taken " 
     3349#~ "is\n" 
     3350#~ "                       the same as if --hardreset was used.\n" 
     3351#~ "\n" 
     3352#~ "  user1 through userN and group1 through groupN can use wildcards\n" 
     3353#~ "  if the --add option is not set.\n" 
     3354#~ "  \n" 
     3355#~ "examples :                              \n" 
     3356#~ "\n" 
     3357#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     3358#~ "  \n" 
     3359#~ "  This will add users john, paul, george and ringo to the quota\n" 
     3360#~ "  database, and set their print quotas to the same values than user \n" 
     3361#~ "  jerome. User jerome must already exist.\n" 
     3362#~ "  User ringo's email address will also be set to 'ringo@example.com'\n" 
     3363#~ "  \n" 
     3364#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     3365#~ "  \n" 
     3366#~ "  This will set jerome's print quota on the lp printer to a soft limit\n" 
     3367#~ "  of 50 pages, and a hard limit of 60 pages. If either user jerome or\n" 
     3368#~ "  printer lp doesn't exist on the Quota Storage Server then nothing is " 
     3369#~ "done.\n" 
     3370#~ "\n" 
     3371#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     3372#~ "  \n" 
     3373#~ "  Same as above, but if either user jerome or printer lp doesn't exist \n" 
     3374#~ "  on the Quota Storage Server they are automatically added. Also\n" 
     3375#~ "  user jerome is put into the groups \"coders\" and \"it\" which must\n" 
     3376#~ "  already exist in the Quota Storage.\n" 
     3377#~ "            \n" 
     3378#~ "  $ edpykota -g -S 500 -H 550 financial support            \n" 
     3379#~ "  \n" 
     3380#~ "  This will set print quota soft limit to 500 pages and hard limit\n" 
     3381#~ "  to 550 pages for groups financial and support on all printers.\n" 
     3382#~ "  \n" 
     3383#~ "  $ edpykota --reset jerome \"jo*\"\n" 
     3384#~ "  \n" 
     3385#~ "  This will reset jerome's page counter to zero on all printers, as\n" 
     3386#~ "  well as every user whose name begins with 'jo'.\n" 
     3387#~ "  Their life time page counter on each printer will be kept unchanged.\n" 
     3388#~ "  You can also reset the life time page counters by using the\n" 
     3389#~ "  --hardreset | -R command line option.\n" 
     3390#~ "  \n" 
     3391#~ "  $ edpykota --printer hpcolor --noquota jerome\n" 
     3392#~ "  \n" 
     3393#~ "  This will tell PyKota to not limit jerome when printing on the \n" 
     3394#~ "  hpcolor printer. All his jobs will be allowed on this printer, but \n" 
     3395#~ "  accounting of the pages he prints will still be kept.\n" 
     3396#~ "  Print Quotas for jerome on other printers are unchanged.\n" 
     3397#~ "  \n" 
     3398#~ "  $ edpykota --limitby balance jerome\n" 
     3399#~ "  \n" 
     3400#~ "  This will tell PyKota to limit jerome by his account's balance\n" 
     3401#~ "  when printing.\n" 
     3402#~ "  \n" 
     3403#~ "  $ edpykota --balance +10.0 jerome\n" 
     3404#~ "  \n" 
     3405#~ "  This will increase jerome's account balance by 10.0 (in your\n" 
     3406#~ "  own currency). You can decrease the account balance with a\n" 
     3407#~ "  dash prefix, and set it to a fixed amount with no prefix.\n" 
     3408#~ "  \n" 
     3409#~ "  $ edpykota --delete jerome rachel\n" 
     3410#~ "  \n" 
     3411#~ "  This will completely delete jerome and rachel from the Quota Storage\n" 
     3412#~ "  database. All their quotas and jobs will be deleted too.\n" 
     3413#~ "  \n" 
     3414#~ "  $ edpykota --printer lp --charge 0.1\n" 
     3415#~ "  \n" 
     3416#~ "  This will set the page price for printer lp to 0.1. Job price\n" 
     3417#~ "  will not be changed.\n" 
     3418#~ "  \n" 
     3419#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     3420#~ "  \n" 
     3421#~ "  This will put printers hplj1 and hplj2 in printers groups Laser and " 
     3422#~ "HP.\n" 
     3423#~ "  When printing either on hplj1 or hplj2, print quota will also be \n" 
     3424#~ "  checked and accounted for on virtual printers Laser and HP.\n" 
     3425#~ "  \n" 
     3426#~ "  $ edpykota --overcharge 2.5 poorstudent\n" 
     3427#~ "  \n" 
     3428#~ "  This will overcharge the poorstudent user by a factor of 2.5.\n" 
     3429#~ "  \n" 
     3430#~ "  $ edpykota --overcharge -1 jerome\n" 
     3431#~ "  \n" 
     3432#~ "  User jerome will actually earn money whenever he prints.\n" 
     3433#~ "  \n" 
     3434#~ "  $ edpykota --overcharge 0 boss\n" 
     3435#~ "  \n" 
     3436#~ "  User boss can print at will, it won't cost him anything because the\n" 
     3437#~ "  cost of each print job will be multiplied by zero before charging\n" 
     3438#~ "  his account.\n" 
     3439#~ msgstr "" 
     3440#~ "edpykota v%(__version__)s (c) %(__years__)s %(__author__)s\n" 
     3441#~ "\n" 
     3442#~ "Edytor limit�rukowania dla systemu PyKota.\n" 
     3443#~ "\n" 
     3444#~ "u�ycie z linii polece�n" 
     3445#~ "\n" 
     3446#~ "  edpykota [opcje] u�ytkownik1 u�ytkownik2 ... u�ytkownikN\n" 
     3447#~ "  \n" 
     3448#~ "  edpykota [opcje] grupa1 grupa2 ... grupaN\n" 
     3449#~ "\n" 
     3450#~ "opcje :\n" 
     3451#~ "\n" 
     3452#~ "  -v | --version       Wy�wietla wersj�ystemu PyKota i ko� " 
     3453#~ "dzia�anie.\n" 
     3454#~ "  -h | --help          Wy�wietla t� wiadomo�� ko� dzia�anie.\n" 
     3455#~ "  \n" 
     3456#~ "  -a | --add           Dodaje u�ytkownik�/lib drukarki je�li te nie " 
     3457#~ "istniej� \n" 
     3458#~ "                       w systemie limit�a serwerze.\n" 
     3459#~ "                       \n" 
     3460#~ "  -d | --delete        Usuwa u�ytkownik�rupy z systemu limit�n" 
     3461#~ "                         Drukarki nigdy nie s� usuwane.\n" 
     3462#~ "                       \n" 
     3463#~ "  -c | --charge p[,j]  Ustawia cen�a stron� za zadanie drukowania\n" 
     3464#~ "                       dla wybranej drukarki. Cena zadania drukowania " 
     3465#~ "jest argumentem opcjonalnym.\n" 
     3466#~ "                       Je�li obydwie warto�ci maj� by�stawione, oddziel " 
     3467#~ "je przecinkiem.\n" 
     3468#~ "                       Liczby zmiennoprzecinkowe s� dozwolone.\n" 
     3469#~ "                       \n" 
     3470#~ "  -o | --overcharge f  Ustawia wsp�ynnik doliczania dla wybranego " 
     3471#~ "u�ytkownika  \n" 
     3472#~ "                       kt�b�ie u�yty podczas wyliczania ceny zadania " 
     3473#~ "drukowania. Dodatnie oraz \n" 
     3474#~ "                       ujemne warto�ci zmiennoprzecinkowe s� dozwolone,\n" 
     3475#~ "                       co pozwala na ustawienie na prawd�iekawych\n" 
     3476#~ "                       efekt�ak uzupe�nianie konta za ka�dym razem " 
     3477#~ "kiedy uzytkownik co�\n" 
     3478#~ "                       drukuje. Liczba stron nie jest modyfikowana\n" 
     3479#~ "                       przez ten wsp�ynnik, tylko \n" 
     3480#~ "                       koszt zadania drukowania dla danego u�ytkownika.\n" 
     3481#~ "                       Tylko u�ytkownicy posiadaj� wsp�ynniki.\n" 
     3482#~ "  \n" 
     3483#~ "  -i | --ingroups g1[,g2...]  Do��cza u�ytkownik�o ka�dej z " 
     3484#~ "wymienionych grup,\n" 
     3485#~ "                               oddzielonych przecinkami. Grupy\n" 
     3486#~ "                              musz� istnie� systemie limit�n" 
     3487#~ "  \n" 
     3488#~ "  -u | --users         Edytuj limity u�ytkownika, akcja domy�lna.\n" 
     3489#~ "  \n" 
     3490#~ "  -P | --printer p     Edytuj limity tylko dla drukarki p. Dodatkowo p " 
     3491#~ "akceptuje \n" 
     3492#~ "                       wzorce dopasowania tak aby� m�wybra�ylko \n" 
     3493#~ "                       niekt�drukarki. Domy�ln� warto�ci� jest * co " 
     3494#~ "oznacza\n" 
     3495#~ "                       wszystkie drukarki. \n" 
     3496#~ "                       Mo�esz poda�iele nazw lub wzorc�opasowania, \n" 
     3497#~ "                       rozdziel je przecinkami.\n" 
     3498#~ "  \n" 
     3499#~ "  -G | --pgroups pg1[,pg2...] Dodaje drukark�rukarki do grup drukarek\n" 
     3500#~ "                       pg1, pg2, etc... kt�musz� istnie� bazie " 
     3501#~ "danych.\n" 
     3502#~ "                       Grupa drukarek to nic innego jak zwyk�a " 
     3503#~ "drukarka ,\n" 
     3504#~ "                       z t� r�c�, �e nie jest widoczna przez nadrz�y " 
     3505#~ "system drukowania.\n" 
     3506#~ "                       Utw�grup�rukarek tak \n" 
     3507#~ "                       jak dodajesz nowe drukarki, nast�ie dodaj inne \n" 
     3508#~ "                       drukarki do tej grupy przy u�yciu tej opcji.\n" 
     3509#~ "                       Rozliczanie jest przeprowadzane na drukarce oraz " 
     3510#~ "na \n" 
     3511#~ "                       wszystkich grupach drukarek do kt�h nale�y dana " 
     3512#~ "drukarka, sprawdzanie limit�n" 
     3513#~ "                       jest przeprowadzane na drukarce oraz na wszystkich " 
     3514#~ "grupach drukarek\n" 
     3515#~ "                       do kt�h nale�y dana drukarka.\n" 
     3516#~ "  \n" 
     3517#~ "  -g | --groups        Edytuj limity grup u�ytkownik�nie " 
     3518#~ "u�ytkownik�n" 
     3519#~ "                          \n" 
     3520#~ "  -p | --prototype u|g U�ywa u�ytkownika u lub grupy g jako prototypu dla " 
     3521#~ "ustalenia\n" 
     3522#~ "                       limit�rukowania\n" 
     3523#~ "                       \n" 
     3524#~ "  -n | --noquota       Ustawia obydwa limity (mi�i i twardy) na warto�� 
     3525#~ "None dla\n" 
     3526#~ "                       konkretnego wpisu w systemie limit�n" 
     3527#~ "                       Ta opcja NIE jest r�wa�na opcji --limitby " 
     3528#~ "noquota\n" 
     3529#~ "                       kt�swoim dzia�aniem obejmuje WSZYSTKIE wpisy " 
     3530#~ "limit�la\n" 
     3531#~ "                       wybranego uzytkownika.\n" 
     3532#~ "  \n" 
     3533#~ "  -r | --reset         Zeruje licznik stron dla wybranego u�ytkownika " 
     3534#~ "lub\n" 
     3535#~ "                       grupy na podanej drukarce. \n" 
     3536#~ "                       Licznik 'life time page counter' nie jest " 
     3537#~ "modyfikowany.\n" 
     3538#~ "                       \n" 
     3539#~ "  -R | --hardreset     Zeruje WSZYSTKIE liczniki stron (aktualny i 'life " 
     3540#~ "time')\n" 
     3541#~ "                       dla u�ytkownika lub grupy na wybranej \n" 
     3542#~ "                       drukarce/wybranych drukarkach. Jest to skr�la " 
     3543#~ "opcji '--used 0'.\n" 
     3544#~ "                       \n" 
     3545#~ "  -l | --limitby l     Wybierz spos�graniczania drukowania \n" 
     3546#~ "                       albo poprzez stan konta lub poprzez limit stron.\n" 
     3547#~ "                       Domy�ln� warto�ci� jest limit stron. Dozwolone " 
     3548#~ "warto�ci to\n" 
     3549#~ "                       'quota' 'balance' 'noquota' 'noprint' \n" 
     3550#~ "                       i 'nochange' :\n" 
     3551#~ "                       \n" 
     3552#~ "                         - quota : ograniczaj wzgl�j liczby " 
     3553#~ "wydrukowanych stron na danej drukarce.\n" 
     3554#~ "                         - balance : ograniczaj wzgl�m stanu konta.\n" 
     3555#~ "                         - noquota : brak limitu, rozliczanie jest " 
     3556#~ "przeprowadzane.\n" 
     3557#~ "                         - nochange : brak limitu, rozliczanie nie jest " 
     3558#~ "przeprowadzane. \n" 
     3559#~ "                         - noprint : zakaz drukowania. \n" 
     3560#~ "                       UWAGA : 'nochange' i 'noprint' nie maj� " 
     3561#~ "zastosowania w przypadku grup.\n" 
     3562#~ "                       \n" 
     3563#~ "  -b | --balance b     Ustawia stan konta na b.                     \n" 
     3564#~ "                       Stan konta mo�e by�wi�zony lub zmniejszony\n" 
     3565#~ "                       je�li b jest poprzedzone znakiem + lub -.\n" 
     3566#~ "                       UWAGA : je�li pomniejszasz stan konta,\n" 
     3567#~ "                       w�as og� warto��p�at dla u�ytkownika jest " 
     3568#~ "tak�e pomniejszana.\n" 
     3569#~ "                       Grupy nie maj� rzeczywistego stanu konta, jedynie\n" 
     3570#~ "                       sum�ald u�ytkownik�worz�cych grup�n" 
     3571#~ "                       \n" 
     3572#~ "  -C | --comment txt   Definiuje tekst informacyjny kt�b�ie " 
     3573#~ "po��czony ze zmian�\n" 
     3574#~ "                       stanu konta u�ytkownika.\n" 
     3575#~ "                       Ma sens tylko je�li opcja -b | --balance jest " 
     3576#~ "okre�lona.\n" 
     3577#~ "                       \n" 
     3578#~ "  -S | --softlimit sl  Ustala limit mi�i na sl " 
     3579#~ "stron.                       \n" 
     3580#~ "  \n" 
     3581#~ "  -H | --hardlimit hl  Ustawia limit twardy na hl stron.\n" 
     3582#~ "  \n" 
     3583#~ "  -I | --increase v    Zmie�a limity (twardy i mi�i) o warto��.\n" 
     3584#~ "                       Warto�� mo�e by�oprzedzona znakiem + lub -. " 
     3585#~ "Je�li �aden ze znak�ie jest\n" 
     3586#~ "                       podany,w�as domy�lnym jest znak +.\n" 
     3587#~ "\n" 
     3588#~ "  -U | --used ustr    Ustawia liczniki stron na warto��str stron;\n" 
     3589#~ "                       u�yteczne podczas migracji u�ytkownik� innego " 
     3590#~ "systemu\n" 
     3591#~ "                       gdzie liczniki mia�y warto��iezerow�. Oba " 
     3592#~ "liczniki : Aktualny\n" 
     3593#~ "                       i Life Time mog� by�wi�zone lub zmniejszone\n" 
     3594#~ "                       je�li ustr jest poprzedzone znakiem + lub -.\n" 
     3595#~ "                       UWAGA : OBA liczniki stron s� modyfikowane w " 
     3596#~ "ka�dym przypadku,\n" 
     3597#~ "                       wi�b�d� ostro�ny.\n" 
     3598#~ "                       UWAGA : je�li istr jest r� 0, w�as opcja ta " 
     3599#~ "odpowiada opcji\n" 
     3600#~ "                       --hardreset opisanej powy�ej.\n" 
     3601#~ "\n" 
     3602#~ "  Nazwy u�ytkownik1 do u�ytkownikN i grupa1 do grupaN ackeptuj� wzorce " 
     3603#~ "dopasowania\n" 
     3604#~ "  je�li opcja --add nie jest obecna.\n" 
     3605#~ "  \n" 
     3606#~ "przyk�ady :                              \n" 
     3607#~ "\n" 
     3608#~ "  $ edpykota --add -p jerome john paul george ringo/ringo@example.com\n" 
     3609#~ "  \n" 
     3610#~ "  Komenda doda u�ytkownik�ohn, paul, george oraz ringo do systemu\n" 
     3611#~ "  limit�dodatkowo ich limity zostan� ustawione na warto��imit� 
     3612#~ "u�ytkownika \n" 
     3613#~ "  jerome. U�ytkownik jerome musi istnie� systemie limit�n" 
     3614#~ "  Adres e-mail u�ytkownika ringo zostanie dodatkowo ustawiony na " 
     3615#~ "'ringo@example.com'\n" 
     3616#~ "  \n" 
     3617#~ "  $ edpykota --printer lp -S 50 -H 60 jerome\n" 
     3618#~ "  \n" 
     3619#~ "  Powy�sza komenda ustali na drukarce lp limit mi�i dla u�ytkownika " 
     3620#~ "jerome na 50 stron,\n" 
     3621#~ "  za� limit twardy na 60 stron. Je�li u�ytkownik jerome lub\n" 
     3622#~ "  drukarka lp nie istniej� w systemie limit��as nic nie jest " 
     3623#~ "wykonywane.\n" 
     3624#~ "\n" 
     3625#~ "  $ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\n" 
     3626#~ "  \n" 
     3627#~ "  Jak powy�ej z t� r�c�, �e je�li u�ytkownik jerome lub drukarka lp " 
     3628#~ "nie istniej� \n" 
     3629#~ "  w systemie limit��as s� automatycznie dodawane. Dodatkowo\n" 
     3630#~ "  u�ytkownik jerome b�ie dodany do grup \"coders\" i \"it\" kt�to\n" 
     3631#~ "  musz� istnie� systemie limit�n" 
     3632#~ "            \n" 
     3633#~ "  $ edpykota -g -S 500 -H 550 financial support            \n" 
     3634#~ "  \n" 
     3635#~ "  Komenda ustali limit mi�i na 500 stron i limit twardy na 550 stron\n" 
     3636#~ "  dla grup financial i support na wszystkich drukarkach.\n" 
     3637#~ "  \n" 
     3638#~ "  $ edpykota --reset jerome \"jo*\"\n" 
     3639#~ "  \n" 
     3640#~ "  Komenda wyzeruje licznik stron dla u�ytkownika jerome na wszystkich " 
     3641#~ "drukarkach, jak i \n" 
     3642#~ "  dla ka�dego innego u�ytkownika kt�o nazwa ropoczyna si�d s�owa " 
     3643#~ "'jo'.\n" 
     3644#~ "  Licznik 'life time' dla tych u�ytkownik�ozostanie niezmieniony.\n" 
     3645#~ "  Je�li chcesz wyzerowa�icznik 'life time' w�as skorzystaj z opcji\n" 
     3646#~ "  --hardreset | -R.\n" 
     3647#~ "  \n" 
     3648#~ "  $ edpykota --printer hpcolor --noquota jerome\n" 
     3649#~ "  \n" 
     3650#~ "  Powy�sza komenda spowoduje �e u�ytkownik jerome b�ie m�drukowa� 
     3651#~ "bez ogranicze�" 
     3652#~ "  na drukarce hpcolor. Wszystkie zadania drukowania b� akceptowane " 
     3653#~ "przez drukark�jednak�e \n" 
     3654#~ "  rozliczanie stron w dalszym ci�gu b�ie prowadzone.\n" 
     3655#~ "  Limity drukowania na innych drukarkach dla u�ytkownika jerome pozostan� " 
     3656#~ "niezmienione.\n" 
     3657#~ "  \n" 
     3658#~ "  $ edpykota --limitby balance jerome\n" 
     3659#~ "  \n" 
     3660#~ "  Powy�sza komenda spowoduje, �e u�ytkownik jerome b�ie ograniczany " 
     3661#~ "wzgl�m\n" 
     3662#~ "  stanu swojego konta.\n" 
     3663#~ "  \n" 
     3664#~ "  $ edpykota --balance +10.0 jerome\n" 
     3665#~ "  \n" 
     3666#~ "  Powy�sza komenda spowoduje zwi�zenie stanu konta u�ytkownika jerome o " 
     3667#~ "10.0 jednostek (w lokalnej\n" 
     3668#~ "  walucie). Mo�esz pomniejszy�tan konta je�li podasz znak -\n" 
     3669#~ "  przed kwot�, mo�esz r�e� ustali�tan konta na sztywno, w�as nie " 
     3670#~ "podawaj znaku + ani -.\n" 
     3671#~ "  \n" 
     3672#~ "  $ edpykota --delete jerome rachel\n" 
     3673#~ "  \n" 
     3674#~ "  Usuwa u�ytkownik�erome i rachel z systemu limit�n" 
     3675#~ "  Wszystkie limity oraz historia zada�ukowania skojarzona z tymi " 
     3676#~ "u�ytkownikami zostanie tak�e usuni�.\n" 
     3677#~ "  \n" 
     3678#~ "  $ edpykota --printer lp --charge 0.1\n" 
     3679#~ "  \n" 
     3680#~ "  Powy�sza komenda ustali cen�a stron�a drukarce lp na 0.1. Cena za " 
     3681#~ "zadanie drukowania\n" 
     3682#~ "  nie b�ie zmieniona.\n" 
     3683#~ "  \n" 
     3684#~ "  $ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\n" 
     3685#~ "  \n" 
     3686#~ "  Drukarki hplj1 i hplj2 zostan�mieszczone w grupach drukarek Laser i " 
     3687#~ "HP.\n" 
     3688#~ "  Podczas drukowania na hplj1 lub hplj2, limit drukowania b�ie " 
     3689#~ "sprawdzony i rozliczony \n" 
     3690#~ "  tak�e na wirtualnych drukarkach Laser i HP.\n" 
     3691#~ "  \n" 
     3692#~ "  $ edpykota --overcharge 2.5 biednystudent\n" 
     3693#~ "  \n" 
     3694#~ "  Od tego momentu u�ytkownik biednystudent b�ie p�aci� 2.5 raza wi�j " 
     3695#~ "za ka�d� wydrukowan� stron�adanie drukowania.\n" 
     3696#~ "  \n" 
     3697#~ "  $ edpykota --overcharge -1 jerome\n" 
     3698#~ "  \n" 
     3699#~ "  Od tego momentu u�ytkownik jerome b�ie 'zarabia�' za ka�dym razem " 
     3700#~ "kiedy drukuje.\n" 
     3701#~ "  \n" 
     3702#~ "  $ edpykota --overcharge 0 boss\n" 
     3703#~ "  \n" 
     3704#~ "  U�ytkownik boss mo�e drukowa�ez �adnych ogranicze�oniewa�\n" 
     3705#~ "  koszt ka�dego zadania drukowania b�ie przemno�ony przez 0.\n" 
     3706 
     3707#~ msgid "Impossible to add printer %s" 
     3708#~ msgstr "Dodanie drukarki %s jest niemo�liwe" 
     3709 
     3710#~ msgid "Prototype object %s not found in Quota Storage." 
     3711#~ msgstr "Prototyp obiektu %s nie zosta� znaleziony w Bazie Limit� 
     3712#~ msgid "Prototype %s not found in Quota Storage for printer %s." 
     3713#~ msgstr "Prototyp %s nie zosta� znaleziony w Bazie Limit�la drukarki %s." 
     3714 
     3715#~ msgid "Undefined hard limit set to soft limit (%s) on printer %s." 
     3716#~ msgstr "" 
     3717#~ "Niezdefiniowany twardy limit zostaje ustawiony jako mi�i limit (%s) dla " 
     3718#~ "drukarki %s." 
     3719 
     3720#~ msgid "Undefined soft limit set to hard limit (%s) on printer %s." 
     3721#~ msgstr "" 
     3722#~ "Niezdefiniowany mi�i limit zostaje ustawiony jako twardy limit (%s) dla " 
     3723#~ "drukarki %s." 
     3724 
     3725#~ msgid "Invalid group name %s" 
     3726#~ msgstr "Nieprawid�owa nazwa grupy %s" 
     3727 
     3728#~ msgid "Invalid user name %s" 
     3729#~ msgstr "Nieprawid�owa nazwa u�ytkownika %s" 
     3730 
     3731#~ msgid "Quota not found for object %s on printer %s." 
     3732#~ msgstr "Nie znaleziono limitu dla obiektu %s dla drukarki %s." 
     3733 
     3734#~ msgid "You can't increase limits by %s when no limit is set." 
     3735#~ msgstr "" 
     3736#~ "Nie mo�esz podnie��imit� %s kiedy �aden z limit�ie jest ustawiony." 
     3737 
     3738#~ msgid "You can't set negative limits." 
     3739#~ msgstr "Limity nie mog� przyjmowa�arto�ci ujemnych." 
     3740 
     3741#~ msgid "Group %s not found in the PyKota Storage." 
     3742#~ msgstr "Grupa %s nie zosta�a znaleziona w Bazie PyKota." 
     3743 
     3744#~ msgid "Nonexistent user %s or missing print quota entry." 
     3745#~ msgstr "Niestniej�cy u�ytkownik %s lub brak wpisu limitu drukowania." 
     3746 
     3747#~ msgid "Nonexistent group %s or missing print quota entry." 
     3748#~ msgstr "Nieistniej�ca grupa %s lub brak wpisu limitu drukowania." 
     3749 
     3750#~ msgid "Impossible to add billingcode %s" 
     3751#~ msgstr "Dodanie kodu rozliczeniowego %s jest niemo�liwe" 
     3752 
     3753#~ msgid "PyKota Data Dumper" 
     3754#~ msgstr "PyKota Data Dumper" 
     3755 
     3756#~ msgid "Dump" 
     3757#~ msgstr "Zrzut" 
     3758 
     3759#~ msgid "Please click on the above button" 
     3760#~ msgstr "Prosz�likn��a guzik powy�ej" 
     3761 
     3762#~ msgid "Data Type" 
     3763#~ msgstr "Typ danych" 
     3764 
     3765#~ msgid "Output Format" 
     3766#~ msgstr "Format wyj�ciowy" 
     3767 
     3768#~ msgid "Filter" 
     3769#~ msgstr "Filtr" 
     3770 
     3771#~ msgid "Summarize" 
     3772#~ msgstr "Podsumowanie" 
     3773 
     3774#~ msgid "only for payments or history" 
     3775#~ msgstr "tylko dla historii p�atno�ci" 
     3776 
     3777#~ msgid "PyKota Reports" 
     3778#~ msgstr "Raporty PyKota" 
     3779 
     3780#~ msgid "Report" 
     3781#~ msgstr "Raport" 
     3782 
     3783#~ msgid "Printer" 
     3784#~ msgstr "Drukarka" 
     3785 
     3786#~ msgid "User / Group names mask" 
     3787#~ msgstr "Maska nazwy u�ytkownika / grupy " 
     3788 
     3789#~ msgid "Groups report" 
     3790#~ msgstr "Raport grup" 
     3791 
     3792#~ msgid "Empty" 
     3793#~ msgstr "Pusty" 
     3794 
     3795#~ msgid "Action" 
     3796#~ msgstr "Akcja" 
     3797 
     3798#~ msgid "User" 
     3799#~ msgstr "U�ytkownik" 
     3800 
     3801#~ msgid "Hostname" 
     3802#~ msgstr "Nazwa hosta" 
     3803 
     3804#~ msgid "JobId" 
     3805#~ msgstr "ID zadania drukowania" 
     3806 
     3807#~ msgid "Number of pages" 
     3808#~ msgstr "Liczba stron" 
     3809 
     3810#~ msgid "Cost" 
     3811#~ msgstr "Koszt" 
     3812 
     3813#~ msgid "Copies" 
     3814#~ msgstr "Kopie" 
     3815 
     3816#~ msgid "Number of bytes" 
     3817#~ msgstr "Liczba bajt� 
     3818#~ msgid "Printer's internal counter" 
     3819#~ msgstr "Wewn�zny licznik drukarki" 
     3820 
     3821#~ msgid "Options" 
     3822#~ msgstr "Opcje" 
     3823 
     3824#~ msgid "MD5Sum" 
     3825#~ msgstr "Suma kontrolna MD5" 
     3826 
     3827#~ msgid "Billing code" 
     3828#~ msgstr "Kod rozliczeniowy" 
     3829 
     3830#~ msgid "Precomputed number of pages" 
     3831#~ msgstr "Wst�ie wyliczona liczba stron" 
     3832 
     3833#~ msgid "Precomputed cost" 
     3834#~ msgstr "Wst�ie wyliczony koszt" 
     3835 
     3836#~ msgid "Pages details" 
     3837#~ msgstr "Szczeg�stron" 
     3838 
     3839#~ msgid "(not supported yet)" 
     3840#~ msgstr "(brak wsparcia)" 
     3841 
     3842#~ msgid "Previous page" 
     3843#~ msgstr "Poprzednia strona" 
     3844 
     3845#~ msgid "PyKota Quotes" 
     3846#~ msgstr "Ceny PyKota" 
     3847 
     3848#~ msgid "Quote" 
     3849#~ msgstr "Cena" 
     3850 
     3851#~ msgid "" 
     3852#~ "The exact cost of a print job can only be determined for a particular " 
     3853#~ "user. Please retry while logged-in." 
     3854#~ msgstr "" 
     3855#~ "Dok�adny koszt wydrukowania zadania mo�e by�kre�lony tylko dla podanego " 
     3856#~ "u�ytkownika. Prosz�pr�a�onownie po zalogowaniu." 
     3857 
     3858#~ msgid "ALLOW" 
     3859#~ msgstr "ZEZW�" 
     3860 
     3861#~ msgid "WARN" 
     3862#~ msgstr "OSTRZE�" 
     3863 
     3864#~ msgid "DENY" 
     3865#~ msgstr "ZABRO�